* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    visibility: hidden;
}

html.wf-active {
    visibility: visible;
}

body {
    font-size: 1.6rem;
    font-family: "open-sans", "ryo-gothic-plusn", sans-serif;
    color: #3a3f4b;
    letter-spacing: .1em;
    background: #fafafa;
}

ul li,
ol li {
    list-style-type: none;
}

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

a {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

a:visited {
    color: inherit;
}

a:hover,
a:active {
    color: #3b8ac3;
}

img {
    vertical-align: bottom;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 1.13rem 0;
    box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
}

header .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .brand {

}

header h1 {
    display: flex;
    align-items: center;
}

header span {
    font-size: 2.5rem;
    font-weight: 500;
    color: #3b8ac3;
    margin-left: 0.75rem;
}

header .g-nav {
    margin-left: auto;
}

header ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header li {
    padding: 0.75rem;
}

.main {
    width: 100%;
    height: 640px;
    background:#ddd url('../images/main.jpg') no-repeat center center;
    background-size: cover;
}

.wrapper {
    width: 100%;
    max-width: 960px;
    padding: 0 10px;
    margin: 0 auto;
}

section p {
    padding: 0 1.2rem;
}

.section-ttl {
    background: #3b8ac3;
    padding: 2rem 0;
    text-align: center;
    color: #fff;
}

.section-ttl h1 {
    font-size: 3.2rem;
    font-weight: 400;
    display: inline-block;
}

.section-ttl h1 span:before {
    content: '';
    display: block;
    border-top: 2px solid #fff;
    width: calc(100% - 2rem);
    margin: 0.38rem auto 0.75rem;
}

.section-ttl h1 span {
    display: block;
    font-size: 1.8rem;
}

.section-cnt {
    padding: 5.6rem 0;
}

.section-cnt .wrapper {
    background: #fff;
    border-radius: .2rem;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.section-cnt .wrapper .inner {
   padding: 4.8rem 1.2rem;
}


dl {
    display: flex;
    flex-direction: row;
}

dl:nth-child(odd) {
    background: #fafafa;
}

dt,dd {
    padding: 1.2rem;
}

dt {
    min-width: 10rem;
}

dd ul li {
    list-style-type: circle;
    margin-left: 1.6rem;
}

.google-maps a {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #3b8ac3;
    margin: 4px 0;
    position: relative;
}

.google-maps a:before {
    font-family: 'FontAwesome';
    content: '\f041';
    display: inline-block;
    position: absolute;
    margin: 4px 0 0 -14px;
}

.info a {
   color: #3b8ac3;
  text-decoration: underline;
}

footer {
    text-align: center;
    background: #000;
    padding: 1.2rem;
}

footer .wrapper small {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-size: 1.2rem;
}

#pageTop {
    width: 56px;
    height: 56px;
    background: #000;
    border-radius: 50%;
    position: fixed;
    right: 32px;
    bottom: 64px;
    text-align: center;
    line-height: 56px;
}

#pageTop:before {
    content: '↑';
    color: #fff;
}

/*採用情報*/

h2 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    background: #3b8ac3;
    padding: 1.2rem;
    margin: 2rem 0 2.4rem;
}

#requirements {
    margin-top: 68px;
}
