@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1;
  border-width: 0;
  border-style: solid;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
  color: #333;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (min-width: 768px){
  body .br-sp{
    display: none;
  }
}

main {
  display: block;
}

img {
  border-radius: 5px;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

.c-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-pc-only {
    display: none;
  }
}

.l-header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  border-bottom: 3px solid #20B1B7;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1120px) {
  .l-header {
    width: 100%;
    height: 60px;
  }
}
.l-header__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.l-header__inner .c-header-logo {
  position: absolute;
  top: 18px;
  left: 28px;
  width: 400px;
  height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__inner .c-header-logo a:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
    border-radius: 10%;
 }

@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-logo {
    top: 10px;
    left: 15px;
    width: 250px;
    height: 24px;
  }
}
.l-header__inner .c-header-logo img {
  width: 100%;
  height: auto;
}
.l-header__inner .c-header-name {
  position: absolute;
  top: 65px;
  left: 28px;
  color: #666;
}
@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-name {
    top: 38px;
    left: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-menu-outer {
    display: none;
    padding-top: 60px;
  }
}
.l-header__inner .c-header-menu-outer .c-header-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 98px;
  right: 20px;
          justify-content: flex-end;
  width: 1000px;
}
@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-menu-outer .c-header-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
            flex-direction: column;
            justify-content: flex-start;
    width: 100%;
    background: #fff;
  }
}
.l-header__inner .c-header-menu-outer .c-header-menu__list {
  margin-left: 20px;
  font-size: 14px;
  white-space: nowrap;
}
.l-header__inner .c-header-menu-outer .c-header-menu__list a {
  position: relative;
}
.l-header__inner .c-header-menu-outer .c-header-menu__list a::after {
  -webkit-transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
          transform: scaleX(0);
  background-color: #20b1b7;
  content: "";
  transition: all 0.3s ease;
}
@media screen and (min-width: 1121px) {
  .l-header__inner .c-header-menu-outer .c-header-menu__list a:hover {
    -webkit-transition: all 0.3s ease;
    color: #20b1b7;
    transition: all 0.3s ease;
  }
  .l-header__inner .c-header-menu-outer .c-header-menu__list a:hover::after {
    -webkit-transform: scaleX(1);
    -webkit-transition: all 0.3s ease;
            transform: scaleX(1);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-menu-outer .c-header-menu__list {
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
  .l-header__inner .c-header-menu-outer .c-header-menu__list a {
    display: block;
    padding: 15px 20px;
  }
}
.l-header__inner .c-header-menu-outer .c-header-submenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 290px;
          justify-content: flex-end;
          align-items: center;
}

@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-menu-outer .c-header-submenu {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .l-header__inner .c-header-menu-outer .c-header-submenu .sns{
    display: none;
  }
}
.l-header__inner .c-header-menu-outer .c-header-submenu__list {
  margin: 0px 5px;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-menu-outer .c-header-submenu__list {
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.l-header__inner .c-header-menu-outer .c-header-submenu__list a {
  display: block;
  padding: 5px 10px 3px;
  border: 2px solid #ccc;
  border-radius: 5px;
}
@media screen and (min-width: 1121px) {
  .l-header__inner .c-header-menu-outer .c-header-submenu__list a:hover {
    -webkit-transition: all 0.3s ease;
    background-color: #20b1b7;
    color: #fff;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-menu-outer .c-header-submenu__list {
    margin-left: 0;
  }
  .l-header__inner .c-header-menu-outer .c-header-submenu__list a {
    display: block;
    padding: 15px 20px;
    border: none;
    background-color: #fff;
  }
}
.l-header__inner .c-header-menu-outer .sns {
  margin: 0px 5px;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (min-width: 1121px) {
  .l-header__inner .c-header-menu-outer .sns a:hover {
    -webkit-transition: all 0.3s ease;
    color: #20b1b7;
    transition: all 0.3s ease;
  }
}
.l-header__inner .c-header-tel {
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 700;
  font-size: 32px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
}
@media screen and (max-width: 1120px) {
  .l-header__inner .c-header-tel {
    display: none;
  }
}
.l-header .c-hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.l-header .c-hamburger__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.l-header .c-hamburger__inner span {
  position: absolute;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #000;
}
.l-header .c-hamburger__inner span:nth-child(1) {
  -webkit-transition: -webkit-transform 0.4s 0s ease;
  top: 25%;
  transition: -webkit-transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
}
.l-header .c-hamburger__inner span:nth-child(2) {
  -webkit-transition: opacity 0.4s 0s ease;
  top: 50%;
  transition: opacity 0.4s 0s ease;
}
.l-header .c-hamburger__inner span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.4s 0s ease;
  top: 75%;
  transition: -webkit-transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
}
.l-header .c-overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.l-header.is-active .c-header-menu-outer {
  display: block;
}
.l-header.is-active .c-overlay {
  display: block;
}
.l-header.is-active .c-hamburger span {
  position: absolute;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #000;
}
.l-header.is-active .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s 0s ease;
  top: 17px;
          transform: rotate(45deg);
  transition: -webkit-transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
}
.l-header.is-active .c-hamburger span:nth-child(2) {
  -webkit-transition: opacity 0.5s 0s ease;
  top: 50%;
  opacity: 0;
  transition: opacity 0.5s 0s ease;
}
.l-header.is-active .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.4s 0s ease;
  top: 17px;
          transform: rotate(-45deg);
  transition: -webkit-transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
}
@media screen and (min-width: 1121px) {
  .l-header .c-hamburger {
    display: none;
  }
  .l-header .c-overlay {
    display: none !important;
  }
}

body {
  background-color: #fff;
}

.l-main {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 120px;
}

@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
    padding: 20px 15px 96px;
  }
}
.l-main .c-under-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  padding: 36px 0 0;
}
@media screen and (max-width: 767px) {
  .l-main .c-under-flex {
    display: block;
    padding: 24px 0 0;
  }
}
.l-main .c-under-text-block {
  width: 450px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-main .c-under-text-block {
    width: 100%;
  }
}
.l-main .c-under-img img {
  width: 100%;
  height: auto;
}
.l-main .c-under-img-block {
  width: 384px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-main .c-under-img-block {
    width: 100%;
  }
}
.l-main .c-under-img-block img {
  width: 100%;
  height: auto;
}
.l-main .c-under-img-block--img2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 480px;
}
@media screen and (max-width: 767px) {
  .l-main .c-under-img-block--img2 {
    display: block;
    width: 100%;
  }
  .l-main .c-under-img-block--img2:not(:first-child) {
    margin-top: 24px;
  }
}
.l-main .c-under-img-block--img2 .c-under-img {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .l-main .c-under-img-block--img2 .c-under-img {
    width: 100%;
  }
  .l-main .c-under-img-block--img2 .c-under-img:not(:first-child) {
    margin-top: 24px;
  }
}
.l-main .c-under-img-block--img2 .c-under-img img {
  width: 100%;
  height: auto;
}
.l-main .c-under-caption {
  margin: 10px 0 0;
  color: #4472C4;
  text-align: center;
}
.l-main .c-survey-cost {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: ce;
          justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-main .c-survey-cost {
    display: block;
  }
}
.l-main .c-survey-cost__title {
  width: 250px;
  padding: 60px;
  border: 2px solid #4472C4;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main .c-survey-cost__title {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
  }
}
.l-main .c-survey-cost__content {
  width: 674px;
  color: #4472C4;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-main .c-survey-cost__content {
    width: 100%;
    margin-top: 16px;
  }
}
.l-main .c-survey-cost .text-black {
  color: #333;
}
.l-main .c-btn-contact {
  width: 460px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .l-main .c-btn-contact {
    width: 100%;
    margin: 40px auto 0;
  }
}
.l-main .c-btn-contact a {
  -webkit-transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 60px;
  background-color: #DB0000;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.l-main .c-btn-contact a:hover {
  -webkit-transition: opacity 0.3s ease;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-main .c-btn-contact a {
    font-size: 16px;
  }
}

.overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .overlay {
    display: block;
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.l-footer {
  width: 100%;
}
.l-footer .c-footer-menu {
  background-color: #20B1B7;
}
.l-footer .c-footer-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px;
}
.l-footer .c-footer-menu__list {
  margin-right: 12px;
  font-size: 12px;
}
.l-footer .c-footer-menu__list a:link {
  color: #fff;
  text-decoration: none;
}
.l-footer .c-footer-menu__list a:visited {
  color: #fff;
  text-decoration: none;
}
.l-footer .c-footer-menu__list a:hover {
  color: #fff;
  text-decoration: none;
}
.l-footer .c-footer-menu__list a:active {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer-menu__list {
    display: none;
  }
}
.l-footer{
  display: block;
  padding: 20px;
  background-color: #20B1B7;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.sns-contents {
  display: flex;
  justify-content: center;
}
.l-footer .sns {
  margin: 0 10px;
  font-size: 24px;
  white-space: nowrap;
}

.l-footer .sns a:hover{
  color: #333;
}
.p-mv {
  position: relative;
  height: 340px;
  margin-top: 130px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1120px) {
  .p-mv {
    height: 100px;
    margin-top: 60px;
  }
}
.p-mv__inner {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 100px;
  left: 50%;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
          transform: translateX(-50%);
}
@media screen and (max-width: 1120px) {
  .p-mv__inner {
    top: 0;
  }
}
.p-mv__inner .c-title {
  position: absolute;
  top: 50px;
  left: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  text-shadow: 1px 2px 3px #808080;
}
@media screen and (max-width: 1120px) {
  .p-mv__inner .c-title {
    top: 35px;
    left: 20px;
    font-size: 24px;
  }
}
.p-mv img {
  width: 100%;
  min-width: 1366px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv img {
    min-width: auto;
  }
}

.p-topmv {
  width: 100%;
  height: 480px;
  margin: 130px auto 0;
  background-image: url("../images/top/mv.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1120px) {
  .p-topmv {
    height: 280px;
    margin: 60px auto 0;
  }
}
.p-topmv__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topmv__inner {
    width: 100%;
  }
}
.p-topmv__title {
  position: absolute;
  top: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0px 0px 5px black;
}
@media screen and (max-width: 767px) {
  .p-topmv__title {
    top: 30px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.p-topmv__text {
  position: absolute;
  top: 150px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0px 0px 5px black;
}
@media screen and (max-width: 767px) {
  .p-topmv__text {
    top: 120px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.3;
  }
}
.p-topmv img {
  width: 100%;
  height: auto;
}

.p-news-section {
  margin-bottom: 20px;
}

.p-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news-list__item {
    display: block;
  }
}
.p-news-list__date {
  width: 150px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-news-list__date {
    margin-bottom: 10px;
  }
}

.p-top-lead {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 3px solid #20B1B7;
}

.p-top-text {
  font-size: 16px;
  line-height: 1.8;
}

.p-top-card-block {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}
.p-top-card-block-interia {
  display: flex;
  justify-content: center;
}
.p-top-card {
  width: 460px;
  margin-top: 45px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-card {
    margin-top: 24px;
    margin-right: 0;
  }
}
.p-top-card img {
  width: 100%;
  height: auto;
}
.p-top-card:nth-child(2n) {
  margin-right: 0;
}
.p-top-card a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column-reverse;
}
.p-top-card .p-top-card__thumb{
  border-radius: 5px;
}

.p-top-card a .p-top-card__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  -webkit-transition: all 0.3s ease;
          order: 2;
  padding-top: 15px;
  font-size: 18px;
  transition: all 0.3s ease;
  border-bottom: 3px solid #20B1B7;
  /* text-align: center; */
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-card a .p-top-card__title {
    padding-top: 10px;
    font-size: 16px;
  }
}
.p-top-card a .p-top-card__thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
}
.p-top-card a .p-top-card__thumb img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1101px) {
  .p-top-card a:hover .p-top-card__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
    border-radius: 10%;
  }
  .p-top-card a:hover .p-top-card__title {
    -webkit-transition: all 0.3s ease;
    color: #20b1b7;
    transition: all 0.3s ease;
  }
}

.outline .p-mv {
  background-image: url("../images/outline/mv.jpg");
}

.renovation .p-mv {
  background-image: url("../images/renovation/mv.jpg");
}
@media screen and (max-width: 767px) {
  .renovation .p-renovation-img {
    width: 100%;
  }
  .renovation .p-renovation-img img {
    width: 100%;
    height: auto;
  }
}
.renovation .c-renovation-img-list-ba {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin: 40px 0 0;
}
.renovation .c-renovation-img-list-ba__item {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .renovation .c-renovation-img-list-ba__item {
    width: 100%;
    margin: 0 0 70px;
  }
  .renovation .c-renovation-img-list-ba__item img {
    width: 100%;
    height: auto;
  }
  .renovation .c-renovation-img-list-ba__item:last-child {
    margin-bottom: 0;
  }
}
.renovation .c-renovation-img-list-ba__item:nth-child(1):after {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  content: "before";
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renovation .c-renovation-img-list-ba__item:nth-child(1):after {
    content: none;
  }
}
.renovation .c-renovation-img-list-ba__item:nth-child(2):after {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  content: "after";
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renovation .c-renovation-img-list-ba__item:nth-child(2):after {
    content: none;
  }
}
.renovation .c-renovation-img-list-ba__item.arrow::before {
  position: absolute;
  top: 50%;
  right: -55px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #20b1b7;
  content: "";
}
@media screen and (max-width: 767px) {
  .renovation .c-renovation-img-list-ba__item.arrow::before {
    top: auto;
    right: auto;
    bottom: -70px;
    left: 50%;
    margin-left: -25px;
    border-top: 25px solid #20b1b7;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
  }
}

.c-renovation-section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-renovation-section {
    margin-top: 40px;
  }
}
.c-renovation-section .c-renovation-img-3column {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-renovation-section .c-renovation-img-3column {
    margin-top: 16px;
  }
}
.c-renovation-section .c-renovation-img-3column__item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-renovation-section .c-renovation-img-3column__item {
    width: 100%;
    margin: 0 0 24px;
  }
  .c-renovation-section .c-renovation-img-3column__item img {
    width: 100%;
    height: auto;
  }
  .c-renovation-section .c-renovation-img-3column__item:last-child {
    margin-bottom: 0;
  }
}
.c-renovation-section .c-renovation-img-3column__item:nth-child(1), .c-renovation-section .c-renovation-img-3column__item:nth-child(2), .c-renovation-section .c-renovation-img-3column__item:nth-child(3) {
  margin-top: 0;
}
.c-renovation-section .c-renovation-img-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 40px;
}
.c-renovation-section .c-renovation-img-list__item {
  margin-top: 40px;
}
.c-renovation-section .c-renovation-img-list__item:nth-child(1), .c-renovation-section .c-renovation-img-list__item:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-renovation-section .c-renovation-img-list__item {
    width: 100%;
    margin-top: 24px;
  }
  .c-renovation-section .c-renovation-img-list__item img {
    width: 100%;
    height: auto;
  }
  .c-renovation-section .c-renovation-img-list__item:nth-child(2) {
    margin-top: 24px;
  }
}

.large-scale-repair-work .p-mv {
  background-image: url("../images/large-scale-repair-work/mv.jpg");
}
.large-scale-repair-work .p-large-img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .large-scale-repair-work .p-large-img {
    margin: 20px 0 30px;
  }
  .large-scale-repair-work .p-large-img img {
    width: 100%;
    height: auto;
  }
}

.exterior-wall-repair-work .p-mv {
  background-image: url("../images/exterior-wall-repair-work/mv.jpg");
}
.exterior-wall-repair-work .exterior-section {
  margin-top: 30px;
}
.exterior-wall-repair-work .exterior-section .exterior-main-img {
  width: 700px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .exterior-wall-repair-work .exterior-section .exterior-main-img {
    width: 100%;
  }
}
.exterior-wall-repair-work .exterior-section .exterior-main-img img {
  width: 100%;
  height: auto;
}
.exterior-wall-repair-work .exterior-section .exterior-title-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .exterior-wall-repair-work .exterior-section .exterior-title-block {
    display: block;
  }
}
.exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title {
  padding: 10px;
  border: 3px solid #20b1b7;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title {
    width: 100%;
    text-align: center;
  }
}
.exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title__link {
  padding: 13px 0 13px 20px;
}
@media screen and (max-width: 1100px) {
  .exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title__link {
    display: block;
    margin-top: 13px;
    padding: 0;
    text-align: center;
  }
}
.exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title__link .exterior-text__btn {
  -webkit-transition: all 0.3s ease;
  margin-left: 20px;
  padding: 5px 20px;
  border: 2px solid #20b1b7;
  border-radius: 30px;
  background-color: #20b1b7;
  color: #fff;
  transition: all 0.3s ease;
}
.exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title__link .exterior-text__btn:link {
  color: #fff;
}
.exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title__link .exterior-text__btn:visited {
  color: #fff;
}
.exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title__link .exterior-text__btn:hover {
  -webkit-transition: all 0.3s ease;
  background-color: #fff;
  color: #20b1b7;
  transition: all 0.3s ease;
}
.exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title__link .exterior-text__btn:active {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .exterior-wall-repair-work .exterior-section .exterior-title-block .exterior-title__link .exterior-text__btn {
    display: inline-block;
    margin: 20px 20px 0 20px;
  }
}
.exterior-wall-repair-work .exterior-section .exterior-flex {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .exterior-wall-repair-work .exterior-section .exterior-flex {
    display: block;
  }
}
.exterior-wall-repair-work .exterior-section .exterior-flex .exterior-block {
  margin-bottom: 30px;
}
.exterior-wall-repair-work .exterior-section .exterior-flex .exterior-block .exterior-block__title {
  padding-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 3px solid #20b1b7;
}
@media screen and (max-width: 767px) {
  .exterior-wall-repair-work .exterior-section .exterior-flex .exterior-block .exterior-block__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .exterior-wall-repair-work .exterior-section .exterior-flex .exterior-block .exterior-block__img {
    width: 100%;
  }
  .exterior-wall-repair-work .exterior-section .exterior-flex .exterior-block .exterior-block__img img {
    width: 100%;
    height: auto;
  }
}
.exterior-wall-repair-work .exterior-section + .exterior-section {
  margin-top: 60px;
}

.various-construction-contents .p-mv {
  background-image: url("../images/various-construction-contents/mv.jpg");
}

.example .p-mv {
  background-image: url("../images/construction-example/top/mv.jpg");
}

.c-case-menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-case-menu {
    display: block;
  }
}
.c-case-menu__block {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-case-menu__block {
    width: 100%;
    margin-top: 40px;
  }
}
.c-case-menu__block a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
}
.c-case-menu__block a dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
  -webkit-transition: all 0.3s ease;
          order: 2;
  padding: 10px 0;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.c-case-menu__block a dd {
  width: 100%;
  overflow: hidden;
}
.c-case-menu__block a dd img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-case-menu__block a dd img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1101px) {
  .c-case-menu__block a:hover dt {
    -webkit-transition: all 0.3s ease;
    color: #20b1b7;
    transition: all 0.3s ease;
  }
  .c-case-menu__block a:hover dd img {
    -webkit-transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
            transform: scale(1.1);
    opacity: 0.7;
    transition: all 0.3s ease;
  }
}

.c-case-block__img-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-case-block__img-block {
    display: block;
    padding-top: 0;
  }
}
.c-case-block__img-box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-case-block__img-box {
    margin-top: 24px;
  }
}
.c-case-block__img-box dt {
  padding: 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-case-block__img-box:first-child {
    margin-bottom: 70px;
  }
}
.c-case-block__img-box:first-child::after {
  position: absolute;
  top: 50%;
  right: -100px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #20b1b7;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-case-block__img-box:first-child::after {
    top: auto;
    right: auto;
    bottom: -70px;
    left: 50%;
    margin-left: -25px;
    border-top: 25px solid #20b1b7;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .c-case-block__img-box dd img {
    width: 100%;
  }
}
.c-case-block__spec {
  display: table;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.c-case-block__spec-table {
  display: table-row;
  font-size: 14px;
  line-height: 1.5;
}
.c-case-block__spec-table dt {
  display: table-cell;
  width: 100px;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #e4f6f6;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-case-block__spec-table dt {
    width: 60px;
  }
}
.c-case-block__spec-table dd {
  display: table-cell;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-case-block__spec-list {
  margin-left: 25px;
  line-height: 1.5;
  list-style: decimal;
}

.c-w-house {
  margin-top: 40px;
}
.c-w-house__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-w-house__images {
    display: block;
  }
  .c-w-house__images img {
    width: 100%;
    height: auto;
  }
}
.c-w-house__before {
  position: relative;
  width: 440px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .c-w-house__before {
    width: 100%;
    margin-bottom: 50px;
  }
  .c-w-house__before img {
    width: 100%;
    height: auto;
  }
}
.c-w-house__before::after {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -7px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #6aa7cd;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-w-house__before::after {
    top: auto;
    right: auto;
    bottom: -45px;
    left: calc(50% - 7px);
    border-top: 15px solid #6aa7cd;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
}
.c-w-house__text {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-w-house__img img {
    width: 100%;
    height: auto;
  }
}

.c-dengi-first-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-dengi-first-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-dengi-first-block__text {
  margin: 0 40px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-dengi-first-block__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 30px 0;
  }
}
.c-dengi-first-block__img {
  margin: 0 40px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-dengi-first-block__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    margin-bottom: 20px;
  }
  .c-dengi-first-block__img img {
    width: 100%;
    height: auto;
  }
}

.c-dengi-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-dengi-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-dengi-block p {
    margin-bottom: 20px;
  }
  .c-dengi-block p img {
    width: 100%;
    height: auto;
  }
}

.c-sumitomo-block {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-top: 40px;
}
.c-sumitomo-block__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column-reverse;
  margin-right: 15px;
}
.c-sumitomo-block__item:nth-child(3n) {
  margin-right: 0;
}
.c-sumitomo-block__item dt {
  margin: 12px 0 24px;
  font-weight: normal;
}

.owner .p-mv {
  background-image: url("../images/outline/mv.jpg");
}

.owner_cliant .p-mv {
  background-image: url("../images/outline/mv.jpg");
}

.owner_cliant-list li {
  position: relative;
  margin-top: 80px;
  padding: 30px;
  border: 3px solid #20B1B7;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .owner_cliant-list li {
    margin-top: 60px;
    padding: 10px;
    line-height: 1.5;
  }
}
.owner_cliant-list li h3 {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .owner_cliant-list li h3 {
    font-size: 18px;
  }
}
.owner_cliant-list li p {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .owner_cliant-list li p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.owner_cliant-list li::after {
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -12px;
  border-top: 25px solid #20B1B7;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .owner_cliant-list li::after {
    bottom: -60px;
    margin-left: -20px;
    border-top: 20px solid #20B1B7;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
.owner_cliant-list li:last-child::after {
  content: none;
}

.contact .p-mv {
  background-image: url("../images/contact/mv.jpg");
}

.thanks .p-mv {
  background-image: url("../images/contact/mv.jpg");
}

.contact .p-contact-tel {
  margin: 40px 0 80px;
  font-weight: bold;
  font-size: 60px;
  font-family: Roboto Condensed, sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .p-contact-tel {
    margin: 24px 0 40px;
    font-size: 32px;
  }
}
.contact .c-standard-table td {
  padding-bottom: 15px;
}
.contact .p-contact-thanks-text {
  margin: 100px 0;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .p-contact-thanks-text {
    margin: 24px 0 40px;
    font-size: 32px;
    font-size: 16px;
  }
}
.contact .p-error-block {
  min-height: 300px;
}
.contact .error_messe {
  color: #F00;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.asbestos-survey .p-mv {
  background-image: url("../images/asbestos-survey/mv.jpg");
}
/* .asbestos-survey .l-main {
  margin-top: 130px;
}
@media screen and (max-width: 1120px) {
  .asbestos-survey .l-main {
    margin-top: 80px;
  }
} */
.asbestos-survey .c-asbestos-survey-list{
  border: 3px solid #4472c4;
  border-radius: 5px;
}
.asbestos-survey .c-asbestos-survey-title {
  display: inline-block;
  margin-top: 48px;
  padding: 5px;
  background-color: #4472C4;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.asbestos-survey .c-asbestos-survey-list__item {
  margin-top: 16px;
  padding-left: 2em;
  line-height: 1.8;
  text-indent: -1.5em;
}
.asbestos-survey .c-asbestos-survey-list__item::before {
  content: "■ ";
}
.asbestos-survey .p-asbestos-survey-img {
  width: 100%;
  margin-top: 24px;
}
.asbestos-survey .p-asbestos-survey-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .asbestos-survey .c-survey-cost__title {
    padding: 30px;
    }
}

.exterior-wall-survey .p-mv{
  background-image: url("../images/exterior-wall-survey/mv.jpg");
}
.exterior-wall-survey .exterior-wall-survey-section {
  margin-top: 64px;
}
.exterior-wall-survey .exterior-wall-survey-section__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .exterior-wall-survey .exterior-wall-survey-section__flex {
    display: block;
  }
}
.exterior-wall-survey .exterior-wall-survey-section__image-block {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .exterior-wall-survey .exterior-wall-survey-section__image-block {
    width: 100%;
  }
}
.exterior-wall-survey .exterior-wall-survey-section__image-block .c-under-img-block {
  width: 100%;
}
.exterior-wall-survey .exterior-wall-survey-section__image-block img {
  width: 100%;
  height: auto;
}
.exterior-wall-survey .exterior-wall-survey-section__text-block {
  display: flex;
  align-items: center;
}
.exterior-wall-survey .exterior-wall-survey-section__text {
  width: 674px;
}
@media screen and (max-width: 767px) {
  .exterior-wall-survey .exterior-wall-survey-section__text {
    width: 100%;
    margin-top: 16px;
  }
}
.exterior-wall-survey .exterior-wall-survey-section__title {
  padding: 5px;
  background-color: #4472C4;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.exterior-wall-survey .exterior-wall-survey-section__image {
  margin-top: 8px;
}
.exterior-wall-survey .exterior-wall-survey-section__text {
  line-height: 1.5;
}

.rain-leak-survey .p-mv {
  background-image: url("../images/rain-leak-survey/mv.jpg");
}
.rain-leak-survey .p-rain-leak-survey-badge {
  width: 340px;
  margin-bottom: 24px;
  padding: 20px 10px 5px;
  background-color: #FFF700;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-badge {
    width: 340px;
    margin: 16px auto 24px;
  }
}
.rain-leak-survey .p-rain-leak-survey-badge__txt02 {
  margin-top: 8px;
  color: #4472C4;
  font-size: 48px;
}
.rain-leak-survey .p-rain-leak-survey-badge__txt02 span {
  margin-left: 10px;
  font-size: 16px;
}
.rain-leak-survey .p-rain-leak-survey-img-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-img-list {
    margin-top: 24px;
  }
}
.rain-leak-survey .p-rain-leak-survey-img-list__item {
  width: 24%;
}
.rain-leak-survey .p-rain-leak-survey-img-list__item img {
  width: 100%;
  height: auto;
}
.rain-leak-survey .p-rain-leak-survey-svg01 {
  width: 120px;
  vertical-align: baseline;
}
.rain-leak-survey .p-rain-leak-survey-svg02 {
  width: 120px;
  vertical-align: baseline;
}
.rain-leak-survey .p-rain-leak-survey-lead {
  margin-top: 48px;
  padding: 10px;
  background-color: #4472C4;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
}
.colorwater{
  margin-top: 48px;
  padding-bottom: 24px;
  border: 3px solid #4472C4;
  border-radius: 10px;
}
.rain-leak-survey .p-rain-leak-survey-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-flex {
    display: block;
  }
}
.rain-leak-survey .p-rain-leak-survey-flex__title-block {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-flex__title-block {
    width: 100%;
    text-align: center;
  }
}
.rain-leak-survey .p-rain-leak-survey-flex__img {
  width: 284px;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-flex__img {
    margin: 0 auto;
  }
}
.rain-leak-survey .p-rain-leak-survey-flex__title-text {
  width: 284px;
  margin-top: 16px;
  color: #4472C4;
  font-weight: 700;
  text-align: right;
}
.rain-leak-survey .p-rain-leak-survey-flex__frame {
  display: inline-block;
  width: 284px;
  margin-top: 24px;
  padding: 5px 10px;
  border: 2px solid #E60000;
  border-radius: 5px;
  color: #4472C4;
  font-weight: 700;
  text-align: center;
}
.rain-leak-survey .p-rain-leak-survey-list {
  width: 420px;
  line-height: 1.8;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-list {
    width: 100%;
    margin-top: 24px;
    padding-left: 24px;
  }
}
.rain-leak-survey .p-rain-leak-survey-list__item:not(:first-child) {
  margin-top: 8px;
}
.rain-leak-survey .p-rain-leak-survey-lead-block {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.rain-leak-survey .p-rain-leak-survey-lead-block__text  {
    text-align: start;
  }
}
.rain-leak-survey .p-rain-leak-survey-lead-block__title {
  display: inline-block;
  margin-right: 20px;
  padding: 10px;
  background-color: #4472C4;
  color: #fff;
}
.rain-leak-survey .p-rain-leak-survey-lead-block__text {
  display: inline-block;
  border-bottom: 3px solid #4472C4;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-lead-block__text {
    margin-top: 16px;
    text-align: center;

  }
}
.rain-leak-survey .p-rain-leak-survey-media-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-media-list-block {
    display: block;
    margin-top: 5px;  
  }
}
.rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}
.rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list:nth-child(2) {
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list:nth-child(2) {
    border: none;
  }
}
.rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 20px;
  
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list__item {
    padding: 0;
    margin-top: 10px;
    line-height: 1.5;
    border-bottom: 2px solid #ccc;
  }
}
.rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list__title {
  width: 160px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list__title {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list__title {
    border-bottom: 2px solid #ccc;
  }
}
.rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list__data {
  /* width: calc(100% - 180px); */
  width: 50%;
}
@media screen and (max-width: 767px) {
  .rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list__data {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 768px) {
  .rain-leak-survey .p-rain-leak-survey-media-list-block .p-rain-leak-survey-media-list__data {
    border-bottom: 2px solid #ccc;    
    margin-right: 10px;
  }
}
.rain-leak-survey .l-main .c-survey-cost {
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
}
.rain-leak-survey .l-main .c-survey-cost__content{
  width: auto;
}
.rain-leak-survey .l-main .c-survey-cost__title{
  margin-right: 20px;
}

.seismic-diagnosis .p-mv{
  background-image: url(../images/seismic-diagnosis/mv.jpg);
}

.seismic-diagnosis .seismic-diagnosis-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis .seismic-diagnosis-flex {
    display: block;
  }
}
.seismic-diagnosis .seismic-diagnosis-flex__img-block {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis .seismic-diagnosis-flex__img-block {
    width: 100%;
    margin-top: 24px;
  }
}
.seismic-diagnosis .seismic-diagnosis-flex__img-block img {
  width: 100%;
  height: auto;
}
.seismic-diagnosis .seismic-diagnosis-flex__text-block {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis .seismic-diagnosis-flex__text-block {
    width: 100%;
  }
}
.seismic-diagnosis .seismic-diagnosis-flex__title {
  /* color: #4472C4;
  font-weight: 700;
  font-size: 24px; */
  padding: 5px;
  background-color: #4472C4;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis .seismic-diagnosis-flex__title {
    line-height: 1.5;
  }
}
.seismic-diagnosis .seismic-diagnosis-flex__title span {
  color: black;
  font-weight: 400;
  font-size: 16px;
}
.seismic-diagnosis .seismic-diagnosis-flex__text {
  margin-top: 8px;
  line-height: 1.8;
}
.seismic-diagnosis .seismic-diagnosis-section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px dotted #4472C4;
}
.seismic-diagnosis__title {
  color: #DB0000;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis__title {
    line-height: 2.5;
  }
}
.seismic-diagnosis__title span {
  padding-bottom: 1px;
  border-bottom: double 6px #DB0000;
}
.seismic-diagnosis__text {
  margin-top: 32px;
  text-align: center;
}
.seismic-diagnosis__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seismic-diagnosis__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 20%;
  padding: 20px;
  background-color: #4472C4;
  border-radius: 5px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis__item {
    width: 100%;
  }
  .seismic-diagnosis__item:not(:first-child) {
    margin-top: 60px;
  }
}
.seismic-diagnosis__item:not(:last-child)::after {
  position: absolute;
  top: calc(50% - 20px);
  right: -45px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #6aa7cd;
  content: "";
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis__item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -40px;
    left: calc(50% - 10px);
    border-top: 20px solid #6aa7cd;
    border-right: 20px solid transparent;
    border-bottom: none;
    border-left: 20px solid transparent;
  }
}
.seismic-diagnosis .l-main .c-survey-cost{
  margin-top: 20px;
}
.seismic-diagnosis .l-main .c-survey-cost__title {
  width: 250px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .seismic-diagnosis .l-main .c-survey-cost__title {
    width: 100%;
  }
}
.c-headline {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 10px;
  background: #20B1B7;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
}

.c-headline-underline {
  padding-bottom: 5px;
  border-bottom: 3px solid #20B1B7;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .c-headline-underline {
    font-size: 20px;
  }
}

.c-headline-block{
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.c-headline-block-contents {
  width: 460px;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .c-headline-block-contents {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }
  .c-headline-block {
    margin-top: 24px;
    margin-right: 0;
  }
}
.c-headline-block-contents img {
  width: 460px;
  height: auto;
}

.c-headline-leftline {
  margin-top: 40px;
  padding-left: 10px;
  border-bottom: 3px solid #20B1B7;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-headline-leftline {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.c-headline-bg {
  margin-top: 24px;
  padding: 10px 20px;
  background-color: #20B1B7;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-headline-bg {
    padding: 5px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.c-headline-middle {
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-headline-middle {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.c-main-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-main-text {
    margin-top: 12px;
    font-size: 14px;
  }
}

.c-text-center {
  text-align: center;
}

.c-under-title {
  color: #4472C4;
  font-weight: bold;
  font-size: 32px;
}

.c-under-lead {
  margin: 24px 0 64px;
}

.c-text--red {
  color: #E60000;
}

.c-underline-text {
  text-decoration: underline;
}

.c-standard-table {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #999;
  border-collapse: collapse;
}
.c-standard-table th, .c-standard-table td {
  padding: 15px 15px;
  border-bottom: 1px solid #999;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-standard-table th, .c-standard-table td {
    display: block;
    padding: 5px 0;
  }
}
.c-standard-table th {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .c-standard-table th {
    width: 100%;
    padding-bottom: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-standard-table th td {
    width: 100%;
    border-bottom: 1px solid #999;
  }
}
/* .bank-table__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bank-table__flex {
    display: block;
  }
} */
.c-standard-table__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-standard-table__flex {
    display: block;
  }
}
.c-standard-table__list {
  width: 300px;
}

.c-section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-section {
    margin-top: 40px;
  }
}

.c-section:first-of-type {
  margin-top: 0;
}

.p-img-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-img-block-left {
    display: block;
  }
}
.p-img-block-left .c-main-text {
  margin-top: 0;
}

.p-img-block-left__img {
  margin-right: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-img-block-left__img {
    margin-right: 0;
  }
  .p-img-block-left__img img {
    width: 100%;
    height: auto;
  }
}

.p-img-block-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-img-block-right {
    display: block;
  }
}
.p-img-block-right .c-main-text {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-img-block-right .c-main-text {
    font-size: 14px;
  }
}

.p-img-block-right__img {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-img-block-right__img {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .p-img-block-right__img img {
    width: 100%;
    height: auto;
  }
}

.c-various-3column {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
          align-content: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-various-3column {
    display: block;
  }
}
.c-various-3column__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: flex-end;
  margin-bottom: 24px;
}
.c-various-3column__block dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 5px;
  margin-top: 5px;
  border: 3px solid #20b1b7;
  border-radius: 5px;
  font-weight: normal;
  text-align: center;
}
.c-various-3column__block dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-various-3column__block dd img{
  width: 280px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-various-3column__block dd img {
    width: 100%;
    height: auto;
  }
}

.c-various-2column {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-various-2column {
    display: block;
  }
}
.c-various-2column__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-bottom: 24px;
}
.c-various-2column__block dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 10px 0 0;
  font-weight: normal;
  text-align: center;
}
.c-various-2column__block dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .c-various-2column__block dd img {
    width: 100%;
    height: auto;
  }
}

.c-form-text {
  width: 100%;
  padding: 5px;
  border: 1px solid #999;
}

.c-form-text-area {
  width: 100%;
  padding: 5px;
  border: 1px solid #999;
}

.c-btn-block {
  padding: 30px 0;
  text-align: center;
}

.c-btn-submit {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 30px;
  border: 2px solid #20b1b7;
  background-color: #20b1b7;
  color: #fff;
}

.c-btn-reset {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 30px;
  border: 2px solid #20b1b7;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.c-btn-block p {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.c-btn-block p br {
  display: none;
}
/*ナビゲーションメニューにNEWをつけた*/
.menu-item {
  position: relative;
}

.menu-new {
  position: absolute;
  top: -9px;
  left: -12px;
  font-size: 9px;
  background: #e60012;
  color: #fff;
  padding: 2px 5px;
  border-radius: 8px;
  line-height: 1;
}
@media (max-width: 1120px) {
  .menu-item {
  position: static;
  }
  .menu-new {
    position: static;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 10px;
    line-height: 1;
    vertical-align: top;
  }
}
/*インテリアパネル事業部のサブメニューCSS*/
/* 親（サブメニューを持つ li） */
.c-header-menu__list.menu-item-has-children {
  position: relative;
}

/* サブメニュー：初期は非表示（透明） */
.c-header-menu__list.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 200%;
  left: 0;
  z-index: 9999;

  min-width: 220px;
  background: #fff;
  padding: 8px 0;

  /* ここが肝 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s linear 1s;
}

/* ホバー中：表示 */
.c-header-menu__list.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* サブメニュー項目 */
.c-header-menu__list.menu-item-has-children > .sub-menu > li > a {
  display: block;
  padding: 10px 14px;
  white-space: nowrap;
}

/* サブメニュー hover */
.c-header-menu__list.menu-item-has-children > .sub-menu > li > a:hover {
  background: #f3f3f3;
}

/* NEWS */
.p-news {
  background: #f7f7f7;
  padding: 30px 0;
  border-radius: 6px;
  border:solid 3px #20B1B7;
  margin-bottom:30px;
}
.p-news__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-news__inner{ 
    flex-direction: column;
    gap: 10px;
  }
}
.p-news__title {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.p-news__list {
  flex: 1;
}

.p-news__item a {

  display: flex;
  gap: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  color: inherit;
  text-decoration: none;
}

.p-news__date {
  font-size: 14px;
  color: #666;
}

.p-news__text {
  font-size: 15px;
    position:relative;
    display: inline-block;
}

.p-news__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #20b1b7;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.p-news__item a:hover .p-news__text::after {
  transform: scaleX(1);
}

.p-news__item a:hover .p-news__text {
  color: #20b1b7;
  transition: transform 0.3s ease;
}
.p-news__badge {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #e60012;
  border-radius: 10px;
  line-height: 1;
  vertical-align: middle;
}

.p-news__item > a{
  display: flex;
  align-items: center; /* ←これが重要 */
  gap: 10px;           /* 余白はお好みで */
}
.infomation-mv{
  background-image: url("../images/outline/mv.jpg");
}

.p-single-back {
  margin: 60px 0;
  text-align: center;
}

.p-single-back__link {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* 下線 */
.p-single-back__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background-color: #20b1b7;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

/* hover */
.p-single-back__link:hover {
  color: #20b1b7;
}

.p-single-back__link:hover::after {
  transform: scaleX(1);
}


