@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
* {
  margin: 0px auto;
  padding: 0px;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}
* {
  min-width: 0px;
  min-height: 0px;
}
*, ::before, ::after {
  box-sizing: inherit;
}
h1,h2 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
}
h1 span,h2 span {
  font-size: 50%;
  display: block;
  font-style: italic;
  margin-top:5px;
}
h3 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.3rem;
}
p {
  line-height: 2.6rem;
  font-size: 14px;
  line-break: strict;
  font-weight: 400;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.brsp {
  display: block;
}
.brpc {
  display: none;
}
section:first-of-type {
  background: #fff;
}
section:first-of-type {
  background: #fff;
}
#service {
  background: #f5f5f5;
}
.content-wrap {
  max-width: 1024px;
  padding: 70px 25px;
  margin: 0 auto;
}
/*.content-wrap * {
  margin-bottom: 25px;
}*/
.content-wrap > *:last-of-type {
  margin-bottom: 40px;
}
.read-more {
  width: 100%;
  display: block;
  max-width: 450px;
  background-color: #1A5159;
  text-align: center;
  padding: 10px 5px;
  border-radius: 8em;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
footer {
  padding: 20px 0px;
    
}
footer p {
  font-size: 12px;
  text-align: center;
}
.ftr-logo {
  width: 130px;
  margin-bottom: 30px;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
}
#breadcrumbs {
  padding-left: 25px;
  margin-top: 110px;
  max-width: 1024px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.sub-content-top {
 padding-top: 70px;
}

#sub-content-top h2 {
  text-align: center;
  margin-bottom: 30px;
}
#recruit-content .content-wrap {
  padding-bottom: 0;
}
#recruit-content figure {
  margin-bottom: 0 !important;
}
#ft-menu-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .content-wrap > :last-of-type {
    margin-bottom: 90px;
  }
  #sub-content-top h3 {
    text-align: left;
  }
  .content-wrap {
    padding: 100px 25px;
  }
  #about .content-wrap {
    padding: 100px 25px 150px;
  }
  h1,h2 {
    font-size: 45px;
  }
  .brsp {
    display: none;
  }
  .brpc {
    display: block;
  }
  #sub-content-top .service-box h2 {
    text-align: center;
  }
  #recruit-detail .content-wrap {
    padding-top: 10px;
    max-width: 960px;
  }
  .read-more {
    max-width: 500px
  }
}