@charset "UTF-8";
.page-wrapper main .nf404-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-wrapper main .message {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-wrapper main .message .left {
  width: 40%;
  margin-right: 5%;
}
.page-wrapper main .message .left img {
  display: block;
  margin-bottom: 15px;
}
.page-wrapper main .message .left .pos {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-wrapper main .message .left .name {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
.page-wrapper main .message .right {
  width: 55%;
}
.page-wrapper main .message .right h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 70px;
}
.page-wrapper main .message .right p {
  font-size: 1rem;
  line-height: 2;
}
.page-wrapper main .message .right .mt80 {
  margin-top: 80px;
}
.page-wrapper main .mind .mind-box {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-wrapper main .mind .mind-box h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.page-wrapper main .mind .mind-box .ja-min {
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.page-wrapper main .mind .mission .list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrapper main .mind .mission .list-wrap ul li {
  margin-bottom: 100px;
}
.page-wrapper main .mind .mission .list-wrap ul li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.page-wrapper main .mind .mission .list-wrap ul li p {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
.page-wrapper main .outline {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
}
.page-wrapper main .outline .left {
  width: 35%;
  margin-right: 5%;
}
.page-wrapper main .outline .left h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
.page-wrapper main .outline .left span {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
}
.page-wrapper main .outline .right {
  width: 60%;
}
.page-wrapper main .outline .right .information-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: none;
}
.page-wrapper main .outline .right .information-table tr {
  border-top: 1px solid #CCC;
}
.page-wrapper main .outline .right .information-table th, .page-wrapper main .outline .right .information-table td {
  width: 100%;
  padding: 20px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
.page-wrapper main .outline .right .information-table th {
  width: 180px;
  font-weight: bold;
}
.page-wrapper main .history {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
}
.page-wrapper main .history .left {
  width: 35%;
  margin-right: 5%;
}
.page-wrapper main .history .left h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
.page-wrapper main .history .left span {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
}
.page-wrapper main .history .right {
  width: 60%;
}
.page-wrapper main .history .right ul li {
  background-color: #f2f2f2;
  border-radius: 7px;
  padding: 40px;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.page-wrapper main .history .right ul li .date {
  display: flex;
  margin-bottom: 15px;
}
.page-wrapper main .history .right ul li .date .year {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.page-wrapper main .history .right ul li .date .month {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.page-wrapper main .outline {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
}
.page-wrapper main .outline .left {
  width: 35%;
  margin-right: 5%;
}
.page-wrapper main .outline .left h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
.page-wrapper main .outline .left span {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
}
.page-wrapper main .outline .right {
  width: 60%;
}
.page-wrapper main .recruit .subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.page-wrapper main .recruit .subtitle {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}
.page-wrapper main .recruit .subtitle::before, .page-wrapper main .recruit .subtitle::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 5px;
  right: 2em;
}
.page-wrapper main .recruit .subtitle::before {
  background-color: #611010;
  left: 2em;
  width: 4em;
}
.page-wrapper main .recruit .intro .text {
  text-align: center;
}
.page-wrapper main .recruit .intro .text h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 70px;
}
.page-wrapper main .recruit .intro .text p {
  font-size: 1.4rem;
  line-height: 2;
}
.page-wrapper main .recruit .values {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-wrapper main .recruit .values ul {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.page-wrapper main .recruit .values ul li {
  width: 30%;
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
}
.page-wrapper main .recruit .values ul li img {
  display: block;
  margin-bottom: 40px;
}
.page-wrapper main .recruit .values ul li span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.page-wrapper main .recruit .welcome {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-wrapper main .recruit .welcome ul {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.page-wrapper main .recruit .welcome ul li {
  width: 30%;
  width: 30%;
  padding: 30px;
  background-color: #FFF;
  border-radius: 10px;
}
.page-wrapper main .recruit .welcome ul li img {
  display: block;
  margin-bottom: 20px;
}
.page-wrapper main .recruit .welcome ul li span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.page-wrapper main .recruit .workplace {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-wrapper main .recruit .workplace img {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.page-wrapper main .recruit .workplace p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
}
.page-wrapper main .recruit .positions {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-wrapper main .recruit .positions .table-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.page-wrapper main .recruit .positions .table-wrap table {
  border: 1px solid #666;
  margin-bottom: 20px;
}
.page-wrapper main .recruit .positions .table-wrap table td, .page-wrapper main .recruit .positions .table-wrap table th, .page-wrapper main .recruit .positions .table-wrap table tr {
  border: 1px solid #666;
  padding: 12px 20px;
}
.page-wrapper main .recruit .positions .table-wrap table thead {
  border: 1px solid #666;
  background-color: #e4dbdb;
}
.page-wrapper main .office .sc-list {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  margin-bottom: 70px;
}
.page-wrapper main .office .sc-list li {
  width: 48%;
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}
.page-wrapper main .office .sc-list li a {
  color: #383838;
}
.page-wrapper main .office .office-item {
  line-height: 2;
  margin-bottom: 70px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-wrapper main .office .office-item img {
  display: block;
  margin-bottom: 15px;
}
.page-wrapper main .office .office-item span {
  display: block;
}
.page-wrapper main .office .office-item h3 {
  margin-bottom: 10px;
}
.page-wrapper main .office .office-item .add::before {
  display: inline-block;
  margin-right: 15px;
  content: "住所";
  font-weight: bold;
}
.page-wrapper main .office .office-item .tel::before {
  display: inline-block;
  margin-right: 15px;
  content: "電話番号";
  font-weight: bold;
}
.page-wrapper main .office .office-item .time {
  margin-bottom: 15px;
}
.page-wrapper main .office .office-item .time::before {
  display: inline-block;
  margin-right: 15px;
  content: "受付時間";
  font-weight: bold;
}
.page-wrapper main .news {
  width: 100%;
}
.page-wrapper main .news ul li {
  padding: 30px;
  background-color: #eaeaea;
  border-radius: 7px;
}
.page-wrapper main .news ul li a {
  display: flex;
  flex-wrap: nowrap;
}
.page-wrapper main .news ul li a .days {
  margin-right: 20px;
}
.page-wrapper main .news ul li a .text .cat {
  display: block;
  text-decoration: underline;
  margin-bottom: 7px;
}
.page-wrapper .philosophy-head {
  width: 100%;
  height: 800px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-wrapper .philosophy-head .en-title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.page-wrapper .philosophy-head h1 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 100px;
  text-align: center;
}
.page-wrapper .philosophy-head .copy {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.page-wrapper .philosophy-head .text {
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

.recruit {
  background-color: #f9f8f4;
}

@media screen and (max-width: 600px) {
  .page-wrapper main .mind .mind-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page-wrapper main .mind .mind-box h2 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  .page-wrapper main .mind .mind-box .ja-min {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
  .page-wrapper main .mind .mission .list-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-wrapper main .mind .mission .list-wrap ul li {
    margin-bottom: 50px;
  }
  .page-wrapper main .mind .mission .list-wrap ul li h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .page-wrapper main .mind .mission .list-wrap ul li p {
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
  }
  .page-wrapper main .message {
    display: flex;
    flex-wrap: wrap;
  }
  .page-wrapper main .message .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 35px;
  }
  .page-wrapper main .message .left img {
    display: block;
    margin-bottom: 15px;
  }
  .page-wrapper main .message .left .pos {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .page-wrapper main .message .left .name {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .page-wrapper main .message .right {
    width: 100%;
  }
  .page-wrapper main .message .right h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 70px;
  }
  .page-wrapper main .message .right p {
    font-size: 1rem;
    line-height: 2;
  }
  .page-wrapper main .message .right .mt80 {
    margin-top: 40px;
  }
  .page-wrapper main .outline {
    display: block;
    margin-bottom: 40px;
  }
  .page-wrapper main .outline .left {
    width: 100%;
    margin-right: 0%;
  }
  .page-wrapper main .outline .left h2 {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .page-wrapper main .outline .left span {
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    margin-bottom: 50px;
  }
  .page-wrapper main .outline .right {
    width: 100%;
  }
  .page-wrapper main .outline .right .information-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border: none;
  }
  .page-wrapper main .outline .right .information-table tr {
    border-top: 1px solid #CCC;
    padding: 15px;
  }
  .page-wrapper main .outline .right .information-table th, .page-wrapper main .outline .right .information-table td {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
  }
  .page-wrapper main .outline .right .information-table th {
    width: 100%;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 5px;
  }
  .page-wrapper main .outline .right .information-table td {
    padding-bottom: 15px;
  }
  .page-wrapper main .history {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .page-wrapper main .history .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .page-wrapper main .history .left h2 {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .page-wrapper main .history .left span {
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
  }
  .page-wrapper main .history .right {
    width: 100%;
  }
  .page-wrapper main .history .right ul li {
    background-color: #f2f2f2;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 0.9rem;
  }
  .page-wrapper main .history .right ul li .date {
    display: flex;
    margin-bottom: 15px;
  }
  .page-wrapper main .history .right ul li .date .year {
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .page-wrapper main .history .right ul li .date .month {
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .page-wrapper main .office .sc-list {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 4%;
         column-gap: 4%;
    margin-bottom: 70px;
  }
  .page-wrapper main .office .sc-list li {
    width: 48%;
    background-color: #f2f2f2;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
  }
  .page-wrapper main .office .sc-list li a {
    color: #383838;
  }
  .page-wrapper main .office .office-item {
    line-height: 2;
    margin-bottom: 35px;
  }
  .page-wrapper main .office .office-item img {
    display: block;
    margin-bottom: 15px;
  }
  .page-wrapper main .office .office-item span {
    display: block;
  }
  .page-wrapper main .office .office-item h3 {
    margin-bottom: 10px;
  }
  .page-wrapper main .office .office-item .add::before {
    display: inline-block;
    margin-right: 15px;
    content: "住所";
    font-weight: bold;
  }
  .page-wrapper main .office .office-item .tel::before {
    display: inline-block;
    margin-right: 15px;
    content: "電話番号";
    font-weight: bold;
  }
  .page-wrapper main .office .office-item .time {
    margin-bottom: 15px;
  }
  .page-wrapper main .office .office-item .time::before {
    display: inline-block;
    margin-right: 15px;
    content: "受付時間";
    font-weight: bold;
  }
  .page-wrapper main .recruit .subtitle {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-wrapper main .recruit .subtitle {
    font-weight: bold;
    padding-bottom: 0.5em;
    text-align: center;
    position: relative;
  }
  .page-wrapper main .recruit .subtitle::before, .page-wrapper main .recruit .subtitle::after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 2em;
    background-color: #e3e3e3;
    height: 5px;
    right: 2em;
  }
  .page-wrapper main .recruit .subtitle::before {
    background-color: #611010;
    left: 2em;
    width: 4em;
  }
  .page-wrapper main .recruit .intro .text {
    text-align: center;
  }
  .page-wrapper main .recruit .intro .text h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 70px;
    line-height: 2;
  }
  .page-wrapper main .recruit .intro .text p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left !important;
  }
  .page-wrapper main .recruit .values {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-wrapper main .recruit .values ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .page-wrapper main .recruit .values ul li {
    width: 100%;
    padding: 30px;
    background-color: #FFF;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .page-wrapper main .recruit .values ul li img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .page-wrapper main .recruit .values ul li span {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper main .recruit .welcome {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-wrapper main .recruit .welcome ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .page-wrapper main .recruit .welcome ul li {
    width: 100%;
    padding: 30px;
    background-color: #FFF;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .page-wrapper main .recruit .welcome ul li img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page-wrapper main .recruit .welcome ul li span {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper main .recruit .workplace {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-wrapper main .recruit .workplace img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .page-wrapper main .recruit .workplace p {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2;
  }
  .page-wrapper main .recruit .positions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-wrapper main .recruit .positions .table-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .page-wrapper main .recruit .positions .table-wrap table {
    border: 1px solid #666;
    margin-bottom: 20px;
  }
  .page-wrapper main .recruit .positions .table-wrap table td, .page-wrapper main .recruit .positions .table-wrap table th, .page-wrapper main .recruit .positions .table-wrap table tr {
    border: 1px solid #666;
    padding: 10px 12px;
  }
  .page-wrapper main .recruit .positions .table-wrap table thead {
    border: 1px solid #666;
    background-color: #e4dbdb;
  }
  .page-wrapper .philosophy-head {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-wrapper .philosophy-head .en-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  .page-wrapper .philosophy-head h1 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 100px;
    text-align: center;
  }
  .page-wrapper .philosophy-head .copy {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
  }
  .page-wrapper .philosophy-head .text {
    font-size: 1rem;
    line-height: 2;
    font-weight: bold;
    text-align: center;
  }
}/*# sourceMappingURL=page.css.map */