@charset 'utf-8';

/* ------------------------------------------
reset
------------------------------------------ */

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
a,
dl,
dt,
dd {
margin: 0;
padding: 0;
box-sizing: border-box;
}

a {
display: block;
}

body {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #fff;
}


img {
vertical-align: bottom;
max-width: 100%;
}

ul {
list-style-type: none;
}

a {
text-decoration: none;
}

img {
vertical-align: bottom;
}

/* ------------------------------------------
font-size
------------------------------------------ */

html {
font-size: 62.5%;
}

body {
font-size: 16px;
font-size: 1.6rem;
}

h1 {
font-size: 32px;
font-size: 3.2rem;
}

h2 {
font-size: 24px;
font-size: 2.4rem;
}

h3 {
font-size: 20px;
font-size: 2.0rem;
}

h4 {
font-size: 18px;
font-size: 1.8rem;
}

p {
font-size: 16px;
font-size: 1.6rem;
}

@media screen and (max-width:500px) {
html {
font-size: 62.5%;
}

body {
font-size: 1.4rem;
}

h2 {
font-size: 1.8rem;
}

h3 {
font-size: 1.5rem;
}

h4 {
font-size: 1.4rem;
}

p {
font-size: 1.4rem;
}
}

/* ------------------------------------------
layout
------------------------------------------ */

#KV {
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.bottom_img_ctn {
    width: 100%;
    min-width: 350px;
    height: auto;
}

.bottom_img {
    display: block;
    width: 100%;
    height: 550px;
    min-width: 350px;
    max-width: 2200px;
    margin:0 auto;
    margin-top: -80px;
    background-image: url(../img/bg_kv@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}


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


.box {
    max-width: 1600px;
    margin: 0 auto;
}
.box_01 {
    margin-top: 110px;
}
.box_02 {
    padding: 80px 30px;
}
.box_03 {
    padding: 80px 30px;
    background-image: url(../img/bg_02@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box_04 {
    padding: 80px 30px;

}






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

header {
    max-width: 1600px;
    margin: 0 auto;
}

header h1 {
    width: 191px;
    padding: 20px;
}



/* ------------------------------------------
clouds
------------------------------------------ */

header:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0%;
    display: block;
}
header:after {
    position: absolute;
    content: '';
    top: 10%;
    left: 33%;
    display: block;
    width: 11%;
    height: 6%;
    z-index: 999;
    background-image: url(../img/cloud_01@3x.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.box_01:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0%;
    display: block;
}

.box_01:after {
    position: absolute;
    content: '';
    top: 17%;
    left: 6%;
    display: block;
    width: 20%;
    height: 12%;
    background-image: url(../img/cloud_02@3x.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.head_ja_01:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0%;
    display: block;
}

.head_ja_01:after {
    position: absolute;
    content: '';
    top: 19%;
    right: 7%;
    display: block;
    width: 24%;
    height: 14%;
    background-image: url(../img/cloud_03@3x.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* ------------------------------------------
top
------------------------------------------ */

.head_en_01 {
    font-size: calc(32px + 1vw);
    text-align: center;
    color: #324D48;
    font-family: kiro, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.head_ja_01 {
    font-size: calc(11px + 1vw);
    text-align: center;
    font-weight: bold;
    color: #324D48;
    line-height: 1.5;
    letter-spacing: 2px;
}


/* ------------------------------------------
about us
------------------------------------------ */

#about {
    width: 100%;
    position: relative;
    background: #00A08C;

}

.head_en_02 {
    font-size: calc(32px + 1vw);
    text-align: center;
    color: #fff;
    font-family: kiro, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.about_discription {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
}


/* ------------------------------------------
infomation
------------------------------------------ */

#infomation {
    width: 100%;
    position: relative;
    background: #fff;

}

.head_en_03 {
    font-size: calc(32px + 1vw);
    text-align: center;
    color: #00A08C;
    font-family: kiro, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

table{
    width: 660px;
    border-spacing: 0;
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid #00A08C;
    border-radius: 20px;
    background: #fff;
}

table th{
    width: 30%;
    border-bottom: solid 1px #b5dfda;
    padding: 12px 12px 12px 8px;
    text-align: left;
    color: #324d48;
}

table td{
    width: 70%;
    border-bottom: solid 1px #b4e0da;
    padding: 12px 0 12px 8px;
    color: #324d48;

}

.nb{
    border-bottom: none;
}




/* ------------------------------------------
rectuit
------------------------------------------ */


#recruit {
    width: 100%;
    position: relative;
    background: #00A08C;

}

.head_en_04 {
    font-size: calc(32px + 1vw);
    text-align: center;
    color: #fff;
    font-family: kiro, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    letter-spacing: 1px;
}


.bottom_img_ctn_02 {
    width: 100%;
    min-width: 350px;
    height: auto;
}

.bottom_img_02 {
    display: block;
    width: 100%;
    height: 240px;
    min-width: 350px;
    max-width: 2200px;
    margin: 0 auto;
    background-image: url(../img/bg_03@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}


/* ------------------------------------------
rectuit
------------------------------------------ */


#contact {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0;

}

#contact h2 {
    padding-bottom: 0;

}


#contact ul {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#contact ul li a {
    font-size: 35px;
    color: #000;
    cursor: pointer;
}

#contact ul li a i:hover {
    opacity: 0.7;
}

.how_to_work {
    font-size: 13px;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
    padding-left: 2rem;
    text-indent: -2rem;
}

/* ------------------------------------------
footer
------------------------------------------ */


footer {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #ddd;
}


/* ------------------------------------------
brake point
------------------------------------------ */

@media screen and (max-width:812px) {

    header h1{
        width: 150px;
        padding: 20px;
    }

    .bottom_img {
        height: 300px;
        margin: 0 0 auto;
    }
    .bottom_img_02 {
        height: 110px;
    }

    .head_ja_01:after {
        top: 30%;
        right: -3%;
        width: 30%;
        height: 14%;
    }
    .box_01:after {
        top: 24%;
        left: 1%;
        width: 23%;
        height: 12%;
    }
    header:after {
        top: 12%;
        left: 26%;
        width: 16%;
        height: 6%;
    }


    table {
        width: 80%;
        padding: 5px 10px;
        border-radius: 10px;
    }
    table th {
        width: 20%;
        padding: 6px;
        font-size: 13px;
    }
    table td {
        width: 80%;
        padding: 6px 0 6px 12px;
        font-size: 13px;
    }

    .box_02 {
        padding: 60px 30px;

    }

    .box_03 {
        padding: 60px 10px;
    }

    .box_04 {
        padding: 60px 10px;
    }

    .about_discription {
        font-size: 16px;
        line-height: 1.6;
    }

}
@media screen and (max-width:600px) {

    header h1{
        margin: 0 auto;
    }
    .box_01 {
        margin-top: 40px;
    }

    .head_ja_01:after {
        top: 28%;
        right: -9%;
        width: 30%;
        height: 14%;
    }
    .box_01:after {
        top: 22%;
        left: -6%;
        width: 23%;
        height: 12%;
    }
    header:after {
        top: 10%;
        left: 19%;
        width: 16%;
        height: 6%;
    }


    .bottom_img {
        height: 180px;
    }
    .bottom_img_02 {
        height: 80px;
    }

    #contact ul li a {
            font-size: 30px;
    }
    #contact ul {
        width: 70%;
    }

    table {
        width: 100%;
        padding: 5px 10px;
        border-radius: 10px;
    }


}
