@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

@media screen and (min-width: 769px), print {
  html {
    font-size: 10px;
  }
  #contents {
    width: 100%;
  }
  img.object-fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .mainVisual {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainVisual .breadcrumb, .mainVisual__ttl {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
  }
  .mainVisual__slide-area {
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .mainVisual__slide-area li {
    position: relative;
    height: 100%;
  }
  .mainVisual__slide-area li a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: block;
    position: relative;
    height: 100%;
  }
  .mainVisual__slide-area li a:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .mainVisual__slide-area li a:hover {
    opacity: 1;
  }
  .mainVisual__slide-area li a:hover:before {
    opacity: 1;
  }
  .mainVisual__slide-area li a:hover img {
    opacity: 1;
  }
  .mainVisual__slide-area li img {
    width: 100%;
    height: auto;
    min-width: 100%;
  }
  .mainVisual .breadcrumb {
    font-size: 1.2rem;
    top: 8px;
    color: #fff;
    mix-blend-mode: difference;
  }
  .mainVisual .breadcrumb span a {
    color: inherit;
  }
  .mainVisual .breadcrumb span + span {
    margin-left: 3px;
  }
  .mainVisual__ttl {
    top: 34px;
    left: -26px;
  }
  .mainVisual__ttl span {
    width: 276px;
    height: 56px;
    font-size: 0;
    display: block;
    background: url(../images/index/page_ttl_pc.png) no-repeat left top;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .mainVisual__scroll {
    text-align: center;
    bottom: -15px;
    width: 40px;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mainVisual__scroll:after {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    background-color: #000;
    margin: 13px auto 0;
  }
  .mainVisual__scroll.free {
    position: absolute;
  }
  .concept {
    background: url(../images/index/concept_bg.jpg) no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
    padding: 50px 0;
  }
  .concept p {
    color: #fff;
  }
  .concept__ttl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .concept__ttl .multiple,
  .concept__ttl .equal {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .concept__ttl .multiple:before, .concept__ttl .multiple:after,
  .concept__ttl .equal:before,
  .concept__ttl .equal:after {
    content: "";
    width: 3px;
    height: 36px;
    background-color: #fff;
    display: block;
    display: inline-block;
    position: absolute;
    top: -22px;
    left: 28px;
  }
  .concept__ttl .multiple:before,
  .concept__ttl .equal:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .concept__ttl .multiple:after,
  .concept__ttl .equal:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .concept__ttl .equal {
    position: relative;
    height: 50px;
    text-align: center;
    width: 60px;
  }
  .concept__ttl .equal:before, .concept__ttl .equal:after {
    content: "";
    width: 36px;
    height: 3px;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    position: absolute;
    left: 16px;
  }
  .concept__ttl .equal:before {
    top: 14px;
  }
  .concept__ttl .equal:after {
    top: 25px;
  }
  .concept__text {
    font-size: 1.8rem;
    margin-top: 28px;
    line-height: 1.8;
  }
  .concept img {
    width: 100%;
  }
  .bnr {
    padding: 30px 0;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
  }
  .bnr-each {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bnr-each a {
    display: block;
    width: 48%;
  }
  .bnr-each a img {
    width: 100%;
  }
  .bnr-each a:nth-child(2n) {
    margin-left: 4%;
  }
  .bnr-each a:nth-child(n+3) {
    margin-top: 30px;
  }
  .bnr-each.single a {
    width: 100%;
  }
  .index .work-list {
    padding-bottom: 35px;
  }
  .index .work-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index .work-list ul li {
    width: 365px;
    height: 242px;
    position: relative;
    margin: 2px 0 0 2px;
    overflow: hidden;
  }
  .index .work-list ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .index .work-list ul li a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .index .work-list ul li a:hover {
    opacity: 1;
  }
  .index .work-list ul li a:hover .work-list__each-ttl {
    opacity: 1;
  }
  .index .work-list ul li a:hover .work-list__image {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
       -moz-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .index .work-list__ttl {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .index .work-list__icon-new {
    position: absolute;
    font-size: 1.2rem;
    color: #fff;
    background-color: rgba(215, 12, 25, 0.8);
    width: 60px;
    height: 30px;
    padding: 6px;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 2;
  }
  .index .work-list__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .index .work-list__each-ttl {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    opacity: 0;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index .work-list__each-ttl-number {
    font-size: 2.2rem;
  }
  .index .work-list__each-ttl p {
    font-size: 1.6rem;
    color: #fff;
  }
  .contact_inner {
    width: 1130px;
    margin: 45px auto 0;
  }
  .contact_inner .label {
    border-width: 1px;
    border-color: #c32817;
    border-style: solid;
    height: 70px;
    padding: 0 20px;
    color: #c32817;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-right: 24px;
    font-size: 18px;
  }
  .contact_inner .tel_box span {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .contact_inner .tel_box span span {
    display: inline-block;
    margin: 0;
  }
  .contact_inner .tel_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_inner .tel_area .left {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_inner .tel_area .right {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_inner .tel_area.center {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact_inner .contact_btn_area {
    margin-top: 45px;
  }
  .contact_inner .contact_btn_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact_inner .contact_btn_area ul li + li {
    margin-left: 30px;
  }
  .contact_inner .contact_btn_area ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 70px;
    border: solid 1px #a30c00;
    color: #a30c00;
    padding-left: 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    font-size: 18px;
    overflow: hidden;
  }
  .contact_inner .contact_btn_area ul li a:before {
    content: '';
    background: url(/images/contact_icon_01.png) no-repeat center;
    width: 24px;
    height: 30px;
    position: absolute;
    left: 15px;
  }
  .contact_inner .contact_btn_area ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #a30c00;
    -webkit-transform-origin: right top;
       -moz-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(-30deg) scale(0, 1);
       -moz-transform: skewX(-30deg) scale(0, 1);
        -ms-transform: skewX(-30deg) scale(0, 1);
            transform: skewX(-30deg) scale(0, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .contact_inner .contact_btn_area ul li a:hover {
    color: #ffffff;
    opacity: 1;
  }
  .contact_inner .contact_btn_area ul li a:hover:after {
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-30deg) scale(1, 1);
       -moz-transform: skewX(-30deg) scale(1, 1);
        -ms-transform: skewX(-30deg) scale(1, 1);
            transform: skewX(-30deg) scale(1, 1);
  }
  .contact_inner .contact_btn_area ul li a:hover:before {
    background: url(/images/contact_icon_01w.png) no-repeat center;
  }
  .contact_inner .contact_btn_area ul li:nth-of-type(1) a:before {
    background: url(/images/contact_icon_05.png) no-repeat center;
    width: 23px;
    height: 28px;
  }
  .contact_inner .contact_btn_area ul li:nth-of-type(1) a:hover:before {
    background: url(/images/contact_icon_05w.png) no-repeat center;
  }
  .contact_inner .contact_btn_area ul li:nth-of-type(2) a:before {
    background: url(/images/contact_icon_02.png) no-repeat center;
    width: 38px;
    height: 29px;
  }
  .contact_inner .contact_btn_area ul li:nth-of-type(2) a:hover:before {
    background: url(/images/contact_icon_02w.png) no-repeat center;
  }
  .contact_inner .contact_btn_area ul li:nth-of-type(4) a:before {
    background: url(/images/contact_icon_04.png) no-repeat center;
    width: 35px;
    height: 33px;
  }
  .contact_inner .contact_btn_area ul li:nth-of-type(4) a:hover:before {
    background: url(/images/contact_icon_04w.png) no-repeat center;
  }
  html.modal {
    overflow: hidden;
  }
  html.modal body {
    overflow: hidden;
  }
  html.modal body #container {
    height: 100%;
    position: relative;
  }
  html.fix {
    height: 100%;
  }
  html.fix body {
    height: 100%;
  }
  .detail .cover-ttl {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail .cover-ttl__num, .detail .cover-ttl__text {
    color: #fff;
  }
  .detail .cover-ttl__num {
    font-size: 4rem;
  }
  .detail .cover-ttl__text {
    font-size: 3.2rem;
    padding-top: 25px;
    max-width: 80%;
  }
  .detail .cover-ttl__text:before {
    content: "";
    display: block;
    width: 82px;
    height: 1px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 25px;
  }
  .detail .mainVisual {
    display: block;
    overflow: hidden;
  }
  .detail .mainVisual img {
    width: 100%;
    height: auto;
  }
  .detail .overview .pagettl-area {
    width: 1254px;
    margin: 16px auto;
    padding: 0 0 0 54px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    min-height: 60px;
  }
  .detail .overview .pagettl-area__pagettl {
    font-size: 0;
    font-weight: normal;
    position: fixed;
    top: 50vh;
    width: 1010px;
  }
  .detail .overview .pagettl-area__pagettl.free {
    position: static;
  }
  .detail .overview .pagettl-area__pagettl span {
    display: inline-block;
    vertical-align: middle;
  }
  .detail .overview .pagettl-area__pagettl__num {
    width: 74px;
    position: relative;
    font-size: 4rem;
  }
  .detail .overview .pagettl-area__pagettl__num:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 36px;
    background-color: #000;
    left: 54px;
    top: 14px;
    position: absolute;
  }
  .detail .overview .pagettl-area__pagettl__ttl {
    width: 934px;
    font-size: 3.6rem;
  }
  .detail .overview .pagettl-area__category {
    position: absolute;
    top: 0;
    right: 77px;
  }
  .detail .overview .detail-description {
    background-color: #f6f6f6;
    padding: 60px 0;
  }
  .detail .overview .detail-description .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail .overview .detail-description__text {
    font-size: 1.6rem;
    width: 654px;
    line-height: 1.8;
  }
  .detail .overview .detail-description__architect {
    width: 358px;
    border-left: 1px solid #000;
    padding-left: 32px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .detail .overview .detail-description__architect__name, .detail .overview .detail-description__architect__introduction {
    font-size: 1.4rem;
  }
  .detail .overview .detail-description__architect__name {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }
  .detail .overview .detail-description__architect figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detail .overview .detail-description__architect figure img {
    width: 102px;
    height: auto;
  }
  .detail .overview .detail-description__architect figure figcaption {
    margin-left: 24px;
    width: -webkit-calc(100% - 126px);
    width: -moz-calc(100% - 126px);
    width: calc(100% - 126px);
  }
  .detail .articles {
    margin-top: 66px;
  }
  .detail .articles__note {
    margin-bottom: 18px;
    font-size: 1.2rem;
  }
  .detail .articles__note:before {
    content: "";
    display: inline-block;
    background: url(../images/detail/icon_image_link.png) no-repeat left center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    vertical-align: middle;
  }
  .detail .articles .article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .detail .articles .article a {
    max-width: 640px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .detail .articles .article a img {
    max-width: 100%;
  }
  .detail .articles .article__text-area {
    max-width: 640px;
    padding-left: 50px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-top: 10px;
  }
  .detail .articles .article__text-area__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .detail .articles .article__text-area__ttl:after {
    content: "";
    display: block;
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    height: 1px;
    background-color: #000;
    margin-top: 20px;
    margin-left: -50px;
  }
  .detail .articles .article__text-area__text {
    font-size: 1.6rem;
    padding-top: 20px;
    color: #4c4c4c;
  }
  .detail .articles .article:nth-child(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .detail .articles .article:nth-child(2n + 1) .article__text-area {
    padding-left: 0;
    padding-right: 50px;
  }
  .detail .articles .article:nth-child(2n + 1) .article__text-area__ttl:after {
    margin-left: 0;
  }
  .detail .articles .article + .article {
    margin-top: 80px;
  }
  .detail .image-list {
    margin-top: 80px;
  }
  .detail .image-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail .image-list ul li {
    width: 548px;
    height: 548px;
    position: relative;
    margin-top: 4px;
    overflow: hidden;
  }
  .detail .image-list ul li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .detail .situation {
    width: 980px;
    margin: 60px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail .situation ul {
    width: 460px;
  }
  .detail .situation ul li {
    padding: 12px 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail .situation ul li p {
    font-size: 1.6rem;
  }
  .detail .situation ul li + li {
    border-top: 1px dotted #999999;
  }
  .detail .situation__ttl {
    width: 125px;
    text-align: center;
    border-right: 2px solid #a30c00;
  }
  .detail .situation__text {
    padding: 0 30px;
    width: 335px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .detail .contact_inner {
    width: 980px;
  }
  .detail .contact_inner .contact_btn_area ul li a {
    width: 460px;
  }
  .detail .contact_inner .contact_btn_area ul li a:before {
    left: 160px;
  }
  .detail .contact_inner .contact_btn_area ul li:nth-of-type(2) a:before {
    content: none;
  }
  .detail .work-list {
    margin-top: 80px;
    background-color: #f6f6f6;
    padding: 38px 0;
    position: relative;
  }
  .detail .work-list__ttl {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .detail .work-list__icon-new {
    position: absolute;
    font-size: 1.2rem;
    color: #fff;
    background-color: rgba(215, 12, 25, 0.8);
    width: 60px;
    height: 30px;
    padding: 6px;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 2;
  }
  .detail .work-list__image {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .detail .work-list__each-ttl {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    opacity: 0;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail .work-list__each-ttl-number {
    font-size: 2.2rem;
  }
  .detail .work-list__each-ttl p {
    font-size: 1.6rem;
    color: #fff;
  }
  .detail .work-list .inner {
    overflow: hidden;
  }
  .detail .work-list .inner ul {
    margin-top: 18px;
  }
  .detail .work-list .inner ul li {
    overflow: hidden;
    width: 270px;
    height: 180px;
    margin-right: 6px;
  }
  .detail .work-list .inner ul li a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .detail .work-list .inner ul li a:hover {
    opacity: 1;
  }
  .detail .work-list .inner ul li a:hover .work-list__each-ttl {
    opacity: 1;
  }
  .detail .work-list .inner ul li a:hover .work-list__image {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .detail .work-list .swiper-button-prev,
  .detail .work-list .swiper-button-next {
    position: absolute;
    width: 34px;
    height: 55px;
    top: 164px;
    left: 50%;
  }
  .detail .work-list .swiper-button-prev {
    margin-left: -584px;
    background: url(../images/detail/arrow_left_pc.png) no-repeat center center #acacac;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .detail .work-list .swiper-button-next {
    margin-left: 550px;
    background: url(../images/detail/arrow_right_pc.png) no-repeat center center #acacac;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .detail .work-list__index-btn {
    margin-top: 34px;
    text-align: center;
  }
  .detail .work-list__index-btn a {
    width: 312px;
    height: 44px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #a30c00;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    position: relative;
  }
  .detail .work-list__index-btn a:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/common/images/btn_arrow_w.png) no-repeat left top;
    width: 6px;
    height: 10px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 20px;
    top: 18px;
  }
  .fancybox-wrap {
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    height: 100% !important;
  }
  .fancybox-wrap .fancybox-skin {
    padding: 0 !important;
    width: auto !important;
    height: 100% !important;
    background: transparent;
  }
  .fancybox-wrap .fancybox-inner {
    width: auto !important;
    height: 100% !important;
  }
  .fancybox-wrap .fancybox-prev,
  .fancybox-wrap .fancybox-next {
    width: 26px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 20px;
  }
  .fancybox-wrap .fancybox-prev span,
  .fancybox-wrap .fancybox-next span {
    background: none;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .fancybox-wrap .fancybox-prev span:before, .fancybox-wrap .fancybox-prev span:after,
  .fancybox-wrap .fancybox-next span:before,
  .fancybox-wrap .fancybox-next span:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 12px;
  }
  .fancybox-wrap .fancybox-prev span:before,
  .fancybox-wrap .fancybox-next span:before {
    -webkit-transform: rotate(-40deg);
       -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
    top: 22px;
  }
  .fancybox-wrap .fancybox-prev span:after,
  .fancybox-wrap .fancybox-next span:after {
    -webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .fancybox-wrap .fancybox-next {
    right: 20px;
    left: auto;
  }
  .fancybox-wrap .fancybox-next span:before {
    -webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
    top: 22px;
  }
  .fancybox-wrap .fancybox-next span:after {
    -webkit-transform: rotate(-40deg);
       -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .fancybox-wrap .fancybox-outer, .fancybox-wrap .fancybox-inner {
    height: 100% !important;
  }
  .fancybox-wrap .fancybox-image, .fancybox-wrap .fancybox-iframe {
    width: auto !important;
    height: 100%;
    margin: auto;
  }
  .fancybox-wrap .fancybox-image {
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }
  .fancybox-wrap .fancybox-close {
    width: 46px;
    height: 46px;
    top: 22px;
    right: 22px;
    background: none;
    display: block;
  }
  .fancybox-wrap .fancybox-close:before, .fancybox-wrap .fancybox-close:after {
    left: 22px;
    top: -8px;
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background-color: #fff;
    display: block;
    position: absolute;
  }
  .fancybox-wrap .fancybox-close:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .fancybox-wrap .fancybox-close:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  footer #page_top {
    z-index: 8000;
  }
}

@media all and (-ms-high-contrast: none) {
  .detail .mincho {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
  }
}

@media screen and (max-width: 768px) {
  .mincho {
    font-family: 'Sawarabi Mincho', "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",　sans-serif, serif;
  }
  #container header {
    top: 0;
  }
  #container #contents {
    padding-top: 9.375vw;
  }
  img.object-fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .mainVisual {
    position: relative;
    z-index: 0;
  }
  .mainVisual__slide-area {
    width: 100%;
  }
  .mainVisual__slide-area li a {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .mainVisual__slide-area li img {
    height: auto;
    width: 100%;
  }
  .mainVisual__ttl {
    position: absolute;
    z-index: 2;
    right: 0;
    margin: auto;
    top: 3.125vw;
    left: 3.90625vw;
    width: auto;
  }
  .mainVisual__ttl span {
    width: 38.4375vw;
    height: 6.71875vw;
    font-size: 0;
    display: block;
    background: url(../images/index/page_ttl.png) no-repeat left top;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .concept {
    background: url(../images/index/concept_bg.jpg) no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    padding: 5.46875vw 0;
  }
  .concept p {
    color: #fff;
    text-align: center;
  }
  .concept__ttl {
    font-size: 5vw;
    text-align: center;
  }
  .concept__ttl .multiple,
  .concept__ttl .equal {
    display: inline-block;
    width: 6.875vw;
    vertical-align: middle;
    text-align: center;
  }
  .concept__ttl .multiple:before, .concept__ttl .multiple:after,
  .concept__ttl .equal:before,
  .concept__ttl .equal:after {
    content: "";
    width: 2px;
    height: 4.0625vw;
    background-color: #fff;
    display: inline-block;
    margin-left: -0.625vw;
  }
  .concept__ttl .multiple:before,
  .concept__ttl .equal:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .concept__ttl .multiple:after,
  .concept__ttl .equal:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .concept__ttl .equal {
    position: relative;
    width: 7.8125vw;
    height: 5.625vw;
    text-align: center;
  }
  .concept__ttl .equal:before, .concept__ttl .equal:after {
    content: "";
    width: 4.0625vw;
    height: 2px;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    position: absolute;
    left: 1.875vw;
    margin-left: 0;
  }
  .concept__ttl .equal:before {
    top: 1.5625vw;
  }
  .concept__ttl .equal:after {
    top: 2.8125vw;
  }
  .concept__text {
    font-size: 3.4375vw;
    line-height: 1.8;
    margin-top: 2.5vw;
    letter-spacing: -0.15625vw;
  }
  .bnr {
    padding: 4.6875vw 3.90625vw;
    text-align: center;
  }
  .bnr-each {
    display: block;
    text-align: center;
  }
  .bnr-each + .bnr-each {
    margin-top: 3.4375vw;
  }
  .bnr a {
    display: block;
  }
  .bnr a img {
    max-width: 100%;
  }
  .bnr a + a {
    margin-top: 4.6875vw;
  }
  .index .work-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -1.5625vw;
  }
  .index .work-list ul li {
    width: 49.5%;
    margin: 3.125vw 0 0 0.5%;
  }
  .index .work-list ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .index .work-list__ttl {
    font-size: 4.0625vw;
    font-weight: normal;
  }
  .index .work-list__icon-new {
    position: absolute;
    font-size: 2.8125vw;
    color: #fff;
    background-color: rgba(215, 12, 25, 0.8);
    width: 10.9375vw;
    height: 5.625vw;
    padding: 0.9375vw;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 2;
  }
  .index .work-list__image {
    width: 100%;
    height: 30.625vw;
    position: relative;
    overflow: hidden;
    z-index: -1;
  }
  .index .work-list__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
  }
  .index .work-list__each-ttl {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 3.125vw;
    margin-top: 0.625vw;
  }
  .index .work-list__each-ttl p {
    margin-left: 1.5625vw;
    text-align: left;
  }
  .index .work-list .list_more {
    display: none;
  }
  .index .work-list .list_more a {
    width: 78.75vw;
    border: 1px solid #c32817;
    color: #c32817;
    display: block;
    text-align: center;
    margin: 6.25vw auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 3.75vw 0;
    font-size: 3.4375vw;
    position: relative;
  }
  .index .work-list .list_more a:before, .index .work-list .list_more a:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.875vw;
    position: absolute;
    top: 5.625vw;
    background-color: #c32817;
  }
  .index .work-list .list_more a:before {
    right: 6.5625vw;
    -webkit-transform: rotate(-36deg);
       -moz-transform: rotate(-36deg);
        -ms-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
  .index .work-list .list_more a:after {
    right: 5.3125vw;
    -webkit-transform: rotate(36deg);
       -moz-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  .contact .contact_inner {
    width: 100%;
    margin: 20px auto 0;
  }
  .contact .contact_inner .label {
    border-width: 1px;
    border-color: #a30c00;
    border-style: solid;
    padding: 0 20px;
    color: #c32817;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 3.38542vw;
  }
  .contact .contact_inner .tel_box {
    text-align: center;
  }
  .contact .contact_inner .tel_box span {
    display: inline-block;
    margin: 10px 0;
    font-size: 3.38542vw;
    text-align: center;
  }
  .contact .contact_inner .tel_box span span {
    font-size: 3.125vw;
    margin: 0;
  }
  .contact .contact_inner .tel_box img {
    width: inherit;
    max-width: 70%;
  }
  .contact .contact_inner .tel_box p {
    margin-top: 10px;
    font-size: 2.86458vw;
  }
  .contact .contact_inner .tel_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
  .contact .contact_inner .tel_area .left {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f1f1f1;
    padding: 10px;
  }
  .contact .contact_inner .tel_area .right {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f1f1f1;
    margin-top: 10px;
    padding: 15px;
  }
  .contact .contact_inner .contact_btn_area {
    margin-top: 20px;
    padding: 0 10px;
  }
  .contact .contact_inner .contact_btn_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact .contact_inner .contact_btn_area ul li {
    margin-bottom: 10px;
    width: 48%;
  }
  .contact .contact_inner .contact_btn_area ul li a {
    font-size: 3.64583vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: solid 1px #a30c00;
    color: #a30c00;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    min-height: 70px;
  }
  .contact .contact_inner .contact_btn_area ul li a:before {
    content: '';
    background: url(/images/contact_icon_01.png) no-repeat center;
    width: 15px;
    height: 19px;
    display: block;
    width: 100%;
    margin: 5px auto;
    -moz-background-size: contain;
         background-size: contain;
  }
  .contact .contact_inner .contact_btn_area ul li:nth-of-type(1) a:before {
    background: url(/images/contact_icon_05.png) no-repeat center;
    width: 15px;
    height: 20px;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    width: 100%;
    margin: 5px auto;
  }
  .contact .contact_inner .contact_btn_area ul li:nth-of-type(2) a:before {
    background: url(/images/contact_icon_02.png) no-repeat center;
    width: 23px;
    height: 18px;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    width: 100%;
    margin: 5px auto;
  }
  .contact .contact_inner .contact_btn_area ul li:nth-of-type(4) a:before {
    background: url(/images/contact_icon_04.png) no-repeat center;
    width: 17px;
    height: 16px;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    width: 100%;
    margin: 5px auto;
  }
  html.modal {
    height: 100vw;
    overflow: hidden;
  }
  html.modal body {
    height: 100vw;
    overflow: hidden;
  }
  .detail .cover-ttl {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail .cover-ttl__num, .detail .cover-ttl__text {
    color: #fff;
  }
  .detail .cover-ttl__num {
    font-size: 6.25vw;
  }
  .detail .cover-ttl__text {
    font-size: 5.625vw;
    padding-top: 4.375vw;
    max-width: 90%;
  }
  .detail .cover-ttl__text:before {
    content: "";
    display: block;
    width: 4.375vw;
    height: 1px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 4.375vw;
  }
  .detail .mainVisual {
    height: 66.5625vw;
    display: block;
    overflow: hidden;
  }
  .detail .mainVisual__image-area {
    max-width: 100%;
  }
  .detail .mainVisual__image-area img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
  }
  .detail .overview .pagettl-area {
    padding: 3.125vw 3.90625vw;
    position: relative;
    height: auto !important;
  }
  .detail .overview .pagettl-area__pagettl {
    font-size: 4.0625vw;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: normal;
  }
  .detail .overview .pagettl-area__pagettl span {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
  }
  .detail .overview .pagettl-area__pagettl__num {
    font-size: 4.6875vw;
    position: relative;
    margin-right: 5vw;
  }
  .detail .overview .pagettl-area__pagettl__num:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 5.46875vw;
    background-color: #000;
    position: absolute;
    top: 1.25vw;
    left: 6.5625vw;
  }
  .detail .overview .pagettl-area__pagettl__ttl {
    margin-left: 2.1875vw;
  }
  .detail .overview .pagettl-area__category {
    text-align: center;
  }
  .detail .overview .pagettl-area__category img {
    width: 25.3125vw;
  }
  .detail .overview .detail-description {
    background-color: #f6f6f6;
    padding: 6.5625vw 0 8.125vw;
  }
  .detail .overview .detail-description__text {
    font-size: 3.4375vw;
  }
  .detail .overview .detail-description__architect {
    border-top: 1px solid #000;
    padding-top: 6.25vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-top: 6.25vw;
  }
  .detail .overview .detail-description__architect__name, .detail .overview .detail-description__architect__introduction {
    font-size: 3.4375vw;
  }
  .detail .overview .detail-description__architect__name {
    font-weight: bold;
    margin-bottom: 2.1875vw;
  }
  .detail .overview .detail-description__architect figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detail .overview .detail-description__architect figure img {
    width: 21.25vw;
  }
  .detail .overview .detail-description__architect figure figcaption {
    margin-left: 4.6875vw;
    font-size: inherit;
  }
  .detail .articles {
    margin-top: 9.6875vw;
  }
  .detail .articles__note {
    margin-bottom: 3.125vw;
    font-size: 3.4375vw;
  }
  .detail .articles__note:before {
    content: "";
    display: inline-block;
    width: 3.4375vw;
    height: 3.4375vw;
    background: url(../images/detail/icon_image_link.png) no-repeat left center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    vertical-align: middle;
    margin-right: 1.875vw;
  }
  .detail .articles .article__text-area__ttl {
    font-size: 5.15625vw;
    line-height: 1.5;
    padding: 3.75vw 0 3.125vw;
  }
  .detail .articles .article__text-area__ttl:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 3.125vw;
  }
  .detail .articles .article__text-area__text {
    font-size: 3.4375vw;
    padding-top: 1.875vw;
    color: #4c4c4c;
  }
  .detail .articles .article + .article {
    margin-top: 7.8125vw;
  }
  .detail .image-list {
    margin-top: 7.8125vw;
  }
  .detail .image-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail .image-list ul li {
    width: 46.875vw;
    height: 46.875vw;
    position: relative;
    margin-top: 0.9375vw;
    overflow: hidden;
  }
  .detail .image-list ul li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .detail .situation {
    margin: 10.9375vw auto 7.8125vw;
    padding: 0 3.90625vw;
  }
  .detail .situation ul {
    border-bottom: 1px dotted #999999;
  }
  .detail .situation ul li {
    padding: 1.875vw 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail .situation ul li p {
    font-size: 3.4375vw;
  }
  .detail .situation ul li + li {
    border-top: 1px dotted #999999;
  }
  .detail .situation__ttl {
    width: 21.875vw;
    text-align: center;
    border-right: 0.3125vw solid #a30c00;
  }
  .detail .situation__text {
    padding: 0 6.25vw;
    width: 75vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .detail .contact_inner .contact_btn_area ul {
    display: block;
  }
  .detail .contact_inner .contact_btn_area ul li {
    width: 100%;
    text-align: center;
  }
  .detail .contact_inner .contact_btn_area ul li a {
    width: 79.0625vw;
    margin: 0 auto;
  }
  .detail .contact_inner .contact_btn_area ul li a:before {
    left: 160px;
  }
  .detail .contact_inner .contact_btn_area ul li:nth-of-type(2) a:before {
    content: none;
  }
  .detail .work-list {
    margin-top: 7.5vw;
    padding: 5.9375vw 0 9.0625vw;
    background-color: #f6f6f6;
    position: relative;
  }
  .detail .work-list .inner {
    overflow: hidden;
    width: 100%;
  }
  .detail .work-list ul {
    margin-top: 1.5625vw;
  }
  .detail .work-list ul li {
    overflow: hidden;
    margin-right: 6px;
  }
  .detail .work-list ul li.swiper-slide-active .work-list__image:before {
    content: none;
  }
  .detail .work-list__ttl {
    font-size: 4.0625vw;
    font-weight: normal;
    padding: 0 3.90625vw;
  }
  .detail .work-list__icon-new {
    position: absolute;
    font-size: 2.8125vw;
    color: #fff;
    background-color: rgba(215, 12, 25, 0.8);
    width: 10.9375vw;
    height: 5.625vw;
    padding: 0.9375vw;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 2;
  }
  .detail .work-list__image {
    position: relative;
  }
  .detail .work-list__image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .detail .work-list__each-ttl {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.125vw;
    margin-top: 2.1875vw;
  }
  .detail .work-list__each-ttl p {
    margin-left: 1.5625vw;
  }
  .detail .work-list .swiper-button-prev,
  .detail .work-list .swiper-button-next {
    position: absolute;
    width: 2.5vw;
    height: 5.9375vw;
    top: 40.625vw;
    left: 50%;
  }
  .detail .work-list .swiper-button-prev {
    background: url(../images/detail/arrow_left_sp.png) no-repeat center center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    margin-left: -41.875vw;
  }
  .detail .work-list .swiper-button-next {
    background: url(../images/detail/arrow_right_sp.png) no-repeat center center;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    margin-left: 40.3125vw;
  }
  .detail .work-list__index-btn {
    margin-top: 10vw;
    text-align: center;
  }
  .detail .work-list__index-btn a {
    width: 56.5625vw;
    height: 10vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #a30c00;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 2.5vw 0;
    position: relative;
    font-size: 3.4375vw;
  }
  .detail .work-list__index-btn a:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/detail/btn_arrow_w.png) no-repeat left top;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    width: 1.25vw;
    height: 2.8125vw;
    left: 2.5vw;
    top: 3.75vw;
  }
  .fancybox-wrap {
    width: 100% !important;
    height: 100% !important;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    left: 0 !important;
    top: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fancybox-wrap .fancybox-skin {
    padding: 0 !important;
    width: 100% !important;
    position: static;
  }
  .fancybox-wrap .fancybox-inner {
    height: auto !important;
    width: 100% !important;
  }
  .fancybox-wrap .fancybox-prev,
  .fancybox-wrap .fancybox-next {
    width: 26px;
    height: 45px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 20px;
  }
  .fancybox-wrap .fancybox-prev span,
  .fancybox-wrap .fancybox-next span {
    background: none;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .fancybox-wrap .fancybox-prev span:before, .fancybox-wrap .fancybox-prev span:after,
  .fancybox-wrap .fancybox-next span:before,
  .fancybox-wrap .fancybox-next span:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 12px;
  }
  .fancybox-wrap .fancybox-prev span:before,
  .fancybox-wrap .fancybox-next span:before {
    -webkit-transform: rotate(-40deg);
       -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
    top: 18px;
  }
  .fancybox-wrap .fancybox-prev span:after,
  .fancybox-wrap .fancybox-next span:after {
    -webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .fancybox-wrap .fancybox-next {
    right: 20px;
    left: auto;
  }
  .fancybox-wrap .fancybox-next span:before {
    -webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
    top: 18px;
  }
  .fancybox-wrap .fancybox-next span:after {
    -webkit-transform: rotate(-40deg);
       -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .fancybox-wrap .fancybox-close {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
    background: none;
    display: block;
  }
  .fancybox-wrap .fancybox-close:before, .fancybox-wrap .fancybox-close:after {
    left: 18px;
    top: -6px;
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: #fff;
    display: block;
    position: absolute;
  }
  .fancybox-wrap .fancybox-close:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .fancybox-wrap .fancybox-close:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
