@charset "UTF-8";
/* CSS Document */
/*-----------------------
INDEX
-------------------------*/
#index header {
  position: absolute;
  z-index: 999; }
  #index header .gnav {
    color: #fff; }
    #index header .gnav li:nth-last-child(2) {
      color: #cfc9c5; }
    #index header .gnav li:last-child a {
      background-color: rgba(182, 172, 164, 0.5); }
#index section {
  padding: 50px 0 80px; }
#index section + section {
  margin: auto; }
#index h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 1em;
  font-weight: bold; }
  #index h2 span.en {
    color: #c0ab9a;
    font-size: 30px;
    line-height: 1em;
    display: block;
    margin-bottom: 30px; }
#index .kv-group {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }
  #index .kv-group .l-cnt {
    width: 160px;
    height: calc((100vw - 160px) * 0.492);
    position: relative;
    z-index: 1; }
    #index .kv-group .l-cnt .mw-sns-group {
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin: auto; }
      #index .kv-group .l-cnt .mw-sns-group .fa-facebook:hover::before {
        color: #3B5998;
        transition: ease all .25s; }
      #index .kv-group .l-cnt .mw-sns-group .fa-instagram:hover::before {
        color: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: ease all .25s; }
  #index .kv-group .kv {
    width: calc(100% - 160px);
    height: calc((100vw - 160px) * 0.492);
    background-size: cover; }
    #index .kv-group .kv .slick-slide img {
      height: 100%;
      width: auto !important; }
    #index .kv-group .kv .slick-slide {
      height: calc((100vw - 160px) * 0.492);
      overflow: hidden; }
#index .cnt-wrap {
  padding-top: calc((100vw - 160px) * 0.492); }
#index .about-group .en {
  margin-bottom: 70px; }
#index .about-group .inner {
  position: relative;
  z-index: 1; }
  #index .about-group .inner .text-box {
    bottom: 0px;
    right: 0px;
    width: 800px;
    margin-left: 180px;
    padding: 30px 0 0 30px;
    background-color: #fff; }
#index .about-group .bg {
  content: "";
  width: calc((980px - 65px) + ((100vw - 980px) / 2));
  height: 300px;
  position: absolute;
  right: 65px;
  top: 50px;
  background: url(../../img/index/bg-about.jpg) no-repeat center center;
  background-size: cover;
  z-index: 0; }
#index .about-group .btn {
  margin: 80px auto 0; }
#index .works-group {
  background: url(../../img/index/bg-works.jpg) no-repeat center center;
  background-size: cover; }
  #index .works-group h2 {
    text-align: right; }
  #index .works-group .fl-sb4-left::after,
  #index .works-group .fl-sb4-left::before {
    width: 230px; }
  #index .works-group li a {
    display: block;
    overflow: hidden; }
    #index .works-group li a .img-box {
      width: 230px;
      height: 230px;
      background-color: #ccc;
      position: relative;
      overflow: hidden; }
      #index .works-group li a .img-box img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        width: auto;
        object-fit: cover; }
    #index .works-group li a .img-box + p {
      margin-top: .5em;
      color: #fff; }
  #index .works-group li:nth-child(n+5) {
    margin-top: 20px; }
  #index .works-group .btn {
    margin: 80px auto 0; }
#index .news-group {
  padding: 80px 0 0; }
  #index .news-group .news-inner {
    background: url(../../img/index/bg-news.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px;
    align-items: center; }
  #index .news-group .news-list-box {
    background-color: #fff;
    width: 615px;
    padding: 30px 0; }
    #index .news-group .news-list-box ul {
      width: 515px;
      margin: 0 auto; }
#index .foot-group {
  display: none !important; }
#index .gotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999999; }

/*-----------------------
ABOUT
-------------------------*/
#about .greeting .text-box,
#about .profile .text-box {
  padding-top: 180px; }
#about h2 {
  margin-bottom: 20px; }
#about .text-box div {
  width: 50%;
  background-color: #fff;
  padding-top: 40px; }
#about .greeting .text-box {
  background: url(../../img/about/bg-greeting.jpg) no-repeat center center;
  background-size: cover; }
  #about .greeting .text-box div {
    margin-right: 50%;
    padding-right: 40px; }
#about .profile h2 {
  text-align: right; }
#about .profile .text-box {
  background: url(../../img/about/bg-profile.jpg) no-repeat center center;
  background-size: cover; }
  #about .profile .text-box div {
    margin-left: 50%;
    padding-left: 40px; }
    #about .profile .text-box div h6 {
      font-weight: bold;
      margin-bottom: 30px;
      font-size: 18px;
      line-height: 1em;
      color: #000; }
#about .company .unv-tbl th {
  color: #000;
  font-weight: normal; }
#about .company .unv-tbl td {
  padding-left: 1em; }
#about .company .gmap {
  margin-top: 1em; }

/*-----------------------
WORKS
-------------------------*/
#works .works-li-group .fl-sb4-left::after,
#works .works-li-group .fl-sb4-left::before {
  width: 230px; }
#works .works-li-group li a {
  display: block;
  overflow: hidden; }
  #works .works-li-group li a .img-box {
    width: 230px;
    height: 230px;
    background-color: #ccc;
    position: relative;
    overflow: hidden; }
    #works .works-li-group li a .img-box img {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 100%;
      width: auto;
      object-fit: cover; }
  #works .works-li-group li a .img-box + p {
    margin-top: .5em; }
#works .works-li-group li:nth-child(n+5) {
  margin-top: 20px; }
#works .works-detail-group .sliderContentWrap {
  display: flex; }
#works .works-detail-group .sliderContent {
  margin: 0 auto;
  width: 100%; }
  #works .works-detail-group .sliderContent img {
    width: 100% !important;
    height: auto !important; }
  #works .works-detail-group .sliderContent .slick-slider a {
    display: block; }
#works .works-detail-group .slick-dots {
  position: static;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  #works .works-detail-group .slick-dots li {
    width: calc((980px - 80px) / 5);
    height: auto;
    margin: 0; }
    #works .works-detail-group .slick-dots li img {
      object-fit: cover; }
  #works .works-detail-group .slick-dots li + li {
    margin-left: 20px; }
  #works .works-detail-group .slick-dots li:nth-child(5n+1) {
    margin-left: 0px; }
  #works .works-detail-group .slick-dots li:nth-child(n+6) {
    margin-top: 20px; }
#works .works-detail-group .text-group .text {
  margin: 0px 0 30px; }

#works.single-works .ttl-group {
  margin-bottom: 30px; }

/*-----------------------
NEWS
-------------------------*/
#news .news-list-box li:first-child {
  padding-top: 0px; }
#news .news-list-box li:last-child {
  padding-bottom: 0px; }
#news .news-detail-group h2 {
  font-size: 24px;
  color: #333333;
  font-family: 'Roboto', "Helvetica", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #929292; }
  #news .news-detail-group h2 span {
    display: block; }
  #news .news-detail-group h2 .date {
    color: #c0ab9a;
    margin-bottom: .5em; }
#news .news-detail-group .img-group {
  margin-bottom: 1em; }
  #news .news-detail-group .img-group .main-v img {
    width: 100%;
    height: auto;
    display: block;
    border: 3px solid #eee; }

#works .works-detail-group .btn-group, #news .news-detail-group .btn-group {
  width: 500px;
  margin: 60px auto 0;
  align-items: flex-end;
  justify-content: center !important; }
  #works .works-detail-group .btn-group .btn + .btn, #news .news-detail-group .btn-group .btn + .btn {
    margin-left: 20px; }

/*------------------------
問い合わせフォーム
------------------------*/
#contact h2 {
  margin-bottom: 30px; }
#contact .tel-group p {
  font-size: 24px;
  letter-spacing: .1em; }
#contact .inquiry-form .must-mark {
  color: #f56969;
  margin-left: .25em; }
#contact .inquiry-form table th {
  width: 200px; }
#contact .inquiry-form table input {
  padding: .75em 1em;
  box-shadow: 0px 0px 5px 0px #ddd inset;
  border-radius: 5px;
  background-color: #fff; }
#contact .inquiry-form table input::placeholder {
  color: #ccc; }
#contact .inquiry-form table .long-text {
  width: 100%; }
#contact .inquiry-form table .mid-text {
  width: 200px; }
#contact .inquiry-form table .mid-text + .mid-text {
  margin-left: 10px; }
#contact .inquiry-form table .short-text {
  width: 130px; }
#contact .inquiry-form table textarea.inquiry-text {
  width: 100%;
  box-shadow: 0px 0px 5px 0px #ddd inset;
  border-radius: 5px;
  background-color: #fff;
  padding: 1em; }
#contact .inquiry-form table textarea.inquiry-text::placeholder {
  color: #ccc; }

#contact .btn-group {
  width: 500px;
  margin: 60px auto 0;
  align-items: flex-end; }
  #contact .btn-group .btn + .btn {
    margin-left: 20px; }
  #contact .btn-group input.btn {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    width: 300px;
    padding: 20px 0;
    text-align: center;
    font-weight: bold; }
  #contact .btn-group input.back-btn {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    width: 180px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold; }
#contact .form-group + .form-group {
  margin-top: 50px; }
#contact .mw_wp_form_input .btn-group,
#contact .mw_wp_form_complete .btn-group {
  justify-content: center !important; }
#contact .mw_wp_form_confirm {
  margin-top: 30px; }
#contact .mw_wp_form_complete h5 {
  font-size: 24px;
  margin-bottom: 30px; }
#contact .mw_wp_form_complete .chuui {
  margin-top: 30px;
  font-size: 14px; }
  #contact .mw_wp_form_complete .chuui li {
    margin-left: 1em;
    text-indent: -1em; }
  #contact .mw_wp_form_complete .chuui li + li {
    margin-top: 0.5em; }

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