@charset "UTF-8";
/*========================================================
# リセットCSS
========================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  scroll-behavior: smooth;
}
:lang(en) {
  font-family: "Lora", serif;
}
ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  margin: 0;
}

/*========================================================
# common
========================================================*/
.fade {
  transition: 0.3s;
}
.fade:hover {
  opacity: 0.8;
}
/*========================================================
# CSS設定
========================================================*/

.container {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* アートボード1 */
.fv-wrap {
  position: relative;
}

.fv {
  position: relative;
}
.problem{
  position: relative;
  z-index: 2;
  margin-top: -7%;
}
.problem > a{
  width: 90%;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
}
.dakedo{
  position: relative;
  z-index: -1;
  margin-top: -45%;
}
.solution{
  position: relative;
  z-index: 2;
  margin-top: -10%;
}
.comparisontable{
  position: relative;
}
.comparisontable > a{
  width: 90%;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
.constructionexample{
  position: relative;
  z-index: 2;
  margin-top: -10%;
}


/* アートボード2 */
.media {
  margin-top: -10vw;
}

.point {
  margin-top: -3px;
}
.area {
  position: relative;
  margin-top: -27px;
}
.qa {
  padding-bottom: 60px;
}
.qa picture {
  display: block;
  width: 40%;
  margin: 0 auto;
  padding: 50px 0 30px;
}
ul.qa-list {
  padding: 0 20px 0 28px;
}
ul.qa-list > li {
  background: #fff;
  position: relative;
  padding: 13px 20px 20px;
}
ul.qa-list > li .q {
  position: absolute;
  top: 15px;
  left: 20px;
  width: calc(56px + 0.1vw);
  height: calc(56px + 0.1vw);
  border-radius: 50%;
  background: #143575;
  color: #fff;

  font-size: calc(22.5px + 0.1vw);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;

  display: grid;
  place-content: center;
}

ul.qa-list > li .ttl {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: calc(17px + 0.1vw);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #143575;
  margin-bottom: calc(15px + 0.1vw);
  padding-left: calc(65px + 0.1vw);
}

ul.qa-list > li .txt {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: calc(13px + 0.1vw);
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  padding: 30px 5%;
}

.form .img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tel {
  position: relative;
}
.tel_btn{
  position: absolute;
  width: 55%;
  margin: auto;
  top: 40%;
  left: 0;
  right: 5%;
  z-index: 5;
}
.insta_btn{
  position: absolute;
  width: 35%;
  margin: auto;
  bottom: 12%;
  left: 11%;
  right: 50%;
  z-index: 5;
}
.line_btn{
  position: absolute;
  width: 35%;
  margin: auto;
  bottom: 12%;
  left: 50%;
  right: 11%;
  z-index: 5;
}
.showroom{
  position: relative;
}
.map_wrapper{
  width: 90%;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
}
.ggmap {
	position: relative;
	padding-bottom: 25%;
	padding-top: 210px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*その他と主な共通部分は省略*/

a.btn--green {
  color: #fff;
  background-color: #094;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}


@media only screen and (max-width: 768px) {
  .ggmap {
    padding-top: 110px;
  }
}