@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Crimson Text", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #000;
}

html, body {
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
  line-height: 1.5;
}

ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scrl {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}

.container {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

header.top {
  position: relative;
}
header.top .header {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #000;
  height: 100vh;
  width: 200px;
  padding: 40px;
  box-sizing: border-box;
  z-index: 10;
}
header.top .header h1 a {
  display: block;
  background: url("../img/logo.svg") no-repeat;
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-indent: -9000px;
}
header.top .header #nav_toggle {
  display: none;
}
header.top .header .nav {
  margin-top: 60px;
}
header.top .header .nav a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #D2A65A;
  margin-bottom: 1.8em;
}
header.top .header .nav a small {
  display: none;
}
header.top .header .sns {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  text-align: center;
}
header.top .header .sns li {
  padding: 0 10px;
}
header.top .header .sns a {
  display: inline-block;
  width: 24px;
}
header.top .header .sns a img {
  width: 100%;
}
header.top .fade {
  width: 100%;
  min-width: 1024px;
  height: 100vh;
  position: relative;
  z-index: 1;
  opacity: 0.55;
}
header.top .fade li {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
header.top .fade li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.top .lead {
  width: calc(100% - 220px);
  min-width: 804px;
  height: 100vh;
  position: absolute;
  left: 220px;
  top: 0;
  z-index: 1;
}
header.top .lead span {
  display: block;
  background: url("../img/ttl_pc.svg") no-repeat;
  width: 665px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: hidden;
  text-indent: -9000px;
}

header.page .header {
  position: fixed;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background-color: #000;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 100;
}
header.page .header h1 {
  width: 100%;
  width: 180px;
  margin-right: auto;
}
header.page .header h1 a {
  display: block;
  background: url("../img/logo_s.svg") no-repeat;
  width: 180px;
  height: 45px;
  overflow: hidden;
  text-indent: -9000px;
  margin-top: 10px;
}
header.page .header #nav_toggle {
  display: none;
}
header.page .header nav {
  display: flex;
  align-items: center;
}
header.page .header nav .nav {
  display: flex;
}
header.page .header nav .nav a {
  font-size: 14px;
  color: #d2a65a;
  margin: 0 1em;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
header.page .header nav .nav a small {
  display: none;
}
header.page .header nav .sns {
  display: flex;
}
header.page .header nav .sns li {
  padding: 0 10px;
  line-height: 1;
}
header.page .header nav .sns a {
  display: inline-block;
  width: 24px;
}
header.page .header nav .sns a img {
  width: 100%;
}

.wrap {
  display: flex;
  padding: 10px;
  min-width: 1024px;
}
.wrap section {
  width: 33.3%;
  padding: 10px;
  box-sizing: border-box;
}
.wrap section figure {
  margin-bottom: 30px;
}
.wrap section figure img {
  width: 100%;
}
.wrap section:nth-child(2) {
  transition-delay: 0.2s;
}
.wrap section:nth-child(3) {
  transition-delay: 0.4s;
}

section h2 {
  text-align: center;
  font-size: 28px;
  color: #D2A65A;
  letter-spacing: 0.05em;
}
section h2 small {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
section .more {
  text-align: center;
  margin: 20px 0;
}
section .more a {
  color: #D2A65A;
  padding: 0 1.5em 4px;
  border: 1px solid #D2A65A;
  border-radius: 20px;
  line-height: 1;
}

.access {
  padding: 20px;
  position: relative;
  min-width: 1024px;
  box-sizing: border-box;
}
.access figure {
  width: 100%;
  height: 400px;
  position: relative;
  opacity: 0.7;
  overflow: hidden;
}
.access figure img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.access .col {
  width: 400px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.access .col .more {
  margin-bottom: 1em;
}
.access .col.scrl {
  transform: translate(-50%, -50%) !important;
}

footer {
  padding: 20px 0;
  text-align: center;
  min-width: 1024px;
  box-sizing: border-box;
}
footer .logo {
  width: 200px;
  margin: 0 auto 20px;
}
footer .logo img {
  width: 100%;
}
footer address {
  font-style: normal;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
footer address .br {
  display: none;
}
footer address em {
  font-style: normal;
  font-size: 1.3em;
}
footer address a {
  color: #FFF !important;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
footer ul a {
  color: #D2A65A;
  font-size: 15px;
  font-weight: 600;
  padding: 1em;
}
footer .copy {
  font-size: 12px;
  color: #fff;
  margin: 50px 0;
}

.contents {
  background: url("../img/ttl_bg.jpg") no-repeat top;
  background-size: 100%;
  margin: 80px 0;
}
.contents h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #D2A65A;
  padding: 100px 0;
}
.contents h2 small {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
.contents .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: #FFF;
}

#concept {
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
#concept .br {
  display: none;
}
#concept .row {
  display: flex;
  padding: 10px;
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
}
#concept .row li {
  width: 33.3%;
  padding: 10px;
  box-sizing: border-box;
}
#concept .row li img {
  width: 100%;
}
#concept .row li:nth-child(2) {
  transition-delay: 0.2s;
}
#concept .row li:nth-child(3) {
  transition-delay: 0.4s;
}

#system .inner {
  max-width: 600px;
  border-bottom: 1px solid #999;
}
#system .inner dl {
  display: flex;
  font-weight: 600;
  line-height: 1.8;
  border-top: 1px solid #999;
  padding: 1.5em 0;
}
#system .inner dl dt {
  width: 15em;
  font-size: 1.125em;
  font-weight: 900;
}
#system .inner dl li {
  list-style: disc;
}

#access .inner .map iframe {
  height: 400px;
  margin-bottom: 30px;
}
#access .inner .company {
  max-width: 550px;
  margin: 0 auto;
}
#access .inner dl {
  display: flex;
  margin-bottom: 1.5em;
  font-weight: 600;
  line-height: 1.8;
}
#access .inner dl dt {
  width: 8em;
}
#access .inner dl dd {
  flex: 1;
}
#access .inner dl dd a {
  color: #FFF;
}

#link .contents {
  padding-bottom: 50px;
}
#link .row {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#link .col {
  width: 100%;
  max-width: 420px;
  margin: 0 30px 50px;
}
#link .col figure a {
  display: block;
  background-color: #FFF;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#link .col figure a img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#link .col dl {
  display: flex;
  margin-top: 0.5em;
  font-weight: 600;
  line-height: 1.8;
  color: #FFF;
}
#link .col dl dt {
  width: 8em;
}
#link .col dl dd {
  flex: 1;
  line-height: 1.5;
}
#link .col dl dd a {
  color: #FFF;
}
#link .col dl dd li {
  margin: 0.5rem 0;
}

#recruit a[href^="tel:"] {
  pointer-events: none;
}
#recruit .contents .inner {
  max-width: 940px;
}
#recruit h3 img {
  width: 100%;
}
#recruit .ttl {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px 0 0;
  color: #FFCD7D;
}
#recruit .tel {
  display: flex;
  justify-content: space-between;
  margin: 2% 0;
}
#recruit .tel li {
  width: 49%;
}
#recruit .tel li img {
  width: 100%;
}
#recruit .recruit .br {
  display: none;
}
#recruit .recruit .row {
  box-sizing: border-box;
}
#recruit .recruit .row p {
  text-align: center;
  font-weight: 600;
  margin: 50px 0;
}
#recruit .recruit .row .lead {
  line-height: 2.5;
  text-align: center;
}
#recruit .recruit .row .lead:before, #recruit .recruit .row .lead:after {
  content: "";
  display: block;
  background: url("../recruit/img/obj.svg") no-repeat;
  width: 130px;
  height: 20px;
  margin: 1em auto;
}
#recruit .recruit .row .lead:after {
  transform: rotate(180deg);
}
#recruit .recruit .row .tbl {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #1a1a1a;
}
#recruit .recruit .row .tbl h4 {
  background-color: #AC302C;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px;
  position: relative;
  z-index: 5;
}
#recruit .recruit .row .tbl dl {
  font-size: 14px;
  border: 1px solid #E1D3D4;
  display: flex;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
#recruit .recruit .row .tbl dl dt {
  width: 150px;
  background-color: #F4E8E8;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
}
#recruit .recruit .row .tbl dl dd {
  flex: 1;
  background-color: #FCF5F3;
  padding: 20px;
  box-sizing: border-box;
}
#recruit .recruit .row .tbl.t2 h4 {
  background-color: #D2A65A;
  font-size: 14px;
}
#recruit .recruit .row .tbl.t2 dl {
  border: 1px solid #dbdad8;
}
#recruit .recruit .row .tbl.t2 dl dt {
  background-color: #f0f0f0;
}
#recruit .recruit .row .tbl.t2 dl dd {
  background-color: #fff;
}

#contact .inner {
  text-align: left;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}
#contact form {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#contact form dt {
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
}
#contact form dd {
  margin-bottom: 60px;
}
#contact form dd:last-of-type {
  margin-bottom: 0;
}
#contact form .asterisk {
  font-size: 10px;
  color: #000;
  margin-left: 5px;
  background-color: #FEAA00;
  padding: 2px;
}
#contact form input[type=text],
#contact form input[type=email] {
  width: 100%;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
  outline: 0;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
#contact form .telWrapper {
  width: 100%;
  color: #FEAA00;
}
#contact form .telWrapper > span {
  display: inline-block;
}
#contact form .telWrapper > span:nth-of-type(1) {
  width: 24%;
  margin-right: 1.5%;
}
#contact form .telWrapper > span:nth-of-type(2) {
  width: 28%;
  margin: 0 1.5%;
}
#contact form .telWrapper > span:nth-of-type(3) {
  width: 28%;
  margin-left: 1.5%;
}
#contact form textarea {
  width: 100%;
  height: 300px;
  padding: 20px;
  font-size: 14px;
  line-height: 2;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
  outline: 0;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
#contact form .submitBtnWrapper {
  text-align: center;
}
#contact form .submitBtn {
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin: 60px auto 0;
  border: 1px solid #D2A65A;
  background-color: #000;
  font-size: 13px;
  color: #D2A65A;
  font-weight: 700;
  outline: 0;
  border-radius: 5px;
  transition: 0.2s;
}
#contact form .submitBtn:hover {
  border: 1px solid #D2A65A;
  background-color: #D2A65A;
  color: #fff;
  transition: 0.2s;
}

@media screen and (max-width: 880px) {
  .slicknav_menu {
    font-size: 26px !important;
  }
  .slicknav_menu .slicknav_btn {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .slicknav_menu .slicknav_icon .slicknav_icon-bar {
    transition: 0.6s ease;
  }
  .slicknav_menu .active .slicknav_icon .slicknav_icon-bar {
    margin: 0;
  }
  .slicknav_menu .active .slicknav_icon .slicknav_icon-bar:nth-child(1) {
    transform: rotate(225deg);
    margin-top: 10px;
  }
  .slicknav_menu .active .slicknav_icon .slicknav_icon-bar:nth-child(2) {
    background-color: transparent;
    margin-top: -2px;
  }
  .slicknav_menu .active .slicknav_icon .slicknav_icon-bar:nth-child(3) {
    transform: rotate(-225deg);
    margin-top: -4px;
  }
  .slicknav_menu .slicknav_nav {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #000;
    opacity: 0.9;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    padding: 20px 0 200px;
    overflow-y: scroll;
  }
  .slicknav_menu .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
  }
  header.common .header {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0;
  }
  header.common .header h1 {
    width: 100%;
    margin: 0;
  }
  header.common .header h1 a {
    display: block;
    background: url("../img/logo_s.svg") no-repeat center;
    width: 140px;
    height: 45px;
    margin: 5px auto 0;
  }
  header.common .header h1 a img {
    width: 100%;
  }
  header.common .header #nav_toggle {
    display: block;
  }
  header.common .header nav {
    display: none;
  }
  header.common .header nav .nav {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
  }
  header.common .header nav .nav li {
    border-bottom: 1px solid #D2A65A;
    margin-bottom: 2em;
    text-align: left;
  }
  header.common .header nav .nav a {
    margin: 0;
    padding: 0 0 0.25em;
    overflow: hidden;
    width: 100%;
    font-weight: 700;
    display: block;
    line-height: 1.5 !important;
  }
  header.common .header nav .nav a small {
    display: block;
    float: right;
    color: #FFF;
  }
  header.common .header nav .nav a:hover {
    background-color: transparent !important;
  }
  header.common .header nav .sns {
    position: relative;
    bottom: auto;
    margin: 0;
    justify-content: center;
  }
  header.common .header nav .sns li {
    padding: 0 10px;
  }
  header.common .header nav .sns a {
    display: inline-block;
    width: 40px;
    padding: 0;
  }
  header.common .header nav .sns a img {
    width: 40px;
  }
  header.common .header nav .sns a:hover {
    background-color: transparent !important;
  }
  header.common .fade {
    min-width: 100%;
    margin-top: 30px;
  }
  header.common .lead {
    width: 100%;
    min-width: 100%;
    left: 0;
    top: -10px;
    margin: 0;
  }
  header.common .lead span {
    background: url("../img/ttl_sp.svg") no-repeat;
    width: 320px;
    height: 90px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .contents {
    margin: 60px 0;
  }
}
@media screen and (max-width: 769px) {
  .wrap {
    flex-direction: column;
    padding: 10px;
    min-width: 100%;
    box-sizing: border-box;
  }
  .wrap section {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .access {
    min-width: 100%;
  }
  footer {
    min-width: 100%;
  }
  .contents {
    margin: 60px 0;
    font-size: 14px;
  }
  #recruit a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media screen and (max-width: 600px) {
  .slicknav_menu {
    font-size: 20px !important;
  }
  .slicknav_menu .slicknav_btn {
    left: 10px;
  }
  header.common .header .nav {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header.common .header .nav li {
    margin-bottom: 1.5em !important;
  }
  header.common .lead span {
    width: 280px;
    height: 80px;
  }
  .wrap {
    padding: 0;
  }
  .wrap section {
    margin-bottom: 15px;
  }
  .wrap section figure {
    margin-bottom: 5px;
  }
  .wrap section h2 {
    text-align: left;
    font-size: 20px;
  }
  .wrap section h2 small {
    float: right;
    margin-top: 6px;
    font-size: 14px;
  }
  .wrap section .more {
    display: none;
  }
  .access {
    padding: 10px;
  }
  .access figure {
    height: 280px;
  }
  .access .col {
    width: 180px;
  }
  .access .col h2 {
    font-size: 20px;
  }
  .access .col h2 small {
    font-size: 14px;
  }
  .access .col .more {
    margin: 20px 0 10px;
  }
  .access .col .more a {
    font-size: 14px;
  }
  footer {
    min-width: 100%;
  }
  footer address .br {
    display: block !important;
  }
  footer ul {
    display: none;
  }
  footer .copy {
    font-size: 10px;
    margin: 25px 0;
  }
  .contents {
    background: url("../img/ttl_bg_sp.jpg") no-repeat top;
    background-size: 100%;
  }
  .contents h2 {
    font-size: 26px;
    letter-spacing: 0.05em;
    padding: 60px 0;
  }
  .contents h2 small {
    font-size: 16px;
  }
  .contents .inner {
    padding: 10px;
  }
  #contact form {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact form dt {
    margin-bottom: 10px;
  }
  #contact form dd {
    margin-bottom: 30px;
  }
  #contact form input[type=text],
  #contact form input[type=email] {
    padding: 10px;
  }
  #contact form textarea {
    padding: 10px;
    font-size: 14px;
  }
  #contact form .submitBtnWrapper {
    text-align: center;
  }
  #contact form .submitBtn {
    margin: 30px auto 0;
  }
  #concept .br {
    display: block;
  }
  #concept .row {
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    margin-top: 25px;
  }
  #concept .row li {
    width: 100%;
    padding: 10px 10px 0;
  }
  #system .inner {
    border: none;
  }
  #system .inner dl {
    flex-direction: column;
    margin-bottom: 3em;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    border: none;
    padding: 0;
  }
  #system .inner dl:last-child {
    margin-bottom: 0;
  }
  #system .inner dl dt {
    width: 280px;
    margin: 0 auto 1em;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0.5em 0 0;
  }
  #system .inner dl li {
    list-style: none;
  }
  #system .inner dl:last-child {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 280px;
    margin: 0 auto;
    padding: 1.5em 0;
  }
  #system .inner dl:last-child dt {
    display: none;
  }
  #access .inner .map iframe {
    height: 300px;
  }
  #access .inner dl {
    margin-bottom: 1em;
  }
  #access .inner dl dt {
    width: 6em;
  }
  #recruit .tel {
    display: block;
    flex-direction: column;
    margin: 2% 0;
  }
  #recruit .tel li {
    width: 100%;
  }
  #recruit .tel li:first-child {
    margin-bottom: 2%;
  }
  #recruit .recruit .br {
    display: block;
  }
  #recruit .recruit .row {
    box-sizing: border-box;
  }
  #recruit .recruit .row p {
    margin: 30px 0;
  }
  #recruit .recruit .row .lead {
    line-height: 2;
  }
  #recruit .recruit .row .tbl h4 {
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
  }
  #recruit .recruit .row .tbl dl {
    font-size: 12px;
    flex-direction: column;
  }
  #recruit .recruit .row .tbl dl dt {
    width: 100%;
    padding: 15px;
  }
  #recruit .recruit .row .tbl dl dd {
    width: 100%;
    padding: 15px;
    flex: auto;
  }
  #recruit .recruit .row .tbl.t2 {
    margin-bottom: 30px;
  }
  #recruit .recruit .row .tbl.t2 h4 {
    background-color: #D2A65A;
    font-size: 12px;
  }
  #recruit .recruit .row .tbl.t2 dl {
    border: 1px solid #dbdad8;
  }
  #recruit .recruit .row .tbl.t2 dl dt {
    background-color: #f0f0f0;
  }
  #recruit .recruit .row .tbl.t2 dl dd {
    background-color: #fff;
  }
  #link .contents {
    padding: 0 20px 30px;
  }
  #link .col {
    margin: 0 0 50px;
  }
  #link .col dl dt {
    width: 6em;
  }
}
@media screen and (max-width: 320px) {
  header.common .lead span {
    width: 250px;
    height: 70px;
  }
  #concept p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */