@charset "utf-8";
@import url("fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 ブルー 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #222;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #0d8689;
  font-weight: 500;
}
a:hover {
  color: #97bd4b;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #1c428e;
}
a.btn:hover {
  color: #fff;
  background: #ff8c00;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 900;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
/*.article p {
  text-align: justify;
}*/
/*リード文*/
.article .leadText {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6;
}

/*--------------------------------------------------------------
normalTbl-plusフォントサイズ/ボーダー
---------------------------------------------------------------*/
.article table.normalTbl-plus {
  width: 100%;
  font-size: 1.0em;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article table.normalTbl-plus th, .article table.normalTbl-plus td {
  padding: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.article table.normalTbl-plus th {
  width: 20%;
  border-right: none;
  background: #f5f5f5;
}
.article table.normalTbl-plus tr:last-child th, .article table.normalTbl-plus tr:last-child td {
  border-bottom: none;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  height: 100px;
  position: relative;
}
#title_outer h1 {
  width: 120px;
  height: 96px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175815646185301.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/175815730969801.png") right center no-repeat;
  background-size: 320px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 1.0em;
  font-weight: 400;
  color: #222;
}
#topMenu .topMenu li a:hover {
  background: #59bec2;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics {
  background: #f7f7f7;
}
ul.topics li h3 {
  font-weight: 500;
}
ul.topics li h3 a {
  color: #0d8689;
  font-weight: 500;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #0d8689;
}
#footer_body .copyright {
  font-size: 14px;
  font-weight: 300;
  background: #222;
}
.footer a:hover, .footer p a:hover {
  color: #6bdaed;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: normal;
  background: #0d8689;
  border-bottom: 1px dotted #0d8689;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  color: inherit;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #fff;
  background: #0d8689;
  border-bottom: 1px dotted #fff;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: #0d8689;
  margin-bottom: 0;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after, #mainArticles div[id^=blog] h2:after {
  background: #0d8689;
  margin: 25px auto;
}
#mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.7em;
  font-weight: 600;
}
#mainArticles div[id^=blog] h2 {
  margin-top: 40px;
}
.article h4 {
  color: #fff;
  background: #06c3ef;
  border: none;
}
.article h4:before {
  background: #fff;
  width: 4px;
  height: 2.0em;
  left: 12px;
}
.article h5 {
  border-left: solid 4px #0d8689;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: #0d8689;
}
ul.topics li p.more a {
  color: #0d8689;
  font-size: 0.85em;
  background: none;
  border: 1px solid #0d8689;
}
ul.topics li p.more a:hover {
  color: #fff;
  background: #72c2c9;
  border: 1px solid #72c2c9;
}
#mainTopics .listview a {
  font-size: 0.85em;
  background: #222;
}
#mainTopics .listview a:hover {
  background: #999;
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #0d8689;
}
.sideContents ul li, .sideContents dl dt {
  border-top: solid 1px #72c2c9;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: #72c2c9;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
.freeHtml {
  margin-top: 0;
}
#sideCompany {
  width: 100vw;
  background: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany h2.logomark {
  width: 150px;
  height: 120px;
  background: url("/materials/175815646185301.png") no-repeat;
  margin: 0 auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany .company-name {
  font-size:1.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
#sideCompany dl {
  width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 0.9em;
}
#sideCompany dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  min-height: 3.0em;
  font-size: 1.0em;
  color: #222;
  font-weight: 500;
  line-height: 1.25;
  margin-right: 3%;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid #999;
}
#sideCompany dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  min-height: 3.0em;
  font-size: 1.0em;
  color: #222;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 1.0em;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: #0d8689;
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #97bd4b;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  font-size: 1.25em;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/175820167679101.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 70px;
  margin-top: 50px;
  margin-bottom: 0;
}
.article.full.contact-block .contact-wrap {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}
.article.full.contact-block p {
  font-size: 1.1em;
  text-align: center;
}
.article.full.contact-block p.contact-lead {
  font-size: 1.15em;
  font-weight: 600;
}
.article.full.contact-block a.tel-link {
  font-size: 2.4em;
  color: #0d8689;
  line-height: 1.2;
}
.article.full.contact-block a.tel-link:hover {
  color: #97bd4b;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #0d8689;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 70%;
  margin: 0 auto 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: #97bd4b;
}

/*--------------------------------------------------------------
こんなお悩みありませんか？
---------------------------------------------------------------*/
#worries {
  background: #f9f7f5 url("/materials/175818491856901.png") no-repeat;
  background-size: 100%;
  background-position: right bottom;
  padding-bottom: 30px;
}
#worries ul.check.worries {
  padding: 1.2em 1.5em 1.2em 3.0em;
  background: rgba(255, 255, 255, 0.7);
}
#worries ul.check.worries li {
  font-size: 1.1em;
  border-bottom: 3px dashed #0d8689;
  margin-bottom: 0.7em;
}
#worries ul.check.worries li:before {
  top: 0.5em;
  width: 0.85em;
  border-left: 4px solid #ff3300;
  border-bottom: 4px solid #ff9900;
}

/*answer*/
.article.answerText p {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  background: #0d8689;
  padding: 1.0em;
  text-align: left;
  margin-top: -60px;
}

/*--------------------------------------------------------------
選ばれる理由
---------------------------------------------------------------*/
#reason {
  background: url("/materials/175819686897201.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  margin-bottom: 0;
  position: relative;
}
#reason::before {
  content: "REASON";
  font-family: "Josefin Sans", sans-serif;
  font-size: 8vw;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.0;
  position: absolute;
  top: 0;
  left: 0;
}
ul.reason {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.0em;
}
ul.reason li {
  width: calc(100% - 1.9em);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.4em 0.7em 0.5em 1.8em;
  border-radius: 50vh;
  background: #fff;
  margin-left: 1.0em;
  margin-bottom: 0.7em;
}
ul.reason li::before {
  content: "●";
  color: #0d8689;
  margin-left: -1.0em;
}

/*--------------------------------------------------------------
こだわり
---------------------------------------------------------------*/
#policy {
  background: url("/materials/175819789608901.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
  position: relative;
  margin-top: 70px;
}
#policy::before {
  content: "POLICY";
  font-family: "Josefin Sans", sans-serif;
  font-size: 8vw;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.0;
  position: absolute;
  bottom: -1.5vw;
  right: 0;
}
#policy p {
  width: 80%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 50px;
  margin: 0 auto 70px;
}
#policy.article h3 {
  color: #fff;
  text-shadow:
    2px 2px 0 #222,
    -2px 2px 0 #222,
    -2px -2px 0 #222,
    2px -2px 0 #222;
}

/*--------------------------------------------------------------
ギャラリー・サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding:0 5px 60px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  margin-bottom:0;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image img {
  padding-bottom: 85px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  font-size: 1.05em;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  min-height: 4.0em;
  position: absolute;
  bottom: 60px;
  background: #0d8689;
  padding: 7px 2.2em 7px 10px;
  border-radius: 4px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-size: 1.4em;
  color: inherit;
  font-weight: bold;
  position: absolute;
  right: 5px;
}

/*--------------------------------------------------------------
サービス紹介
---------------------------------------------------------------*/
#service {
  background: url("/materials/175827322398601.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#service::before {
  content: "SERVICE";
  font-family: "Josefin Sans", sans-serif;
  font-size: 6vw;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.0;
  position: absolute;
  top: -2.5vw;
  left: 0;
}
.article.full.concept h4 {
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.5;
  color: #222;
  padding: 30px 30px 15px 50px;
  background: rgba(255, 255, 255, 0.9);
  margin: 100px 0 0 auto;
  width: 60%;
  border-radius: 0;
  position: relative;
}
.article.full.concept h4::before {
  display: block;
  content: "";
  width: 2px;
  height:120px;
  background: #0d8689;
  position: absolute;
  top: 0;
  left: 30px;
}
.article.full.concept p {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0 100px auto;
  padding: 0 30px 30px 50px;
  width: 60%;
}

/*--------------------------------------------------------------
施工の流れ
---------------------------------------------------------------*/
#construction {
  background: url("/materials/175828719498601.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#construction::before {
  content: "CONSTRUCTION";
  font-family: "Josefin Sans", sans-serif;
  font-size: 6vw;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.0;
  position: absolute;
  top: -2.5vw;
  left: 0;
}
/*施工の流れフローチャート*/
.article table.sf-chart {
  width:100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0;
  padding: 0;
}
.article table.sf-chart th {
  width: 52px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: none;
  vertical-align: top;
}
.article table.sf-chart th span {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size:24px;
  color: #fff;
  font-weight: bold;
  line-height:48px;
  text-align: center;
  background: #fdae04;
  border-radius: 50vh;
  margin: 0;
  position: relative;
}
.article table.sf-chart th span::after {
  content: "";
  display:block;
  width: 1px;
  height: 3.0em;
  border-left: 4px dotted #fdae04;
  position: absolute;
  top: 52px;
  left: 21px;
}
.article table.sf-chart td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin:0 0 1.0em 0;
  padding: 10px;
}
.article table.sf-chart td h5 {
  font-size:1.2em;
  font-weight:700;
  margin:0 0 0.5em 0;
  padding: 0;
  border-left: none;
}
.article table.sf-chart td p {
  margin:0;
  padding:0;
}

/*======================================================
contactTable
======================================================*/
#mainArticles form, #mainBlogCommentForm form {
  background: #daeaeb;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  font-weight: normal;
  color: #333;
  background: #daeaeb;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #ebf6f7;
}
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: #0d8689;
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #0d8689;
    top: 7px;
    right: 10px;
  }
  .active #toggle {
    background-color: #72c2c9;
  }
  /*title*/
  #title h1 {
    width: 100px;
    height: 80px;
  }
  #title #title_outer {
    height: 80px;
    background: none;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  #mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.6em;
  }
  /*選ばれる理由*/
  #reason::before {
    font-size: 15vw;
  }
  /*こだわり*/
  #policy::before {
    font-size: 15vw;
    bottom: -2.5vw;
  }
  /*ギャラリー・サイト案内*/
  .gallery.guideBtn .gallery_grid li.galleryGrid .image img {
    padding-bottom: 70px;
  }
  .gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding-bottom: 30px;
  }
  .gallery.guideBtn ul.galleryGrids .comment {
    min-height: 4.0em;
    bottom: 30px;
  }
  /*freeHtml　会社概要*/
  #sideCompany .sideCompany_inner {
    padding-top: 0;
  }
  /*サービス紹介*/
  #service::before {
    font-size: 10vw;
    top: -2.0vw;
  }
  /*施工の流れ*/
  #construction::before {
    font-size: 10vw;
    top: -2.0vw;
  }
  /*concept*/
  .article.full.concept h4, .article.full.concept p {
    width: 100%;
  }
  .article.full.concept p {
    margin-bottom: 50px;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #0d8689;
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.4em;
  }
  #mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.4em;
  }
  /*ギャラリー・サイト案内*/
  .gallery.guideBtn .gallery_grid2 li.galleryGrid {
    width: 100%;
  }
  .gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding-bottom: 30px;
  }
  .gallery.guideBtn ul.galleryGrids .comment {
    text-align: left;
    bottom: 30px;
  }
  /*freeHtml　会社概要*/
  #sideCompany h2.logomark {
    width: 100px;
    height: 80px;
  }
  #sideCompany a.link-btn {
    width: 100%;
  }
  #sideCompany .sideCompany_inner {
    padding: 30px 4%;
  }
  /*こだわり*/
  #policy p {
    width: 94%;
    padding: 40px 30px;
  }
  /*サービス紹介*/
  .concept {
    width: 100%;
    margin-bottom: 50px;
  }
  /*施工の流れ*/
  .construction {
    width: 100%;
    margin-bottom: 50px;
  }
  /*お問い合わせセクション*/
  .article.full.contact-block a.tel-link {
    font-size: 2.1em;
  }
  /*お問い合わせメールフォームボタン*/
  a.btn-mailform {
    width: 100%;
    font-size: 0.9em;
  }
  a.btn-mailform::before {
    margin-right: 4px;
  }
  a.btn-mailform::after {
    margin-left: 4px;
  }
  /*normalTbl-plusフォントサイズ/ボーダー*/
  .article table.normalTbl-plus th {
    width: 25%;
  }
}


/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
