@charset "UTF-8";
/* -------------------------------------------------------------------
　キービジュアル
------------------------------------------------------------------- */
#kv {
  background-image: url("../imgs/service/bg_kv.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 43.8125rem;
  position: relative;
}
#kv .f-container {
  display: flex;
  align-items: start;
  justify-items: flex-end;
}
#kv .f-container__ct:first-child {
  width: 55%;
  padding-right: 3.43rem;
  padding-top: 2rem;
}
#kv .f-container__ct:first-child h1 {
  font-size: clamp(2.6rem, 2vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1.1rem;
  color: #204731;
}
#kv .f-container__ct:first-child h1 span {
  font-size: clamp(1.85rem, 2vw, 2.9rem);
}
#kv .f-container__ct:first-child h2 {
  font-size: clamp(1.7rem, 2vw, 2.875rem);
  font-weight: 900;
  text-align: left;
  color: #204731;
  display: inline-flex;
  margin-bottom: 1.25rem;
}
#kv .f-container__ct:first-child h3 {
  width: fit-content;
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  font-weight: 700;
  border-bottom: 6px solid #F1A039;
  margin-bottom: 1.5rem;
  color: #204731;
}
#kv .f-container__ct:first-child p {
  margin-top: 0.7rem;
  font-size: 1.125rem;
  line-height: 2;
}
#kv .f-container__ct:first-child .achv {
  display: flex;
  margin-top: 2rem;
}
#kv .f-container__ct:first-child .achv .achv--box {
  display: flex;
  align-items: center;
}
#kv .f-container__ct:first-child .achv .achv--box .achv--box_item {
  color: #B76D15;
  display: flex;
  align-items: center;
}
#kv .f-container__ct:first-child .achv .achv--box .achv--box_item:before {
  content: "";
  width: clamp(1.25rem, 1vw, 2.25rem);
  height: clamp(50px, 1vw, 85px);
  background-image: url("../imgs/service/laurel_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
#kv .f-container__ct:first-child .achv .achv--box .achv--box_item:after {
  content: "";
  width: clamp(1.25rem, 1vw, 2.25rem);
  height: clamp(50px, 1vw, 85px);
  background-image: url("../imgs/service/laurel_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
#kv .f-container__ct:first-child .achv .achv--box .achv--box_item p {
  text-align: center;
  line-height: 1.1;
  font-size: clamp(0.69rem, 1vw, 1rem);
}
#kv .f-container__ct:first-child .achv .achv--box .achv--box_item p span {
  font-size: clamp(1.3rem, 1vw, 2.375rem);
  font-weight: 700;
}
#kv .f-container__ct:first-child .cap {
  font-size: 0.875rem;
  text-align: center;
}
#kv .f-container__ct:nth-child(2) {
  width: 45%;
  font-size: 1rem;
  border: 7px solid #204731;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1rem;
  align-items: center;
}
#kv .f-container__ct:nth-child(2) h3 {
  font-size: 1.75rem;
  color: #204731;
  width: fit-content;
  display: block;
  margin: 0 auto 1.625rem;
}
#kv .f-container__ct:nth-child(2) p.exp {
  font-size: 0.8125rem;
  text-align: center;
  margin-bottom: 1rem;
}
#kv .f-container__ct:nth-child(2) .item {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv .f-container__ct:nth-child(2) .item .txt-area {
  width: 15em;
}
#kv .f-container__ct:nth-child(2) .item .ans-area {
  width: 100%;
}
#kv .f-container__ct:nth-child(2) .item .ans-area .wpcf7-list-item {
  display: block;
}
#kv .f-container__ct:nth-child(2) .req:after {
  content: "必須";
  color: #ffffff;
  background: #cc0000;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.3em;
}
#kv .f-container__ct:nth-child(2) .opt:after {
  content: "任意";
  color: #ffffff;
  background: #ccc;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.3em;
}
#kv .f-container__ct:nth-child(2) input[type=submit] {
  width: 100%;
  height: 4rem;
  margin: 1rem auto 0;
  border-radius: 0.25rem;
  line-height: 4rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
  background-color: #D70930;
}
#kv .f-container__ct:nth-child(2) input[type=submit]:hover {
  background-color: #fff;
  color: #D70930;
}
#kv .f-container__ct:nth-child(2) input[type=text],
#kv .f-container__ct:nth-child(2) input[type=email],
#kv .f-container__ct:nth-child(2) input[type=tel],
#kv .f-container__ct:nth-child(2) textarea {
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  border: 1px #ccc solid;
  margin: 5px 0 5px 0;
  padding: 5px;
}
#kv .f-container__ct:nth-child(2) input[type=text]:focus,
#kv .f-container__ct:nth-child(2) input[type=email]:focus,
#kv .f-container__ct:nth-child(2) input[type=tel]:focus,
#kv .f-container__ct:nth-child(2) textarea:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
#kv .f-container__ct:nth-child(2) textarea {
  height: 4.5em;
}
#kv .f-container__ct:nth-child(2) .acceptance {
  font-size: 1rem;
  width: 100%;
}
#kv .f-container__ct:nth-child(2) .acceptance a {
  color: #33C3F0;
}
#kv .f-container__ct:nth-child(2) .acceptance a:after {
  background-color: #33C3F0;
  height: 1px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  #kv .f-container__ct:first-child {
    width: 50%;
    padding-right: 0;
    padding-left: 3%;
  }
  #kv .f-container__ct:first-child ul {
    gap: 1rem;
    flex-direction: column;
  }
  #kv .f-container__ct:nth-child(2) {
    width: 46%;
    padding-right: 1%;
  }
}
@media (max-width: 768px) {
  #kv {
    height: auto;
  }
  #kv .f-container {
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  #kv .f-container__ct:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  #kv .f-container__ct:first-child h2 img {
    width: 50%;
  }
  #kv .f-container__ct:first-child .achv .achv--box {
    align-items: flex-start;
  }
  #kv .f-container__ct:first-child ul {
    flex-direction: column;
    gap: 1rem;
  }
  #kv .f-container__ct:nth-child(2) {
    display: none;
  }
}
/* -------------------------------------------------------------------
　BIMobjectとは
------------------------------------------------------------------- */
#about-bim {
  text-align: center;
  background: #FFFBF2;
  padding: 2.5rem 0 3.5rem;
}
#about-bim h2 {
  margin: 4.375rem auto 3.4375rem;
  font-weight: 900;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
#about-bim h2 img {
  width: 216px;
}
#about-bim p {
  line-height: 1.875rem;
}
#about-bim p span {
  font-weight: 700;
  background: linear-gradient(transparent 90%, #ff9c00 10%);
}
#about-bim img.bim_pc {
  max-width: 57%;
  width: 42.875rem;
  margin: 5rem auto;
}

@media (max-width: 768px) {
  #about-bim p {
    text-align: left;
    padding: 0 0.5rem;
  }
  #about-bim img.bim_pc {
    max-width: 80%;
    width: 42.875rem;
    margin: 5rem auto;
  }
}
/* -------------------------------------------------------------------
　BIMobjectの３つの強み
------------------------------------------------------------------- */
#point-bim {
  padding-bottom: 5rem;
}
#point-bim h2 {
  margin: 4.375rem auto 3.4375rem;
  font-weight: 900;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
#point-bim h3 {
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  border-bottom: 5px solid #ff9c00;
  width: fit-content;
  margin: 100px auto 2em;
}
#point-bim h4 {
  font-size: clamp(1.3rem, 2vw, 1.875rem);
  font-weight: 700;
  width: fit-content;
  margin: 10px auto 30px;
  text-align: center;
}
#point-bim .point-icon {
  display: flex;
  justify-content: space-between;
  width: 80%;
  gap: 3%;
  margin: 0 auto 100px;
}
#point-bim .point-icon a {
  width: 30%;
  background: #0C482F;
  padding: 10px 20px;
  transition: 0.3s all;
}
#point-bim .point-icon a:hover {
  opacity: 0.7;
}
#point-bim .point-icon a p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
#point-bim .point-icon a p .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
#point-bim .point_wrap {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
#point-bim .point_wrap div {
  flex-basis: 50%;
}
#point-bim .point_wrap div p {
  line-height: 2rem;
}
#point-bim .point_func {
  display: flex;
  gap: 30px;
  margin-bottom: 5rem;
}
#point-bim .point_func-item {
  width: 24%;
}
#point-bim .point_func-item p.ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#point-bim .point_func-item img {
  aspect-ratio: 248/164;
}
#point-bim .point_bbl {
  position: relative;
  border-bottom: 1px solid;
  color: #ff9c00;
  font-size: clamp(1.18rem, 1vw, 1.25rem);
  font-weight: 700;
  width: fit-content;
  margin: 6.25rem auto 0;
}
#point-bim .point_bbl:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  border: 11px solid;
  border-color: transparent;
  border-top-color: #ff9c00;
  margin-left: -11px;
}
#point-bim .point_bbl:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  border: 10px solid;
  border-color: transparent;
  border-top-color: #fff;
  margin-left: -10px;
}
#point-bim .point_orange {
  font-size: clamp(1.18rem, 1vw, 1.75rem);
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(transparent 80%, #ff9c00 80%);
  width: fit-content;
  padding-bottom: 0.3rem;
  margin: 30px auto 50px;
}

@media screen and (max-width: 768px) {
  #point-bim h3 {
    margin: 0 auto 1.5rem;
  }
  #point-bim h4 {
    margin: 0.7rem auto;
  }
  #point-bim .inner .point_wrap {
    flex-direction: column;
    margin-top: 0.8rem;
  }
  #point-bim .inner .point-icon {
    width: 100%;
    flex-direction: column;
    margin: 0 auto 50px;
  }
  #point-bim .inner .point-icon a {
    width: 100%;
    margin: 10px auto;
  }
  #point-bim .inner .div-scroll {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    gap: 30px;
  }
  #point-bim .inner .div-scroll .point_func {
    margin-top: 30px;
  }
  #point-bim .inner .div-scroll .point_func .point_func-item {
    width: 70%;
    flex: 0 0 auto;
  }
  #point-bim .inner .div-scroll .point_func .point_func-item p {
    width: 100%;
    white-space: normal;
  }
  #point-bim .inner .div-scroll .point_func .point_func-item .ttl {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  #point-bim .point_bbl {
    margin: 3rem auto 0;
  }
  #point-bim .point_orange {
    line-height: 1.5;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-bottom: 0.1rem;
    padding-top: 0.5rem;
  }
}
/* -------------------------------------------------------------------
　プラン
------------------------------------------------------------------- */
#plan {
  background: #FFFBF2;
  padding: 6rem 0 5rem;
}
#plan .plan_lead {
  text-align: center;
  margin: 2.5rem 0 4rem;
  font-size: 1.125rem;
}
#plan .plan_table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}
#plan .plan_table thead th {
  padding: 1em 0.8em;
}
#plan .plan_table thead th:not(:first-child) {
  color: #0C482F;
  font-size: 1.1875rem;
  padding: 0.5em;
  vertical-align: middle;
}
#plan .plan_table thead th:nth-child(3) {
  background-color: #FF9C00;
  position: relative;
  color: #fff;
}
#plan .plan_table thead th:nth-child(3):after {
  content: "おすすめ";
  width: max-content;
  font-size: 1rem;
  color: #0C482F;
  border-bottom: 2px solid #FF9C00;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}
#plan .plan_table tbody {
  font-weight: normal;
  font-size: 0.875rem;
}
#plan .plan_table tbody th {
  color: #0C482F;
  padding: 0 1%;
  vertical-align: middle;
}
#plan .plan_table tbody th span.small {
  font-size: 0.625rem;
}
#plan .plan_table tbody td {
  color: #0C482F;
  vertical-align: middle;
  font-size: 1rem;
}
#plan .plan_table tbody td.plan_detail div {
  display: flex;
  width: 100%;
  text-align: left;
  gap: 3px;
}
#plan .plan_table tbody td.plan_detail div span {
  font-size: 0.875rem;
}
#plan .plan_table tbody td.plan_detail div span.small {
  font-size: 0.625rem;
}
#plan .plan_table tbody td:nth-child(3) {
  color: #fff;
  font-weight: 800;
  background: #FF9C00;
}
#plan .plan_table tr {
  height: 90px;
  border-bottom: 1px solid #0C482F;
}
#plan .caution {
  margin-top: 0.3rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .table-scroll {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .midashi img {
    height: 28px;
  }
}

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