
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: weight;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: normal;
}

a {
  text-decoration: none;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    left: auto;
    margin: 0px 0px;
    padding: 0;
    text-align:center;
    width: 100%;
}

.header {
    width: 100%;
    height: 30px;
    margin-top: -10px;
    background-color: #4c4948;
}

.header-inner {
    width: 370px;
    height: 30px;
    margin: auto;
}

.header-inner p {
    width: 100%;
    padding-top: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 7px;
    letter-spacing: 7px;
    color: white;
    text-align: center;
}

/* メインTOP-1　*/
.main-top-01 {
    width: 100%;
    height: 200px;
    background-color: white;
    margin-bottom: -15px;
}

.main-image-01 {
    width: 370px;
    margin-top: 42px;
}

/* タイトル */
.title-obi {
    width: 100%;
    height: 85px;
    background-color: #5a686c;
    margin-bottom: -15px;
}

.title-01 {
    width: 100%;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-align: center;
    letter-spacing: 8px;
    padding-top: 25px;
}

.title-02 {
    width: 100%;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 11px;
    color: white;
    text-align: center;
    letter-spacing: 3px;
    margin-top: -15px;
}

.service-area {
    width: 370px;
    margin: auto;
    margin-top: 40px;
}

.card {
    width: 350px;
    height: auto;
    margin: auto;
    margin-bottom: 10px;
}

.recruit {
    width: 100%;
    height: 100px;
    background-color: #1a194c;
}

.contact-1 {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 25px;
    color: white;
}

.contact-2 {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 5px;
    text-align: center;
    margin-top: -20px;
    color: white;
}

.footer {
    width: 100%;
    height: 80px;
    background-color: #4c4948;
    margin-top: -10px;
}

.footer p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 7px;
    padding-top: 20px;
    color: white;
}