@charset "UTF-8";
/*-------------------------------------------> Home */
@media screen and (min-width: 1100px) {
  .Scroll #Home #Header, .MOpen #Home #Header {
    -webkit-transform: none;
            transform: none;
  }
  #Home #Header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  #Home.bottom #Header {
    -webkit-transform: none;
            transform: none;
  }
  #Home.bottom #Service {
    margin-top: 180px;
  }
}
@media screen and (max-width: 1099px) {
  #Home #Header::after {
    background: transparent;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #Home #Navi .logo img .fillColor, #Home #Navi .logo .svg .fillColor {
    fill: #FFF;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #Home #Navi .subLink .map a {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #Home #Navi .subLink .contact a {
    opacity: 0;
    pointer-events: none;
    background: #FFF;
    color: #000;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #Home #MenuBtn button .icon span {
    background: #FFF;
  }
  .MOpen #Home #Header::after {
    background: #FFF;
  }
  .MOpen #Home #Navi .logo img .fillColor, .MOpen #Home #Navi .logo .svg .fillColor {
    fill: #000;
  }
  .MOpen #Home #Navi .subLink .map a {
    opacity: 1;
    pointer-events: auto;
  }
  .MOpen #Home #Navi .subLink .contact a {
    opacity: 1;
    pointer-events: auto;
    background: #FFF;
    color: #000;
  }
  .MOpen #Home #MenuBtn button .icon span {
    background: #FFF;
  }
  .Scroll #Home #Header::after {
    background: #FFF;
  }
  .Scroll #Home #Navi .logo img .fillColor, .Scroll #Home #Navi .logo .svg .fillColor {
    fill: #000;
  }
  .Scroll #Home #Navi .subLink .map a {
    opacity: 1;
    pointer-events: auto;
  }
  .Scroll #Home #Navi .subLink .contact a {
    opacity: 1;
    pointer-events: auto;
    background: #000;
    color: #FFF;
  }
  .Scroll #Home #MenuBtn button .icon span {
    background: #000;
  }
}
#Home .inner {
  max-width: initial;
  width: clamp(642px, 82.2916666667%, 1580px);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#Home .inner.narrow {
  max-width: initial;
  width: clamp(642px, 71.0416666667%, 1364px);
}
@media screen and (max-width: 767px) {
  #Home .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 5.3333333333vw;
  }
  #Home .inner.narrow {
    width: 100%;
  }
}
#Home #Cover .frame {
  position: relative;
}
#Home #Cover .frame .scroll, #Home #Cover .frame .scroll a {
  width: 44px;
  height: 24px;
}
#Home #Cover .frame .scroll {
  position: absolute;
  left: calc(50% - 22px);
  bottom: -40px;
}
#Home #Cover .frame .scroll a {
  display: block;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/home/cover_scroll.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #Home #Cover .frame .scroll, #Home #Cover .frame .scroll a {
    width: 8.5333333333vw;
    height: 4.2666666667vw;
  }
  #Home #Cover .frame .scroll {
    position: absolute;
    left: calc(50% - 4.2666666667vw);
    bottom: auto;
    top: calc(100svh - 8vw);
  }
  #Home #Cover .frame .scroll a {
    background: url(../images/home/cover_scroll_white.svg) no-repeat left top;
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px) {
  #Home #Cover {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    min-height: 600px;
    padding-top: 57px;
    padding-bottom: 87px;
    padding-right: 63px;
    padding-left: clamp(63px, 7.0833333333%, 136px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Home #Cover .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  #Home #Cover .frame .textArea {
    width: 234px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Home #Cover .frame .textArea .logo {
    width: 170px;
    margin-bottom: 54px;
  }
  #Home #Cover .frame .textArea .text {
    width: 180px;
    height: calc(100% - 120px - 54px);
    font-size: 21px;
    line-height: 3.0476190476;
    letter-spacing: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    /*
    background: url(../images/home/cover_text.svg) no-repeat center center;
    background-size: contain;
    */
  }
  #Home #Cover .frame .textArea .text span.pc {
    display: block;
    width: 100%;
    height: 100%;
  }
  #Home #Cover .frame .textArea .text img {
    max-width: 158px;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  #Home #Cover .frame .movie {
    float: right;
    width: calc(100% - 234px);
    height: 100%;
  }
  #Home #Cover .frame .movie img, #Home #Cover .frame .movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Home #Cover .frame .scroll a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #Home #Cover .frame .scroll a:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media screen and (max-width: 767px) {
  #Home #Cover {
    width: 100%;
  }
  #Home #Cover .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #Home #Cover .frame .textArea {
    margin-top: 20vw;
    margin-bottom: 4.8vw;
    width: 100%;
  }
  #Home #Cover .frame .textArea .logo {
    display: none;
  }
  #Home #Cover .frame .textArea .text {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 3.0714285714;
    letter-spacing: 0em;
  }
  #Home #Cover .frame .textArea .text span.sp {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #Home #Cover .frame .movie {
    /*
    padding-right: vw(40);
    padding-left: vw(150);
    width: 100%;
    height: calc( 100svh - vw(150) - vw(90) );
    margin-top: vw(150);
    margin-bottom: vw(90);
    */
    padding: 0;
    width: 100vw;
    height: 100svh;
    margin-bottom: 12vw;
  }
  #Home #Cover .frame .movie img, #Home #Cover .frame .movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#Home .sectionTitle {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #Home .sectionTitle {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 12vw;
  }
}
#Home .sectionBlock .linkMore {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  #Home .sectionBlock .linkMore {
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 14.6666666667vw;
  }
}
#Home #Service .inner, #Home #Studio .inner, #Home #Works .inner, #Home #Staff .inner, #Home #Blog .inner {
  width: 100%;
  max-width: 1580px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #Home #Service .inner, #Home #Studio .inner, #Home #Works .inner, #Home #Staff .inner, #Home #Blog .inner {
    width: 100%;
    max-width: initial;
    padding-right: 5.3333333333vw;
    padding-left: 8vw;
  }
}
#Home #Service, #Home #Studio {
  margin-top: 300px;
}
#Home #Service .inner, #Home #Studio .inner {
  width: 100%;
  max-width: 1580px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Home #Service .contents, #Home #Studio .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Home #Service .block, #Home #Studio .block {
  width: 47.8481012658%;
}
#Home #Service .block + .block, #Home #Studio .block + .block {
  margin-top: 60px;
}
#Home #Service .block.wide, #Home #Studio .block.wide {
  width: 100%;
}
#Home #Service .block > a, #Home #Studio .block > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#Home #Service .block .textArea, #Home #Studio .block .textArea {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Home #Service .block .textArea .blockTitle, #Home #Studio .block .textArea .blockTitle {
  margin-right: auto;
}
#Home #Service .block .textArea .blockTitle span, #Home #Studio .block .textArea .blockTitle span {
  display: block;
}
#Home #Service .block .textArea .blockTitle span.en, #Home #Studio .block .textArea .blockTitle span.en {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 1em;
}
#Home #Service .block .textArea .blockTitle span.f_min, #Home #Studio .block .textArea .blockTitle span.f_min {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
}
#Home #Service .block .textArea .link, #Home #Studio .block .textArea .link {
  margin-top: auto;
  margin-right: auto;
  font-size: 16px;
}
#Home #Service .block .image, #Home #Studio .block .image {
  position: relative;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #Home #Service, #Home #Studio {
    margin-top: 33.3333333333vw;
  }
  #Home #Service .inner, #Home #Studio .inner {
    width: 100%;
    max-width: initial;
    padding-right: 5.3333333333vw;
    padding-left: 8vw;
  }
  #Home #Service .contents, #Home #Studio .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Home #Service .block, #Home #Studio .block {
    width: 100%;
  }
  #Home #Service .block + .block, #Home #Studio .block + .block {
    margin-top: 6vw;
  }
  #Home #Service .block > a, #Home #Studio .block > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #Home #Service .block .textArea, #Home #Studio .block .textArea {
    width: 12vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Home #Service .block .textArea .blockTitle, #Home #Studio .block .textArea .blockTitle {
    margin-right: auto;
  }
  #Home #Service .block .textArea .blockTitle span, #Home #Studio .block .textArea .blockTitle span {
    display: block;
  }
  #Home #Service .block .textArea .blockTitle span.en, #Home #Studio .block .textArea .blockTitle span.en {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 1em;
  }
  #Home #Service .block .textArea .blockTitle span.f_min, #Home #Studio .block .textArea .blockTitle span.f_min {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Home #Service .block .textArea .link, #Home #Studio .block .textArea .link {
    display: none;
    margin-top: auto;
    margin-right: auto;
  }
  #Home #Service .block .image, #Home #Studio .block .image {
    position: relative;
    width: calc(100% - 12vw);
  }
}
@media print, screen and (min-width: 768px) {
  #Home #Service .block a:hover .image .hoverArea .frame {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  #Home #Service .block.wide .image .hoverArea {
    position: absolute;
    bottom: auto;
    top: 0;
    width: 50%;
    height: 100%;
  }
  #Home #Service .block.wide .image .hoverArea .frame {
    position: relative;
    left: auto;
    bottom: auto;
    width: 460px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0;
  }
  #Home #Service .block .image {
    position: relative;
    overflow: hidden;
  }
  #Home #Service .block .image .hoverArea {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 50%;
    /*
    &:hover {
      .frame {
        transform: none;
        opacity: 1;
      }
    }
    */
  }
  #Home #Service .block .image .hoverArea .frame {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  #Home #Service .block .image .hoverArea .frame .text {
    font-size: 15px;
    line-height: 2.8;
    letter-spacing: 0em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #Home #Service .block .image img {
    display: block;
    position: relative;
    z-index: 10;
  }
  #Home #Service.slidedown .block .drawer {
    display: none;
  }
  #Home #Service.slidedown .image .hoverArea .link {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Home #Service .block .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #Home #Service .block .image .hoverArea {
    margin-top: 2.6666666667vw;
  }
  #Home #Service .block .image .hoverArea .frame .text {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 2.0833333333;
    letter-spacing: 0em;
  }
  #Home #Service.slidedown .block {
    position: relative;
  }
  #Home #Service.slidedown .block.wide .drawer {
    top: 98.6666666667vw;
  }
  #Home #Service.slidedown .block .drawer {
    position: absolute;
    right: 0;
    top: 58.6666666667vw;
    width: calc(100% - 12vw);
  }
  #Home #Service.slidedown .block .drawer button {
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 18.1333333333vw;
    cursor: pointer;
  }
  #Home #Service.slidedown .block .drawer::before {
    pointer-events: none;
    content: "";
    display: block;
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    background: url(../images/arrow_drawer.svg) no-repeat center center;
    background-size: 16vw 16vw;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #Home #Service.slidedown .block.open .drawer::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #Home #Service.slidedown .block.open .image .hoverArea .frame {
    display: block;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  #Home #Service.slidedown .image .hoverArea {
    margin-top: 0;
    padding-top: 18.1333333333vw;
  }
  #Home #Service.slidedown .image .hoverArea .frame {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-6.6666666667vw);
            transform: translateY(-6.6666666667vw);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #Home #Service.slidedown .image .hoverArea .link {
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    margin: 5.3333333333vw auto 0;
  }
}
#Home #Studio .block .address {
  padding-left: 80px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 1em;
}
#Home #Studio .block .address .link {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #Home #Studio .block .address {
    padding-left: 12vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 1em;
  }
  #Home #Studio .block .address .link {
    margin-top: 0.5em;
  }
}
#Home #Works .contents, #Home #Staff .contents, #Home #Blog .contents {
  max-width: 1206px;
  margin-right: auto;
  margin-left: 80px;
}
#Home #Works .contents ul, #Home #Staff .contents ul, #Home #Blog .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #Home #Works .contents, #Home #Staff .contents, #Home #Blog .contents {
    width: initial;
    width: 74.6666666667vw;
    margin-right: 0;
    margin-left: auto;
  }
  #Home #Works .contents ul, #Home #Staff .contents ul, #Home #Blog .contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#Home #Works .entryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Home #Works .entryList > li {
  width: 44.776119403%;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
}
#Home #Works .entryList > li span {
  margin-bottom: 10px;
}
#Home #Works .entryList > li:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #Home #Works .entryList > li {
    width: 35.3333333333vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Home #Works .entryList > li span {
    display: block;
    margin-bottom: 1.3333333333vw;
  }
  #Home #Works .entryList > li:nth-child(n+3) {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #Home #Works {
    margin-top: 230px;
    margin-bottom: 230px;
    /*
    .contents {
      ul {
        > li {
          width: clamp( 160px, calc( (100% - 160px ) / 3 ), 330px );
          &:nth-child(n+4) {
            margin-top: 80px;
          }
        }
      }
    }
    */
  }
}
@media screen and (max-width: 767px) {
  #Home #Works {
    margin-top: 29.3333333333vw;
    margin-bottom: 22.6666666667vw;
    /*
    .contents {
      ul {
        > li {
          width: calc( (100% - vw(30) ) / 2 );
          &:nth-child(n+3) {
            margin-top: vw(30);
          }
          &:nth-child(9) {
            display: none;
          }
        }
      }
    }
    */
  }
}
#Home #Staff {
  background: #efefef;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  #Home #Staff .contents ul > li {
    width: clamp(100px, 28.3582089552%, 342px);
  }
  #Home #Staff .contents ul > li:nth-child(n+4) {
    margin-top: 7.4626865672%;
  }
}
@media screen and (max-width: 767px) {
  #Home #Staff .contents ul > li {
    width: calc((100% - 4vw) / 2);
    min-width: initial;
  }
  #Home #Staff .contents ul > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
#Home #Staff .contents ul a {
  display: block;
  position: relative;
  overflow: hidden;
}
#Home #Staff .contents ul a:hover .frame {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
#Home #Staff .contents ul a .frame {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
#Home #Staff .contents ul a .frame .flex {
  padding: 15px 10px;
  height: 100%;
  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;
}
#Home #Staff .contents ul a .frame .job, #Home #Staff .contents ul a .frame .name {
  height: 50%;
}
#Home #Staff .contents ul a .frame .job {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  padding-bottom: 0.5em;
}
#Home #Staff .contents ul a .frame .name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-top: 0.5em;
}
#Home #Staff .contents ul a .image {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #Home #Staff {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  #Home #Staff .contents ul > li:nth-child(9) {
    display: none;
  }
  #Home #Staff .contents ul a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  #Home #Staff .contents ul a .frame {
    display: none;
  }
}
#Home #News {
  margin-top: 300px;
}
#Home #News .inner .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Home #News .inner .sectionTitle {
  padding-right: 63px;
}
#Home #News .inner .contents {
  padding-right: clamp(0px, 1.8987341772%, 30px);
  width: 100%;
  max-width: 1000px;
}
#Home #News .inner .contents > div {
  border-top: solid 1px #000;
}
#Home #News .inner .contents a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #000;
}
#Home #News .inner .contents a dl {
  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;
}
#Home #News .inner .contents a dl dt, #Home #News .inner .contents a dl dd {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#Home #News .inner .contents a dl dt {
  width: 210px;
  white-space: nowrap;
}
#Home #News .inner .contents a dl dt span {
  display: inline-block;
  text-align: center;
}
#Home #News .inner .contents a dl dt span.date {
  width: 130px;
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0em;
}
#Home #News .inner .contents a dl dt span.cat {
  width: 76px;
  font-size: 13px;
  line-height: 2.4615384615;
  letter-spacing: 0em;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
#Home #News .inner .contents a dl dd {
  position: relative;
  text-align: left;
  padding-left: 30px;
  padding-right: 130px;
  width: calc(100% - 210px);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
}
#Home #News .inner .contents a dl dd span {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Home #News .inner .contents a dl dd::after {
  content: "more→";
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #Home #News {
    margin-top: 20vw;
  }
  #Home #News .inner .wrap {
    width: 100%;
    display: block;
  }
  #Home #News .inner .sectionTitle {
    padding-right: 0;
  }
  #Home #News .inner .contents {
    padding-right: 0;
    padding-left: 12vw;
    width: 100%;
    max-width: initial;
  }
  #Home #News .inner .contents a dl dt {
    width: 25.3333333333vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25.3333333333vw;
            flex: 0 0 25.3333333333vw;
    white-space: nowrap;
  }
  #Home #News .inner .contents a dl dt span {
    display: inline-block;
    text-align: center;
  }
  #Home #News .inner .contents a dl dt span.date {
    width: 13.3333333333vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 2.1666666667;
    letter-spacing: 0em;
    text-align: left;
  }
  #Home #News .inner .contents a dl dt span.cat {
    width: 12vw;
    font-size: 8px; /* legacy */
    font-size: 2.1333333333vw;
    line-height: 2.4375;
    letter-spacing: 0em;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
  #Home #News .inner .contents a dl dd {
    position: relative;
    text-align: left;
    padding-left: 1.3333333333vw;
    padding-right: 0;
    width: 100%;
    width: 49.3333333333vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.3333333333vw;
            flex: 0 0 49.3333333333vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #Home #News .inner .contents a dl dd span {
    display: inline;
    display: block;
  }
  #Home #News .inner .contents a dl dd::after {
    display: none;
  }
}
#Home #Blog {
  margin-top: 200px;
}
#Home #Blog .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Home #Blog .contents .block {
  width: 47.5124378109%;
}
#Home #Blog .contents .block .text span {
  display: block;
  text-align: right;
}
#Home #Blog .contents .block .text span.en {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 1em;
}
#Home #Blog .contents .block .text span.f_min {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #Home #Blog {
    margin-top: 21.3333333333vw;
  }
  #Home #Blog .contents {
    display: block;
  }
  #Home #Blog .contents .block {
    width: 100%;
  }
  #Home #Blog .contents .block + .block {
    margin-top: 4vw;
  }
  #Home #Blog .contents .block .text span.en {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 0.5em;
  }
  #Home #Blog .contents .block .text span.f_min {
    font-size: 10px; /* legacy */
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}

/*-------------------------------------------> Service */
#Service .mod_read .inner {
  position: relative;
}
#Service .mod_read .pageInfo:after {
  content: "";
  display: block;
  clear: both;
}
#Service .mod_read .pageCategory {
  float: left;
}
#Service .mod_read .subMenu {
  float: right;
}
#Service .mod_read .pageTitleWrap {
  position: absolute;
  top: 110px;
  left: 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Service .mod_read .pageTitleWrap .num {
  font-size: 85px;
  line-height: 1;
  letter-spacing: 0em;
}
#Service .mod_read .pageTitleWrap .pageTitle {
  margin-top: 25px;
}
#Service .mod_read .pageTitleWrap .pageTitle span {
  display: block;
}
#Service .mod_read .pageTitleWrap .pageTitle span.en {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 1em;
}
#Service .mod_read .pageTitleWrap .pageTitle span.ja {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
}
#Service .mod_read .readContents {
  max-width: 1050px;
  margin-left: auto;
  margin-top: 80px;
  padding-left: 80px;
}
#Service .mod_read .readContents .image {
  margin-bottom: 35px;
}
#Service .mod_read .readContents .text {
  max-width: 840px;
  font-size: 15px;
  line-height: 2.8;
  letter-spacing: 0em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  #Service .mod_read .pageCategory {
    float: none;
  }
  #Service .mod_read .subMenu {
    float: none;
  }
  #Service .mod_read .pageTitleWrap {
    position: absolute;
    top: 16vw;
    left: 8vw;
  }
  #Service .mod_read .pageTitleWrap .num {
    font-size: 42.5px; /* legacy */
    font-size: 11.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Service .mod_read .pageTitleWrap .pageTitle {
    margin-top: 2.6666666667vw;
  }
  #Service .mod_read .pageTitleWrap .pageTitle span.en {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Service .mod_read .pageTitleWrap .pageTitle span.ja {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Service .mod_read .readContents {
    max-width: initial;
    width: 74.6666666667vw;
    margin-left: auto;
    margin-top: 9.3333333333vw;
    padding-left: 0;
  }
  #Service .mod_read .readContents .image {
    margin-bottom: 2.6666666667vw;
  }
  #Service .mod_read .readContents .text {
    max-width: initial;
    padding-right: 0;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 2.0833333333;
    letter-spacing: 0em;
  }
}
#Service .sectionBlock .inner {
  position: relative;
}
#Service .sectionBlock .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock .inner {
    padding-left: 20vw;
  }
  #Service .sectionBlock .inner .sectionTitle {
    left: 8vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Service .sectionBlock.point {
  margin-top: 210px;
  margin-bottom: 210px;
}
#Service .sectionBlock.point .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Service .sectionBlock.point .block + .block {
  margin-top: 45px;
}
#Service .sectionBlock.point .block .image {
  width: 300px;
}
#Service .sectionBlock.point .block dl {
  width: calc(100% - 366px);
}
#Service .sectionBlock.point .block dl dt {
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0em;
}
#Service .sectionBlock.point .block dl dd {
  margin-top: 20px;
}
#Service .sectionBlock.point .block dl dd .text {
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0em;
}
#Service .sectionBlock.point .block dl dd .link {
  margin-top: 25px;
  margin-left: auto;
  text-align: right;
  color: #808080;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
}
#Service .sectionBlock.point .block dl dd .link img {
  width: 45px;
  vertical-align: bottom;
  margin-left: 10px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock.point {
    margin-top: 32vw;
    margin-bottom: 24vw;
  }
  #Service .sectionBlock.point .block {
    display: block;
  }
  #Service .sectionBlock.point .block + .block {
    margin-top: 12vw;
  }
  #Service .sectionBlock.point .block .image {
    width: 100%;
    margin-bottom: 4.6666666667vw;
  }
  #Service .sectionBlock.point .block dl {
    width: 100%;
  }
  #Service .sectionBlock.point .block dl dt {
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #Service .sectionBlock.point .block dl dd {
    margin-top: 2.6666666667vw;
  }
  #Service .sectionBlock.point .block dl dd .text {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 2.0833333333;
    letter-spacing: 0em;
  }
  #Service .sectionBlock.point .block dl dd .link {
    margin-top: 9.3333333333vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Service .sectionBlock.point .block dl dd .link img {
    width: 9.6vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 0.6666666667vw;
  }
}
#Service .sectionBlock.flow {
  background: #e9e9e9;
  padding-top: 115px;
  padding-bottom: 115px;
}
#Service .sectionBlock.flow ol > li {
  position: relative;
  padding-top: 80px;
  padding-left: 117px;
}
#Service .sectionBlock.flow ol > li:last-child::after {
  height: calc(80px + 1em);
}
#Service .sectionBlock.flow ol > li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 64px;
}
#Service .sectionBlock.flow ol > li .num {
  width: 64px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  left: 0;
  top: 80px;
}
#Service .sectionBlock.flow ol > li .num::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #000;
  position: absolute;
  top: calc(50% - 8px);
  right: -8px;
}
#Service .sectionBlock.flow ol > li .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Service .sectionBlock.flow ol > li .block .image {
  width: 264px;
}
#Service .sectionBlock.flow ol > li .block dl {
  width: calc(100% - 294px);
}
#Service .sectionBlock.flow ol > li .block dl dt {
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0em;
}
#Service .sectionBlock.flow ol > li .block dl dd {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock.flow {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  #Service .sectionBlock.flow ol > li {
    position: relative;
    padding-top: 12vw;
    padding-left: 15.7333333333vw;
  }
  #Service .sectionBlock.flow ol > li:last-child::after {
    height: calc(12vw + 1em);
  }
  #Service .sectionBlock.flow ol > li::after {
    left: 8.6666666667vw;
  }
  #Service .sectionBlock.flow ol > li .num {
    width: 8.6666666667vw;
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    top: 12vw;
  }
  #Service .sectionBlock.flow ol > li .num::after {
    width: 2vw;
    height: 2vw;
    border-radius: 2vw;
    top: calc(50% - 1.0666666667vw);
    right: -1.0666666667vw;
  }
  #Service .sectionBlock.flow ol > li .block {
    display: block;
  }
  #Service .sectionBlock.flow ol > li .block .image {
    width: 100%;
    margin-bottom: 4.6666666667vw;
  }
  #Service .sectionBlock.flow ol > li .block dl {
    width: 100%;
  }
  #Service .sectionBlock.flow ol > li .block dl dt {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #Service .sectionBlock.flow ol > li .block dl dd {
    margin-top: 4vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}
#Service .sectionBlock.movie {
  margin-top: 260px;
  margin-bottom: 210px;
}
#Service .sectionBlock.movie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Service .sectionBlock.movie ul li {
  width: 47.7611940299%;
}
#Service .sectionBlock.movie ul li a {
  position: relative;
  display: block;
}
#Service .sectionBlock.movie ul li a::after {
  content: "";
  display: block;
  width: 60px;
  height: 42px;
  background: url(../images/icon_play.svg) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  #Service .sectionBlock.movie ul li:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock.movie {
    margin-top: 40vw;
    margin-bottom: 32vw;
  }
  #Service .sectionBlock.movie ul {
    display: block;
  }
  #Service .sectionBlock.movie ul li {
    width: 100%;
  }
  #Service .sectionBlock.movie ul li + li {
    margin-top: 8vw;
  }
}
#Service .sectionBlock.sample {
  background: #e9e9e9;
  padding-top: 115px;
  padding-bottom: 115px;
}
#Service .sectionBlock.sample ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Service .sectionBlock.sample ul li {
  width: 16.9983416252%;
  margin-left: 3.7313432836%;
}
@media print, screen and (min-width: 768px) {
  #Service .sectionBlock.sample ul li:nth-child(n+6) {
    margin-top: 3.7313432836%;
  }
  #Service .sectionBlock.sample ul li:nth-child(5n-4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock.sample {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  #Service .sectionBlock.sample ul li {
    width: 22vw;
    margin-left: 4.2666666667vw;
  }
  #Service .sectionBlock.sample ul li:nth-child(n+4) {
    margin-top: 4.2666666667vw;
  }
  #Service .sectionBlock.sample ul li:nth-child(3n-2) {
    margin-left: 0;
  }
}
#Service .sectionBlock.design {
  background: #e9e9e9;
  padding-top: 115px;
  padding-bottom: 115px;
}
#Service .sectionBlock.design ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0em;
}
#Service .sectionBlock.design ul li {
  width: 28%;
  height: 0;
  padding-top: 28%;
  background: #FFF;
  border-radius: 999px;
  position: relative;
}
#Service .sectionBlock.design ul li span {
  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%;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #Service .sectionBlock.design ul li:nth-child(n+4) {
    margin-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock.design {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  #Service .sectionBlock.design ul {
    width: 64vw;
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Service .sectionBlock.design ul li {
    width: 28vw;
    height: 28vw;
    padding-top: 0;
  }
  #Service .sectionBlock.design ul li:nth-child(n+3) {
    margin-top: 8vw;
  }
}
#Service .sectionBlock.gallery {
  background: #e9e9e9;
  padding-top: 115px;
  padding-bottom: 115px;
}
#Service .sectionBlock.gallery .block + .block {
  margin-top: 80px;
}
#Service .sectionBlock.gallery .block .blockTitle {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
#Service .sectionBlock.gallery .block .blockTitle .en {
  font-size: 16px;
  margin-left: 1em;
}
#Service .sectionBlock.gallery .block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Service .sectionBlock.gallery .block ul li {
  width: calc((100% - 50px) / 4);
}
@media print, screen and (min-width: 768px) {
  #Service .sectionBlock.gallery .block ul li {
    margin-top: 45px;
  }
  #Service .sectionBlock.gallery .block ul li:nth-child(n+5) {
    margin-top: 40px;
  }
}
#Service .sectionBlock.gallery .block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  line-height: 1.5238095238;
  letter-spacing: 0em;
}
#Service .sectionBlock.gallery .block ul li a img {
  width: 80px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock.gallery {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  #Service .sectionBlock.gallery .block + .block {
    margin-top: 14.6666666667vw;
  }
  #Service .sectionBlock.gallery .block .blockTitle {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    padding-bottom: 1.3333333333vw;
  }
  #Service .sectionBlock.gallery .block .blockTitle .en {
    font-size: 2.1333333333vw;
  }
  #Service .sectionBlock.gallery .block ul li {
    width: 37.3333333333vw;
    margin-top: 6vw;
  }
  #Service .sectionBlock.gallery .block ul li a {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1.5238095238;
    letter-spacing: 0em;
  }
  #Service .sectionBlock.gallery .block ul li a img {
    width: 10.6666666667vw;
    margin-right: 2vw;
  }
}
#Service .sectionBlock.item {
  background: #e9e9e9;
  padding-top: 115px;
  padding-bottom: 115px;
}
#Service .sectionBlock.item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Service .sectionBlock.item ul li {
  width: 31.0945273632%;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0em;
}
#Service .sectionBlock.item ul li img {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #Service .sectionBlock.item ul li:nth-child(n+4) {
    margin-top: 6.6334991708%;
  }
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock.item {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  #Service .sectionBlock.item ul li {
    width: 100%;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Service .sectionBlock.item ul li img {
    margin-bottom: 2.6666666667vw;
  }
  #Service .sectionBlock.item ul li + li {
    margin-top: 6vw;
  }
}
#Service .sectionBlock.common {
  margin-top: 240px;
}
#Service .sectionBlock.common .link {
  width: 442px;
  margin-left: auto;
  margin-right: auto;
}
#Service .sectionBlock.common .link a {
  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: 90px;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0em;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#Service .sectionBlock.common .otherPage {
  margin-top: 240px;
  position: relative;
}
#Service .sectionBlock.common .otherPage .sectionTitle {
  left: -80px;
}
#Service .sectionBlock.common .otherPage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Service .sectionBlock.common .otherPage ul li {
  width: 31.0945273632%;
}
#Service .sectionBlock.common .otherPage ul li.active {
  opacity: 0.35;
}
#Service .sectionBlock.common .otherPage ul li.active a {
  pointer-events: none;
}
#Service .sectionBlock.common .otherPage ul li .text {
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #Service .sectionBlock.common .otherPage ul li:nth-child(n+4) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #Service .sectionBlock.common {
    margin-top: 32vw;
  }
  #Service .sectionBlock.common .link {
    width: 89.3333333333vw;
    margin-left: -14.6666666667vw;
    margin-right: 0;
  }
  #Service .sectionBlock.common .link a {
    height: 18.1333333333vw;
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Service .sectionBlock.common .otherPage {
    margin-top: 32vw;
  }
  #Service .sectionBlock.common .otherPage .sectionTitle {
    left: -12vw;
  }
  #Service .sectionBlock.common .otherPage ul li {
    width: 35.3333333333vw;
  }
  #Service .sectionBlock.common .otherPage ul li .text {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    height: 8.5333333333vw;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  }
}
#Service .gallery {
  background: #e9e9e9;
  /*
  .mod_pageNavi {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    @include fs(21, 21, 0);
    text-align: center;
    a, .page-numbers {
      display: inline-block;
      padding: 0.5em 0.3em;
      margin: 0 0.5em;
    }
    .current {
      border-bottom: solid 1px $BASE;
    }
    .btn {
      a {
        margin: 0 2em;
      }
    }
  }
  .linkBack {
    margin-top: 150px;
    @include fs(16, 16, 0);
    text-align: center;
  }
  */
}
#Service .gallery .mod_contact {
  padding-top: 90px;
}
#Service .gallery .galleryContents {
  margin-top: 110px;
  padding-bottom: 130px;
}
#Service .gallery .entryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Service .gallery .entryList li {
  width: 16.9983416252%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}
#Service .gallery .entryList li span {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  background: #FFF;
}
#Service .gallery .entryList li span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  #Service .gallery .entryList li:nth-child(n+6) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #Service .gallery {
    /*
    .pageNavi {
      width: 100%;
      margin-top: vw(170);
      @include fsvw(26, 26, 0);
      a, .page-numbers {
        display: inline-block;
        padding: 0.5em;
        margin: 0;
      }
      .btn {
        a {
          margin: 0 1em;
        }
      }
    }
    .linkBack {
      margin-top: vw(90);
      @include fsvw(26, 26, 0);
    }
    */
  }
  #Service .gallery .inner.wide {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  #Service .gallery .mod_contact {
    padding-top: 13.3333333333vw;
  }
  #Service .gallery .galleryContents {
    margin-top: 12vw;
    padding-bottom: 13.3333333333vw;
  }
  #Service .gallery .entryList li {
    width: 22vw;
    font-size: 8px; /* legacy */
    font-size: 2.1333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
  }
  #Service .gallery .entryList li span {
    height: 22vw;
    width: 22vw;
    padding-top: 0;
    margin-bottom: 1.3333333333vw;
  }
  #Service .gallery .entryList li span img {
    position: relative;
    top: auto;
    left: auto;
  }
  #Service .gallery .entryList li:nth-child(n+4) {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #Service .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*-------------------------------------------> Studio */
#Studio .mod_read {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #Studio .mod_read {
    margin-bottom: 14.6666666667vw;
  }
}
#Studio .studioBlock {
  padding-top: 120px;
  padding-bottom: 120px;
}
#Studio .studioBlock:nth-child(odd) {
  background: #e9e9e9;
}
#Studio .studioBlock.studio01 {
  padding-top: 0;
}
#Studio .studioBlock.studio05 {
  padding-bottom: 0;
}
#Studio .studioBlock > .inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #Studio .studioBlock > .inner {
    max-width: 1050px;
    padding-left: 158px;
    padding-right: 158px;
  }
}
#Studio .studioBlock > .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
#Studio .studioBlock > .inner .sectionTitle span {
  display: block;
}
#Studio .studioBlock > .inner .sectionTitle span.en {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 1em;
}
#Studio .studioBlock > .inner .sectionTitle span.f_min {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #Studio .studioBlock {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  #Studio .studioBlock.studio01 {
    padding-top: 0;
  }
  #Studio .studioBlock.studio05 {
    padding-bottom: 16vw;
  }
  #Studio .studioBlock > .inner {
    padding-left: 20vw;
  }
  #Studio .studioBlock > .inner .sectionTitle {
    left: 8vw;
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Studio .studioBlock > .inner .sectionTitle span {
    display: block;
  }
  #Studio .studioBlock > .inner .sectionTitle span.en {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 1em;
  }
  #Studio .studioBlock > .inner .sectionTitle span.f_min {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Studio .studioBlock .slideWrap {
  width: 100%;
}
#Studio .studioBlock .slideWrap .slideUp {
  width: 100%;
}
#Studio .studioBlock .slideWrap .slideUp .slide .caption {
  margin-top: 15px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0em;
  text-align: left;
}
#Studio .studioBlock .slideWrap .slideUp .slide .caption span {
  margin-left: 1em;
}
#Studio .studioBlock .slideWrap .slideThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 15px);
  margin-left: -15px;
}
#Studio .studioBlock .slideWrap .slideThumb .slide {
  width: 92px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#Studio .studioBlock .slideWrap .slideThumb .slide button {
  cursor: pointer;
}
#Studio .studioBlock .slideWrap .slideThumb .slide.active button {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #Studio .studioBlock .slideWrap .slideUp .slide .caption {
    margin-top: 2.6666666667vw;
    min-height: 9.3333333333vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1.7222222222;
    letter-spacing: 0em;
  }
  #Studio .studioBlock .slideWrap .slideThumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 2vw);
    margin-left: -2vw;
  }
  #Studio .studioBlock .slideWrap .slideThumb .slide {
    width: 13.3333333333vw;
    margin-left: 2vw;
    margin-bottom: 2vw;
  }
}
#Studio .studioBlock .floor {
  margin-top: 75px;
}
#Studio .studioBlock .floor .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Studio .studioBlock .floor .block + .block {
  margin-top: 45px;
}
#Studio .studioBlock .floor .block .image {
  width: 190px;
  margin-left: 50px;
  margin-right: 45px;
}
#Studio .studioBlock .floor .block .data dl dt {
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0em;
}
#Studio .studioBlock .floor .block .data dl dt small {
  display: inline-block;
  margin-left: 1em;
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0em;
}
#Studio .studioBlock .floor .block .data dl dd {
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0em;
  margin-top: 1em;
}
#Studio .studioBlock .floor .block .data dl dd .link {
  margin-top: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0em;
  color: #000;
  background: #e5e5e5;
}
@media screen and (max-width: 767px) {
  #Studio .studioBlock .floor {
    margin-top: 10vw;
  }
  #Studio .studioBlock .floor .block {
    display: block;
  }
  #Studio .studioBlock .floor .block + .block {
    margin-top: 8vw;
  }
  #Studio .studioBlock .floor .block .image {
    width: 25.3333333333vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
  #Studio .studioBlock .floor .block .data dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.3125;
    letter-spacing: 0em;
  }
  #Studio .studioBlock .floor .block .data dl dt small {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1.5238095238;
    letter-spacing: 0em;
  }
  #Studio .studioBlock .floor .block .data dl dd {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 2;
    letter-spacing: 0em;
  }
  #Studio .studioBlock .floor .block .data dl dd .link {
    margin-top: 6.6666666667vw;
    height: 6vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 2.5;
    letter-spacing: 0em;
  }
}
#Studio .studioBlock .detail {
  margin-top: 75px;
  padding-top: 25px;
  border-top: solid 1px #000;
}
#Studio .studioBlock .detail dl dt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
}
#Studio .studioBlock .detail dl dd .address, #Studio .studioBlock .detail dl dd .link {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #Studio .studioBlock .detail {
    margin-top: 8vw;
    padding-top: 3.3333333333vw;
  }
  #Studio .studioBlock .detail dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Studio .studioBlock .detail dl dd .address, #Studio .studioBlock .detail dl dd .link {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 1em;
  }
}
#Studio .sectionBlock.categoryIndex .entryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Studio .sectionBlock.categoryIndex .entryList > li {
  width: 44.776119403%;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
}
#Studio .sectionBlock.categoryIndex .entryList > li span {
  margin-bottom: 10px;
}
#Studio .sectionBlock.categoryIndex .entryList > li:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #Studio .sectionBlock.categoryIndex .entryList > li {
    width: 35.3333333333vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Studio .sectionBlock.categoryIndex .entryList > li span {
    display: block;
    margin-bottom: 1.3333333333vw;
  }
  #Studio .sectionBlock.categoryIndex .entryList > li:nth-child(n+3) {
    margin-top: 6.6666666667vw;
  }
}
#Studio .sectionBlock.entryIndex .inner .sectionTitle {
  top: 12px;
}
#Studio .sectionBlock.entryIndex .entryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-top: -12px;
  margin-left: -12px;
}
#Studio .sectionBlock.entryIndex .entryList > li {
  width: 33.3333333333%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
@media screen and (max-width: 767px) {
  #Studio .sectionBlock.entryIndex .inner .sectionTitle {
    top: 0;
  }
  #Studio .sectionBlock.entryIndex .entryList {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #Studio .sectionBlock.entryIndex .entryList > li {
    width: 35.3333333333vw;
    height: 35.3333333333vw;
    padding: 0;
    display: block;
  }
  #Studio .sectionBlock.entryIndex .entryList > li span {
    display: block;
    width: 100%;
    height: 100%;
  }
  #Studio .sectionBlock.entryIndex .entryList > li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #Studio .sectionBlock.entryIndex .entryList > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
#Studio .sectionBlock.entryDetail .entry {
  position: relative;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#Studio .sectionBlock.entryDetail .entry .entryImage {
  width: 780px;
  height: 780px;
  background: #e5e5e5;
  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;
}
#Studio .sectionBlock.entryDetail .entry .entryImage img {
  max-width: 780px;
  max-height: 780px;
  -o-object-fit: contain;
     object-fit: contain;
}
#Studio .sectionBlock.entryDetail .entry .entryCaption {
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  margin-top: 25px;
}
#Studio .sectionBlock.entryDetail .entry .navi .arrow {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 330px;
}
#Studio .sectionBlock.entryDetail .entry .navi .arrow.prev {
  left: calc(50% - 548px);
}
#Studio .sectionBlock.entryDetail .entry .navi .arrow.next {
  left: calc(50% + 428px);
}
#Studio .sectionBlock.entryDetail .linkBack {
  margin-top: 80px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Studio .sectionBlock.entryDetail > .inner {
    padding-left: 5.3333333333vw;
  }
  #Studio .sectionBlock.entryDetail .entry {
    position: relative;
    width: 66.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  #Studio .sectionBlock.entryDetail .entry .entryImage {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
  #Studio .sectionBlock.entryDetail .entry .entryImage img {
    max-width: 66.6666666667vw;
    max-height: 66.6666666667vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #Studio .sectionBlock.entryDetail .entry .entryCaption {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 3.3333333333vw;
  }
  #Studio .sectionBlock.entryDetail .entry .navi .arrow {
    width: 16vw;
    height: 16vw;
    top: 25.3333333333vw;
  }
  #Studio .sectionBlock.entryDetail .entry .navi .arrow.prev {
    left: calc(50% - 49.3333333333vw);
  }
  #Studio .sectionBlock.entryDetail .entry .navi .arrow.next {
    left: calc(50% + 33.3333333333vw);
  }
  #Studio .sectionBlock.entryDetail .linkBack {
    margin-top: 20vw;
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  #Studio .entryIndex .inner.wide {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  #Studio .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*-------------------------------------------> Works */
#Works .mod_read {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #Works .mod_read {
    margin-bottom: 14.6666666667vw;
  }
}
#Works .sectionBlock .inner {
  position: relative;
}
#Works .sectionBlock .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #Works .sectionBlock .inner {
    padding-left: 20vw;
  }
  #Works .sectionBlock .inner .sectionTitle {
    left: 8vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Works .sectionBlock.categoryIndex .entryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Works .sectionBlock.categoryIndex .entryList > li {
  width: 44.776119403%;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
}
#Works .sectionBlock.categoryIndex .entryList > li span {
  margin-bottom: 10px;
}
#Works .sectionBlock.categoryIndex .entryList > li:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #Works .sectionBlock.categoryIndex .entryList > li {
    width: 35.3333333333vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Works .sectionBlock.categoryIndex .entryList > li span {
    display: block;
    margin-bottom: 1.3333333333vw;
  }
  #Works .sectionBlock.categoryIndex .entryList > li:nth-child(n+3) {
    margin-top: 6.6666666667vw;
  }
}
#Works .sectionBlock.entryIndex .inner .sectionTitle {
  top: 40px;
}
#Works .sectionBlock.entryIndex .entryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-top: -40px;
  margin-left: -40px;
}
#Works .sectionBlock.entryIndex .entryList > li {
  width: 33.3333333333%;
  max-width: 410px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
@media screen and (max-width: 767px) {
  #Works .sectionBlock.entryIndex .inner .sectionTitle {
    top: 0;
  }
  #Works .sectionBlock.entryIndex .entryList {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #Works .sectionBlock.entryIndex .entryList > li {
    width: 35.3333333333vw;
    height: 35.3333333333vw;
    padding: 0;
    display: block;
  }
  #Works .sectionBlock.entryIndex .entryList > li span {
    display: block;
    width: 100%;
    height: 100%;
  }
  #Works .sectionBlock.entryIndex .entryList > li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #Works .sectionBlock.entryIndex .entryList > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
#Works .sectionBlock.entryDetail .entry {
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#Works .sectionBlock.entryDetail .entry .entryImage {
  width: 500px;
  height: 500px;
  background: #FFF;
  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;
}
#Works .sectionBlock.entryDetail .entry .entryImage img {
  max-width: 500px;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
#Works .sectionBlock.entryDetail .entry .entryCaption {
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  margin-top: 25px;
}
#Works .sectionBlock.entryDetail .entry .navi .arrow {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 190px;
}
#Works .sectionBlock.entryDetail .entry .navi .arrow.prev {
  left: calc(50% - 408px);
}
#Works .sectionBlock.entryDetail .entry .navi .arrow.next {
  left: calc(50% + 288px);
}
#Works .sectionBlock.entryDetail .linkBack {
  margin-top: 80px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Works .sectionBlock.entryDetail > .inner {
    padding-left: 5.3333333333vw;
  }
  #Works .sectionBlock.entryDetail .entry {
    position: relative;
    width: 66.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  #Works .sectionBlock.entryDetail .entry .entryImage {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
  #Works .sectionBlock.entryDetail .entry .entryImage img {
    max-width: 66.6666666667vw;
    max-height: 66.6666666667vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #Works .sectionBlock.entryDetail .entry .entryCaption {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 3.3333333333vw;
  }
  #Works .sectionBlock.entryDetail .entry .navi .arrow {
    width: 16vw;
    height: 16vw;
    top: 25.3333333333vw;
  }
  #Works .sectionBlock.entryDetail .entry .navi .arrow.prev {
    left: calc(50% - 49.3333333333vw);
  }
  #Works .sectionBlock.entryDetail .entry .navi .arrow.next {
    left: calc(50% + 33.3333333333vw);
  }
  #Works .sectionBlock.entryDetail .linkBack {
    margin-top: 20vw;
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  #Works .entryIndex .inner.wide {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  #Works .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*-------------------------------------------> Company */
#Company .mod_read {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #Company .mod_read {
    margin-bottom: 14.6666666667vw;
  }
}
#Company .sectionBlock .inner {
  position: relative;
}
#Company .sectionBlock .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #Company .sectionBlock .inner {
    padding-left: 20vw;
  }
  #Company .sectionBlock .inner .sectionTitle {
    left: 8vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Company .sectionBlock .mod_table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#Company .sectionBlock .mod_table > dl + dl .cellTitle, #Company .sectionBlock .mod_table > dl + dl .cellText {
  padding-top: 60px;
}
#Company .sectionBlock .mod_table > dl .cellTitle, #Company .sectionBlock .mod_table > dl .cellText {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0em;
}
#Company .sectionBlock .mod_table > dl .cellTitle {
  white-space: nowrap;
  padding-right: 2em;
}
#Company .sectionBlock .mod_table > dl .cellText dl + dl {
  margin-top: 2em;
}
#Company .sectionBlock .mod_table > dl.address + .address .cellTitle, #Company .sectionBlock .mod_table > dl.address + .address .cellText {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #Company .sectionBlock .mod_table {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #Company .sectionBlock .mod_table > dl {
    display: block;
  }
  #Company .sectionBlock .mod_table > dl > dt, #Company .sectionBlock .mod_table > dl > dd {
    display: block;
  }
  #Company .sectionBlock .mod_table > dl + dl .cellTitle {
    padding-top: 6.6666666667vw;
  }
  #Company .sectionBlock .mod_table > dl + dl .cellText {
    padding-top: 0.5em;
  }
  #Company .sectionBlock .mod_table > dl .cellTitle, #Company .sectionBlock .mod_table > dl .cellText {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #Company .sectionBlock .mod_table > dl .cellTitle {
    padding-right: 0;
  }
  #Company .sectionBlock .mod_table > dl .cellText {
    padding-top: 0.5em;
  }
  #Company .sectionBlock .mod_table > dl.address + .address .cellTitle {
    padding-top: 3.3333333333vw;
  }
  #Company .sectionBlock .mod_table > dl.address + .address .cellText {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #Company .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*-------------------------------------------> Staff */
#Staff #cboxTitle {
  right: auto;
  left: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
#Staff .mod_read {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #Staff .mod_read {
    margin-bottom: 14.6666666667vw;
  }
}
#Staff .sectionBlock .inner {
  position: relative;
}
#Staff .sectionBlock .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #Staff .sectionBlock .inner {
    padding-left: 20vw;
  }
  #Staff .sectionBlock .inner .sectionTitle {
    left: 8vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Staff .sectionBlock.entryIndex + .entryIndex {
  margin-top: 180px;
}
#Staff .sectionBlock.entryIndex .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #Staff .sectionBlock.entryIndex .contents ul > li {
    width: clamp(100px, 28.3582089552%, 342px);
    margin-left: 7.4626865672%;
  }
  #Staff .sectionBlock.entryIndex .contents ul > li:nth-child(3n-2) {
    margin-left: 0;
  }
  #Staff .sectionBlock.entryIndex .contents ul > li:nth-child(n+4) {
    margin-top: 7.4626865672%;
  }
}
@media screen and (max-width: 767px) {
  #Staff .sectionBlock.entryIndex .contents ul > li {
    width: calc((100% - 4vw) / 2);
    min-width: initial;
  }
  #Staff .sectionBlock.entryIndex .contents ul > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
#Staff .sectionBlock.entryIndex .contents ul a {
  display: block;
  position: relative;
  overflow: hidden;
}
#Staff .sectionBlock.entryIndex .contents ul a:hover .frame {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
#Staff .sectionBlock.entryIndex .contents ul a .frame {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
#Staff .sectionBlock.entryIndex .contents ul a .frame .flex {
  padding: 15px 10px;
  height: 100%;
  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;
}
#Staff .sectionBlock.entryIndex .contents ul a .frame .job, #Staff .sectionBlock.entryIndex .contents ul a .frame .name {
  height: 50%;
}
#Staff .sectionBlock.entryIndex .contents ul a .frame .job {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  padding-bottom: 0.5em;
}
#Staff .sectionBlock.entryIndex .contents ul a .frame .name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-top: 0.5em;
}
#Staff .sectionBlock.entryIndex .contents ul a .image {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #Staff .sectionBlock.entryIndex + .entryIndex {
    margin-top: 24vw;
  }
  #Staff .sectionBlock.entryIndex .contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #Staff .sectionBlock.entryIndex .contents ul a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  #Staff .sectionBlock.entryIndex .contents ul a .frame {
    display: none;
  }
}
#Staff .sectionBlock.entryDetail .inner .sectionTitle .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Staff .sectionBlock.entryDetail .inner .sectionTitle .flex .job {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
}
#Staff .sectionBlock.entryDetail .inner .sectionTitle .flex .name {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  #Staff .sectionBlock.entryDetail .inner .sectionTitle .flex .job {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Staff .sectionBlock.entryDetail .inner .sectionTitle .flex .name {
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Staff .sectionBlock.entryDetail .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Staff .sectionBlock.entryDetail .profile .image {
  width: 514px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 514px;
          flex: 0 0 514px;
}
#Staff .sectionBlock.entryDetail .profile .image img {
  max-width: auto;
  width: 100%;
}
#Staff .sectionBlock.entryDetail .profile .textArea {
  margin-left: 80px;
}
#Staff .sectionBlock.entryDetail .profile .textArea .copy {
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 1em;
}
#Staff .sectionBlock.entryDetail .profile .textArea .job {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0em;
  margin-top: 50px;
}
#Staff .sectionBlock.entryDetail .profile .textArea .copy + .commentArea, #Staff .sectionBlock.entryDetail .profile .textArea .job + .commentArea {
  margin-top: 50px;
}
#Staff .sectionBlock.entryDetail .profile .textArea .commentArea {
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0em;
}
#Staff .sectionBlock.entryDetail .profile .link {
  margin-top: 25px;
}
#Staff .sectionBlock.entryDetail .profile .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0em;
  color: #000;
  background: #e5e5e5;
}
@media screen and (max-width: 767px) {
  #Staff .sectionBlock.entryDetail .profile {
    display: block;
  }
  #Staff .sectionBlock.entryDetail .profile .image {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  #Staff .sectionBlock.entryDetail .profile .textArea {
    margin-left: 0;
  }
  #Staff .sectionBlock.entryDetail .profile .textArea .copy {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    letter-spacing: 0em;
    margin-top: 0;
  }
  #Staff .sectionBlock.entryDetail .profile .textArea .job {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-top: 6.6666666667vw;
  }
  #Staff .sectionBlock.entryDetail .profile .textArea .copy + .commentArea, #Staff .sectionBlock.entryDetail .profile .textArea .job + .commentArea {
    margin-top: 6.6666666667vw;
  }
  #Staff .sectionBlock.entryDetail .profile .textArea .commentArea {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0em;
  }
  #Staff .sectionBlock.entryDetail .profile .link {
    margin-top: 6.6666666667vw;
  }
  #Staff .sectionBlock.entryDetail .profile .link a {
    height: 6vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 2.5;
    letter-spacing: 0em;
  }
}
#Staff .sectionBlock.gallery {
  margin-top: 110px;
}
#Staff .sectionBlock.gallery .galleryList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Staff .sectionBlock.gallery .galleryList ul li {
  width: 16.9983416252%;
}
#Staff .sectionBlock.gallery .galleryList ul li img {
  max-width: auto;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #Staff .sectionBlock.gallery .galleryList ul li {
    margin-left: 3.7313432836%;
  }
  #Staff .sectionBlock.gallery .galleryList ul li:nth-child(5n-4) {
    margin-left: 0;
  }
  #Staff .sectionBlock.gallery .galleryList ul li:nth-child(n+6) {
    margin-top: 3.7313432836%;
  }
}
@media screen and (max-width: 767px) {
  #Staff .sectionBlock.gallery {
    margin-top: 18vw;
  }
  #Staff .sectionBlock.gallery .galleryList ul li {
    width: 22vw;
    margin-left: 4.2666666667vw;
  }
  #Staff .sectionBlock.gallery .galleryList ul li:nth-child(3n-2) {
    margin-left: 0;
  }
  #Staff .sectionBlock.gallery .galleryList ul li:nth-child(n+4) {
    margin-top: 4.2666666667vw;
  }
}
#Staff .sectionBlock.navi {
  margin-top: 210px;
}
#Staff .sectionBlock.navi .pageNavi {
  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;
}
#Staff .sectionBlock.navi .pageNavi .page.prev a {
  padding-left: 110px;
}
#Staff .sectionBlock.navi .pageNavi .page.prev a::after {
  background-image: url(../images/arrow_prev.svg);
  left: -60px;
}
#Staff .sectionBlock.navi .pageNavi .page.next a {
  padding-right: 110px;
}
#Staff .sectionBlock.navi .pageNavi .page.next a::after {
  background-image: url(../images/arrow_next.svg);
  right: -60px;
}
#Staff .sectionBlock.navi .pageNavi .page a {
  display: block;
  position: relative;
  overflow: hidden;
}
#Staff .sectionBlock.navi .pageNavi .page a .linkImage {
  width: 274px;
  position: relative;
  overflow: hidden;
}
#Staff .sectionBlock.navi .pageNavi .page a::after {
  content: "";
  display: block;
  width: 120px;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#Staff .sectionBlock.navi .pageNavi .page a:hover .frame {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
#Staff .sectionBlock.navi .pageNavi .page a .frame {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
#Staff .sectionBlock.navi .pageNavi .page a .frame .flex {
  padding: 15px 15px;
  height: 100%;
  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;
}
#Staff .sectionBlock.navi .pageNavi .page a .frame .job, #Staff .sectionBlock.navi .pageNavi .page a .frame .name {
  height: 50%;
}
#Staff .sectionBlock.navi .pageNavi .page a .frame .job {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 0.5em;
}
#Staff .sectionBlock.navi .pageNavi .page a .frame .name {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
  padding-top: 0.5em;
}
#Staff .sectionBlock.navi .pageNavi .page a .image {
  position: relative;
  z-index: 10;
}
#Staff .sectionBlock.navi .pageNavi .linkBack {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #Staff .sectionBlock.navi {
    margin-top: 24vw;
  }
  #Staff .sectionBlock.navi .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #Staff .sectionBlock.navi .pageNavi .page.prev a {
    padding-left: 14.1333333333vw;
  }
  #Staff .sectionBlock.navi .pageNavi .page.prev a::after {
    left: -1.8666666667vw;
  }
  #Staff .sectionBlock.navi .pageNavi .page.next a {
    padding-right: 14.1333333333vw;
  }
  #Staff .sectionBlock.navi .pageNavi .page.next a::after {
    right: -1.8666666667vw;
  }
  #Staff .sectionBlock.navi .pageNavi .page a .linkImage {
    width: 21.8666666667vw;
  }
  #Staff .sectionBlock.navi .pageNavi .page a::after {
    content: "";
    display: block;
    width: 16vw;
    height: 16vw;
    padding-top: 0;
  }
  #Staff .sectionBlock.navi .pageNavi .page a .frame {
    display: none;
  }
  #Staff .sectionBlock.navi .pageNavi .linkBack {
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  #Staff .mod_contact {
    padding-top: 32vw;
  }
  #Staff .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*-------------------------------------------> News */
#News .mod_read {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #News .mod_read {
    margin-bottom: 14.6666666667vw;
  }
}
#News .sectionBlock .inner {
  position: relative;
}
#News .sectionBlock .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #News .sectionBlock .inner {
    padding-left: 20vw;
  }
  #News .sectionBlock .inner .sectionTitle {
    left: 8vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#News .sectionBlock.entryIndex .contents {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#News .sectionBlock.entryIndex .contents > div {
  border-top: solid 1px #000;
}
#News .sectionBlock.entryIndex .contents a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #000;
}
#News .sectionBlock.entryIndex .contents a dl {
  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;
}
#News .sectionBlock.entryIndex .contents a dl dt, #News .sectionBlock.entryIndex .contents a dl dd {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#News .sectionBlock.entryIndex .contents a dl dt {
  width: 210px;
  white-space: nowrap;
}
#News .sectionBlock.entryIndex .contents a dl dt span {
  display: inline-block;
  text-align: center;
}
#News .sectionBlock.entryIndex .contents a dl dt span.date {
  width: 130px;
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0em;
}
#News .sectionBlock.entryIndex .contents a dl dt span.cat {
  width: 76px;
  font-size: 13px;
  line-height: 2.4615384615;
  letter-spacing: 0em;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
#News .sectionBlock.entryIndex .contents a dl dd {
  position: relative;
  text-align: left;
  padding-left: 30px;
  padding-right: 130px;
  width: calc(100% - 210px);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
}
#News .sectionBlock.entryIndex .contents a dl dd span {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#News .sectionBlock.entryIndex .contents a dl dd::after {
  content: "more→";
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #News .sectionBlock.entryIndex .contents {
    width: 100%;
    max-width: initial;
  }
  #News .sectionBlock.entryIndex .contents a dl dt {
    width: 25.3333333333vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25.3333333333vw;
            flex: 0 0 25.3333333333vw;
    white-space: nowrap;
  }
  #News .sectionBlock.entryIndex .contents a dl dt span {
    display: inline-block;
    text-align: center;
  }
  #News .sectionBlock.entryIndex .contents a dl dt span.date {
    width: 13.3333333333vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 2.1666666667;
    letter-spacing: 0em;
    text-align: left;
  }
  #News .sectionBlock.entryIndex .contents a dl dt span.cat {
    width: 12vw;
    font-size: 8px; /* legacy */
    font-size: 2.1333333333vw;
    line-height: 2.4375;
    letter-spacing: 0em;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
  #News .sectionBlock.entryIndex .contents a dl dd {
    position: relative;
    text-align: left;
    padding-left: 1.3333333333vw;
    padding-right: 0;
    width: 49.3333333333vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.3333333333vw;
            flex: 0 0 49.3333333333vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #News .sectionBlock.entryIndex .contents a dl dd span {
    display: block;
  }
  #News .sectionBlock.entryIndex .contents a dl dd::after {
    display: none;
  }
}
#News .sectionBlock.entryDetail .contents {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#News .sectionBlock.entryDetail .contents .entryMeta {
  text-align: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #000;
}
#News .sectionBlock.entryDetail .contents .entryDate {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
}
#News .sectionBlock.entryDetail .contents .entryTitle {
  font-size: 32px;
  line-height: 1.40625;
  letter-spacing: 0em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #News .sectionBlock.entryDetail .contents {
    max-width: auto;
  }
  #News .sectionBlock.entryDetail .contents .entryMeta {
    margin-bottom: 10.6666666667vw;
  }
  #News .sectionBlock.entryDetail .contents .entryDate {
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #News .sectionBlock.entryDetail .contents .entryTitle {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.40625;
    letter-spacing: 0em;
  }
}
#News .sectionBlock.entryDetail .entryBody {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #News .sectionBlock.entryDetail .entryBody {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#News .sectionBlock.entryDetail .entryTable {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #News .sectionBlock.entryDetail .entryTable {
    margin-top: 10.6666666667vw;
  }
}
#News .sectionBlock.entryDetail .entryTable .mod_table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#News .sectionBlock.entryDetail .entryTable .mod_table > dl + dl .cellTitle, #News .sectionBlock.entryDetail .entryTable .mod_table > dl + dl .cellText {
  padding-top: 50px;
}
#News .sectionBlock.entryDetail .entryTable .mod_table > dl .cellTitle, #News .sectionBlock.entryDetail .entryTable .mod_table > dl .cellText {
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0em;
}
#News .sectionBlock.entryDetail .entryTable .mod_table > dl .cellTitle {
  white-space: nowrap;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  #News .sectionBlock.entryDetail .entryTable .mod_table {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #News .sectionBlock.entryDetail .entryTable .mod_table > dl {
    display: block;
  }
  #News .sectionBlock.entryDetail .entryTable .mod_table > dl > dt, #News .sectionBlock.entryDetail .entryTable .mod_table > dl > dd {
    display: block;
  }
  #News .sectionBlock.entryDetail .entryTable .mod_table > dl + dl .cellTitle {
    padding-top: 6.6666666667vw;
  }
  #News .sectionBlock.entryDetail .entryTable .mod_table > dl + dl .cellText {
    padding-top: 0.5em;
  }
  #News .sectionBlock.entryDetail .entryTable .mod_table > dl .cellTitle, #News .sectionBlock.entryDetail .entryTable .mod_table > dl .cellText {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #News .sectionBlock.entryDetail .entryTable .mod_table > dl .cellTitle {
    padding-right: 0;
  }
  #News .sectionBlock.entryDetail .entryTable .mod_table > dl .cellText {
    padding-top: 0.5em;
  }
}
#News .sectionBlock.entryDetail .linkBack {
  margin-top: 150px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #News .sectionBlock.entryDetail .linkBack {
    margin-top: 12vw;
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  #News .mod_contact {
    padding-top: 32vw;
  }
  #News .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*-------------------------------------------> Blog */
#Blog .mod_read {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #Blog .mod_read {
    margin-bottom: 14.6666666667vw;
  }
}
#Blog .sectionBlock .inner {
  position: relative;
}
#Blog .sectionBlock .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #Blog .sectionBlock .inner {
    padding-left: 20vw;
  }
  #Blog .sectionBlock .inner .sectionTitle {
    left: 8vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Blog .sectionBlock .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Blog .sectionBlock .contents .mainContents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 350px);
}
#Blog .sectionBlock .contents .sideContents {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 260px;
}
#Blog .sectionBlock .contents .naviContents {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Blog .sectionBlock .contents .mainContents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #Blog .sectionBlock .contents .sideContents {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 20vw;
  }
  #Blog .sectionBlock .contents .naviContents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100vw;
    margin-left: -20vw;
  }
}
#Blog .sectionBlock .sideContents .side_box2 + .side_box2 {
  margin-top: 60px;
}
#Blog .sectionBlock .sideContents .side_box2 dt {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #000;
  margin-bottom: 1em;
}
#Blog .sectionBlock .sideContents .side_box2 .side_list_new li + li {
  margin-top: 20px;
}
#Blog .sectionBlock .sideContents .side_box2 .side_list_new li a {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
#Blog .sectionBlock .sideContents .side_box2 .side_list_new li a time {
  display: block;
  font-size: 11px;
}
#Blog .sectionBlock .sideContents .side_box2 .side_list_cat {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}
#Blog .sectionBlock .sideContents .side_box2 .side_list_cat li {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-right: 1em;
  margin-right: 1em;
  border-right: solid 1px #000;
}
#Blog .sectionBlock .sideContents .side_box2 .side_list_cat li a {
  white-space: nowrap;
}
#Blog .sectionBlock .sideContents .side_box2 .side_list_archive {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #Blog .sectionBlock .sideContents .side_box2 + .side_box2 {
    margin-top: 8vw;
  }
  #Blog .sectionBlock .sideContents .side_box2 dt {
    font-size: 11.5px; /* legacy */
    font-size: 3.0666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Blog .sectionBlock .sideContents .side_box2 .side_list_new li + li {
    margin-top: 2.6666666667vw;
  }
  #Blog .sectionBlock .sideContents .side_box2 .side_list_new li a {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
  #Blog .sectionBlock .sideContents .side_box2 .side_list_new li a time {
    font-size: 2.1333333333vw;
  }
  #Blog .sectionBlock .sideContents .side_box2 .side_list_cat {
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Blog .sectionBlock .sideContents .side_box2 .side_list_archive {
    display: block;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Blog .sectionBlock .sideContents .side_box2 .side_list_archive li {
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 1.5em;
  }
  #Blog .sectionBlock .sideContents .side_box2 .side_list_archive li a {
    white-space: nowrap;
  }
}
#Blog .sectionBlock .entryList li + li {
  margin-top: 50px;
}
#Blog .sectionBlock .entryList a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Blog .sectionBlock .entryList a .image {
  width: 224px;
  text-align: center;
}
#Blog .sectionBlock .entryList a dl {
  width: calc(100% - 224px - 30px);
}
#Blog .sectionBlock .entryList a dl dt .date {
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}
#Blog .sectionBlock .entryList a dl dt .title {
  display: block;
  font-size: 26px;
  line-height: 1.4615384615;
  letter-spacing: 0em;
}
#Blog .sectionBlock .entryList a dd {
  border-top: solid 1px #000;
  margin-top: 1em;
  padding-top: 0.5em;
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #Blog .sectionBlock .entryList li + li {
    margin-top: 16vw;
  }
  #Blog .sectionBlock .entryList a {
    display: block;
  }
  #Blog .sectionBlock .entryList a .image {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  #Blog .sectionBlock .entryList a dl {
    width: 100%;
  }
  #Blog .sectionBlock .entryList a dl dt .date {
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Blog .sectionBlock .entryList a dl dt .title {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    letter-spacing: 0em;
  }
  #Blog .sectionBlock .entryList a dd {
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 2;
    letter-spacing: 0em;
  }
}
#Blog .sectionBlock.entryDetail .mainContents .entryMeta {
  text-align: left;
  margin-bottom: 60px;
  border-bottom: solid 1px #000;
}
#Blog .sectionBlock.entryDetail .mainContents .entryDate {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0em;
}
#Blog .sectionBlock.entryDetail .mainContents .entryTitle {
  font-size: 32px;
  line-height: 1.40625;
  letter-spacing: 0em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
#Blog .sectionBlock.entryDetail .mainContents .mod_blogCode img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#Blog .sectionBlock.entryDetail .mainContents .entryData {
  margin-top: 50px;
  border-top: solid 1px #000;
  padding-top: 28px;
}
#Blog .sectionBlock.entryDetail .mainContents .entryAuthor .image {
  width: 123px;
}
#Blog .sectionBlock.entryDetail .mainContents .entryAuthor .name {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  margin-top: 0.5em;
}
#Blog .sectionBlock.entryDetail .mainContents .entryCategory ul {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 1.5em;
}
#Blog .sectionBlock.entryDetail .mainContents .entryCategory ul li {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-right: 1em;
  margin-right: 1em;
  border-right: solid 1px #000;
}
#Blog .sectionBlock.entryDetail .mainContents .entryCategory ul li a {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #Blog .sectionBlock.entryDetail .mainContents .entryMeta {
    margin-bottom: 10.6666666667vw;
  }
  #Blog .sectionBlock.entryDetail .mainContents .entryDate {
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Blog .sectionBlock.entryDetail .mainContents .entryTitle {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.40625;
    letter-spacing: 0em;
  }
  #Blog .sectionBlock.entryDetail .mainContents .entryData {
    margin-top: 12vw;
    padding-top: 8vw;
  }
  #Blog .sectionBlock.entryDetail .mainContents .entryAuthor .image {
    width: 24.5333333333vw;
  }
  #Blog .sectionBlock.entryDetail .mainContents .entryAuthor .name {
    font-size: 10.5px; /* legacy */
    font-size: 2.8vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-top: 0.5em;
  }
  #Blog .sectionBlock.entryDetail .mainContents .entryCategory ul {
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 1.5em;
  }
}
#Blog .sectionBlock.entryDetail .entryBody {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #Blog .sectionBlock.entryDetail .entryBody {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#Blog .sectionBlock.entryDetail .linkBack {
  margin-top: 150px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Blog .sectionBlock.entryDetail .linkBack {
    margin-top: 20vw;
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Blog .sectionBlock.common {
  margin-top: 240px;
}
#Blog .sectionBlock.common .otherPage ul {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Blog .sectionBlock.common .otherPage ul li {
  width: 48.7%;
}
#Blog .sectionBlock.common .otherPage ul li.active {
  opacity: 0.35;
}
#Blog .sectionBlock.common .otherPage ul li.active a {
  pointer-events: none;
}
#Blog .sectionBlock.common .otherPage ul li .text {
  text-align: right;
  line-height: 1.5;
  margin-top: 10px;
}
#Blog .sectionBlock.common .otherPage ul li .text span {
  display: block;
}
#Blog .sectionBlock.common .otherPage ul li .text span.en {
  font-size: 24px;
}
#Blog .sectionBlock.common .otherPage ul li .text span.ja {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #Blog .sectionBlock.common {
    margin-top: 32vw;
  }
  #Blog .sectionBlock.common .otherPage ul {
    display: block;
    max-width: auto;
  }
  #Blog .sectionBlock.common .otherPage ul li {
    width: 100%;
  }
  #Blog .sectionBlock.common .otherPage ul li + li {
    margin-top: 4vw;
  }
  #Blog .sectionBlock.common .otherPage ul li .text {
    margin-top: 1.3333333333vw;
  }
  #Blog .sectionBlock.common .otherPage ul li .text span {
    display: block;
  }
  #Blog .sectionBlock.common .otherPage ul li .text span.en {
    font-size: 4.2666666667vw;
  }
  #Blog .sectionBlock.common .otherPage ul li .text span.ja {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #Blog .mod_contact {
    padding-top: 32vw;
  }
  #Blog .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*-------------------------------------------> Contact */
#Contact .mod_read {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #Contact .mod_read {
    margin-bottom: 14.6666666667vw;
  }
}
#Contact .sectionBlock .inner {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
}
#Contact .sectionBlock .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
#Contact .sectionBlock .inner .contents {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#Contact .sectionBlock .inner .contents .thanks .title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 1em;
}
#Contact .sectionBlock .inner .contents .thanks .linkBack {
  margin-top: 150px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contact .sectionBlock .inner {
    padding-left: 20vw;
    font-size: 9px; /* legacy */
    font-size: 2.4vw;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
  #Contact .sectionBlock .inner .sectionTitle {
    left: 8vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Contact .sectionBlock .inner .contents {
    max-width: initial;
  }
  #Contact .sectionBlock .inner .contents .inputArea {
    width: 100vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-left: -20vw;
  }
  #Contact .sectionBlock .inner .contents .thanks .title {
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Contact .sectionBlock .inner .contents .linkBack {
    margin-top: 20vw;
    font-size: 13px; /* legacy */
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  #Contact .mod_contact {
    padding-top: 32vw;
  }
  #Contact .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
#Contact .cmn-btn-01 {
  display: inline-block;
  vertical-align: top;
  min-width: 280px;
  height: 52px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 30px;
  background: #111;
}
#Contact .cmn-btn-01:hover {
  background: #666;
}
#Contact .cmn-btn-01 .txt {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-size: 1.6rem;
}
#Contact .cmn-btn-01 .txt.font-fmy-03 {
  font-size: 16px;
  font-size: 1.6rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  #Contact .cmn-btn-01 {
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
    height: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 20px;
    background: #111;
  }
  #Contact .cmn-btn-01:hover {
    background: #666;
  }
  #Contact .cmn-btn-01 .txt {
    position: relative;
    z-index: 3;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #Contact .cmn-btn-01 .txt.font-fmy-03 {
    font-size: 14px;
    font-size: 1.4rem;
    top: 0;
  }
}
#Contact .section-01 {
  margin-top: 80px;
  margin-bottom: 0;
  padding: 0;
}
#Contact .section-ttl {
  margin-bottom: 80px;
}
#Contact .section-ttl h2 {
  color: #dedede;
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
#Contact .section-ttl p {
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #Contact .section-01 {
    margin-top: 100px;
  }
  #Contact .section-ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
  #Contact .section-ttl h2 {
    font-size: 80px;
  }
  #Contact .section-ttl p {
    font-size: 24px;
  }
}
#Contact .section-01 .inner-01 {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 100px;
}
#Contact .section-ttl {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
#Contact #section-phone {
  width: 100%;
  padding: 0;
  text-align: center;
}
#Contact #section-phone .phone-wrap {
  border: 1px solid #836d50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 20px 0;
  vertical-align: top;
  padding: 20px 20px 20px 30px;
}
#Contact #section-phone .phone-wrap a {
  display: block;
}
#Contact #section-phone .phone {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  color: #836d50;
  letter-spacing: 2px;
  line-height: 1.2;
}
#Contact #section-phone .phone span {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
}
#Contact #section-phone .phone:before {
  font-family: "Material Icons";
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  font-size: 44px;
  content: "phone";
  padding-right: 2px;
  color: #836d50;
  vertical-align: middle;
}
#Contact .notice ul {
  width: 840px;
  margin: 20px auto;
}
#Contact .notice ul strong {
  font-weight: 800;
}
#Contact .notice ul.notice1 li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
#Contact .notice ul.notice2 li {
  list-style-type: none;
  line-height: 1.5;
  text-indent: -1em;
  margin-bottom: 0.6em;
}
#Contact .mailform-rqd {
  background: #bb3131;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: 1px;
}
#Contact .mailform-ctn {
  margin-bottom: 0.5em;
}
#Contact .mailform-ctn .mailform-rqd {
  margin-right: 0.5em;
}
#Contact .mailform-cont .mailform-rqd {
  margin-left: 1em;
}
#Contact .mailform {
  margin: 30px auto;
}
#Contact .mailform-bdy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px 60px 30px 60px;
}
#Contact .mailform-sec {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Contact .mailform-cont {
  display: table;
  width: 100%;
  margin: 15px auto 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#Contact .mailform-cont dt, #Contact .mailform-cont dd {
  display: table-cell;
}
#Contact .mailform-cont dt {
  width: 280px;
}
#Contact .vagtp {
  vertical-align: top;
}
#Contact .mailform-txt {
  max-width: 550px;
}
#Contact .mailform-txt input {
  width: 100%;
  background: #e8eff5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
#Contact .mailform-select {
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #e8eff5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#Contact .mailform-select:after {
  content: " ";
  position: absolute;
  z-index: 2;
  background-image: url(../images/contact/icon-select-arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 17px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 12px;
}
#Contact .mailform-select select {
  border: none;
  border-radius: 0;
  background: none;
  width: 95%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  vertical-align: middle;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
  width: 100%;
}
#Contact .mailform-select select::-ms-expand {
  display: none;
  /* IE10・IE11のハック */
}
#Contact .mailform-txt.hlf {
  max-width: 265px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#Contact .mailform-txt.hlf:not(:first-child) {
  margin-left: 15px;
}
#Contact .mailform-txt.hlf + .mailform-ex {
  margin-left: 13px;
}
#Contact .mailform-ttl.txtara {
  position: relative;
  top: 10px;
}
#Contact .mailform-txtara textarea {
  width: 100%;
  background: #e8eff5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 16px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  min-height: 200px;
  vertical-align: top;
}
#Contact .mailform-cont label {
  display: inline-block;
  white-space: nowrap;
  margin: 4px !important;
}
#Contact .mailform-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-top: 15px;
  text-align: center;
}
#Contact .mailform-sbt {
  display: inline-block;
  vertical-align: top;
}
#Contact .mailform-sbt li {
  display: inline-block;
  vertical-align: top;
  margin: 15px 30px;
}
#Contact .mailform-sbt-01:before {
  background: #adadad;
}
#Contact .ua-desktop .mailform-sbt-01:hover:before {
  right: 0;
}
#Contact .mailform-sbt-01:after {
  background: #adadad;
}
#Contact .ua-desktop .mailform-sbt-01:hover:after {
  left: -100%;
}
#Contact .mailform-sbt-01 .txt, #Contact .mailform-sbt-02 .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
#Contact .mailform-sbt-01 .txt input, #Contact .mailform-sbt-02 .txt input {
  background: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Contact .mailform-sbt-01 .txt input {
  text-align: center;
  padding: 6px 30px 6px 30px;
}
#Contact .mailform-sbt-02 .txt input {
  /*text-align: left;*/
  padding: 6px 30px;
}
#Contact .ua-desktop .mailform-sbt-01:hover .txt input {
  color: #ed4040;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#Contact .mailform-sbt-01 .icon {
  right: auto;
  left: 20px;
}
#Contact .mailform-sbt-01 .icon:before {
  border: 0;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 18px;
  height: 1px;
  margin: auto;
}
#Contact .mailform-sbt-01 .icon:after {
  border: 0;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 18px;
  height: 1px;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#Contact .ua-desktop .mailform-sbt-01:hover .icon:before, #Contact .ua-desktop .mailform-sbt-01:hover .icon:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-color: #ed4040;
}
#Contact .mailform-pif {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e1e1e1;
  padding: 25px 40px;
  height: 230px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#Contact .mailform-pif-txt {
  margin: 40px auto 15px auto;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: distribute;
}
#Contact .mailform-pif-txt a {
  color: #003055;
  text-decoration: underline;
}
#Contact .mailform-pif {
  margin: 15px auto 40px auto;
}
#Contact .pif-sec {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #666666;
  margin: 1.25em auto;
}
#Contact .pif-ttl, #Contact .pif-sec-ttl {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #Contact .section-01 {
    margin-top: 40px;
  }
  #Contact .section-01 .inner-01 {
    padding: 40px 20px;
  }
  #Contact .section-ttl {
    font-size: 24px;
  }
  #Contact #section-phone .phone {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #836d50;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #Contact #section-phone .phone span {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #Contact #section-phone .phone:before {
    font-family: "Material Icons";
    -webkit-font-feature-settings: "liga";
            font-feature-settings: "liga";
    font-size: 24px;
    content: "phone";
    padding-right: 2px;
    color: #836d50;
    vertical-align: middle;
  }
  #Contact .notice ul {
    width: 100%;
    padding-left: 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Contact .notice ul .tel {
    text-decoration: underline;
  }
  #Contact .mailform-bdy {
    padding: 10px 10px 30px;
  }
  #Contact .mailform-cont dt, #Contact .mailform-cont dd {
    display: block;
  }
  #Contact .mailform-cont dt {
    width: 100%;
  }
  #Contact .mailform-txt.hlf:not(:first-child) {
    margin-left: 0;
    margin-top: 5px;
  }
  #Contact .mailform-txtara textarea {
    width: 100% !important;
  }
  #Contact .mailform-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin-top: 15px;
  }
  #Contact .mailform-sbt li {
    min-width: 150px;
    margin: 15px 4px;
  }
}

/*-------------------------------------------> Map */
#Map .mod_read {
  position: relative;
  z-index: 10;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #Map .mod_read {
    margin-bottom: 14.6666666667vw;
  }
}
#Map .sectionBlock .inner {
  position: relative;
}
#Map .sectionBlock .inner .sectionTitle {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #Map .sectionBlock .inner {
    padding-left: 20vw;
  }
  #Map .sectionBlock .inner .sectionTitle {
    left: 8vw;
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }
}
#Map .sectionBlock .block {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
#Map .sectionBlock .block.addressBlock {
  margin-top: -70px;
}
#Map .sectionBlock .block.accessBlock {
  margin-top: 100px;
}
#Map .sectionBlock .block .blockTitle {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}
#Map .sectionBlock .block .contents {
  padding-top: 30px;
}
#Map .sectionBlock .block .blockTitle, #Map .sectionBlock .block .contents {
  padding-left: 5.9523809524%;
  padding-right: 5.9523809524%;
}
@media screen and (max-width: 767px) {
  #Map .sectionBlock .block {
    max-width: initial;
  }
  #Map .sectionBlock .block.addressBlock {
    margin-top: 4vw;
  }
  #Map .sectionBlock .block.accessBlock {
    margin-top: 20vw;
  }
  #Map .sectionBlock .block .blockTitle {
    font-size: 20px; /* legacy */
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    padding-bottom: 2.6666666667vw;
  }
  #Map .sectionBlock .block .contents {
    padding-top: 4vw;
  }
  #Map .sectionBlock .block .blockTitle, #Map .sectionBlock .block .contents {
    padding-left: 0;
    padding-right: 0;
  }
}
#Map .map {
  position: relative;
}
#Map .map .image {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -160px;
}
#Map .map .mod_linkBtn {
  position: relative;
  top: -130px;
}
@media screen and (max-width: 767px) {
  #Map .map .image {
    max-width: initial;
    position: relative;
    top: -13.3333333333vw;
  }
  #Map .map .mod_linkBtn {
    position: relative;
    top: -5.3333333333vw;
  }
}
#Map .addressBlock .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Map .addressBlock .contents dl dt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
#Map .addressBlock .contents dl dd {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
}
#Map .addressBlock .contents .head {
  margin-right: 1em;
}
#Map .addressBlock .contents .head dl + dl {
  margin-top: 60px;
}
#Map .addressBlock .contents .studio {
  margin-left: 1em;
}
#Map .addressBlock .contents .studio dl + dl {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #Map .addressBlock .contents {
    display: block;
  }
  #Map .addressBlock .contents dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 2vw;
  }
  #Map .addressBlock .contents dl dd {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  #Map .addressBlock .contents .head {
    margin-right: 0;
  }
  #Map .addressBlock .contents .head dl + dl {
    margin-top: 10.6666666667vw;
  }
  #Map .addressBlock .contents .studio {
    margin-left: 0;
    margin-top: 10.6666666667vw;
  }
  #Map .addressBlock .contents .studio dl + dl {
    margin-top: 10.6666666667vw;
  }
}
#Map .accessBlock .contents {
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #Map .accessBlock .contents {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 2.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  #Map .mod_contact .inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*-------------------------------------------> animation module */
.anim-fadeInUp {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInUp,
.inView .isAnim.inView .anim-fadeInUp,
.inView .anim-fadeInUp,
.inView.anim-fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.inView .isAnim.anim-fadeInUp,
.inView .isAnim .anim-fadeInUp {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeIn {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeIn,
.inView .isAnim.inView .anim-fadeIn,
.inView .anim-fadeIn,
.inView.anim-fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.inView .isAnim.anim-fadeIn,
.inView .isAnim .anim-fadeIn {
  -webkit-animation-name: none;
          animation-name: none;
}

/* delay */
.delay0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

/*-------------------------------------------> keyframe */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}