@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*# sourceMappingURL=magnific-popup.css.map */
/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #333333;
  color: #fff; }

::-moz-selection {
  background: #333333;
  color: #fff; }

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333333;
  background: #F2EFE3;
  font-family: "century-gothic", "shippori-mincho-b1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.875; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #333333;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }
  a img {
    transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }
  @media screen and (max-width: 800px) {
    a:hover {
      opacity: 1; } }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 800px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 800px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: -150px;
  padding-top: 150px; }
  @media screen and (max-width: 800px) {
    .anc {
      margin-top: -95px;
      padding-top: 95px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.wrapper {
  position: relative;
  overflow: clip; }

.inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .inner {
      padding: 0 20px; } }

.btn {
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: exclusion;
  width: 100%;
  height: 100%;
  position: relative; }
  .btn:hover {
    opacity: 1;
    background: #333333;
    color: #FFF; }
    .btn:hover .btn__inner:before {
      background: url("../img/icon_btnarrow_w.svg") center no-repeat;
      background-size: 7.02px; }
  .btn__inner {
    position: relative;
    top: 2px;
    letter-spacing: 1px; }
    .btn__inner:before {
      content: "";
      position: absolute;
      width: 7.02px;
      height: 5.85px;
      background: url("../img/icon_btnarrow.svg") center no-repeat;
      background-size: 7.02px;
      right: -15px;
      top: calc(50% - 4.5px); }

.btnB {
  background: #333333;
  color: #FFF; }
  .btnB:hover {
    opacity: 1;
    background: #FFF;
    color: #333333; }
    .btnB:hover .btn__inner:before {
      background: url("../img/icon_btnarrow.svg") center no-repeat;
      background-size: 7.02px; }
  .btnB .btn__inner:before {
    background: url("../img/icon_btnarrow_w.svg") center no-repeat;
    background-size: 7.02px; }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 100px 30px 30px;
  z-index: 100;
  transition: .4s; }
  @media screen and (max-width: 800px) {
    .header {
      padding: 15px 70px 15px 20px; } }
  .header__logo {
    width: 90px;
    display: block; }
    @media screen and (max-width: 800px) {
      .header__logo {
        width: 55px; } }
  .header__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .header__btn {
    width: 130px;
    height: 40px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .header__btn {
        display: none;
        padding: 20px 60px 20px 20px; } }
  .header__insta {
    display: block;
    width: 25px;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 800px) {
      .header__insta {
        margin: 10px 0 0 0; } }

.header.on {
  background: rgba(0, 0, 0, 0.5);
  transition: .4s; }

.header.headerKaso.on {
  background: rgba(255, 255, 255, 0.5);
  transition: .4s; }

.menuButton {
  background: url("../img/menu.svg") center no-repeat;
  background-size: 32.25px;
  width: 32.25px;
  height: 19.73px;
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  right: 40px;
  top: 56.5px; }
  @media screen and (max-width: 800px) {
    .menuButton {
      top: 33px;
      right: 20px; } }

.menuButton.active {
  background: url("../img/menu_close.svg") center no-repeat;
  background-size: 32.25px; }

.menuButtonB {
  background: url("../img/menu_b.svg") center no-repeat;
  background-size: 32.25px; }

.spMenu {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 100;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  border: 10px solid #F2EFE3; }
  @media screen and (max-width: 800px) {
    .spMenu {
      width: 100%;
      overflow: auto;
      border-radius: 0; } }
  .spMenu__box {
    background: #F2EFE3;
    width: 50%;
    height: 100%;
    padding: 30px; }
  .spMenu__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .spMenu__li {
    margin-bottom: 15px; }
    .spMenu__li:first-of-type .spMenu__link {
      border-top: 1px solid #333333;
      padding-top: 15px; }
  .spMenu__link {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    padding: 0 15px 15px;
    border-bottom: 1px solid #333333;
    font-weight: 600;
    font-size: 14px;
    background: url("../img/icon_btnarrow.svg") right 20px center no-repeat;
    background-size: 10px; }
    @media screen and (max-width: 800px) {
      .spMenu__link {
        padding: 0 0px 10px;
        font-size: 12px; } }
  .spMenu__box {
    background: #F2EFE3;
    width: 50%;
    height: 100%;
    padding: 20px 30px 30px 20px;
    overflow: auto; }
    @media screen and (max-width: 800px) {
      .spMenu__box {
        width: calc(100% - 95px);
        padding: 20px 20px 0 10px; } }
  .spMenu__logo {
    display: block;
    width: 90px;
    margin: 0 0 40px; }
    @media screen and (max-width: 800px) {
      .spMenu__logo {
        width: 55px;
        margin: -10px 0 30px 0; } }
  .spMenu__linkInner {
    font-size: 22px;
    margin: 0 0 -10px;
    position: relative;
    display: block;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .spMenu__linkInner {
        font-size: 16px;
        margin: 0 0 -5px; } }

/* ===============================
ラッパー
=============================== */
.mvIntro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1000000000;
  pointer-events: none;
  transition: opacity 1.5s;
  background: #F2EFE3; }
  .mvIntro__catch {
    writing-mode: vertical-rl; }
  .mvIntro__char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: 1.2s;
    font-size: 24px;
    letter-spacing: 15px;
    font-weight: 300; }
  .mvIntro__char:nth-child(1) {
    transition-delay: .1s; }
  .mvIntro__char:nth-child(2) {
    transition-delay: .3s; }
  .mvIntro__char:nth-child(3) {
    transition-delay: .5s; }
  .mvIntro__char:nth-child(4) {
    transition-delay: .7s; }
  .mvIntro__char:nth-child(5) {
    transition-delay: .9s; }

.mvIntro--hide {
  opacity: 0; }

.mvIntro--start .mvIntro__char {
  opacity: 1;
  transform: none; }

.mv {
  width: 100%;
  height: calc(var(--vh) * 100);
  position: relative;
  /* slickの内部もフルに */ }
  .mv__inner {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 40px 40px 40px;
    z-index: 1; }
    .mv__inner:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      mix-blend-mode: multiply; }
    @media screen and (max-width: 800px) {
      .mv__inner {
        padding: 0 20px 30px; } }
  .mv__leadBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .mv__leadBox {
        display: none; } }
  .mv__spLead {
    text-align: center;
    margin-bottom: 30px; }
    .mv__spLead span {
      writing-mode: vertical-rl;
      letter-spacing: 5px;
      font-size: 20px; }
  .mv__leadCopy {
    color: #FFF;
    z-index: 10;
    writing-mode: vertical-rl;
    font-size: 24px;
    letter-spacing: 15px;
    position: relative;
    font-weight: 300;
    display: inline-block;
    top: -6px; }
  .mv__slides {
    height: calc(var(--vh) * 100);
    overflow: hidden;
    position: relative; }
  .mv__slides .slick-list, .mv__slides .slick-track {
    height: 100%; }
  .mv__slide {
    height: calc(var(--vh) * 100);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .mv__slide1 {
    background-image: url("../img/slide1.jpg"); }
  .mv__slide2 {
    background-image: url("../img/slide2.jpg"); }
  .mv__slide3 {
    background-image: url("../img/slide1.jpg"); }
  .mv__box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%; }
  .mv__lead {
    color: #FFF; }
    @media screen and (max-width: 800px) {
      .mv__lead {
        width: 100%; } }
  .mv__leadEnTtl {
    font-size: 55px;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .mv__leadEnTtl {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        padding-bottom: 15px; } }
    .mv__leadEnTtl:before {
      content: "";
      background: #FFF;
      height: 1px;
      width: 70px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .mv__leadCatch {
    font-size: 24px;
    margin: 30px 0 10px; }
    @media screen and (max-width: 800px) {
      .mv__leadCatch {
        font-size: 20px;
        margin: -10px 0 10px;
        line-height: 1.6; } }
  .mv__leadTtl {
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 800px) {
      .mv__leadTtl {
        font-size: 12px;
        line-height: 1.6; } }
  .mv__results {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .mv__results {
        margin-top: 20px; } }
  .mv__result {
    width: 150px;
    height: 150px;
    border-radius: 10000px;
    border: 0.5px solid #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF; }
    @media screen and (max-width: 800px) {
      .mv__result {
        width: 90px;
        height: 90px; } }
    .mv__result:first-of-type {
      margin-right: 20px; }
      @media screen and (max-width: 800px) {
        .mv__result:first-of-type {
          margin-right: 15px; } }
  .mv__resultTxt {
    position: relative;
    padding-bottom: 10px;
    line-height: 1.6; }
    @media screen and (max-width: 800px) {
      .mv__resultTxt {
        font-size: 10px; } }
    .mv__resultTxt:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 30px;
      background: #FFF;
      left: calc(50% - 15px);
      bottom: 0; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15);
    /* 拡大率 */ } }
.add-animation {
  animation: zoomUp 10s linear 0s normal both; }

.ttl {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 10px; }
  @media screen and (max-width: 800px) {
    .ttl {
      font-size: 28px;
      line-height: 1.4; } }

.ttlBorder {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .ttlBorder {
      padding-bottom: 20px;
      margin-bottom: 30px; } }
  .ttlBorder:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #333333;
    content: ""; }

.btnViewMore {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px 5px 0;
  border-bottom: 1px solid #333333;
  background: url("../img/icon_btnarrow.svg") right 10px no-repeat;
  background-size: 7px;
  font-weight: 500; }

.fit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.topNews {
  padding: 150px 0;
  /* 左 */
  /* 右 */ }
  @media screen and (max-width: 800px) {
    .topNews {
      padding: 100px 0; } }
  .topNews__wrap {
    display: flex; }
    @media screen and (max-width: 800px) {
      .topNews__wrap {
        display: block; } }
  .topNews__heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-right: 100px;
    align-items: flex-start; }
    @media screen and (max-width: 800px) {
      .topNews__heading {
        padding-right: 0;
        margin-bottom: 20px; } }
  .topNews__ttl {
    writing-mode: vertical-rl;
    margin-right: 10px;
    margin-top: 0;
    letter-spacing: 10px; }
  .topNews__ttlEn {
    writing-mode: vertical-rl; }
  .topNews__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    .topNews__list .btnViewMore {
      margin-top: 40px; }
  .topNews__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 50px 40px 10px;
    border-bottom: 0.5px solid #333333;
    text-decoration: none;
    background: url("../img/icon_btnarrow.svg") right 20px center no-repeat;
    background-size: 10px; }
    @media screen and (max-width: 800px) {
      .topNews__item {
        display: block;
        padding: 20px 40px 20px 0px; } }
    @media screen and (max-width: 800px) {
      .topNews__item:first-of-type {
        border-top: 0.5px solid #333333; } }
  .topNews__date {
    width: 85px; }
    @media screen and (max-width: 800px) {
      .topNews__date {
        display: inline-block; } }
  .topNews__category {
    margin-right: 20px;
    font-size: 10px;
    background: #333333;
    color: #FFF;
    box-sizing: border-box;
    padding: 1px 12px 0;
    border-radius: 100px;
    text-align: center;
    min-width: 65px; }
    @media screen and (max-width: 800px) {
      .topNews__category {
        display: inline-block;
        margin: 0 0 7px -10px; } }
  .topNews__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 800px) {
      .topNews__title {
        display: block;
        width: 100%; } }

.topConcept {
  padding-bottom: 150px;
  /* ===== 左 ===== */
  /* ===== 右 ===== */ }
  @media screen and (max-width: 800px) {
    .topConcept {
      padding-bottom: 200px; } }
  .topConcept__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .topConcept__wrap {
        display: block; } }
  .topConcept__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 40px; }
    @media screen and (max-width: 800px) {
      .topConcept__content {
        padding-right: 0;
        margin-bottom: 30px; } }
  .topConcept__txt {
    margin-bottom: 30px;
    font-size: 16px; }
    @media screen and (max-width: 800px) {
      .topConcept__txt {
        font-size: 14px;
        margin-bottom: 10px; } }
  .topConcept__txtEn {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px; }
    @media screen and (max-width: 800px) {
      .topConcept__txtEn {
        font-size: 10px;
        letter-spacing: 0.5px; } }
  .topConcept__ttl {
    font-size: 30px; }
    @media screen and (max-width: 800px) {
      .topConcept__ttl {
        font-size: 28px; } }
  .topConcept__slider {
    width: calc(50% - 120px); }
    @media screen and (max-width: 800px) {
      .topConcept__slider {
        width: 100%; } }
  .topConcept__sliderInner {
    margin-right: calc(50% - 50vw); }
  .topConcept__slide {
    margin-right: 20px;
    width: 450px;
    display: block;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .topConcept__slide {
        width: 280px; } }
    .topConcept__slide:hover {
      opacity: 1; }
      .topConcept__slide:hover .topConcept__circle {
        background: #333333;
        transition: .4s; }
        .topConcept__slide:hover .topConcept__circle img {
          display: block;
          width: 8.64px !important; }
      .topConcept__slide:hover .topConcept__circleInner {
        background: url("../img/icon_btnarrow_w.svg") no-repeat;
        background-size: 8.64px !important; }
      .topConcept__slide:hover img {
        transform: scale(1.2); }
  .topConcept__slideDetail {
    position: relative;
    background: #F2EFE3;
    width: calc(100% - 30px);
    display: block;
    box-sizing: border-box;
    margin-top: -40px;
    padding: 30px; }
    .topConcept__slideDetail:before {
      position: absolute;
      left: 30px;
      bottom: 0;
      width: 50px;
      content: "";
      height: 1px;
      background: #333333; }
    @media screen and (max-width: 800px) {
      .topConcept__slideDetail {
        width: calc(100% - 20px);
        margin-top: -30px;
        padding: 20px 0px; } }
    .topConcept__slideDetail:hover {
      opacity: 1; }
  .topConcept__circle {
    transition: .4s;
    width: 35px;
    height: 35px;
    border: 0.5px solid #333333;
    border-radius: 100000px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: calc(50% - 17.5px); }
    @media screen and (max-width: 800px) {
      .topConcept__circle {
        width: 25px;
        height: 25px;
        top: calc(50% - 12.5px);
        right: 15px; } }
  .topConcept__circleInner {
    background: url("../img/icon_btnarrow.svg") no-repeat;
    background-size: 8.64px !important;
    width: 8.64px;
    display: block;
    height: 7.2px; }
  .topConcept__slidePicInner {
    overflow: hidden;
    height: 360px;
    display: block;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .topConcept__slidePicInner {
        height: 200px; } }
  .topConcept__slideContest, .topConcept__slideMeta {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2; }
    @media screen and (max-width: 800px) {
      .topConcept__slideContest, .topConcept__slideMeta {
        font-size: 12px; } }
  .topConcept__slideContest {
    margin-bottom: 10px;
    font-size: 12px; }
  .topConcept__slideTtl {
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .topConcept__slideTtl {
        font-size: 14px; } }

.topPromise {
  position: relative;
  padding: 80px 0 100px;
  background: #FFF;
  margin-bottom: 150px; }
  @media screen and (max-width: 800px) {
    .topPromise {
      padding: 40px 0 40px;
      margin-bottom: 100px; } }
  .topPromise:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #F2EFE3; }
  .topPromise:before {
    height: 100%;
    width: 40px; }
    @media screen and (max-width: 800px) {
      .topPromise:before {
        width: 20px; } }
  .topPromise__ttlWrap {
    position: absolute;
    top: -140px;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start; }
    @media screen and (max-width: 800px) {
      .topPromise__ttlWrap {
        right: 20px; } }
  .topPromise__ttlEn {
    writing-mode: vertical-rl; }
  .topPromise__ttl {
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    margin-top: 0;
    margin-right: 10px; }
  .topPromise__ttlInner {
    display: inline-block;
    border-right: 1px solid #333333;
    box-sizing: border-box;
    padding: 0 5px 0 0; }
  .topPromise__ttlInner--space {
    margin-top: 80px; }
  .topPromise__block {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1080px) {
      .topPromise__block {
        align-items: flex-start; } }
    @media screen and (max-width: 800px) {
      .topPromise__block {
        display: block; } }
    .topPromise__block--01 {
      margin-bottom: 80px; }
      @media screen and (max-width: 800px) {
        .topPromise__block--01 {
          margin-bottom: 60px; } }
  .topPromise__pic {
    flex-shrink: 0;
    width: 32.3vw;
    max-width: 420px; }
    @media screen and (max-width: 800px) {
      .topPromise__pic {
        width: 100%;
        padding-left: 20px; } }
    .topPromise__pic img {
      display: block;
      width: 100%;
      object-fit: cover; }
    .topPromise__pic--left {
      margin-left: calc(((100vw - 1080px) / 2 + 40px) * -1); }
      @media screen and (max-width: 1080px) {
        .topPromise__pic--left {
          margin-left: -40px; } }
      @media screen and (max-width: 800px) {
        .topPromise__pic--left {
          margin-left: auto;
          margin-right: auto; } }
    .topPromise__pic--right {
      margin-right: calc(((100vw - 1080px) / 2 + 0px) * -1); }
      @media screen and (max-width: 1080px) {
        .topPromise__pic--right {
          margin-right: 0px; } }
  @media screen and (max-width: 800px) {
    .topPromise__pic--sp {
      margin: 0 auto 30px;
      max-width: 420px; } }
  .topPromise__content {
    padding: 0 150px 0 40px; }
    @media screen and (max-width: 800px) {
      .topPromise__content {
        padding: 30px 0 0 20px; } }
    .topPromise__content--02 {
      padding: 0 40px 0 0px; }
      @media screen and (max-width: 1080px) {
        .topPromise__content--02 {
          padding: 0 40px; } }
      @media screen and (max-width: 800px) {
        .topPromise__content--02 {
          padding: 0 0 0 20px; } }
  .topPromise__txt {
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .topPromise__txt {
        margin-bottom: 20px; } }
  .topPromise__subTtl {
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .topPromise__subTtl {
        font-size: 16px;
        margin-bottom: 30px; } }
    .topPromise__subTtl:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      background: #333333;
      width: 70px; }
  @media screen and (max-width: 1080px) {
    .topPromise__subTtlBr {
      display: none; } }

@media screen and (max-width: 800px) {
  .topWorks {
    padding-bottom: 50px; } }
.topWorks__spBrtn {
  font-size: 20px;
  margin: 40px auto 0;
  text-align: center;
  padding: 0 20px; }
  @media screen and (max-width: 800px) {
    .topWorks__spBrtn {
      font-size: 16px; } }
.topWorks__lead {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .topWorks__lead {
      margin-bottom: 40px; } }
.topWorks__ttlWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .topWorks__ttlWrap .btnViewMore {
    width: 100px; }
.topWorks__cont {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .topWorks__cont {
      margin-bottom: 50px; } }
.topWorks__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 30px -20px 0px;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .topWorks__wrap {
      padding: 0; } }
.topWorks__box {
  width: calc(100%/3);
  padding: 0 20px;
  display: block;
  margin-bottom: 30px;
  box-sizing: border-box; }
  @media screen and (max-width: 800px) {
    .topWorks__box {
      padding: 0 10px;
      margin-bottom: 20px; } }
  .topWorks__box:hover {
    opacity: 1; }
    .topWorks__box:hover .topConcept__circle {
      background: #333333;
      transition: .4s; }
      .topWorks__box:hover .topConcept__circle img {
        display: block;
        width: 8.64px !important; }
    .topWorks__box:hover .topConcept__circleInner {
      background: url("../img/icon_btnarrow_w.svg") no-repeat;
      background-size: 8.64px !important; }
    .topWorks__box:hover img {
      transform: scale(1.2); }
.topWorks__subTtl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  font-size: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  align-items: center; }
.topWorks__subTtlInner {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px; }
  @media screen and (max-width: 800px) {
    .topWorks__subTtlInner {
      margin-left: 0;
      font-size: 12px;
      display: block;
      width: 100%;
      position: relative;
      margin-top: -10px; } }
.topWorks__slidePicInner {
  height: 20vw;
  overflow: hidden;
  display: block; }
  @media screen and (max-width: 800px) {
    .topWorks__slidePicInner {
      height: 50vw; } }
.topWorks .topConcept__slideDetail {
  padding-right: 100px;
  padding-left: 10px; }
  @media screen and (max-width: 800px) {
    .topWorks .topConcept__slideDetail {
      padding-left: 0;
      padding-right: 60px; } }
.topWorks .topConcept__slideDetail:before {
  left: 10px; }
  @media screen and (max-width: 800px) {
    .topWorks .topConcept__slideDetail:before {
      left: 0; } }
.topWorks .topConcept__slideTtl {
  font-size: 16px; }
  @media screen and (max-width: 800px) {
    .topWorks .topConcept__slideTtl {
      line-height: 1.4;
      margin-top: 5px;
      font-size: 16px !important; } }

.topService {
  background: url("../img/bg_topservice.jpg") center no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  color: #FFF; }
  @media screen and (max-width: 800px) {
    .topService {
      padding: 100px 0; } }
  .topService .ttlBorder:before {
    background: #FFF; }
  .topService__leadTxt {
    font-size: 16px; }
    @media screen and (max-width: 800px) {
      .topService__leadTxt {
        font-size: 14px; } }
  .topService__pic img {
    display: block;
    width: 100%;
    border: 1px solid #FFF; }
  .topService:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply; }
  .topService .inner {
    z-index: 1;
    color: #FFF; }
  .topService__ttlWrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-bottom: 50px; }
  .topService__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .topService__box {
    color: #FFF;
    width: calc(100%/2 - 30px);
    margin-bottom: 50px; }
    @media screen and (max-width: 800px) {
      .topService__box {
        width: calc(100%/2 - 10px);
        margin-bottom: 30px; } }
  .topService__ttlEnLarge {
    writing-mode: vertical-rl;
    font-size: 55px;
    border-left: 1px solid #FFF;
    box-sizing: border-box;
    padding: 0 0 0 5px;
    line-height: 55px;
    letter-spacing: 5px; }
  .topService__subTtl {
    font-size: 20px;
    position: relative;
    font-weight: 400;
    margin: 20px 0 20px;
    padding-bottom: 10px; }
    @media screen and (max-width: 800px) {
      .topService__subTtl {
        font-size: 14px;
        margin: 10px 0 20px;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.3; } }
    .topService__subTtl:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 70px;
      background: #FFF;
      height: 1px; }
  .topService__btnMoreWrap {
    text-align: center; }
    .topService__btnMoreWrap a {
      color: #FFF;
      border-bottom: 1px solid #FFF;
      background: url("../img/icon_btnarrow_w.svg") right 10px no-repeat;
      background-size: 7px;
      font-size: 18px; }
  @media screen and (max-width: 800px) {
    .topService__txt {
      font-size: 12px;
      line-height: 1.4; } }

.topOther {
  padding: 150px 0; }
  @media screen and (max-width: 800px) {
    .topOther {
      padding: 100px 0 80px; } }
  .topOther__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .topOther__box {
    width: calc(100%/2 - 30px); }
    @media screen and (max-width: 800px) {
      .topOther__box {
        width: calc(100%/2 - 10px); } }
  .topOther__boxInner {
    padding: 30px 20px 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .topOther__boxInner {
        padding: 20px 0 20px; } }
  .topOther__enTtl {
    font-size: 55px;
    line-height: 55px;
    margin: 0 0 10px; }
    @media screen and (max-width: 800px) {
      .topOther__enTtl {
        font-size: 28px;
        line-height: 28px;
        margin: 0; } }
  .topOther__subTtl {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px;
    padding: 0 0 10px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .topOther__subTtl {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.4;
        margin-top: 10px; } }
    .topOther__subTtl:before {
      content: "";
      width: 70px;
      height: 1px;
      background: #333333;
      position: absolute;
      left: 0;
      bottom: 0; }
  .topOther__txt {
    margin: 0 0 30px; }
    @media screen and (max-width: 800px) {
      .topOther__txt {
        font-size: 12px;
        margin: 0 0 10px;
        line-height: 1.4; } }

.topAccess__lead {
  height: 410px;
  position: relative;
  background: url("../img/bg_topaccess.png") center no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .topAccess__lead {
      height: 50vw; } }
.topAccess__en {
  color: #FFF;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 100px;
  line-height: 100px;
  bottom: -30px;
  white-space: nowrap; }
  @media screen and (max-width: 800px) {
    .topAccess__en {
      font-size: 10vw;
      line-height: 10vw;
      bottom: -2.5vw; } }
.topAccess__cont {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .topAccess__cont {
      padding-top: 0px; } }
.topAccess__wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border-bottom: 1px solid #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .topAccess__wrap {
      padding: 30px 0;
      display: block; } }
.topAccess__pic {
  width: calc(100%/2); }
  @media screen and (max-width: 800px) {
    .topAccess__pic {
      width: 100%; } }
.topAccess__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .topAccess__box {
      padding: 20px 0 0; } }
.topAccess__subTtl {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .topAccess__subTtl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 60px;
    background: #333333; }
.topAccess__btnMoreWrap {
  font-size: 18px;
  text-align: center;
  margin-top: 50px; }

.topInsta {
  padding: 150px 0; }
  @media screen and (max-width: 800px) {
    .topInsta {
      padding: 100px 0; } }
  .topInsta__enTtl {
    position: relative;
    color: #FFF;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 -55px; }
    @media screen and (max-width: 800px) {
      .topInsta__enTtl {
        line-height: 55px;
        font-size: 55px;
        margin: 0 0 -40px; } }
  .topInsta__ttl {
    text-align: center; }
    .topInsta__ttl:before {
      content: "";
      left: calc(50% - 35px); }

.topContact {
  background: url("../img/bg_topcontact.png") center no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  color: #FFF; }
  @media screen and (max-width: 800px) {
    .topContact {
      padding: 100px 0 80px; } }
  .topContact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply; }
  .topContact .inner {
    position: relative;
    z-index: 1; }
  .topContact__enTtl {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 2px; }
    @media screen and (max-width: 800px) {
      .topContact__enTtl {
        font-size: 55px;
        line-height: 55px; } }
  .topContact__enTtl, .topContact__ttl {
    text-align: center; }
  @media screen and (max-width: 800px) {
    .topContact__ttl {
      font-size: 20px; } }
  .topContact__ttl:before {
    left: calc(50% - 35px);
    background: #FFF; }
  .topContact__leadTxt {
    max-width: 820px;
    margin: 20px auto 40px; }
    @media screen and (max-width: 800px) {
      .topContact__leadTxt {
        margin: 20px auto; } }
  .topContact__wrap {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 40px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .topContact__wrap {
        padding: 20px;
        padding: 0;
        border-bottom: none;
        border-top: none; } }
  .topContact__box2, .topContact__box3 {
    width: calc(100%/3);
    box-sizing: border-box;
    padding: 0 20px; }
    @media screen and (max-width: 800px) {
      .topContact__box2, .topContact__box3 {
        width: 100%;
        padding: 20px; } }
  .topContact__box2 {
    width: calc(100%/2); }
    @media screen and (max-width: 800px) {
      .topContact__box2 {
        width: 100%;
        padding: 20px 0; } }
  @media screen and (max-width: 800px) {
    .topContact__box3 {
      padding-left: 0;
      padding-right: 0;
      border-bottom: 0.5px solid #FFF;
      text-align: center; } }
  .topContact__tel {
    color: #FFF;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 10px 0 15px; }
  .topContact__btn {
    height: 70px;
    font-size: 18px; }
  .topContact__areaTxt {
    margin-bottom: 20px;
    font-size: 12px; }
    @media screen and (max-width: 800px) {
      .topContact__areaTxt {
        font-size: 10px;
        margin-bottom: 10px; } }
    .topContact__areaTxt:last-of-type {
      margin-bottom: 0; }
  .topContact h3 {
    font-weight: 500; }

.footer {
  position: relative;
  padding: 100px 0 0; }
  @media screen and (max-width: 800px) {
    .footer {
      padding: 70px 0 0; } }

.footerTop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  padding: 0 40px 40px; }
  .footerTop__logoWrap {
    max-width: 330px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 40px; }
    @media screen and (max-width: 800px) {
      .footerTop__logoWrap {
        display: block;
        margin: auto;
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px; } }
  .footerTop__logo {
    display: block;
    width: 90px;
    margin: 0 20px 20px 0; }
    @media screen and (max-width: 800px) {
      .footerTop__logo {
        width: 60px;
        margin: 0 auto 20px; } }
  .footerTop__logoTxt {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2; }
    @media screen and (max-width: 800px) {
      .footerTop__logoTxt {
        font-size: 16px;
        text-align: center;
        display: block;
        width: 100%; } }
  .footerTop__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    padding-left: 40px; }
    @media screen and (max-width: 800px) {
      .footerTop__list {
        padding-left: 0;
        max-width: 100%;
        display: none; } }
  .footerTop__li {
    margin-right: 20px;
    margin-bottom: 20px; }

.footerBottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  padding: 40px 40px 60px;
  margin: 0 -20px; }
  @media screen and (max-width: 800px) {
    .footerBottom {
      margin: 0 -10px;
      padding: 0px 20px 30px; } }
  .footerBottom__box {
    width: calc(100%/4);
    padding: 0 20px; }
    @media screen and (max-width: 800px) {
      .footerBottom__box {
        width: calc(100%/2);
        padding: 0 10px;
        margin-bottom: 30px; } }
  .footerBottom__txt {
    margin-bottom: 20px;
    font-size: 13px; }
    @media screen and (max-width: 800px) {
      .footerBottom__txt {
        font-size: 10px;
        line-height: 1.6; } }
  .footerBottom__subTtl {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.6; }
    @media screen and (max-width: 800px) {
      .footerBottom__subTtl {
        font-size: 14px;
        margin-bottom: 10px; } }
    .footerBottom__subTtl:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 50px;
      background: #333333; }
  @media screen and (max-width: 800px) {
    .footerBottom .btnViewMore {
      font-size: 13px; } }

.footerCopys {
  background: #FFF;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  font-size: 12px; }
  @media screen and (max-width: 800px) {
    .footerCopys {
      padding: 20px;
      font-size: 10px; } }

.ttlArea {
  position: relative;
  box-sizing: border-box;
  height: 530px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg_ttl.jpg"); }
  @media screen and (max-width: 800px) {
    .ttlArea {
      padding: 150px 0 50px;
      height: auto;
      margin-bottom: 50px; } }
  .ttlArea__wrap {
    max-width: 1080px;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    align-items: flex-end; }
    @media screen and (max-width: 800px) {
      .ttlArea__wrap {
        padding: 0 20px;
        align-items: flex-start; } }
  .ttlArea__ttlWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -70px;
    min-width: 0;
    min-width: 105px; }
    @media screen and (max-width: 800px) {
      .ttlArea__ttlWrap {
        top: -20px; } }
  .ttlArea__box {
    max-width: 600px;
    box-sizing: border-box;
    min-width: 0;
    flex-shrink: 1; }
  .ttlArea__ttlEn, .ttlArea__ttl {
    writing-mode: vertical-rl;
    letter-spacing: 5px;
    line-height: 1.2; }
  .ttlArea__ttl {
    margin-top: 0; }
    @media screen and (max-width: 800px) {
      .ttlArea__ttl {
        font-size: 20px; } }
  .ttlArea__ttlEn {
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 10px; }
    @media screen and (max-width: 800px) {
      .ttlArea__ttlEn {
        font-size: 12px;
        margin-left: 5px; } }
  .ttlArea .txtWhite .ttlArea__catch:before {
    background: #FFF; }
  .ttlArea__catch {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 18px; }
    @media screen and (max-width: 800px) {
      .ttlArea__catch {
        font-size: 14px;
        line-height: 1.3;
        padding-bottom: 10px; } }
    .ttlArea__catch:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      height: 1px;
      width: 100px;
      background: #333333; }
  @media screen and (max-width: 800px) {
    .ttlArea__txt {
      font-size: 12px;
      line-height: 1.8; } }

.ttlAreaShadow {
  background-image: none; }
  .ttlAreaShadow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply; }

.ttlAreaWorksList {
  background-image: url("../img/works/bg_ttl.jpg"); }

.txtWhite {
  color: #FFF; }

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 0 40px;
  margin-top: 40px;
  margin-bottom: 60px; }
  @media screen and (max-width: 800px) {
    .breadcrumb {
      padding: 0 20px; } }
  @media screen and (max-width: 800px) {
    .breadcrumb {
      margin-top: 10px;
      margin-bottom: 40px;
      display: none; } }
  .breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px; }
    @media screen and (max-width: 800px) {
      .breadcrumb__list {
        font-size: 10px; } }
  .breadcrumb__item {
    display: flex;
    align-items: center; }
    .breadcrumb__item + .breadcrumb__item::before {
      content: ">";
      margin: 0 8px;
      font-size: 12px; }
  .breadcrumb__link {
    text-decoration: none; }
    .breadcrumb__link:hover {
      text-decoration: underline; }

.tab__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 0 40px;
  margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    .tab__list {
      padding: 0 20px; } }
  @media screen and (max-width: 800px) {
    .tab__list {
      margin: 0 -5px;
      padding: 0; } }
.tab__item {
  width: calc(100%/4);
  padding: 0 10px; }
  @media screen and (max-width: 800px) {
    .tab__item {
      width: calc(100%/2);
      padding: 0 5px;
      margin-bottom: 10px; } }
.tab__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  appearance: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  font-family: "century-gothic", "shippori-mincho-b1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS Mincho", serif; }
  @media screen and (max-width: 800px) {
    .tab__btn {
      font-size: 12px;
      height: 40px; } }
.tab__btn--active {
  background: #333333;
  color: #FFF; }
.tab__panel {
  display: none; }
  @media screen and (max-width: 800px) {
    .tab__panel {
      padding: 0 20px; } }
.tab__panel--active {
  display: block; }
@media screen and (max-width: 800px) {
  .tab .topWorks__wrap {
    margin-left: -10px;
    margin-right: -10px; } }
.tab .topWorks__box {
  margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    .tab .topWorks__box {
      width: calc(100%/2);
      margin-bottom: 30px; } }
@media screen and (max-width: 800px) {
  .tab .topWorks__slidePicInner {
    height: 30vw; } }
@media screen and (max-width: 800px) {
  .tab .topConcept__slideDetail {
    padding-right: 20px;
    padding-top: 15px; } }
@media screen and (max-width: 800px) {
  .tab .topConcept__circle {
    display: none; } }
@media screen and (max-width: 800px) {
  .tab .topConcept__slideTtl {
    font-size: 14px; } }

.main {
  margin-bottom: 150px; }
  @media screen and (max-width: 800px) {
    .main {
      margin-bottom: 70px; } }

/* Block */
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px; }
  .pagination__list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px; }
    @media screen and (max-width: 800px) {
      .pagination__list {
        margin: 0 10px; } }
  .pagination__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px; }
  .pagination__page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #333333;
    background-color: transparent;
    cursor: pointer;
    font-family: "century-gothic";
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
    @media screen and (max-width: 800px) {
      .pagination__page {
        width: 30px;
        height: 30px; } }
    .pagination__page:hover {
      background: #333333;
      color: #FFF; }
  .pagination__page--active {
    background: #333333;
    color: #FFF;
    border-color: #333333; }
  .pagination__arrow {
    background: none;
    border: none;
    padding: 0;
    margin: 0; }
    .pagination__arrow img {
      display: block;
      width: 50px; }
      @media screen and (max-width: 800px) {
        .pagination__arrow img {
          width: 30px; } }

.ttlAreaWorksDetail__client, .ttlAreaWorksDetail__date {
  display: inline-block;
  margin-right: 20px; }
  @media screen and (max-width: 800px) {
    .ttlAreaWorksDetail__client, .ttlAreaWorksDetail__date {
      margin-right: 10px;
      font-size: 13px; } }
.ttlAreaWorksDetail__ttl {
  font-size: 32px; }
  @media screen and (max-width: 800px) {
    .ttlAreaWorksDetail__ttl {
      font-size: 24px; } }
.ttlAreaWorksDetail__enTtl {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .ttlAreaWorksDetail__enTtl {
      font-size: 14px; } }
  .ttlAreaWorksDetail__enTtl:before {
    content: "";
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #FFF; }
    @media screen and (max-width: 800px) {
      .ttlAreaWorksDetail__enTtl:before {
        width: 50px; } }
.ttlAreaWorksDetail__wrap {
  position: relative;
  z-index: 1; }
.ttlAreaWorksDetail__pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }
  .ttlAreaWorksDetail__pic img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.worksDetail {
  max-width: 930px;
  margin: auto;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .worksDetail {
      padding: 0 20px; } }
  .worksDetail__icatch {
    margin-bottom: 30px; }
    .worksDetail__icatch img {
      display: block;
      width: 100%; }
  .worksDetail__ttl1 {
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 20px;
    position: relative;
    background: url("../img/works/icon_logo.svg") left center no-repeat;
    background-size: 30px;
    padding: 0 0 0 50px; }
    @media screen and (max-width: 800px) {
      .worksDetail__ttl1 {
        font-size: 20px;
        line-height: 1.4;
        background: url("../img/works/icon_logo.svg") left top 0px no-repeat;
        background-size: 20px;
        padding: 0 0 0 30px;
        margin-bottom: 10px; } }
  .worksDetail__ttl1--space {
    margin-top: 100px; }
    @media screen and (max-width: 800px) {
      .worksDetail__ttl1--space {
        margin-top: 50px; } }
  .worksDetail__pics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start; }
    @media screen and (max-width: 800px) {
      .worksDetail__pics {
        margin: 0 -5px; } }
  .worksDetail__picsLi {
    width: calc(100%/4);
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .worksDetail__picsLi {
        width: calc(100%/2);
        padding: 0 5px;
        margin-bottom: 10px; } }
  .worksDetail__pic {
    display: block;
    height: 160px; }
    @media screen and (max-width: 800px) {
      .worksDetail__pic {
        height: 30vw; } }

.borderWhite {
  border-color: #FFF; }

.tag {
  margin-top: 10px; }
  .tag__li {
    display: inline-block;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 1000px;
    font-size: 12px;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    padding: 2px 10px 0; }
    @media screen and (max-width: 800px) {
      .tag__li {
        margin-bottom: 10px; } }

.worksOther,
.worksOtherSpace {
  padding: 0 20px; }
  @media screen and (max-width: 800px) {
    .worksOther,
    .worksOtherSpace {
      margin-top: 70px; } }
  @media screen and (max-width: 800px) {
    .worksOther .topWorks__ttlWrap,
    .worksOtherSpace .topWorks__ttlWrap {
      padding: 0; } }

@media screen and (max-width: 800px) {
  .worksOther {
    margin-top: 0; } }

.worksOtherSpace {
  margin: 100px 0 70px; }
  @media screen and (max-width: 800px) {
    .worksOtherSpace {
      margin: 70px 0 -40px; } }

.leadTxt {
  padding: 0 40px;
  max-width: 1080px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 800px) {
    .leadTxt {
      padding: 0 20px;
      line-height: 1.6;
      margin-bottom: 30px; } }

.columns {
  display: flex;
  padding: 0 40px;
  align-items: flex-start; }
  @media screen and (max-width: 800px) {
    .columns {
      display: block;
      padding: 0 20px; } }

.columnsLeft {
  width: 300px;
  position: sticky;
  flex-shrink: 0; }
  @media screen and (max-width: 800px) {
    .columnsLeft {
      width: 100%;
      margin-bottom: 40px;
      padding-bottom: 10px;
      border-bottom: 0.5px solid #333333;
      border-top: 0.5px solid #333333;
      padding-top: 30px; } }
  .columnsLeft__li {
    margin-bottom: 20px;
    line-height: 1.4; }
  .columnsLeft__link {
    box-sizing: border-box;
    padding-left: 20px;
    display: block;
    background: url("../img/icon_btnarrow.svg") left top 5px no-repeat;
    background-size: 10px; }

.columnsRight {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  flex: 1; }
  .columnsRight__cont {
    margin-bottom: 100px; }
    @media screen and (max-width: 800px) {
      .columnsRight__cont {
        margin-bottom: 50px; } }

.point__leadTxt {
  margin-bottom: 40px; }
.point__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (max-width: 800px) {
    .point__wrap {
      margin: 0; } }
.point__box {
  width: calc(100%/2);
  padding: 0 15px;
  margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    .point__box {
      width: 100%;
      padding: 0; } }
@media screen and (max-width: 800px) {
  .point__box--noSpace {
    margin-bottom: 0; } }
.point__pic {
  margin-bottom: 20px; }
.point__subTtl {
  margin: 0px 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6; }
  @media screen and (max-width: 800px) {
    .point__subTtl {
      font-size: 16px; } }
.point .btnViewMore {
  margin-top: 20px; }
@media screen and (max-width: 800px) {
  .point .worksDetail__ttl1 {
    margin-bottom: 20px; } }

.service__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: center; }
.service__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 40px; }
  @media screen and (max-width: 800px) {
    .service__box {
      padding-left: 0; } }
.service__pic {
  width: calc(100%/2 - 40px); }
  @media screen and (max-width: 800px) {
    .service__pic {
      width: 100%;
      margin-bottom: 20px; } }
.service__subTtl {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 10px; }
  @media screen and (max-width: 800px) {
    .service__subTtl {
      font-size: 20px; } }

.company {
  margin: auto;
  max-width: 930px;
  position: relative;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .company {
      padding: 0 20px; } }

.companyMessage__ttl, .companyMessage__txt {
  text-align: center; }
.companyMessage__ttl {
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .companyMessage__ttl {
      font-size: 20px; } }
.companyMessage__txt {
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .companyMessage__txt {
      margin-bottom: 20px; } }

.companyPresident {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .companyPresident {
      margin-bottom: 70px;
      margin-top: 70px; } }
  .companyPresident__ttl {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .companyPresident__ttl {
        font-size: 20px; } }
  .companyPresident__txt {
    margin-bottom: 30px; }
  .companyPresident__bold {
    font-weight: 600; }

.companyDetail {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .companyDetail {
      margin-bottom: 70px; } }
  .companyDetail__dl {
    border-bottom: 0.5px solid #333333;
    padding-bottom: 20px;
    padding-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .companyDetail__dt {
    width: 200px;
    padding: 0 0 0 20px; }
    @media screen and (max-width: 800px) {
      .companyDetail__dt {
        width: 100%;
        padding: 0 0 10px; } }
  .companyDetail__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 800px) {
      .companyDetail__dd {
        padding-left: 0; } }

.companyMap .topAccess__wrap {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%; }
.companyMap__mapBox {
  max-width: 450px;
  width: 450px; }
  @media screen and (max-width: 800px) {
    .companyMap__mapBox {
      width: 100%; } }
.companyMap .topAccess__pic {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 4px;
  overflow: hidden; }
  .companyMap .topAccess__pic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
.companyMap .topAccess__pic--bottom {
  margin-top: 20px; }

.staffInterview {
  margin-bottom: 100px; }
  .staffInterview__picBox {
    margin-bottom: 50px; }
  .staffInterview__name {
    margin-top: 20px; }
  .staffInterview__nameInner {
    display: inline-block;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    margin: 0 20px 0 0; }
  .staffInterview__box {
    margin-bottom: 40px; }
  .staffInterview__subTtl {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px; }
    @media screen and (max-width: 800px) {
      .staffInterview__subTtl {
        font-size: 16px; } }
  .staffInterview__pic {
    max-width: 700px;
    margin: 0 auto; }

.newsDetail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .newsDetail__subTtl {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4; }
    @media screen and (max-width: 800px) {
      .newsDetail__subTtl {
        font-size: 20px; } }
  .newsDetail__txt {
    margin-bottom: 30px; }
  .newsDetail__left {
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 800px) {
      .newsDetail__left {
        padding: 0; } }
    .newsDetail__left h3 {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: 500; }
      @media screen and (max-width: 800px) {
        .newsDetail__left h3 {
          font-size: 18px; } }
    .newsDetail__left .wp-caption {
      max-width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 800px) {
        .newsDetail__left .wp-caption {
          width: 100% !important; } }
      .newsDetail__left .wp-caption img {
        display: block;
        margin-bottom: 10px; }
    .newsDetail__left p > a {
      text-decoration: underline;
      font-weight: 600; }
  .newsDetail__right {
    width: 300px; }
    @media screen and (max-width: 800px) {
      .newsDetail__right {
        width: 100%;
        margin-top: 50px; } }
  .newsDetail__cateName, .newsDetail__date {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 10px 0 0; }
  .newsDetail__btnWrap {
    text-align: center;
    margin-top: 40px; }
  .newsDetail__li {
    line-height: 1.3;
    margin-bottom: 10px; }
  .newsDetail__link {
    display: block;
    position: relative;
    background: url("../img/icon_btnarrow.svg") left top 4px no-repeat;
    background-size: 8px;
    box-sizing: border-box;
    padding-left: 20px; }
  .newsDetail img {
    display: block;
    width: 100%; }

.paginationNumbers {
  margin-top: 40px;
  text-align: center;
  font-size: 20px; }

.u-bold {
  font-weight: 600 !important; }

.u-bold-red {
  font-weight: 600 !important;
  color: #CC0000 !important; }

.u-red {
  color: #CC0000 !important; }

.marker {
  background: linear-gradient(transparent 60%, #FFFF00 60%) !important; }

.u-space {
  margin-bottom: 70px;
  display: block; }
  @media screen and (max-width: 800px) {
    .u-space {
      margin-bottom: 40px;
      display: block; } }

.houseMaker__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .houseMaker__list {
      padding: 0;
      margin: 30px auto;
      margin: 0 -10px;
      margin-top: 40px; } }
.houseMaker__item {
  margin: 0 10px 10px; }
  @media screen and (max-width: 800px) {
    .houseMaker__item {
      width: calc(100%/2);
      margin: 0 0 15px;
      line-height: 1.4;
      box-sizing: border-box;
      padding: 0 10px; } }
.houseMaker__link {
  position: relative;
  font-weight: 600;
  box-sizing: border-box;
  padding-bottom: 2px;
  cursor: pointer;
  background: url("../img/icon_btnarrow.svg") left top 9px no-repeat;
  background-size: 7px;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 15px; }
  @media screen and (max-width: 800px) {
    .houseMaker__link {
      background: url("../img/icon_btnarrow.svg") left top 5px no-repeat;
      background-size: 7px;
      font-size: 13px;
      display: block; } }
.houseMaker__link.active:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #333333; }

.contact {
  background: #FFF;
  padding-bottom: 150px;
  margin-bottom: -150px;
  position: relative; }
  .contact__leadTxt {
    text-align: center;
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: 500; }
  .contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: -122px;
    width: 100%;
    height: 122px;
    background: #FFF;
    z-index: -1; }
    @media screen and (max-width: 800px) {
      .contact:before {
        content: none; } }
  @media screen and (max-width: 800px) {
    .contact {
      margin-top: -50px;
      padding: 50px 0 70px;
      margin-bottom: -70px; } }

.contactTop {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .contactTop {
      margin-bottom: 30px; } }
  @media screen and (max-width: 800px) {
    .contactTop .topAccess__subTtl {
      font-size: 18px;
      padding-bottom: 10px;
      margin-bottom: 10px; } }
  .contactTop__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px; }
  .contactTop__box {
    box-sizing: border-box;
    margin-right: 40px; }
    @media screen and (max-width: 800px) {
      .contactTop__box {
        margin: 0 0 40px;
        width: 100%; } }
    .contactTop__box:last-of-type {
      margin-right: 0; }
  .contactTop__number {
    font-weight: 600;
    font-size: 20px; }

.contactBottom .hissu,
.contact .hissu {
  /*display: inline-block;
  border-radius: 5px;
  background: #CC0000;
  color: #FFF;
  margin: 0 0 0 10px;
  position: relative;
  font-size: 12px;
  padding: 0 10px;*/
  display: inline-block;
  border-radius: 3px;
  background: #CC0000;
  color: #FFF;
  margin: 0 0 0 10px;
  position: relative;
  font-size: 12px;
  padding: 3px 8px 0; }
.contactBottom input[type="submit"],
.contact input[type="submit"] {
  background: #CC0000;
  color: #fff;
  padding: 12px 24px;
  border: none;
  box-sizing: border-box;
  width: 200px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 30px auto 0;
  display: block; }
.contactBottom__privacy,
.contact__privacy {
  text-align: center;
  font-weight: 600;
  margin-top: 20px; }
  .contactBottom__privacy a,
  .contact__privacy a {
    text-decoration: underline; }
.contactBottom__dl,
.contact__dl {
  border-bottom: 1px solid #ACACAC;
  border-top: 1px solid #ACACAC;
  margin-bottom: -1px;
  padding: 30px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .contactBottom__dl,
    .contact__dl {
      padding: 25px 0;
      max-width: 100%; } }
.contactBottom__dt,
.contact__dt {
  font-weight: 600;
  width: 280px; }
  @media screen and (max-width: 800px) {
    .contactBottom__dt,
    .contact__dt {
      width: 100%; } }
  .contactBottom__dt > p,
  .contact__dt > p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
.contactBottom__dd,
.contact__dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 50px; }
  @media screen and (max-width: 800px) {
    .contactBottom__dd,
    .contact__dd {
      padding: 10px 0 0 0; } }
  .contactBottom__dd input:not([type="checkbox"]),
  .contactBottom__dd select,
  .contactBottom__dd textarea,
  .contact__dd input:not([type="checkbox"]),
  .contact__dd select,
  .contact__dd textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    background: #F7F7F7;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ACACAC;
    font-size: 16px; }
    .contactBottom__dd input:not([type="checkbox"]):focus,
    .contactBottom__dd select:focus,
    .contactBottom__dd textarea:focus,
    .contact__dd input:not([type="checkbox"]):focus,
    .contact__dd select:focus,
    .contact__dd textarea:focus {
      outline: none; }
    .contactBottom__dd input:not([type="checkbox"])::placeholder,
    .contactBottom__dd select::placeholder,
    .contactBottom__dd textarea::placeholder,
    .contact__dd input:not([type="checkbox"])::placeholder,
    .contact__dd select::placeholder,
    .contact__dd textarea::placeholder {
      color: #CCC; }
.contactBottom__lead,
.contact__lead {
  margin-bottom: 50px;
  border: none; }
  @media screen and (max-width: 800px) {
    .contactBottom__lead,
    .contact__lead {
      margin-bottom: 0;
      width: 100%;
      padding: 20px 0; } }
.contactBottom__caution,
.contact__caution {
  display: block;
  margin-top: 10px; }
.contactBottom .wpcf7-list-item,
.contact .wpcf7-list-item {
  margin: 0 20px 10px 0; }

.privacy__box {
  margin-bottom: 40px; }
  .privacy__box:last-of-type {
    margin-bottom: 0; }
.privacy__ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .privacy__ttl {
      font-size: 16px; } }

.faq__dl {
  margin-bottom: 20px; }
.faq__dt {
  cursor: pointer;
  font-size: 18px;
  border-bottom: 1px solid #333333;
  padding: 0 10px 10px;
  position: relative; }
  .faq__dt:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    background: url("../img/icon_btnarrow.svg") no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    transition: .4s; }
.faq__dt.active:before {
  transform: rotate(270deg);
  transition: .4s; }
.faq__dd {
  display: none;
  padding: 10px; }

.guarantee__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 60px; }
.guarantee__box {
  width: calc(100%/2 - 20px);
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .guarantee__box {
      width: 100%; } }
.guarantee__subTtl {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px; }
  @media screen and (max-width: 800px) {
    .guarantee__subTtl {
      font-size: 16px; } }

.c-table {
  width: 100%;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  /* =====================
     SP（横スクロール）
  ===================== */ }
  .c-table__inner {
    width: 100%; }
  .c-table__row {
    display: flex;
    border-bottom: 1px solid #333333; }
    .c-table__row:first-child {
      border-top: 1px solid #333333; }
    .c-table__row--head {
      background: #f5f5f5; }
  .c-table__cell {
    padding: 16px;
    border-right: 1px solid #333333;
    box-sizing: border-box;
    line-height: 1.6; }
    .c-table__cell:last-child {
      border-right: none; }
    .c-table__cell:nth-child(1) {
      width: 25%; }
    .c-table__cell:nth-child(2) {
      width: 10%;
      text-align: center; }
    .c-table__cell:nth-child(3) {
      width: 32.5%; }
    .c-table__cell:nth-child(4) {
      width: 32.5%; }
  @media (max-width: 800px) {
    .c-table {
      overflow-x: auto; }
      .c-table__inner {
        min-width: 900px; }
      .c-table__cell {
        padding: 12px;
        font-size: 14px; } }
