<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* *********************************************************

  HEADER

********************************************************* */
/* logo */
.c-logo img {
  max-height: 60px;
  height: auto;
  width: calc(100% - 30px);
}

/* メニュー */
.p-global-nav &gt; li &gt; a {
  padding: 0 5px;
}


/* *********************************************************

  FOOTER

********************************************************* */
/*お問い合わせ*/
#block-contact {
  background-image: url(./img/footer/footer-contact.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
  /* padding: 30px 10px 50px; */
  padding: 110px 10px;
  background-repeat: no-repeat;
  margin-top: 70px;
  color: #FFFFFF;
  text-align: center;
}
#block-contact::before {
  content: '';
  background-color: rgb(22 46 141 / 40%) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#block-contact * {
    position: relative;
    z-index: 1000;
}
#block-contact .p-cb__item-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}
#block-contact .p-cb__item-sub {
    font-size: 16px;
    text-align: center;
    margin-bottom: 42px;
    line-height: 1;
}
#block-contact .p-cb__item-desc {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 42px;
}


/* ロゴ箇所 */
.l-footer .p-info {
  border: none;
  margin-bottom: 25px;
}
.l-footer .p-info__inner {
  display: block;
  height: unset;
}
.l-footer .p-info__logo {
  display: block;
  text-align: center;
  margin: auto;
}
.l-footer .c-logo img {
  height: 150px;
  max-height: unset;
  width: auto;
}

/* 住所箇所 */
.p-footer-widgets {
  margin-bottom: 35px;
}
.p-footer-widgets .wp-block-group {
  margin-bottom: 0;
}
.p-footer-widgets .p-footer-widgets__inner {
  justify-content: center;
  border: none;
}
.p-footer-widgets .p-footer-widgets__item {
  border: none;
  padding: 0;
  width: unset;
  text-align: center;
  line-height: 1.8;
}
.p-footer-widgets .p-footer-widgets__item p + p {
  margin-top: 10px;
}

/* フッターナビ */
.p-footer-nav#menu-global-menu a {
  font-size: 13px;
}



/* *********************************************************

  共通

********************************************************* */
/*  */
.l-contents__inner {
  padding-top: 75px;
}

/* ブロック */
.wp-block-group {
  margin-bottom: 100px;
}
.wp-block-group .wp-block-group {
  margin-bottom: 35px;
}

/* 見出し */
#js-cb #block-2col-wrap h3,
.wp-block-group h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 55px;
  padding: 0;
  position: relative;
}
#js-cb #block-2col-wrap h3::after,
.wp-block-group h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  background-color: #91c41d;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-group h4 {
  font-weight: 600;
  border-left: solid 5px;
  border-bottom: solid 1px;
  border-color: #91c41d;
  padding: 5px 5px 5px 15px;
}



/* テーブル */
.wp-block-table table {
  max-width: 850px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-table table td {
  display: block;
  border: none;
  font-size: 15px;
}
.wp-block-table table td:nth-of-type(odd) {
  color: #162e8e;
  font-weight: 600;
  font-size: 110%;
  border-bottom: solid 1px #162e8e;
  padding-bottom: 0;
}
.wp-block-table table td:nth-of-type(even) {
  margin-left: 50px;
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .wp-block-table table td:nth-of-type(even) {
    margin-left: 25px;
  }
}




/* ボタン */
.p-btn a,
.button_ input,
.wp-block-button__link,
.button a {
  background-color: #162e8e !important;
  color: #FFFFFF !important;
}
.p-btn a:hover,
.button_ input:hover,
.wp-block-button__link:hover,
.button a:hover {
  background-color: #91c41d !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.wp-block-button__link,
.mw_wp_form .button_ input {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  min-width: 240px;
  height: 60px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link,
  .mw_wp_form .button_ input {
    font-size: 12px;
    line-height: 45px;
    min-width: 180px;
    height: 45px;
  }
}




/* お知らせカテゴリー */
.p-news-tab-list__tabs-item.is-active a,
.p-news-tab-list__tabs-item a:hover {
  background-color: #162e8e;
}


/* 画像 */
figure.aligncenter {
  text-align: center;

}





/* *********************************************************

  HOME

********************************************************* */
/* スライダー */
#home .p-header-content__inner {
  display: flex;
  flex-wrap: wrap-reverse;
  /* background-color: rgb(22 46 142 / 80%); */
  max-width: 880px;
  padding: 50px 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s ease 1s;
}
#home .is-active .p-header-content__inner {
  opacity: 1;
}
#home .p-header-content__title {
  flex-basis: 100%;
  line-height: 1.8;
  font-weight: 600;
}

/* スライダーボタン */
#home .p-header-content__btn {
  flex-basis: 100%;
  transition: opacity 1s ease 1s;
  margin-top: 0;
  margin-bottom: 0px;
}
#home .p-header-content__btn a {
  pointer-events: none;
  background-color: unset !important;
  font-size: 40px;
  font-weight: 600;

}

.l-contents--no-border .l-contents__inner {
  margin-top: 0 !important;
}


#js-cb {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#js-cb .p-index-content01 {
  order: 1;
  box-shadow: none;
  margin-bottom: 100px;
  padding-top: 75px;
}
#js-cb .p-index-content01 .p-index-content01__title {
  margin-bottom: 40px;
}
#js-cb .p-index-content01 .p-index-content01__desc {
  margin-bottom: 50px;
}
#js-cb .p-index-content07 {
  order: 2;
}
#js-cb .p-index-content02 {
  order: 3;
  position: unset;
}
#js-cb .p-index-content02 .p-three-box .p-three-box__item:nth-of-type(1) img {
  object-fit: fill;
}
#js-cb .p-index-content03 {
  order: 4;
}

@media screen and (max-width: 1200px) {
  .p-index-content01__title {
    font-size: 26px;
  }
}



#block-2col-wrap .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 30px;
}
#block-2col-wrap .flex + .flex {
  margin-top: 75px;
}
#block-2col-wrap .block-2col-inner {
  flex-basis: 47%;
}
#block-2col-wrap .flex:nth-of-type(odd) .block-text,
#block-2col-wrap .flex:nth-of-type(even) .block-img {
    order: 1;
    /* flex-basis: 50%; */
}
#block-2col-wrap .flex:nth-of-type(even) .block-text,
#block-2col-wrap .flex:nth-of-type(odd) .block-img {
    order: 2;
    /* flex-basis: 45%; */
}
#block-2col-wrap .p-btn {
  margin-bottom: 0;
}
#block-2col-wrap .p-btn + p {
  display: none;
}

@media screen and (max-width: 1000px) {
  #block-2col-wrap .block-2col-inner {
    flex-basis: 100%;
  }
  #block-2col-wrap .flex .block-img {
    order: 1 !important;
    height: 200px;
  }
  #block-2col-wrap .flex .block-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  #block-2col-wrap .flex .block-text {
      order: 2 !important;
  }
}













/* *********************************************************

  ビオラ建装について

********************************************************* */
#about .block-promise .wp-block-columns {
  background-color: #162e8e;
  color: #FFFFFF;
  padding: 20px;
}
#about .block-promise .wp-block-media-text {
  grid-template-columns: 150px 1fr;
}
#about .block-promise .wp-block-media-text p {
  margin-bottom: 0;
}
#about .block-promise .wp-block-media-text img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: contain;
  background-color: #FFFFFF;
  border: solid 5px #FFFFFF;
}

@media screen and (max-width: 1000px) {
  #about .block-promise .wp-block-columns {
    display: block;
  }
  #about .block-promise .wp-block-column {
    margin: auto auto 30px;
  }
}
@media screen and (max-width: 600px) {
  #about .block-promise .wp-block-media-text__media {
    text-align: center;
  }
}

#about .wp-block-media-text__content {
  padding: 0 3%;
}
#about .wp-block-media-text__content h3 {
  font-size: 20px;
  margin-bottom: 35px;
}
#about .wp-block-media-text__content h3::after {
  height: 4px;
}

#about .block-flow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#about .block-flow p {
  margin-bottom: 0;
  margin-left: 20px;
}




/* *********************************************************

  事業紹介

********************************************************* */

#service .wp-block-image img {
  width: 100%;
}

#service .block-frame {
  border: solid 1px #333;
  padding: 50px 100px;
}
#service .block-frame .wp-block-columns {
  margin: 0;
}
#service .block-frame ul {
  list-style: square;
}


#service .block-other .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 100%;
}
#service .block-other h3 {
  flex-basis: 100%;
}
#service .block-other .wp-block-group {
  flex-basis: 45%;
}
#service .block-other .wp-block-media-text {
  background-color: #162e8e;
  color: #FFFFFF;
  padding: 20px;
  grid-template-columns: 150px 1fr;
}
#service .block-other .wp-block-media-text__content {
  padding: 0 3%;
}
#service .block-other .wp-block-media-text p {
  margin: 0;
  line-height: 2;
}
#service .block-other .wp-block-media-text img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #FFFFFF;
  border: solid 5px #FFFFFF;
}

@media screen and (max-width: 800px) {
  #service .block-other .wp-block-group__inner-container {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #service .block-other .wp-block-media-text__media {
    text-align: center;
  }
}


#service .w900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}


/* *********************************************************

  よくあるご質問

********************************************************* */
#faq .p-entry__body h2 {
  margin-bottom: 50px;
}
#faq #wpsm_accordion_102 .wpsm_panel + .wpsm_panel {
  margin-top: 30px;
}


/* *********************************************************

  お問い合わせ

********************************************************* */
#contact p.has-text-align-center {
  font-size: 18px;
}

.mw_wp_form form {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
.mw_wp_form form table {
  width: 100%;
}

/* フォーム */
.mw_wp_form td {
  display: block;
  border: none;
  line-height: 1.5;
}
.mw_wp_form td:nth-of-type(odd) {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
.mw_wp_form td:nth-of-type(even) {
  padding-top: 0;
}
.mw_wp_form td:nth-of-type(even) input,
.mw_wp_form td:nth-of-type(even) textarea {
  padding: 10px 5px;
  border-radius: 5px;
  border-color: #999;
}

/* プライバシーポリシー */
.mw_wp_form .privacypolicy p {
  /* margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px; */
}
.mw_wp_form .privacypolicy p {
  line-height: 1.5;
}
.mw_wp_form .privacypolicy .privacy-headline {
  padding-bottom: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

/* 必須 */
.mw_wp_form .required {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: #91c41d;
  padding: 0px 5px;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 90%;
}

/* 例 */
.mw_wp_form .ex_ {
  color: #666;
  font-size: 90%;
}
/* サブミットボタン */
.mw_wp_form .button_ {
  /* box-sizing: border-box; */
  width: 100%;
  /* max-width: 200px; */
  /* border-radius: 5px; */
  margin: auto;
  text-align: center;
}
.mw_wp_form .button_ input {
  /* position: relative; */
  /* display: block; */
  /* width: 100%; */
  /* margin: 0 auto; */
  cursor: pointer;
  border: none !important;
  /* text-align: center; */
  /* text-decoration: none; */
  /* outline: none; */
  transition: 0.3s;
  /* min-width: 200px; */
  /* max-width: 100%; */
  /* height: 50px; */
  /* line-height: 50px; */
  /* font-size: 16px; */
  /* padding: 0 20px; */
}
/* 入力欄 */
.mw_wp_form td input,
.mw_wp_form td textarea {
  border: solid 1px;
  font-weight: 100;
  width: 100%;
}
.mw_wp_form td .mwform-radio-field input {
  width: auto;
}
/* 入力欄 */
.mw_wp_form .privacypolicy {
  padding-left: 10px;
  margin-bottom: 30px;
}
.mw_wp_form .privacypolicy p {
  margin-bottom: 10px;
  font-family: sans-serif;
}
.mw_wp_form .privacypolicy p:nth-child(1) span:not(.required) {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .mw_wp_form .privacypolicy p:nth-child(1) span {
      font-size: 16px;
  }
}





/* *********************************************************

  実績紹介

********************************************************* */
.p-archive-header {
  box-shadow: none;
}

.single-works .swiper-container {
  margin-bottom: 10px;
  max-height: 500px;
  position: relative;
}
.single-works .swiper-wrapper {
  height: auto;
}
.single-works .wp-block-coblocks-gallery-carousel-thumbnail-pagination {
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}
.single-works .wp-block-coblocks-gallery-carousel-thumbnail {
  width: 100px !important;
  height: 100px !important;
}
.single-works .block-works {
  margin-top: 50px;
}

/* ギャラリー */
.single-works .wp-block-coblocks-gallery-carousel .coblocks-gallery--figure {
  margin: 0;
}
@media screen and (max-width: 500px) {
  .single-works .nav-button__next,
  .single-works .nav-button__prev {
    height: 25px;
    width: 25px;
    padding: 0;
  }
  .single-works .nav-button__next .icon,
  .single-works .nav-button__prev .icon {
    height: 20px;
    width: 20px; 
  }
}
</pre></body></html>