@charset "utf-8";
/* CSS Document */
.post_content > .wp-block-group {
  padding-top: 8em;
  padding-bottom: 8em;
}
.post_content > .wp-block-group:last-child {
  padding-bottom: 0;
}
.post_content > .wp-block-group:first-child, .post_content > .wp-block-group + .wp-block-group {
  padding-top: 0;
}
.post_content > .wp-block-group.bg {
  padding-top: 0;
  padding-bottom: 0;
}
.l-topTitleArea.c-filterLayer::before {
  display: none;
}
#breadcrumb {
  box-shadow: none;
  display: none;
}
/* .single #content h1 {
  font-size: 1.8rem;
  margin: 1.5rem 0 0;
} */
.c-filterLayer.-texture-dot::after {
  display: none;
}
/* h1.c-pageTitle {
  border: none !important;
  text-shadow: none;
  font-size: 2.2rem;
  padding-top: 160px;
  color: #fff;
  margin: 0;
  font-family: "Patua One", 'Noto Sans JP', '游ゴシック', sans-serif, YuGothic, 'Franklin Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 400;
} */
h1.c-pageTitle {
  font-weight: 200;
  color: var(--color_main);
  background: -webkit-linear-gradient(0deg, #89b0ba, #77acbb, #8d9fbc, #a784ab, #ba88a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 2.3rem;
  letter-spacing: 3px;
}
h1.c-pageTitle span {
  text-align: center;
  border: none !important;
  float: none !important;
}
#top_title_area {
  /* height: calc(100vh - 200px); */
  min-height: 100vh;
}
#top_title_area .l-topTitleArea__body {
  text-shadow: none;
  text-align: center;
  font-weight: 400;
}
#top_title_area img {
  opacity: 0.9;
}
#top_title_area .c-pageTitle__subTitle {
  font-style: normal;
  margin: 0.5em 0 0;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: 'M PLUS Rounded 1c' , 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  display: block;
  color: #fff;
  opacity: 1;
  display: none;
}
header#header #gnav .menu-item a span {
  color: #000;
}
header#header #gnav .menu-item a::after {
  background: #000;
}
.post_content td, .post_content th {
  padding: 1.5em 0.75em;
  border-color: #f0f0f0;
}
#breadcrumb .icon-home:before {
  display: none;
}
#body_wrap.single .wp-block-table + .is-style-btn_normal a::before, #body_wrap.single .wp-block-table + .is-style-btn_normal a::after {
  display: none;
}
#body_wrap.archive h1.c-pageTitle small {
  display: none;
}
[class*="page-numbers"] {
  border-radius: 50%;
}
/* .post_content > div.wp-block-group::after {
  content: "";
  left: calc(50% - 50vw);
  max-width: 100vw !important;
  position: relative;
  width: 100vw;
  height: 1px;
  display: block;
  background: var(--color_main);
} */
.post_content > div.wp-block-group:last-child::after {
  display: none;
}
/* .post_content > .wp-block-group > div {
  padding-bottom: 85px;
} */
.post_content > .wp-block-group:last-child > div {
  padding-bottom: 0;
}
.swell-block-columns + .swell-block-columns {
  margin-top: 5em;
}
#thanks .swell-block-button__link {
  margin: auto;
}
.post_content .ttl {
  margin: 0 0 5em;
}
.post_content .lttl {
  margin-bottom: 3em;
}
.post_content .ttl p {
  font-size: 2.2rem;
  color: var(--color_main);
  margin: 0;
  line-height: 1.6;
}
.post_content .lttl p {
  font-weight: 500;
}
.post_content .ttl h2 {
  font-size: 0.9rem;
  font-weight: normal;
}
.post_content .lttl h3 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.8;
  font-weight: 500;
  margin: 0;
  color: var(--color_main);
}
/* .post_content h3, .post_content .swell-block-column h3 {
  font-size: 1.2rem;
  line-height: 1.7;
} */
.post_content h4 {
}
.post_content dl.is-style-float dt {
  line-height: 2.8;
  font-weight: 500;
}
.post_content dl.is-style-float dt::after {
  display: none;
}
#access .post_content iframe {
  filter: grayscale(.6);
}
.post_content .price em {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  border: solid 1px;
  border-radius: 10px;
  padding: 0 3em;
  color: unset;
}
.post_content .swell-block-column p {
  line-height: 3;
}

@media all and (min-width: 960px) {
  #body_wrap {
    position: relative;
    padding: 0;
    max-width: none;
  }
  #top_title_area::before {
    /* display: none; */
  }
  #content.l-content {
    padding: 0;
    margin: -10vh auto 0;
  }
  header#header .l-header__logo .c-catchphrase {
    position: absolute;
    opacity: 0;
  }
  /* #content.l-content {
    padding: 60px var(--swl-pad_container,0) 0;
    margin: 0 auto;
  } */
  .page .post_content .swell-block-step__title {
    font-weight: normal;
  }
  .page .post_content .swell-block-step__item {
    padding-bottom: 1em;
  }


  .archive .p-termContent {
      margin-top: 0;
    }
  .wpcf7 form {
     max-width: 800px;
     margin: 0 auto 40px;
   }
 .wpcf7 form p {
   margin-top: 30px;
   line-height: 1.5;
 }
 .wpcf7 form p em {
 }
 .wpcf7 form p span {
   font-weight:normal;
   /* margin: 0 0.5em 0 0; */
 }
 .wpcf7 form p#policy_txt .wpcf7-list-item {
  margin: 0 0 0 3px;
 }
 .wpcf7 form input {
   margin-top:8px;
   width: 100%;
 }
 .wpcf7 form label {
   font-weight: bold;
 }
 .wpcf7 form .wpcf7-list-item input {
   width: auto;
 }
 .wpcf7 form textarea {
   margin-top:8px;
   width: 100%;
 }
 .wpcf7 form p span.wpcf7-list-item {
  margin: 1em 0 0;
}
 .wpcf7 form input:disabled, .wpcf7 form input:disabled:hover {
   opacity: 0.5;
   background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 20px var(--color_main);
   background-size: 14;
   color: #fff !important;
   filter: none !important;
  }
 .wpcf7 form input[type="submit"], .wpcf7 form input[type="button"] {
    background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 20px var(--color_main);
    background-size: 14px;
    color: #fff !important;
    font-size: 1rem;
    font-weight: normal;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.3;
    padding: 25px 60px 25px 30px;
    border-radius: 20px;
    width: 350px;
    display: block;
    margin: auto;
    text-align: center;
    border: none;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
 }
 .wpcf7 form input[type="button"] {
    margin-bottom: 1em;
    background: url(../../assets/img/icon_arrow_wh.svg) no-repeat center right 20px #93abb4;
    background-size: 20px;
 }
 /* .wpcf7 form input[type="button"]:hover, .wpcf7 form input[type="submit"] {
   background: url(../../assets/img/icon_arrow_circle.svg) no-repeat center right 10px var(--color_main);
   background-size: 25px;
   color: #fff !important;
 } */
 .wpcf7 form input[type="submit"]:hover {
    filter: brightness(115%);
    background-position: center right 20px;
 }
 .wpcf7 form p .most {
   background-color: #CE2700;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   font-size: 12px;
   padding: 2px 4px;
   color: #FFF;
   margin-left: 10px;
   margin-top: 10px;
   position: absolute;
   margin-top: 1px;
   padding-right: 5px;
 }
 .wpcf7 form p .example {
    display: inline-block;
    margin-left: 60px;
 }
 .wpcf7 form select {
   margin-top: 7px;
 }
 .wpcf7 form p em + span {
   background: #f48057;
   color: #fff;
   padding: 0 3px 2px 3px;
   font-size: 0.7rem;
   margin-left: 6px;
   line-height: 1.4;
   border-radius: 3px;
   position: relative;
   top: -1px;
 }
 #company .post_content #history .wp-block-table td, #company .post_content #history .wp-block-table th {
  vertical-align: top;
 }
 #content #sidebar {
  margin-bottom: 3em;
 }
 .swell-block-columns.al_cen .swell-block-column {
    align-items: center;
    display: flex;
  }

  body#living .access .swell-block-columns__inner > div:first-child {
    background: url(../../../../uploads/access_map.png) no-repeat center bottom -10%;
    background-size: 65%;
    min-height: 450px;
  }
  .post_content #layout .w900 {
    width: 44em;
  }

/* ------------------- */
}
.single .post_content .wp-block-table + .swell-block-button .swell-block-button__link {
  background: #ff9500;
  background-size: 25px;
  color: #fff !important;
  border: solid 1px #ff9500;
  display: block;
  margin: auto;
}
.single .post_content .wp-block-table + .swell-block-button .swell-block-button__link:hover {
  filter: brightness(120%);
}

.wpcf7 form .wpcf7c-conf {
  background-color: #e8f0fe !important;
  color: unset !important;
  border: none !important;
}


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }

@media all and (min-width: 1350px) {
  #data .post_content #table .swell-block-column .number p br {
    display: none;
  }
  #data .post_content .tablet {
    display: none;
  }
}
@media all and (min-width: 960px) and (max-width: 1350px) {
  body#company .post_content #philo .phi_txt {
    font-size: 2rem;
  }
  body#data .post_content .bg > div {
    padding: 5em 3vw 5em 4vw;
  }
  body#data .post_content #table .wp-block-columns .wp-block-column:nth-child(1) {
    display: none;
  }
  body#data .post_content #table .wp-block-columns .wp-block-column:nth-child(2), body#data .post_content #table .wp-block-columns .wp-block-column:nth-child(3) {
    flex-basis: 50% !important;
  }
  body#data .post_content #teate {
    background: #fff;
    border-radius: 30px;
  }
  #data .post_content .tablet {
    padding: 2.5em 0 0;
    margin-bottom: -1em !important;
  }
  #data .post_content dl dd {
    padding-right: 2em;
  }
}
@media all and (min-width: 960px) and (max-width: 1300px) {
  #company .post_content #philo .phi_txt {
    font-size: 2rem;
  }
  body#data .post_content .swell-block-columns .swell-block-column {
    margin: 0 0 0 2em;
    width: calc(var(--clmn-w) - 2em);
  }
}
@media all and (max-width: 960px) {
  #data .post_content #table .wp-block-columns {
    display: block;
  }
  body#data .post_content #table dl dd {
    padding-right: 0;
  }
  #data .post_content .tablet {
    display: none;
  }
}
