@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* 初期設定*/
/* サイト共通の値を変数で定義*/
/* ブレイクポイント*/
/* 画像格納ディレクトリ*/
/* PC最小表示幅*/
/* サイトで使用する色*/
/* 基本書体*/
/* 基本フォントサイズ*/
/* 基本行間*/
/* サイト共通設定
 サイト共通デザインのクラス名は「_（アンダースコア）」始まり*/
body {
  background-color: #000;
  color: #000;
  font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  line-height: 1;
  font-weight: 400;
  font-feature-settings: "palt";
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  line-height: 1;
}
.slick-next:before {
  content: ">";
}
.slick-prev:before {
  content: "<";
}
.slick-next:before, .slick-prev:before {
  display: inline-block;
  color: #8D8D8D;
  font-weight: 100;
  font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  vertical-align: super;
}
.current-item span {
  color: #15B87B;
}
section {
  position: relative;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.down-to-top {
  opacity: 0;
  /*不透明度を指定*/
  transform: translateY(50rem);
  /*transformプロパティの値に関数を指定することで、移動、回転、伸縮、傾斜の設定が可能*/
  transition: all 1s;
  /*変化の時間*/
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.left-to-right {
  opacity: 0;
  /*不透明度を指定*/
  transform: translateX(-50rem);
  /*transformプロパティの値に関数を指定することで、移動、回転、伸縮、傾斜の設定が可能*/
  transition: all 1s;
  /*変化の時間*/
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translateX(0);
}
/*PC*/
@media screen and (min-width: 769px) {
  a {
    transition-duration: 0.5s;
  }
  html {
    font-size: calc(100vw / 1024);
  }
  body {
    font-size: 20rem;
    width: 100%;
  }
  main {
    /*margin-top: 324rem;
    padding-top: 105rem;*/
  }
  h6 {
    font-family: "Roboto", sans-serif;
    font-size: 30rem;
    text-align: center;
    font-weight: 300;
    font-style: italic;
  }
  .sp {
    display: none !important;
  }
  section.news {
    padding-top: 80rem;
    padding-bottom: 115rem;
    font-size: 20rem;
    line-height: 1.4;
  }
  section.news div {
    display: flex;
    align-items: flex-start;
    margin: 30rem 0 15rem;
  }
  section.news .cat {
    background-color: #000;
    color: #fff;
    width: 160rem;
    text-align: center;
    display: inline-block;
  }
  section.news .ymd {
    padding-left: 50rem;
  }
  section.news .news_title {
    text-decoration: underline;
  }
}
/*
  .slick-slide{
    
  }
  .slick-next{
    
  }
  .slick-prev{
    
  }
  .slick-prev, .slick-next{
    
  }
  .slick-next:before,
  .slick-prev:before{
    transform: scale(0.5,1) translateY(-0.2rem);
    font-size: 0.8rem;
  }
  .breadcrumbs{
    margin-top: 0.1rem;
  }*/
/* SP */
@media screen and (max-width: 768px) {
  /*.slick-slide{
    margin:0 0.05rem;
  }
  .slick-next{
    right:-1rem;
  }
  .slick-prev{
    left:-1rem;
  }
  .slick-prev, .slick-next{
    width: 0.6rem;
    height: 0.6rem;
    top:50%;
  }
  .slick-next:before,
  .slick-prev:before{
    transform: scale(0.5,1) translateY(-0.2rem);
    font-size: 1.2rem;
  }*/
  html {
    font-size: calc(100vw / 750);
  }
  body {
    font-size: 25rem;
    min-width: 320px;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
  html.fixed {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  h6 {
    font-family: "Roboto", sans-serif;
    font-size: 40rem;
    text-align: center;
    font-weight: 300;
    font-style: italic;
  }
  .pc {
    display: none !important;
  }
  .breadcrumbs {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader-siteBranding {
    display: block;
    background: url("../img/common/logo.png") no-repeat 0 0 /contain;
    width: 120rem;
    height: 100rem;
    position: absolute;
    top: 40rem;
    left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader {
    /*********************************
    ハンバーガーメニュー
    *********************************/
  }
  .siteHeader-siteBranding {
    display: block;
    width: 200rem;
    height: 100rem;
    background: url("../img/common/logo.png") no-repeat 0 0 /contain;
    position: absolute;
    top: 40rem;
    left: 40rem;
  }
  .siteHeader-humberger {
    display: none;
    cursor: pointer;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    width: 45rem;
    height: 90rem;
    transition: 0.5s;
    z-index: 2000;
    font-size: 16rem;
    position: absolute;
    top: 0rem;
    right: 20rem;
    padding: 25rem 0;
  }
  .siteHeader-humberger span {
    background: #fff;
    height: 4rem;
    border-radius: 50px;
    width: 100%;
    transition: 0.4s;
    margin: 0 auto;
  }
  .siteHeader-humberger p {
    text-align: center;
    color: #000;
  }
  .siteHeader-humberger.close span:nth-of-type(1) {
    transform: translateY(20rem) rotate(-135deg);
    width: 100%;
  }
  .siteHeader-humberger.close span:nth-of-type(2) {
    opacity: 0;
  }
  .siteHeader-humberger.close span:nth-of-type(3) {
    transform: translateY(-16rem) rotate(135deg);
    width: 100%;
  }
  .siteHeader-spMenu {
    display: none;
    background: #c5919d;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0rem;
    left: 0;
    color: #fff;
    z-index: 240;
    overflow: auto;
  }
  .siteHeader-spMenu ul {
    padding: 120rem 70rem 0;
    font-family: Bahnschrift, "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .siteHeader-spMenu li {
    border-bottom: 1px solid #fff;
    font-size: 31.88rem;
    width: 335rem;
    line-height: 120rem;
  }
  .siteHeader-spMenu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*&::after{
            content: '>';
            transform: scale(0.5, 1);
            font-size: 40rem;
            font-weight: normal;
          }*/
  }
  .siteHeader-spMenu li:last-child {
    border: none;
  }
  .siteHeader-spMenu-tel {
    display: block;
    position: relative;
    width: 5.35rem;
    margin: 0.6rem auto 0;
    border-radius: 5rem;
    text-align: center;
    padding: 0.4rem 0;
    background: #15B87B;
    color: #fff;
  }
  .siteHeader-spMenu-tel::after {
    position: absolute;
    content: ">";
    transform: scale(0.5, 1);
    font-size: 0.8rem;
    font-weight: normal;
    right: 0.45rem;
    top: 0.19rem;
  }
}
.siteFooter {
  color: #fff;
  text-align: center;
}
.home {
  line-height: 1.4;
  background: #000;
  position: relative;
}
@keyframes blur-anim {
  100% {
    filter: blur(100px);
  }
}
@keyframes blur-anim2 {
  100% {
    filter: blur(0);
  }
}
@media screen and (min-width: 769px) {
  .home {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
  }
  .home::-webkit-scrollbar {
    display: none;
  }
  .home .sp {
    display: none;
  }
  .home .content {
    /*padding-top: 100vh;*/
    position: relative;
  }
  .home section {
    position: relative;
    color: #fff;
  }
  .home section .title {
    max-width: 1100px;
    margin: 0 auto;
  }
  .home section .title h2 {
    color: #a87839;
    font-size: 110px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }
  .home section .title h2 span {
    display: block;
    color: #fff;
    font-size: 32.9px;
  }
  .home section.mv {
    background: #fff;
    filter: blur(50px);
    background: url("../img/top/mv.jpg") no-repeat center 0 /1920px;
    animation: blur-anim2 0.5s ease-out forwards;
    height: 630px;
    padding: 460px 0 0;
  }
  .home section.mv p {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  .home section.mv img {
    position: absolute;
    width: 397px;
    top: 20px;
    left: 50%;
    margin-left: -198.5px;
  }
  .home section.greet {
    background: #000 url("../img/top/bg1.png") no-repeat center 430px /1920px;
    padding-top: 50px;
    z-index: 1;
  }
  .home section.greet img {
    display: block;
    width: 890px;
    margin: 0 auto;
  }
  .home section.greet h2 {
    margin: -70px 120px 0 auto;
    text-align: right;
  }
  .home section.greet h2 span {
    margin-top: -3px;
    margin-right: -45px;
  }
  .home section.greet p {
    font-size: 25px;
    line-height: 1.7;
    max-width: 890px;
    margin: 40px auto 0;
  }
  .home section.atmosphere {
    position: relative;
    background: #000 url("../img/top/bg2.png") no-repeat center 130px /1920px;
    padding-top: 100px;
  }
  .home section.atmosphere .swiper {
    margin: 0 auto;
    width: 890px;
  }
  .home section.atmosphere h2 {
    margin: -50px 0 50px;
    z-index: 2;
  }
  .home section.atmosphere h2 span {
    margin-left: 14px;
    display: inline-block;
  }
  .home section.atmosphere .system {
    margin: 110px 0 0;
  }
  .home section.atmosphere .system .title {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 400px;
    background: url(../img/top/system.jpg) center 0 /1920px no-repeat;
    position: relative;
    padding: 170px 0 0;
    max-width: inherit;
  }
  .home section.atmosphere .system .title h2 {
    z-index: 2;
    text-align: right;
    width: 1100px;
    margin-left: 320px;
  }
  .home section.atmosphere .system .title h2 span {
    display: block;
  }
  .home section.atmosphere .system .detail {
    margin-top: 100px;
    text-align: center;
  }
  .home section.atmosphere .system .detail p {
    font-size: 50.24px;
  }
  .home section.recruit {
    position: relative;
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .home section.recruit .title {
    background: url("../img/top/recuit.jpg") no-repeat center 0 /1920px;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 400px;
    padding: 130px 0 0;
    margin-bottom: 100px;
    max-width: inherit;
  }
  .home section.recruit .title h2 {
    padding-left: 60px;
    margin-bottom: 100px;
    width: 890px;
    text-align: center;
    position: absolute;
    margin-left: 330px;
  }
  .home section.recruit .title h2 span {
    display: inline-block;
  }
  .home section.recruit dl {
    margin: 50px auto;
    border: 1px solid #ccc;
    color: #012;
    font-size: 25px;
    max-width: 890px;
  }
  .home section.recruit dl + p {
    text-align: center;
  }
  .home section.recruit dl dt {
    background: #bfbfbf;
    padding: 20px 0 20px 50px;
  }
  .home section.recruit dl dd {
    background: #fff;
    padding: 20px 0 20px 50px;
  }
  .home section.access {
    background: #000 url(../img/top/bg2.png) 0 390px /1920px no-repeat;
    display: block;
    height: auto;
    padding-bottom: 50px;
    z-index: 6;
  }
  .home section.access .title {
    background: url("../img/top/access.jpg") no-repeat center 0 /1920px;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 400px;
    padding: 130px 0 0;
    margin-bottom: 100px;
    max-width: inherit;
  }
  .home section.access .title h2 {
    margin-left: 500px;
  }
  .home section.access ul {
    font-size: 28px;
    margin: 50px auto;
    width: 890px;
  }
  .home section.access ul li {
    border-bottom: 1px solid #fff;
    padding: 0 0 30px 20px;
    margin: 15px 0 0;
  }
  .home section.access ul li:last-child {
    border: none;
  }
  .home section.access .copy {
    text-align: center;
    margin-top: 30px;
  }
  .home iframe {
    width: 890px;
    height: 500px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .home .pc {
    display: none;
  }
  .home .content {
    /*padding-top: 100vh;*/
    position: relative;
    /*scroll-snap-type: y mandatory;*/
    scroll-snap-type: y proximity;
    overflow-y: scroll;
    /* ★コレ */
    /*height:100vh;*/
    scroll-behavior: smooth;
    width: 100vw;
    height: 100vh;
  }
  .home section {
    height: 100vh;
    overflow: hidden;
    color: #fff;
    padding: 0 50rem;
    background: #000;
  }
  .home section .title h2 {
    color: #a87839;
    font-size: 77.98rem;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }
  .home section .title h2 span {
    display: block;
    color: #fff;
    font-size: 20rem;
  }
  .home section.mv {
    background: #fff;
    position: sticky;
    top: 0;
    filter: blur(50px);
    background: url("../img/top/mv_sp.jpg") no-repeat center 0 /cover;
    /*background: url("1.png") no-repeat center 0 /cover;*/
    animation: blur-anim2 0.5s ease-out forwards;
    z-index: -1;
  }
  .home section.mv p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    /*background: rgba(255,255,255,0.5);*/
    font-size: 46rem;
    line-height: 1.7;
    color: #fff;
    padding: 1vw;
    position: absolute;
    top: 60rem;
    right: 10rem;
  }
  .home section.mv img {
    position: absolute;
    top: 560rem;
    left: 50%;
    width: 397rem;
    margin-left: -199rem;
  }
  .home section.greet {
    background: #000 url("../img/top/bg1_sp.png") no-repeat center 430rem /750rem;
    padding-top: 120rem;
    z-index: 1;
  }
  .home section.greet img {
    display: block;
    width: 650rem;
    margin: 0 auto;
  }
  .home section.greet h2 {
    margin: -40rem 30rem 0 auto;
    text-align: right;
  }
  .home section.greet h2 span {
    margin-top: -3rem;
    margin-right: -45rem;
  }
  .home section.greet p {
    font-size: 35rem;
    margin-top: 70rem;
    line-height: 1.7;
  }
  .home section.atmosphere {
    position: relative;
    top: 0;
    z-index: 2;
    background: #000 url("../img/top/bg3_sp.png") no-repeat center 430rem /750rem;
    padding-top: 30rem;
  }
  .home section.atmosphere h2 {
    margin: -50rem 0 50rem;
    z-index: 2;
  }
  .home section.atmosphere h2 span {
    margin-left: 14rem;
    display: inline-block;
  }
  .home section.atmosphere .system {
    margin: 110rem 0 0;
  }
  .home section.atmosphere .system .title {
    width: 700rem;
    height: 400rem;
    background: url(../img/top/sl01.jpg) 0 0 /cover no-repeat;
    position: relative;
    padding: 390rem 0 0;
  }
  .home section.atmosphere .system .title::before {
    content: "";
    position: absolute;
    width: 700rem;
    height: 400rem;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  .home section.atmosphere .system .title h2 {
    z-index: 2;
    text-align: right;
  }
  .home section.atmosphere .system .title h2 span {
    display: block;
  }
  .home section.atmosphere .system .detail {
    margin-top: 100rem;
  }
  .home section.atmosphere .system .detail p {
    font-size: 50.24rem;
  }
  .home section.recruit {
    position: relative;
    z-index: 5;
    top: 0;
    height: auto;
    padding-bottom: 50rem;
  }
  .home section.recruit .title {
    background: url("../img/top/recuit_sp.jpg") no-repeat 0 0 /cover;
    position: relative;
    z-index: 6;
    width: 700rem;
    height: 400rem;
    left: -50rem;
    padding: 340rem 0 0;
    margin-bottom: 100rem;
  }
  .home section.recruit .title h2 {
    padding-left: 60rem;
    margin-bottom: 100rem;
  }
  .home section.recruit .title h2 span {
    display: inline-block;
  }
  .home section.recruit dl {
    margin: 50rem 0;
    border: 1px solid #ccc;
    color: #012;
    font-size: 25rem;
  }
  .home section.recruit dl dt {
    background: #bfbfbf;
    padding: 20rem 0 20rem 50rem;
  }
  .home section.recruit dl dd {
    background: #fff;
    padding: 20rem 0 20rem 50rem;
  }
  .home section.access {
    background: #000 url(../img/top/bg5_sp.png) 0 390rem /496rem no-repeat;
    display: block;
    height: auto;
    padding-bottom: 50rem;
    z-index: 6;
  }
  .home section.access .title {
    background: url("../img/top/access_sp.jpg") no-repeat 0 0 /cover;
    position: relative;
    z-index: 6;
    width: 700rem;
    height: 400rem;
  }
  .home section.access ul {
    font-size: 28rem;
    margin: 50rem 0;
  }
  .home section.access ul li {
    border-bottom: 1px solid #fff;
    padding: 0 0 30rem;
    margin: 15rem 0 0;
  }
  .home section.access ul li:last-child {
    border: none;
  }
  .home section.access .copy {
    text-align: center;
    margin-top: 30rem;
  }
  .home iframe {
    width: 650rem;
    height: 500rem;
    display: block;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fkanade.club%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_config.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_init.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_media.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_top.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BACAA%3BAAA6F%3BACG7F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmCA%3BAAAA%3BAAAA%3BAFnCA%3BAAAA%3BAAAA%3BAE2CA%3BAAAA%3BAAAA%3BAF3CA%3BAAAA%3BAEkDA%3BAAAA%3BAAAA%3BAFlDA%3BAAAA%3BAEiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjEA%3BAAAA%3BAEgFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhFA%3BAAAA%3BAE0FA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1GA%3BAAAA%3BAAAA%3BAAAA%3BAEyHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAF9HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzIA%3BAAAA%3BAAAA%3BAAAA%3BAEoJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpJA%3BAAAA%3BAAAA%3BAE6JA%3BAAAA%3BAAAA%3BAF7JA%3BAAAA%3BAAAA%3BAAAA%3BAEuKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvKA%3BAAAA%3BAAAA%3BAEkLA%3BAAAA%3BAAAA%3BAFlLA%3BAAAA%3BAAAA%3BAAAA%3BAE2LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFvMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkNA%3BAAAA%3BAAAA%3BAFlNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEgOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhOA%3BAAAA%3BAAAA%3BAEsPA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF3PA%3BAAAA%3BAAAA%3BAAAA%3BAEqQA%3BAAAA%3BAAAA%3BAAAA%3BAFrQA%3BAAAA%3BAAAA%3BAAAA%3BAEgRA%3BAAAA%3BAAAA%3BAAAA%3BAFhRA%3BAAAA%3BAAAA%3BAE0RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAFnSA%3BAAAA%3BAAAA%3BAE8SA%3BAAAA%3BAAAA%3BAAAA%3BAF9SA%3BAAAA%3BAAAA%3BAE0TA%3BAAAA%3BAAAA%3BAF1TA%3BAAAA%3BAAAA%3BAEqUA%3BAAAA%3BAAAA%3BAFrUA%3BAAAA%3BAAAA%3BAE6UA%3BAAAA%3BAAAA%3BAF7UA%3BAAAA%3BAAAA%3BAEqVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlWA%3BAAAA%3BAAAA%3BAE8WA%3BAAAA%3BAAAA%3BAF9WA%3BAAAA%3BAAAA%3BAEsXA%3BAAAA%3BAAAA%3BAFtXA%3BAAAA%3BAAAA%3BAE8XA%3BAAAA%3BAAAA%3BAF9XA%3BAAAA%3BAAAA%3BAEuYA%3BAAAA%3BAAAA%3BAAAA%3BAFvYA%3BAAAA%3BAAAA%3BAE%2BYA%3BAAAA%3BAAAA%3BAF%2FYA%3BAAAA%3BAAAA%3BAAAA%3BAEwZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxZA%3BAAAA%3BAAAA%3BAEiaA%3BAAAA%3BAAAA%3BAFjaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4aA%3BAAAA%3BAAAA%3BAF5aA%3BAAAA%3BAAAA%3BAEobA%3BAAAA%3BAAAA%3BAFpbA%3BAAAA%3BAAAA%3BAE4bA%3BAAAA%3BAAAA%3BAF5bA%3BAAAA%3BAEmcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAFldA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8dA%3BAAAA%3BAAAA%3BAF9dA%3BAAAA%3BAAAA%3BAEseA%3BAAAA%3BAAAA%3BAFteA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAHlEA%3BAIAa%3BADwEX%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAHtHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIA%2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsJ7F%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACvLW%3BACET%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADF2F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACc3F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjHR%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAHRS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGcT%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjO2F%3BAGyO3F%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */