@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet");

/*--------------------------------------------------------------
レスポンシブ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: #ff8c00;
  font-weight: 500;
}
a:hover {
  color: #d27402;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #ffa500;
}
a.btn:hover {
  color: #fff;
  background: #ff8c00;
}
a.btn.border {
  color: #000;
  border: 1px solid #000;
  background: none;
}
a.btn.border:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 200px;
  height: 163px;
  position: absolute;
  top:15px;
  left: 2%;
  z-index: +1;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175279898490401.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 110px;
  background: url("/materials/175280122209801.png") right center no-repeat;
  background-size: 300px;
}
@media only screen and (max-width: 1280px) {
  #title h1 {
    width: 20vw;
    height: 16.3vw;
  }
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer .topMenu li a {
  font-weight: 500;
}
#topMenu_outer .topMenu li a:hover {
  background: #1f3e75;
}
@media only screen and (max-width: 1280px) {
  #topMenu_outer {
    max-width: 80vw;
    margin-right: 0;
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: #22bfec;
}
ul.topics li p.more a, #mainTopics .listview a {
  background: #f6c416;
}
ul.topics li p.more a:hover, #mainTopics .listview a:hover {
  background: #ff8c00;
}

/*-------------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
  background: #1f3e75;
}
#footer_body .copyright {
  font-weight: 300;
  background: #222;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: normal;
  background: #1f3e75;
  border-bottom: 1px dotted #1f3e75;
}
#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: #1f3e75;
  border-bottom: 1px dotted #fff;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: #1f3e75;
  margin-bottom: 0;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  background: #22bfec;
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.65em;
  font-weight: 500;
}
.article h4 {
  font-size: 1.15em;
  font-weight: 700;
  color: #fff;
  background: #1f3e75;
  border: none;
}
.article h4:before {
  background: #f6c416;
}
.article h5 {
  padding-left: 1.2em;
  padding-bottom: 0.5em;
  border: none;
  border-bottom: solid 2px #ccc;
  position: relative;
}
.article h5::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0.7em solid #22bfec;
  position: absolute;
  top: 0.2em;
  left: 0.1em;
}

.article h5::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #1f3e75;
  left: 0;
  bottom: -2px;
  width: 20%;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
#sideCompany {
  width: 100vw;
  background: #f5f5f5;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany .logomark {
  width: 200px;
  height: 163px;
  background: url("/materials/175279898490401.png") no-repeat;
  margin: 30px auto 10px auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 30px 0;
}
#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%;
  height: 3.0em;
  color: #fff;
  font-weight: 500;
  margin-right: 3%;
  margin-bottom: 1.0em;
  border: none;
  background: #1f3e75;
}
#sideCompany dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  color: #000;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.7em;
}
#sideCompany a.link-btn {
  font-size: 1.1em;
  color: #fff;
  font-weight: 400;
  background: none;
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  background: #f6c416;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ff8c00;
  border: 1px solid #ff8c00;
}
#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 {
  color: #ff8c00;
  font-size: 1.25em;
}
#sideCompany a.tel-link:hover {
  color: #99cc00;
}

/*-------------------------------------------------------
サイト案内
-------------------------------------------------------*/
.gallery.guideBtn ul.galleryGrids .comment {
  font-size: 1.0em;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  color: #ea7700;
  font-weight: bold;
  margin-left: 8px;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.contact-block {
  background: url("/materials/175282508056901.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-bottom: -64px;
  padding-bottom: 40px;
}
.article.contact-block .contact-contents {
  font-size: 1.05em;
  text-align: center;
  margin: 0 auto;
  padding: 2.0em 3.0em;
  width: 70%;
  background: rgba(255,255,255,0.8);
}
.article.contact-block a.tel-link {
  font-size: 2.4em;
  line-height: 1.2;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 120%;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #f6c416;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: calc(100% - 60px);
  margin: 0 30px 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: #ff8c00;
}

/*--------------------------------------------------------------
テーブル ノーマル
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1.0em;
}
@media only screen and (max-width: 600px) {
  .article table.normalTbl th {
    text-align: center;
    background: #f7f7f7;
  }
  .article table.normalTbl td {
    padding-bottom: 1.0em;
  }
}

/*-------------------------------------------------------
GoogleMap
-------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
p.signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*-------------------------------------------------------
盛建設について
-------------------------------------------------------*/
.article.about {
  background: url("/materials/175282114150201.jpg") no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.article.about p.about-text {
  width: 80%;
  padding: 1.5em 2.0em;
  background: rgba(255,255,255,0.8);
  margin: 0 auto 100px auto;
}

/*-------------------------------------------------------
応募から採用まで
-------------------------------------------------------*/
dl.entry-chart {
  width:1024px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
}
dl.entry-chart dt {
  width: 120px;
  height: 54px;
  display:flex;
  align-items: center;
  justify-content: center;
  background: #1f3e75;
  position: relative;
}
dl.entry-chart dt span {
  display: inline-block;
  font-size:24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  margin: 0;
}
dl.entry-chart dt:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 5px dotted #fdae04;
  position: absolute;
  top: 64px;
  left: 58px;
}
dl.entry-chart dd {
  display: inline-block;
  width: calc(100% - 120px);
  margin:0;
  padding: 10px 10px 45px 20px;
}
dl.entry-chart dd h5 {
  font-size:1.3em;
  font-weight:bold;
  margin:0 0 0.5em 0;
  padding: 0;
  border: none;
}
dl.entry-chart dd h5::before, dl.entry-chart dd h5::after {
  display: none;
}
dl.entry-chart dd p {
  margin:0;
  padding:0;
}

/*-------------------------------------------------------
ミッション・リスト
-------------------------------------------------------*/
ol.number-list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
ol.number-list li {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1em;
}
ol.number-list li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 2em;
  height: 2em;
  line-height: 1.8;
  background-color: #f6c416;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
}

/*======================================================
1024px
======================================================*/
@media only screen and (max-width: 1024px) {
  /*パンくずリスト*/
  #pankuz {
    padding-right: 2%;
    padding-left: 2%;
  }
  /*お問い合わせセクション*/
  .article.contact-block .contact-contents {
    width: 90%;
    padding: 2.0em;
  }
  /*QR*/
  .sideContents .sideMobile p {
    color: #000;
    text-align: center;
  }
  /*応募から採用まで*/
  dl.entry-chart {
    width: 100%;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*title*/
  #title #title_outer {
    height: 85px;
    background: none;
  }
  #title h1 {
    width: 100px;
    height: 80px;
    top: 10px;
    left: 0;
    padding-left: 2%;
  }
  /*toggle*/
  #toggle, .active #toggle {
    background-color: #1f3e75;
  }
  /*topMenu*/
/*  body.active #topMenu {
    height: 300px;
    padding-top: 55px;
  }*/
  #topMenu_outer {
    max-width: 100%;
    margin: auto;
  }
  #toggle {
    top: 15px;
    right: 10px;
  }
  /*お問い合わせセクション*/
  .article.contact-block .contact-contents {
    width: 100%;
    padding: 1.5em 1.5em 0.1em;
  }
  .article.contact-block a.tel-link {
    font-size: 1.8em;
  }
  a.btn-mailform {
    width: 100%;
    margin: 30px 0;
  }
  /*freeHtml　会社概要*/
  #sideCompany a.link-btn {
    width: 100%;
  }
  /*盛建設について*/
  .article.about p.about-text {
    width: 100%;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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 #999;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #ff8c00;
    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;
  }
}

/*-------------------------------------------------------
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;
}
