@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
#header {
  position: fixed;
}

.l-header__gnav.c-gnavWrap {
  padding: 10px 0 16px;
}
.l-header__gnav.c-gnavWrap .c-gnav {
  height: unset;
}
.l-header__gnav.c-gnavWrap .c-gnav .menu-item {
  height: unset;
}
.l-header__gnav.c-gnavWrap .c-gnav .menu-item a {
  height: unset;
}
.l-header__gnav.c-gnavWrap .c-gnav .menu-item a:after {
  bottom: -8px;
  width: 80%;
  left: 10%;
}
.l-header__gnav.c-gnavWrap .c-gnav .menu-item a .ttl {
  padding-top: 16px;
  font-size: 10px;
}
.l-header__gnav.c-gnavWrap .c-gnav .menu-item.icon-home a .ttl {
  padding-top: 0;
  font-size: 10px;
}

.w-header.pc_ {
  justify-content: flex-end;
}
.w-header.pc_ .wp-block-group {
  column-gap: 30px;
}
.w-header.pc_ .wp-block-group .widget1 {
  letter-spacing: -1px;
  font-size: 20px;
}
.l-topTitleArea.archive-works {
  display: flex;
  align-items: center;
  position: relative;
}
.l-topTitleArea.archive-works .l-topTitleArea__body {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
}

/*====================
ハンバーガーメニュー
====================*/
.p-spMenu__inner {
  width: 100vw;
}
.p-spMenu__inner .icon-home::before {
  display: none;
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.footer-column1 {
  max-width: 650px;
  margin: 0 auto;
  border: solid 1px #fff;
  padding: 30px;
}
.footer-column1 .company-name {
  font-size: 20px;
  margin-bottom: 0;
}
.footer-column1 .tel {
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.footer-column1 .tel figure img {
  vertical-align: middle;
}
.footer-column1 .tel p {
  line-height: 1;
}
.footer-column1 .tel p a {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.footer-menu {
  justify-content: center;
}
.footer-menu a span {
  font-size: 14px;
}

.footer-logo {
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.footer-logo figure img {
  width: 53px;
}
.footer-logo p {
  font-size: 20px;
}

.l-footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

/*====================
コンタクトフォーム
====================*/
.form__contact {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.form__contact .p-country-name {
  display: none;
}
@media (max-width: 480px) {
  .form__contact__inner {
    padding: 40px 20px;
  }
}
.form__contact__inner .formparts {
  margin-bottom: 40px;
  display: flex;
  column-gap: 40px;
}
@media (max-width: 480px) {
  .form__contact__inner .formparts {
    display: block;
  }
}
.form__contact__inner .formparts-label {
  flex: 0 0 150px;
}
.form__contact__inner .formparts-label p {
  text-align: right;
}
@media (max-width: 480px) {
  .form__contact__inner .formparts-label p {
    text-align: left;
  }
}
.form__contact__inner .formparts-label p .subtitle {
  font-size: 0.9em;
  color: #ababab;
  line-height: 1;
}
.form__contact__inner .formparts-label + p {
  flex: 1;
}
.form__contact__inner .formparts-required, .form__contact__inner .formparts-optional {
  top: 0;
  right: 0;
}
.form__contact__inner .formparts-required {
  color: #bf0000;
  padding-left: 8px;
}
.form__contact__inner .formparts input, .form__contact__inner .formparts textarea, .form__contact__inner .formparts select {
  width: 100%;
  background-color: #fff;
  line-height: 42px;
  padding: 6px 16px 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #bcbcd0;
}
.form__contact__inner .formparts input::placeholder, .form__contact__inner .formparts textarea::placeholder, .form__contact__inner .formparts select::placeholder {
  color: #ddd;
  font-weight: 400;
}
.form__contact__inner .formparts select {
  background-color: #fff;
  width: 100%;
  padding: 14px 20px;
}
@media (max-width: 480px) {
  .form__contact__inner .formparts select {
    width: 100%;
  }
}
.form__contact__inner .formparts input[type=checkbox] {
  width: unset;
}
.form__contact__inner .formparts.checkbox label {
  display: inline-block;
}
.form__contact__inner .formparts.checkbox .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
  margin-right: 24px;
}
.form__contact__inner .formparts-submit {
  margin-top: 40px;
}
.form__contact__inner .formparts-submit p {
  display: flex;
  justify-content: center;
  padding-left: 72px;
}
.form__contact__inner .formparts-submit input.confirm {
  background-color: #0078cc;
  width: 100%;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.confirm:hover {
  color: #0078cc;
  background-color: #fff;
}
.form__contact__inner .formparts-submit input.back {
  background-color: #0078cc;
  width: 50%;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.back:hover {
  color: #0078cc;
  background-color: #fff;
}
.form__contact__inner .formparts-submit input.submit {
  background-color: #d2582a;
  width: 50%;
  color: #fff;
  padding: 12px;
  margin-left: 20px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.submit:hover {
  color: #d2582a;
  background-color: #fff;
}
.form__contact__inner .zipcode {
  display: flex;
  align-items: center;
}
.form__contact__inner .zipcode input {
  width: unset !important;
}
.form__contact__inner .zipcode__info {
  padding-left: 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .form__contact__inner .zipcode__info {
    font-size: 10px;
  }
}

#breadcrumb {
  display: none;
}

.l-topTitleArea {
  min-height: 350px;
  justify-content: center;
}
@media (max-width: 480px) {
  .l-topTitleArea {
    min-height: 230px;
  }
}
.l-topTitleArea:before {
  position: absolute;
  content: "";
  width: 56.25vw;
  height: 350px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media (max-width: 480px) {
  .l-topTitleArea:before {
    width: 80vw;
    height: 50vw;
  }
}
.l-topTitleArea:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 263px;
  background-color: #0c0c17;
  top: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .l-topTitleArea:after {
    height: 40vw;
  }
}
.l-topTitleArea img.c-filterLayer__img.u-obf-cover {
  max-width: 56.25vw;
  width: 56.25vw !important;
  height: 350px !important;
  left: 50%;
  transform: translateX(-50%);
  object-fit: unset;
}
@media (max-width: 480px) {
  .l-topTitleArea img.c-filterLayer__img.u-obf-cover {
    max-width: 80vw;
    width: 80vw !important;
    height: 50vw !important;
  }
}
.l-topTitleArea .l-topTitleArea__body h1 {
  text-align: center;
  font-size: 40px;
}
@media (max-width: 480px) {
  .l-topTitleArea .l-topTitleArea__body h1 {
    font-size: 30px;
  }
}
.l-topTitleArea .l-topTitleArea__body .title-en {
  display: block;
  text-align: center;
}

.section-pb {
  padding-bottom: 10rem !important;
}
@media (max-width: 480px) {
  .section-pb {
    padding-bottom: 5rem !important;
  }
}

.sectionTitle .en {
  font-size: 80px;
  line-height: 0.8;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .sectionTitle .en {
    font-size: 60px;
  }
}
.sectionTitle .ja {
  line-height: 1;
}

.swell-block-button.green_ .swell-block-button__link:hover {
  color: var(--color_main) !important;
}

/*====================

====================*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  max-width: 1920px;
  margin: 0 auto;
}

body {
  font-weight: 400;
  letter-spacing: 2px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}

.sp-only {
  display: none;
}

@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.c-widget__title.-spmenu {
  background: #fff;
  color: #333;
}

.p-spMenu__inner::before {
  background: #fff;
}

#before_footer_widget.w-beforeFooter {
  margin: 0 auto;
}

.text-shadow1 {
  text-shadow: #fff 1px 1px 14px, #fff -1px 1px 14px, #fff 1px -1px 14px, #fff -1px -1px 14px;
}

/*====================
fadeUp
====================*/
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

/*====================
mv
====================*/
@media (max-width: 959px) {
  #main_visual.-margin-on {
    padding: 0;
  }
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide {
  position: relative;
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  font-size: 90px;
  will-change: transform, animation, opacity;
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1s;
  opacity: 0;
  padding-top: 15vw;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media (max-width: 480px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 7vw;
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*====================
ホーム
====================*/
.page-id-5 .l-content {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .top-intro {
    flex-direction: column;
  }
}
.top-intro .group {
  padding: 60px;
}
@media (max-width: 480px) {
  .top-intro .group {
    padding: 20px;
  }
}
.top-intro .group .top {
  letter-spacing: 1px;
}
.top-intro .group .bottom {
  font-size: 15px;
  letter-spacing: 1px;
}

.column-flow .swell-block-column {
  position: relative;
  padding-top: 30px;
}
.column-flow .swell-block-column .step {
  display: inline-block;
  background-color: #000;
  color: #fff;
  position: absolute;
  z-index: 2;
  padding: 4px 30px;
  top: -4px;
}
.column-flow .swell-block-column figure {
  margin-bottom: 0;
}
.column-flow .swell-block-column .text {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 15px;
}
.column-flow .swell-block-column.polygon {
  padding-top: 0;
}

/*====================
会社案内
====================*/
.about__table .wp-block-group__inner-container .table-row {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 0;
  padding: 20px;
}
@media (max-width: 480px) {
  .about__table .wp-block-group__inner-container .table-row {
    flex-direction: column;
  }
}
.about__table .wp-block-group__inner-container .table-row .title {
  width: 150px;
  font-weight: 700;
}
.about__table .wp-block-group__inner-container .table-row .content__column .content {
  margin-bottom: 10px;
}
.about__table .wp-block-group__inner-container .table-row:last-child {
  border-bottom: 1px solid #e8e8e8;
}

/*====================
事業内容
====================*/
.page-id-307 .item .wp-block-media-text__content {
  max-width: 800px;
}
.page-id-307 .item .wp-block-media-text__content .title {
  font-size: 30px;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .page-id-307 .item .wp-block-media-text__content .title {
    font-size: 24px;
  }
}
.page-id-307 .item .wp-block-media-text__content p {
  font-size: 15px;
  letter-spacing: 0px;
}
.page-id-307 .item:nth-child(even) .wp-block-media-text__content {
  margin-left: auto;
  margin-right: 0;
}

/*====================
施工実績一覧
====================*/
.post-type-archive-works .p-postList.-type-card {
  column-gap: 1.5rem;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .post-type-archive-works .p-postList.-type-card {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-type-archive-works .p-postList.-type-card .p-postList__item {
  border: solid 1px #9a9a9a;
  padding: 0;
  width: 32%;
}
@media (max-width: 480px) {
  .post-type-archive-works .p-postList.-type-card .p-postList__item {
    width: 100%;
  }
}
.post-type-archive-works .p-postList.-type-card .p-postList__item:hover .p-postList__body {
  opacity: 1;
}
.post-type-archive-works .p-postList.-type-card .p-postList__item .p-postList__body .construction_details {
  text-align: center;
  padding: 8px;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.post-type-archive-works .p-postList.-type-card .p-postList__item .p-postList__body .p-postList__title {
  padding: 20px 20px 0;
  font-size: 15px;
  letter-spacing: 1px;
}
.post-type-archive-works .p-postList.-type-card .p-postList__item .p-postList__body .comment {
  padding: 20px 20px;
  font-size: 15px;
  letter-spacing: 1px;
}
.post-type-archive-works .p-postList.-type-card .p-postList__item .p-postList__body .swell-block-button {
  text-align: right;
  padding-right: 20px;
}

/*====================
施工実績詳細
====================*/
/* .single-works {
  background-image: url("http://saitoutosouarthi.local/wp-content/uploads/bg-single-works.webp");
} */
.single-works .l-container {
  max-width: 1016px;
}
.single-works .beforeAfter {
  background-color: #d1d1d1;
  padding: 30px 30px 60px;
  text-align: center;
}
.single-works .beforeAfter h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.single-works .beforeAfter .img-before {
  margin-bottom: 3rem;
}
.single-works .comment {
  background-color: #fff;
}
.single-works .comment .title {
  padding: 10px 30px;
  border-bottom: solid 1px #000;
  font-weight: 700;
}
.single-works .comment .text {
  padding: 20px 30px 60px;
  font-size: 15px;
  letter-spacing: 1px;
}
.single-works table th {
  border: solid 2px #000;
  border-right: none;
  background-color: #0078cc;
  text-align: center;
  font-weight: 600;
  color: #fff;
  padding: 1em;
}
.single-works table td {
  border: solid 2px #0078cc;
  border-left: none;
  background-color: #fff;
  font-weight: 600;
  padding: 1em;
  letter-spacing: 1px;
}

/*====================
当社の特徴
====================*/
.page-id-339 .l-content {
  margin-bottom: 0;
}
.page-id-339 .swell-block-fullWide.item .number {
  margin-bottom: 0;
  color: #0078cc;
  font-weight: 700;
}
.page-id-339 .swell-block-fullWide.item h2 {
  margin: -10px auto 20px;
  font-size: 30px;
  color: #0078cc;
  display: inline-block;
  border-bottom: solid 2px #0078cc;
  padding-bottom: 3px;
  padding-right: 6px;
}
@media (max-width: 480px) {
  .page-id-339 .swell-block-fullWide.item h2 {
    font-size: 24px;
  }
}
.page-id-339 .swell-block-fullWide.item p {
  margin-bottom: 0.8em;
  font-size: 15px;
}
.page-id-339 .kouhou h2 {
  font-size: 30px;
}
@media (max-width: 480px) {
  .page-id-339 .kouhou h2 {
    font-size: 6vw;
  }
}
.page-id-339 .kouhou p {
  font-size: 15px;
  letter-spacing: 0px;
}
.page-id-339 .kouka .section-title {
  justify-content: center;
  column-gap: 10px;
  align-items: end;
  margin-bottom: 4rem;
}
.page-id-339 .kouka .section-title p {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 480px) {
  .page-id-339 .kouka .section-title p {
    font-size: 4vw;
  }
}
.page-id-339 .kouka .section-title h2 {
  display: inline-block;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .page-id-339 .kouka .section-title h2 {
    font-size: 5.5vw;
  }
}
.page-id-339 .kouka .section-title figure img {
  height: 60px;
  width: auto;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .page-id-339 .kouka .section-title figure img {
    height: 40px;
  }
}
.page-id-339 .kouka .kouka-wrap {
  max-width: 840px;
  margin: 0 auto;
}
.page-id-339 .kouka .kouka-wrap .item {
  column-gap: 30px;
  align-items: center;
}
@media (max-width: 480px) {
  .page-id-339 .kouka .kouka-wrap .item {
    display: block;
    margin-bottom: 30px;
  }
}
.page-id-339 .kouka .kouka-wrap .item .title {
  padding: 10px;
  background-color: #0078cc;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  flex: 0 0 220px;
}
@media (max-width: 480px) {
  .page-id-339 .kouka .kouka-wrap .item .title {
    margin-bottom: 10px;
  }
}
.page-id-339 .kouka .kouka-wrap .item .text {
  width: calc(100% - 200px);
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .page-id-339 .kouka .kouka-wrap .item .text {
    width: 100%;
  }
}

/*====================
施工の流れ
====================*/
.page-id-342 p.text {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 2;
}

/*====================
よくある質問
====================*/
.page-id-344 .l-container {
  max-width: 1100px;
}
.page-id-344 .item {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.page-id-344 .item .title {
  font-size: 30px;
  font-weight: 700;
}
.page-id-344 .item .question {
  color: #0078cc;
  font-weight: 600;
  align-items: center;
  column-gap: 1rem;
  border-bottom: dotted 2px #0078cc;
  padding-bottom: 6px;
}
.page-id-344 .item .answer {
  column-gap: 1rem;
}
.page-id-344 .item .answer .text {
  padding-top: 10px;
}

/*====================
会社概要
====================*/
.page-id-347 .wp-block-table {
  max-width: 900px;
  margin: 4rem auto 6rem !important;
}
.page-id-347 .wp-block-table table tr {
  border-bottom: solid 1px #000;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-id-347 .wp-block-table table tr th {
  color: #0078cc;
  text-align: center;
  padding: 1em;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .page-id-347 .wp-block-table table tr th {
    text-align: left;
    padding: 1em 1em 0 0.5em;
  }
}
.page-id-347 .wp-block-table table tr th:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  right: 0;
  top: 10%;
  border-right: dotted 1px #000;
}
@media (max-width: 480px) {
  .page-id-347 .wp-block-table table tr th:after {
    display: none;
  }
}
.page-id-347 .wp-block-table table tr td {
  padding: 1em;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .page-id-347 .wp-block-table table tr td {
    padding: 0.5em 1em 1em 1em;
  }
}

/*====================
お問い合わせ
====================*/
.page-id-214 .intro {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=style_cus.css.map */