  @charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*, ::before, ::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before, ::after {
  vertical-align: inherit;
  /* 2 */
  text-decoration: inherit;
  /* 1 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: .67em 0;
  font-size: 2em; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none; }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * 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: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button, input, select, textarea {
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  padding: 0;
  border-style: none; }

/**
 * 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; }

/**
 * 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 {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  padding: 0;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  display: inherit;
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  font-family: "NotoSansCJKjp", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  color: #fff;
  word-wrap: break-word;
  /** 10px */
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset; }

ul,
li {
  margin: 0;
  padding: 0; }

a {
  color: #000;
  text-decoration: none; }

input {
  vertical-align: bottom;
  margin: 0;
  padding: 0; }

.br-sp::before {
  content: "\A";
  white-space: pre; }

.br::before {
  content: "\A";
  white-space: pre; }

.fadein {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0; }

.fadein.on {
  opacity: 1; }

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 400;
  font-style: normal;
  src: url("/business/saitama/fonts/NotoSansCJKjp-Regular.eot");
  src: local("Noto Sans CJK JP Regular"), url("/business/saitama/fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype"), url("/business/saitama/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/business/saitama/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 700;
  font-style: bold;
  src: url("/business/saitama/fonts/NotoSansCJKjp-Bold.eot");
  src: local("Noto Sans CJK JP Bold"), url("/business/saitama/fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype"), url("/business/saitama/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/business/saitama/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  height: auto;
  padding: 12px 20px 12px 12px;
  z-index: 2; }

.header-logo {
  display: block;
  background: url(/business/saitama/img/img_logo_01_sp.png) center no-repeat;
  background-size: cover;
  width: 60px;
  height: 45px; }

.menu-trigger {
  position: relative;
  width: 30px;
  height: 16px;
  margin-top: 12px; }
  .menu-trigger--on .menu-trigger__item--01 {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg); }
  .menu-trigger--on .menu-trigger__item--02 {
    opacity: 0; }
  .menu-trigger--on .menu-trigger__item--03 {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg); }
  .menu-trigger__item {
    background: #ff6c00;
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .menu-trigger__item--01 {
      top: 0; }
    .menu-trigger__item--02 {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .menu-trigger__item--03 {
      bottom: 0; }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(2, 17, 44, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
  z-index: -1; }
  .menu--on {
    opacity: 1;
    z-index: 1; }
  .menu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .menu__btn {
    font-family: "Noto Serif JP", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center; }
    .menu__btn:not(:last-child) {
      margin-bottom: 20px; }

.bg {
  background: url(/business/saitama/img/bg_01_sp.jpg) center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }

.nav-section {
  display: none; }

.nav-section-circle {
  position: relative;
  width: 30px;
  height: 100%; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; }
  .video__bg {
    background: rgba(2, 17, 44, 0.4);
    position: absolute;
    width: 100%;
    height: 100%; }
  .video__item {
    position: absolute;
    max-width: initial;
    z-index: -1; }
  .video__poster {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2; }
    .video__poster--01 {
      background: url(/business/saitama/img/img_mov_01.jpg) center no-repeat;
      background-size: cover; }
    .video__poster--02 {
      background: url(/business/saitama/img/img_mov_02.jpg) center no-repeat;
      background-size: cover; }
    .video__poster--03 {
      background: url(/business/saitama/img/img_mov_03.jpg) center no-repeat;
      background-size: cover; }
    .video__poster--04 {
      background: url(/business/saitama/img/img_mov_04.jpg) center no-repeat;
      background-size: cover; }
    .video__poster--05 {
      background: url(/business/saitama/img/img_mov_05.jpg) center no-repeat;
      background-size: cover; }
    .video__poster--06 {
      background: url(/business/saitama/img/img_mov_06.jpg) center no-repeat;
      background-size: cover; }
    .video__poster--07 {
      background: url(/business/saitama/img/img_mov_07.jpg) center no-repeat;
      background-size: cover; }

.section-wrapper {
  text-align: center; }

.section--10 {
  background: url(/business/saitama/img/bg_02_sp.jpg) center no-repeat;
  background-size: cover; }

.section--11 {
  background: url(/business/saitama/img/bg_03_sp.jpg) center no-repeat;
  background-size: cover; }

.intro-first-ttl-jp {
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .intro-first-ttl-jp__top {
    font-size: 2rem;
    letter-spacing: 0.2em; }
  .intro-first-ttl-jp__bottom {
    font-size: 6rem;
    letter-spacing: 0.2em; }

.intro-first-ttl-en {
  font-family: "Crimson Text", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #ff6c00; }

.intro-first-scroll {
  font-family: "Crimson Text", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #ff6c00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.intro-first-scroll-line {
  background: #ff6c00;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 25px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1; }

.breadcrumb {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-size: 1.4rem; }
  .breadcrumb__item {
    color: #fff; }
  .breadcrumb__arrow {
    font-size: 1rem; }

.intro-second {
  padding: 80px 0; }

.intro-second-scroll-line {
  background: #ff6c00;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 25px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1; }

.intro-second-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  width: calc(100% - 60px);
  margin: 0 auto 40px; }
  .intro-second-photo__item {
    width: calc(50% - 8px);
    margin-bottom: 25px; }
    .intro-second-photo__item:nth-child(2n-1) {
      margin-right: 16px; }
    .intro-second-photo__item:last-child {
      margin-bottom: 0; }

.intro-second-photo-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .intro-second-photo-cont__img {
    position: relative;
    width: 100%;
    padding-top: calc(166vw / 750 * 100); }
    .intro-second-photo-cont__img--01 {
      background: url(/business/saitama/img/img_anchor_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .intro-second-photo-cont__img--02 {
      background: url(/business/saitama/img/img_anchor_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .intro-second-photo-cont__img--03 {
      background: url(/business/saitama/img/img_anchor_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .intro-second-photo-cont__img--04 {
      background: url(/business/saitama/img/img_anchor_04_sp.jpg) center no-repeat;
      background-size: cover; }
    .intro-second-photo-cont__img--05 {
      background: url(/business/saitama/img/img_anchor_05_sp.jpg) center no-repeat;
      background-size: cover; }
    .intro-second-photo-cont__img--06 {
      background: url(/business/saitama/img/img_anchor_06_sp.jpg) center no-repeat;
      background-size: cover; }
    .intro-second-photo-cont__img--07 {
      background: url(/business/saitama/img/img_anchor_07_sp.jpg) center no-repeat;
      background-size: cover; }
  .intro-second-photo-cont__num {
    font-family: "Crimson Text", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -5px;
    right: 0;
    font-size: 3.5rem;
    line-height: 1;
    color: #fff; }
  .intro-second-photo-cont__txt {
    background: #fff;
    position: relative;
    width: 100%;
    height: 25px;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 25px;
    color: #000;
    text-align: left; }

.intro-second-photo-arrow {
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ff6c00;
  border-right: 2px solid #ff6c00;
  -webkit-transform: rotate(45deg) translateY(-100%);
          transform: rotate(45deg) translateY(-100%);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.other {
  padding: 80px 0; }

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 60px);
  margin: 20px auto 50px; }
  .gallery__item {
    width: 26.66667vw;
    padding-top: 26.66667vw; }
    .gallery__item--01 {
      background: url(/business/saitama/img/img_gallery_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .gallery__item--02 {
      background: url(/business/saitama/img/img_gallery_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .gallery__item--03 {
      background: url(/business/saitama/img/img_gallery_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .gallery__item--04 {
      background: url(/business/saitama/img/img_gallery_04_sp.jpg) center no-repeat;
      background-size: cover; }
    .gallery__item--05 {
      background: url(/business/saitama/img/img_gallery_05_sp.jpg) center no-repeat;
      background-size: cover; }
    .gallery__item--06 {
      background: url(/business/saitama/img/img_gallery_06_sp.jpg) center no-repeat;
      background-size: cover; }

.section-ttl {
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.2em; }

.address-ttl {
  margin-bottom: 20px; }
  .address-ttl__ja {
    font-family: "Noto Serif JP", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.1rem;
    letter-spacing: 0.2em; }
  .address-ttl__en {
    font-family: "Crimson Text", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #ff6c00; }

.footer {
  background: rgba(2, 17, 44, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px; }

.footer-scroll {
  font-family: "Crimson Text", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #ff6c00;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.footer-scroll-line {
  background: #ff6c00;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.cmn-wrap {
  margin-bottom: 80px; }

.cmn-ttl-01 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10px; }
  .cmn-ttl-01__num {
    font-family: "Crimson Text", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 5px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #ff6c00; }
  .cmn-ttl-01__txt {
    font-family: "Noto Serif JP", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 5px;
    font-size: 2.4rem;
    letter-spacing: 0.2em; }
  .cmn-ttl-01__en {
    font-family: "Crimson Text", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #ff6c00; }

.cmn-ttl-02 {
  margin-bottom: 20px; }
  .cmn-ttl-02__ja {
    font-family: "Noto Serif JP", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.1rem;
    letter-spacing: 0.2em; }
  .cmn-ttl-02__en {
    font-family: "Crimson Text", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #ff6c00; }

.cmn-txt {
  padding: 0 30px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em; }
  .cmn-txt--left {
    text-align: left; }

.cmn-link {
  display: inline-block;
  position: relative;
  padding: 6px 30px;
  border: 1px solid #fff;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #fff; }

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(2, 17, 44, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
  z-index: -1; }
  .modal--on {
    opacity: 1;
    z-index: 3; }
  .modal__inner {
    width: 100%;
    text-align: center; }
  .modal__btn {
    font-family: "Crimson Text", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center; }
    .modal__btn:after {
      content: "";
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px; }
    .modal__btn:not(:last-child) {
      margin-bottom: 20px; }

.modal-process00-img {
  width: calc(100% - 30px);
  margin: 0 0 40px 30px;
  overflow: scroll; }
  .modal-process00-img__inner {
    background: url(/business/saitama/img/img_process00_01_sp.png) center no-repeat;
    background-size: cover;
    width: 635px;
    height: 288px; }
  .modal-process00-img__txt {
    font-family: "Crimson Text", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(/business/saitama/img/img_process00_02_sp.png) left center no-repeat;
    background-size: 31px 8px;
    padding-left: 40px;
    font-size: 1.3rem;
    line-height: 1;
    text-align: left; }

.modal-gallery {
  width: calc(100% - 60px);
  margin: 0 auto 40px; }

.tab-cont {
  margin-bottom: 10px; }
  .tab-cont__inner {
    padding-top: 56vw; }
    .tab-cont__inner--process01-01 {
      background: url(/business/saitama/img/img_process01_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process01-02 {
      background: url(/business/saitama/img/img_process01_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process01-03 {
      background: url(/business/saitama/img/img_process01_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process02-01 {
      background: url(/business/saitama/img/img_process02_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process02-02 {
      background: url(/business/saitama/img/img_process02_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process02-03 {
      background: url(/business/saitama/img/img_process02_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process03-01 {
      background: url(/business/saitama/img/img_process03_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process03-02 {
      background: url(/business/saitama/img/img_process03_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process03-03 {
      background: url(/business/saitama/img/img_process03_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process04-01 {
      background: url(/business/saitama/img/img_process04_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process04-02 {
      background: url(/business/saitama/img/img_process04_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process04-03 {
      background: url(/business/saitama/img/img_process04_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process05-01 {
      background: url(/business/saitama/img/img_process05_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process05-02 {
      background: url(/business/saitama/img/img_process05_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process05-03 {
      background: url(/business/saitama/img/img_process05_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process06-01 {
      background: url(/business/saitama/img/img_process06_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process06-02 {
      background: url(/business/saitama/img/img_process06_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process06-03 {
      background: url(/business/saitama/img/img_process06_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process07-01 {
      background: url(/business/saitama/img/img_process07_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process07-02 {
      background: url(/business/saitama/img/img_process07_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--process07-03 {
      background: url(/business/saitama/img/img_process07_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--showroom-01 {
      background: url(/business/saitama/img/img_showroom_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--showroom-02 {
      background: url(/business/saitama/img/img_showroom_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--showroom-03 {
      background: url(/business/saitama/img/img_showroom_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--training-01 {
      background: url(/business/saitama/img/img_training_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--training-02 {
      background: url(/business/saitama/img/img_training_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--training-03 {
      background: url(/business/saitama/img/img_training_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-cont__inner--dn {
      display: none; }

.tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .tab-nav__btn {
    position: relative;
    width: calc(100% / 3 - 5px);
    padding-top: calc(135vw/750*100); }
    .tab-nav__btn--process01-01 {
      background: url(/business/saitama/img/img_process01_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process01-02 {
      background: url(/business/saitama/img/img_process01_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process01-03 {
      background: url(/business/saitama/img/img_process01_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process02-01 {
      background: url(/business/saitama/img/img_process02_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process02-02 {
      background: url(/business/saitama/img/img_process02_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process02-03 {
      background: url(/business/saitama/img/img_process02_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process03-01 {
      background: url(/business/saitama/img/img_process03_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process03-02 {
      background: url(/business/saitama/img/img_process03_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process03-03 {
      background: url(/business/saitama/img/img_process03_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process04-01 {
      background: url(/business/saitama/img/img_process04_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process04-02 {
      background: url(/business/saitama/img/img_process04_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process04-03 {
      background: url(/business/saitama/img/img_process04_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process05-01 {
      background: url(/business/saitama/img/img_process05_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process05-02 {
      background: url(/business/saitama/img/img_process05_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process05-03 {
      background: url(/business/saitama/img/img_process05_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process06-01 {
      background: url(/business/saitama/img/img_process06_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process06-02 {
      background: url(/business/saitama/img/img_process06_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process06-03 {
      background: url(/business/saitama/img/img_process06_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process07-01 {
      background: url(/business/saitama/img/img_process07_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process07-02 {
      background: url(/business/saitama/img/img_process07_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--process07-03 {
      background: url(/business/saitama/img/img_process07_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--showroom-01 {
      background: url(/business/saitama/img/img_showroom_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--showroom-02 {
      background: url(/business/saitama/img/img_showroom_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--showroom-03 {
      background: url(/business/saitama/img/img_showroom_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--training-01 {
      background: url(/business/saitama/img/img_training_01_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--training-02 {
      background: url(/business/saitama/img/img_training_02_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--training-03 {
      background: url(/business/saitama/img/img_training_03_sp.jpg) center no-repeat;
      background-size: cover; }
    .tab-nav__btn--on:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #fff; }
    @media screen and (min-width: 375px) {
      .intro-second-photo-cont__txt {
        font-size: 1.1rem;
        letter-spacing: 0.2em; } }
    @media screen and (min-width: 768px) {
  .br-pc::before {
    content: "\A";
    white-space: pre; }
  .br-sp::before {
    content: "";
    white-space: normal; }
    .header {
      padding: 25px 30px 25px 25px; }
    .header-logo {
      background: url(/business/saitama/img/img_logo_01_pc.png) center no-repeat;
      background-size: cover;
      width: 88px;
      height: 65px; }
    .menu-trigger {
      width: 40px;
      margin-top: 5px; }
      .menu__btn {
        font-size: 2.6rem; }
        .menu__btn:not(:last-child) {
          margin-bottom: 30px; }
    .bg {
      background: url(/business/saitama/img/bg_01_pc.jpg) center no-repeat;
      background-size: cover; }
    .nav-section {
      display: block;
      position: fixed;
      top: 50%;
      right: 30px;
      visibility: hidden;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0;
      z-index: -1; }
      .nav-section:after {
        content: "";
        background: rgba(255, 255, 255, 0.25);
        position: absolute;
        top: 17px;
        right: 14px;
        width: 1px;
        height: 210px;
        z-index: -1; }
    .nav-section__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 35px;
      color: #fff;
      -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .nav-section__item--on {
      color: #ff6c00; }
      .nav-section__item--on .nav-section__ttl {
        font-size: 1.8rem; }
      .nav-section__item--on .nav-section__num {
        font-size: 1.6rem; }
      .nav-section__item--on .nav-section-circle__inner {
        background: #ff6c00;
        width: 10px;
        height: 10px; }
        .nav-section__item--on .nav-section-circle__inner::after {
          width: 20px;
          height: 20px;
          opacity: 1; }
    .nav-section__ttl {
      margin-right: 8px;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .nav-section__num {
      font-family: "Crimson Text", serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .nav-section-circle__inner {
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .nav-section-circle__inner::after {
        content: "";
        background: rgba(255, 108, 0, 0.25);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0; }
    .section--10 {
      background: url(/business/saitama/img/bg_02_pc.jpg) center no-repeat;
      background-size: cover; }
    .section--11 {
      background: url(/business/saitama/img/bg_03_pc.jpg) center no-repeat;
      background-size: cover; }
  .intro-first {
    padding: 0 235px; }
      .intro-first-ttl-jp__top {
        font-size: 2.4rem; }
      .intro-first-ttl-jp__bottom {
        font-size: 8.4rem; }
    .intro-first-ttl-en {
      font-size: 1.8rem; }
    .intro-first-scroll {
      bottom: 60px;
      font-size: 1.6rem; }
    .intro-first-scroll-line {
      height: 50px; }
    .breadcrumb {
      display: block; }
    .intro-second {
      padding: 80px 60px; }
    .intro-second-scroll-line {
      height: 50px; }
    .intro-second-photo {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto 80px; }
      .intro-second-photo__item {
        width: calc(25% - 15px);
        margin-bottom: 0; }
        .intro-second-photo__item:nth-child(2n-1) {
          margin: 0; }
      .intro-second-photo__item:nth-child(5) {
        margin-top: 40px;
        margin-left: 12.5%; }
      .intro-second-photo__item:nth-child(6) {
        margin-top: 40px; }
        .intro-second-photo__item:last-child {
          margin-top: 40px;
          margin-right: 12.5%; }
      .intro-second-photo-cont__img {
        height: 120px;
        padding: 0; }
        .intro-second-photo-cont__img--01 {
          background: url(/business/saitama/img/img_anchor_01_pc.jpg) center no-repeat;
          background-size: cover; }
        .intro-second-photo-cont__img--02 {
          background: url(/business/saitama/img/img_anchor_02_pc.jpg) center no-repeat;
          background-size: cover; }
        .intro-second-photo-cont__img--03 {
          background: url(/business/saitama/img/img_anchor_03_pc.jpg) center no-repeat;
          background-size: cover; }
        .intro-second-photo-cont__img--04 {
          background: url(/business/saitama/img/img_anchor_04_pc.jpg) center no-repeat;
          background-size: cover; }
        .intro-second-photo-cont__img--05 {
          background: url(/business/saitama/img/img_anchor_05_pc.jpg) center no-repeat;
          background-size: cover; }
        .intro-second-photo-cont__img--06 {
          background: url(/business/saitama/img/img_anchor_06_pc.jpg) center no-repeat;
          background-size: cover; }
        .intro-second-photo-cont__img--07 {
          background: url(/business/saitama/img/img_anchor_07_pc.jpg) center no-repeat;
          background-size: cover; }
      .intro-second-photo-cont__num {
        bottom: -10px;
        font-size: 6.4rem; }
      .intro-second-photo-cont__txt {
        height: 30px;
        line-height: 30px; }
    .other {
      padding: 80px 60px; }
    .other__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 460px;
      margin: 0 auto; }
      .other__item:not(:last-child) {
        margin: 0 auto 40px; }
    .other__txt {
      width: 350px;
      margin: 0 auto 40px; }
    .gallery {
      width: 100%;
      margin: 0; }
      .gallery__item {
        width: 140px;
        height: 140px;
        padding: 0; }
        .gallery__item--01 {
          background: url(/business/saitama/img/img_gallery_01_pc.jpg) center no-repeat;
          background-size: cover; }
        .gallery__item--02 {
          background: url(/business/saitama/img/img_gallery_02_pc.jpg) center no-repeat;
          background-size: cover; }
        .gallery__item--03 {
          background: url(/business/saitama/img/img_gallery_03_pc.jpg) center no-repeat;
          background-size: cover; }
        .gallery__item--04 {
          background: url(/business/saitama/img/img_gallery_04_pc.jpg) center no-repeat;
          background-size: cover; }
        .gallery__item--05 {
          background: url(/business/saitama/img/img_gallery_05_pc.jpg) center no-repeat;
          background-size: cover; }
        .gallery__item--06 {
          background: url(/business/saitama/img/img_gallery_06_pc.jpg) center no-repeat;
          background-size: cover; }
    .section-ttl {
      margin-bottom: 60px;
      font-size: 3.6rem; }
    .address-ttl {
      margin-bottom: 30px; }
      .address-ttl__ja {
        margin-bottom: 5px;
        font-size: 3.6rem; }
      .address-ttl__en {
        font-size: 2rem; }
    .footer {
      height: 100px; }
    .footer-scroll {
      font-size: 1.6rem; }
    .footer-scroll-line {
      top: -25px;
      height: 100px; }
    .cmn-wrap {
      margin-bottom: 60px;
      padding: 0 235px; }
      .cmn-ttl-01__num {
        font-size: 2rem; }
      .cmn-ttl-01__txt {
        font-size: 3.6rem; }
      .cmn-ttl-01__en {
        font-size: 1.8rem; }
    .cmn-ttl-02 {
      margin-bottom: 30px; }
      .cmn-ttl-02__ja {
        font-size: 3rem; }
      .cmn-ttl-02__en {
        font-size: 2rem; }
    .cmn-txt {
      padding: 0;
      font-size: 1.6rem;
      line-height: 1.75; }
      .modal__btn {
        font-size: 2.6rem;
        cursor: pointer; }
        .modal__btn:not(:last-child) {
          margin-bottom: 30px; }
    .modal-process00-img {
      width: 1000px;
      margin: 0 auto 50px; }
      .modal-process00-img__inner {
        width: 100%;
        height: 453px; }
      .modal-process00-img__txt {
        display: none; }
    .modal-gallery {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 740px;
      margin: 0 auto 50px; }
    .tab-cont {
      margin: 0; }
      .tab-cont__inner {
        width: 550px;
        height: 365px;
        padding: 0; }
    .tab-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 170px; }
      .tab-nav__btn {
        width: 100%;
        height: 113px;
        padding: 0; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
    .nav-section--on {
      visibility: visible;
      opacity: 1;
      z-index: 2; } }
    @media screen and (min-width: 950px) {
      .intro-second-photo-cont__txt {
        font-size: 1.4rem; } }
    @media screen and (min-width: 1024px) {
    .other__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1000px;
      margin: 0 auto; }
    .other__item:not(:last-child) {
      margin: 0 20px 0 0; } }
    @media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
      .video__item {
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (max-aspect-ratio: 16 / 9) {
      .video__item {
        left: 50%;
        height: 100%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

/*# sourceMappingURL=index.css.map */
