@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  font-size: 14px; }
body {
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, YuGothic, sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000; }
img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  height: auto; }
dd {
  margin: 0; }
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }
object,
embed {
  vertical-align: top; }
a {
  color: inherit;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none; }
a:hover {
  opacity: .7; }
:focus {
  outline: none; }
table {
  border-style: solid;
  border-collapse: collapse;
  border-width: 0; }
th {
  white-space: nowrap; }
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit; }
.cf::before,
.cf::after {
  content: "";
  display: table; }
.cf::after {
  clear: both; }
.pc {
  display: none; }
.kern {
  display: inline-block; }
.kern--f {
    text-indent: -.4em; }
.kern--r {
    letter-spacing: -.4em; }
.inlineBlock {
  display: inline-block; }
.anchor {
  position: absolute;
  margin: -40px 0 0;
  padding: 40px 0 0; }
.wrapper {
  overflow: hidden; }
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 40px;
  padding: 0 0 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.header::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#f2671d), to(#d41f0e));
    background: linear-gradient(90deg, #f2671d 0%, #d41f0e 100%); }
.header__inner {
    height: 100%; }
.header__logo {
    line-height: 0;
    margin: 0;
    width: 95px;
    height: 100%; }
.header__logo a {
      display: block;
      height: 100%;
      padding: 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
.header__logo img {
      width: auto;
      height: 100%; }
.header__menuBtn {
    width: 20px;
    height: 23px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 10px; }
.header__menuBtn ._text {
      font-size: 10px;
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      line-height: 6px;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: scale(0.6) translate(-50%, 0);
              transform: scale(0.6) translate(-50%, 0);
      -webkit-transform-origin: left center;
              transform-origin: left center; }
.header__menuBtn ._inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      height: 14px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      position: absolute;
      left: 0;
      bottom: 0; }
.header__menuBtn ._inner::before, .header__menuBtn ._inner::after {
        content: ""; }
.header__menuBtn ._inner ._bar, .header__menuBtn ._inner::before, .header__menuBtn ._inner::after {
        display: block;
        width: 100%;
        height: 2px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        background: #000; }
.header__menuBtn.on ._inner {
      -webkit-transform: rotate(-90deg) translate(10%, 0);
              transform: rotate(-90deg) translate(10%, 0);
      width: 98%;
      height: 17px; }
.header__menuBtn.on ._inner ._bar {
        opacity: 0; }
.header__menuBtn.on ._inner::before {
        -webkit-transform: rotate(45deg) translate(5%, 0);
                transform: rotate(45deg) translate(5%, 0);
        -webkit-transform-origin: left top;
                transform-origin: left top; }
.header__menuBtn.on ._inner::after {
        -webkit-transform: rotate(-45deg) translate(5%, 0);
                transform: rotate(-45deg) translate(5%, 0);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom; }
.gnavi {
  position: fixed;
  top: 40px;
  z-index: 9;
  width: 100%;
  background: #f2481d;
  color: #fff;
  z-index: 10;
  overflow: auto;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.gnavi.on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
.gnavi__list {
    width: 100%;
    height: 100%;
    padding: 15px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
.gnavi__item {
    padding: 15px;
    cursor: pointer; }
.gnavi__item a {
      color: inherit; }
.gnavi__btns {
    display: none; }
.gnavi__btn--corporate {
    border: 1px solid #000; }
.gnavi__btn--entry {
    color: #fff;
    background: #f2481d; }
.main {
  padding: 40px 0 0; }
.page__header {
  text-align: center;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 78.125vw; }
.page__header--work {
    background-image: url(../img/work/work_header_bg_sp.jpg); }
.page__header--work img {
      width: 61.25%; }
.page__header--photos {
    background-image: url(../img/photos/photos_header_bg_sp.jpg); }
.page__header--photos img {
      width: 72.34375%; }
.page__header--requirements {
    background-image: url(../img/requirements/requirements_header_bg_sp.jpg); }
.page__header--requirements img {
      width: 70.15625%; }
.page__header--entry {
    background-image: url(../img/entry/entry_header_bg_sp.jpg); }
.page__header--entry img {
      width: 65.625%; }
.page__header picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
.pageContents {
  padding: 35px 0 50px; }
.footer {
  background: #e5e5e5; }
.footer__logo {
    text-align: center;
    width: 34.21875%;
    padding: 25px 0;
    margin: auto; }
.footer__address {
    display: none; }
.footer__nav {
    display: none; }
.footer__copyright {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #000;
    padding: 10px;
    margin: 0; }
.glly {
  width: 79.84375%;
  margin: auto; }
.glly__image {
    text-align: center;
    position: relative; }
#cboxOverlay {
  background: #000; }
#cboxContent,
#cboxLoadedContent {
  background: none; }
#cboxContent {
  color: #fff; }
#cboxPrevious,
#cboxNext {
  display: none !important; }
.modal_prev,
.modal_next {
  background-image: url(../img/modal_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 6.65362%;
  height: 0;
  padding: 13.30724% 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer; }
.modal_prev {
  right: auto;
  left: -10.9589%; }
.modal_next {
  -webkit-transform: translate(0, -50%) scale(-1);
          transform: translate(0, -50%) scale(-1);
  right: -10.9589%; }
@media print,screen and (min-width: 480px) {
    html {
      font-size: 16px; }
    .pc {
      display: inline; }
  .sp {
    display: none; }
    .anchor {
      margin: -78px 0 0;
      padding: 78px 0 0; }
    .wrapper {
      min-width: 1120px; }
    .header {
      min-width: 1120px;
      height: 78px;
      padding: 0 0 4px; }
      .header::after {
        height: 4px; }
      .header__inner {
        max-width: 1120px;
        padding: 0 20px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .header__logo {
        width: auto; }
        .header__logo a {
          padding: 20px 0; }
      .header__menuBtn {
        display: none; }
    .gnavi {
      font-size: 14px;
      opacity: 1;
      position: static;
      color: #000;
      -webkit-transform: none;
              transform: none;
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto; }
      .gnavi__list {
        line-height: 1.3;
        letter-spacing: .05em;
        width: auto;
        height: 78px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .gnavi__item {
        display: table;
        height: 100%;
        padding: 0;
        border-right: 1px solid #000; }
        .gnavi__item:first-child {
          border-left: 1px solid #000; }
        .gnavi__item--corporate, .gnavi__item--entry {
          display: none; }
        .gnavi__item a {
          display: table-cell;
          vertical-align: middle;
          width: 119px;
          height: 100%; }
      .gnavi__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin: 0 0 0 10px; }
    .gnavi__btn {
      width: 100px;
      line-height: 30px;
      text-align: center;
      margin: 0 0 0 20px; }
    .main {
      padding: 78px 0 0; }
      .page__header--work {
        background-image: url(../img/work/work_header_bg.jpg); }
        .page__header--work img {
          width: 880px; }
      .page__header--photos {
        background-image: url(../img/photos/photos_header_bg.jpg); }
        .page__header--photos img {
          width: 631px; }
      .page__header--requirements {
        background-image: url(../img/requirements/requirements_header_bg.jpg); }
        .page__header--requirements img {
          width: 652px; }
      .page__header--entry {
        background-image: url(../img/entry/entry_header_bg.jpg); }
        .page__header--entry img {
          width: 360px; }
    .page__header {
      height: 450px; }
    .pageContents {
      padding: 100px 0 120px; }
    .footer {
      background: none; }
      .footer__logo {
        width: 236px;
        padding: 0; }
      .footer__address {
        display: block;
        margin: 1em 0;
        font-style: normal;
        line-height: 1.875;
        text-align: center; }
      .footer__nav {
        display: block;
        width: 100%;
        max-width: 1200px;
        border-top: 1px solid #000;
        margin: 35px auto; }
    .footer__navList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1em; }
    .footer__navItem {
      margin: 0 1em; }
      .footer__copyright {
        line-height: 30px; }
    .glly {
      width: 660px; }
    .modal_prev,
    .modal_next {
      width: 36px;
      height: 68px;
      padding: 0; }
    .modal_prev {
      left: -196px; }
    .modal_next {
      right: -196px; } }

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