@charset "utf-8";

/****************************************

    /* CSS Reset

*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

body {
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

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

body {
    font-family: Meiryo, sans-serif;
    font-size: 14px;
}

}

h1, h2, h3, h4, h5, h6, th {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .5;
    opacity: .5;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}

/* ■ Wrap
----------------------------- */

.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

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

.wrap {
    width: 100%;
    padding: 0 20px;
}

}

/* ■ flex
----------------------------- */

.flexWrap {
    display: flex;
}

.flex {
    flex: 1;
}

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

.flexWrap {
    flex-direction: column;
}

}

/****************************************

    /*

*****************************************/

#mainVisual {
    color: #fff;
    background: url(images/mainvisual-bg_01.jpg) no-repeat center center;
    background-size: cover;
    padding: 200px 0;
}

#mainVisual h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
}

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

#mainVisual {
    padding: 120px 0;
}

#mainVisual h1 {
    font-size: 36px;
    text-align: center;
}

#mainVisual p br {
    display: none;
}

}

/****************************************

    /*

*****************************************/

#business {
    padding: 60px 0;
}

#business h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-top: 5px double #000;
    border-bottom: 5px double #000;
    padding: 10px 0;
}

#business h2 span {
    display: block;
    font-size: 20px;
}

#business .flexWrap {
    margin: 40px 0 0;
}

#business .flexWrap .flex {
    padding: 40px;
}

#business .flexWrap .flex h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

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

#business {
    padding: 30px 0 20px;
}

#business h2 {
    font-size: 24px;
    padding: 10px 0;
}

#business h2 span {
    display: block;
    font-size: 14px;
}

#business .flexWrap {
    margin: 20px 0 0;
}

#business .flexWrap .flex {
    padding: 20px;
}

#business .flexWrap .flex h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

}

/****************************************

    /*

*****************************************/

#recruit {
    text-align: center;
    background: url(images/recruit-bg_01.jpg) no-repeat center top #bae6f5;
    background-size: cover;
    padding: 60px 0;
}

#recruit h2 {
    font-size: 30px;
    font-weight: 600;
}

#recruit h2 span {
    display: block;
    font-size: 20px;
}

#recruit img {
    display: block;
    margin: 40px auto;
}

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

#recruit {
    padding: 30px 0 20px;
}

#recruit h2 {
    font-size: 24px;
    padding: 10px 0;
}

#recruit h2 span {
    display: block;
    font-size: 14px;
}

#recruit img {
    width: 90%;
    margin: 20px auto;
}

#recruit p {
    text-align: left;
}

}


/****************************************

    /*

*****************************************/

#news {
    padding: 60px 0;
}

#news h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

#news h2::before {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 110%;
    left: 50%;
    margin: 0 0 0 -30px;
}

#news dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 40px 0 0;
}

#news dl dt,
#news dl dd {
    display: table-cell;
    padding: .5em;
}

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

#news {
    padding: 30px 0 20px;
}

#news h2 {
    font-size: 24px;
    padding: 10px 0;
}

#news h2::before {
    width: 40px;
    top: 100%;
    margin: 0 0 0 -20px;
}

#news dl {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 20px 0 0;
}

#news dl dt,
#news dl dd {
    display: block;
}

#news dl dt {
    font-weight: 600;
    padding: .5em .5em 0;

}

#news dl dd {
    padding: 0 .5em .5em;
}

}

/****************************************

    /*

*****************************************/

#about {
    padding: 60px 0;
}

#about h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-top: 5px double #000;
    border-bottom: 5px double #000;
    padding: 10px 0;
}

#about h2 span {
    display: block;
    font-size: 20px;
}

#about .flexWrap {
    margin: 40px 0 0;
}

#about .flexWrap .flex {
    padding: 40px;
}

#about .flexWrap .flex h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

#about .flexWrap .flex table {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
}

#about .flexWrap .flex table th,
#about .flexWrap .flex table td {
    border-bottom: 1px solid #ddd;
    padding: .5em;
}

#about .flexWrap .flex table th {
    width: 28%;
}

#about .flexWrap .flex table td {
    width: 72%;
}

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

#about {
    padding: 30px 0 20px;
}

#about h2 {
    font-size: 24px;
    padding: 10px 0;
}

#about h2 span {
    display: block;
    font-size: 14px;
}

#about .flexWrap {
    margin: 20px 0 0;
}

#about .flexWrap .flex {
    padding: 20px;
}

#about .flexWrap .flex h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

}

/****************************************

    /*

*****************************************/

#contact {
    color: #fff;
    text-align: center;
    background: url(images/mainvisual-bg_01.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}

#contact h2 {
    font-size: 30px;
    font-weight: 600;
}

#contact h2 span {
    display: block;
    font-size: 20px;
}

#contact a {
    display: block;
    width: 320px;
    color: #fff;
    text-decoration: none;
    background: #c52;
    margin: 40px auto 10px;
    padding: 1em 0;
}

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

#contact {
    padding: 30px 0 20px;
}

#contact h2 {
    font-size: 24px;
    padding: 10px 0;
}

#contact h2 span {
    display: block;
    font-size: 14px;
}

#contact a {
    width: 80%;
    margin: 10px auto;
    padding: 1em 0;
}

}

/****************************************

    /*

*****************************************/

footer {
    font-size: 80%;
    text-align: center;
    padding: 40px 0;
}

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

footer {
    padding: 20px 0;
}

}
