@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");


/*--------------------------------------------------------------
シンプル01 ホワイト 2カラム左メイン
---------------------------------------------------------------*/
html{
  scroll-behavior: smooth;
}

body {
  font-size:18px;
  color: #333;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#wrap_body #contents {
  background: #f3f5f7;
}

.article.zero_margin, .gallery.zero_margin {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
変数
---------------------------------------------------------------*/
:root {
  --color-main: #46abd7;
  --color-dark: #5498af;
  --color-deep: #316589;
  --color-light: #a8cfdd;
  --color-hover: #7dabbf;
  --color-accent: #f7b808;
}

/*--------------------------------------------------------------
リンク
---------------------------------------------------------------*/
/*リンクカラー*/
a {
  color: var(--color-dark);
}
a:hover {
  color: var(--color-deep);
}
a.btn {
  background: var(--color-deep);
}
a.btn:hover {
  background: var(--color-dark);
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 600;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}
a.tel-link:hover {
  color: var(--color-deep);
}

/*ボタンリスト*/
ul.btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
ul.btn-list li {
  width: calc((100% - 16px) / 2);
}

/*--------------------------------------------------------------
記事
---------------------------------------------------------------*/
.article, .gallery, #mainTopics {
  border-top: none;
}
.mainContents .article h3, .mainContents .gallery h3, #mainArticles .article h2 {
  margin-top: -40px;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article p {
  line-height: 2.0;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
p.leadCopy {
  font-size: 1.15em;
  font-weight:700;
  color: var(--color-main);
  line-height: 1.7;
  margin-bottom: 0.7em;
}
p.lead-num {
  font-size: 1.05em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
p.lead-num span {
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  border-radius: 50%;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
}

/*--------------------------------------------------------------
汎用リスト
---------------------------------------------------------------*/
ul.ps {
  font-size: 0.87em;
  list-style-type: none;
  margin-left: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.ps li::before {
  content: "※";
  margin-left: -1em;
}
ul.notes {
  font-size: 0.87em;
  list-style-type: none;
  margin-left: 1em;
}
 ul.notes li::before {
    content: "◆";
    margin-left: -1em;
}
ol.pp {
  font-size: 0.87em;
  padding-left: 2em;
  margin-bottom: 1em;
}
ol.pp li {
  list-style-type: decimal;
  padding: 5px;
}
/*マーカー● 背景ボックスつき*/
ul.maru-blue {
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 1.0em 1.0em 1.0em 2.4em;
  background: #e7f1f7
}
ul.maru-blue li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: var(--color-light);
  border-radius: 50%;
  margin-left: -18px;
  margin-right: 4px;
}
ul.circle-blue {
  list-style-type: none;
  margin-left: 1em;
}
ul.circle-blue li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-size: 1.2em;
  font-weight: 400;
  margin-left: -1em;
  margin-right: 0.3em;
  color: var(--color-light);
  vertical-align: -0.1em;
}
ul.batsu {
  list-style-type: none;
  margin-left: 1em;
}
ul.batsu li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 1.35em;
  font-weight: bold;
  margin-right: 0.3em;
  margin-left: -1em;
  color: var(--color-light);
  vertical-align: -0.1em;
}
/*丸数字*/
ol.num-plus {
  counter-reset: item;
  list-style-type: none;
  padding: 12px 18px 6px 18px;
  background: #f7f7f3;
  border-radius: 8px;
  margin-bottom: 12px;
}
ol.num-plus li {
  font-weight: 500;
  text-indent: -2.3em;
  padding-left: 2.3em;
  margin-bottom: 0.7em;
}
ol.num-plus li:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  background: var(--color-main);
  border-radius: 50%;
  counter-increment: item;
  content: counter(item);
  margin-right: .5em;
  font-weight: 700;
  color: #fff;
  text-indent: 0;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-size: 1.7em;
  font-weight: 600;
  background: url("/materials/177780262307601.png") no-repeat top center;
  background-size: 120px;
  padding-top: 55px;
}
#mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  font-size: 1.5em;
  font-weight: 700;
  background: #fff;
  color: var(--color-main);
  margin: 0 0 40px 0;
  padding: 0 0 0.7em 0;
  border-bottom: 2px solid var(--color-main);
}
.article h4 {
  font-size: 1.25em;
  font-weight: 700;
  color: var(--color-deep);
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px dotted #999;
}
.article h5 {
  font-size: 1.15em;
  font-weight: 700;
  color: #222;
  border: none;
  padding: 0.3em 0.7em;
  background: #e7f1f7;
}

/*--------------------------------------------------------------
pankuz
---------------------------------------------------------------*/
#pankuz {
  height: 70px;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title {
  display: flex;
  width: 100%;
  padding: 15px 0; 
}
#title h1 {
  display: block;
  width: 240px;
  height: 95px;
  margin: 0 0 0 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177760138110401.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 95px;
  background: url("/materials/177760330038701.png") right center no-repeat;
  background-size: 320px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#wrap_body #topMenu {
  background: var(--color-main);
  border-bottom: none;
}
#topMenu_outer .topMenu li a {
  color: #fff;
  font-weight: 400;
}
#topMenu_outer .topMenu li {
  width: calc(100% / 5);
  position: relative;
}
#topMenu_outer .topMenu li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.8em;
  background: #fff;
  position: absolute;
  top: calc(50% - 0.9em);
  right: 0;
}
#topMenu_outer .topMenu li a:hover {
    background-color: #fff;
    color: var(--color-main);
}
/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: var(--color-main);
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#listTopics {
  margin-top: 0;
}
ul.topics li p.description {
  padding-right: 140px;
}
#mainTopics .listview a, p.more a, #mainServices h3 a {
  font-weight: 500;
  background: var(--color-light);
  box-shadow: none;
}
#mainTopics .listview a:hover, p.more a:hover, #mainServices h3 a:hover {
  background: var(--color-hover);
}

/*--------------------------------------------------------------
sideContents / freeHtml 会社概要
---------------------------------------------------------------*/
#sideContents {
  margin-top: 70px;
}
#sideCompany {
  display:block;
  width:100%;
  margin: 0 0 0 0;
  padding:0 0 0 0;
  box-sizing:border-box;
}
#sideCompany h2.logomark {
  aspect-ratio: 1000 / 394;
  width: 100%;
  height: fit-content;
  background:url("/materials/177760138110401.png") no-repeat;
  margin: 0 auto 30px;
  padding: 0;
  background-size: 100%;
  display:block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
#sideCompany h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding: 0.3em 0.5em;
  background: var(--color-main);
}
#sideCompany p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.0em;
}
#sideCompany a.link-btn {
  width: 100%;
  margin: 1em auto;
  padding: 0.25em 1.2em 0.3em 0.5em;
  background: var(--color-light);
  border-radius: 2px;
  display: block;
  color: #fff;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
#sideCompany a.link-btn:after {
  position: absolute;
  right: 10px;
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  font-weight:900;
  line-height: 1.9;
}
#sideCompany a.link-btn:hover {
  background: var(--color-hover);
  color: #fff;
}
/*side お問い合わせボタン*/
#sideContents #sideContact a {
  background: var(--color-dark);
}
#sideContents #sideContact a:after {
  top: calc(50% - 0.85em);
  right: 16px;
}
#sidebanner a.link-btn {
    width: 100%;
    margin: 1em auto;
    display: block;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    position: relative;
}

/*--------------------------------------------------------------
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%;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.contact-block {
  text-align: center;
}
.contact-block h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #222;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-block p {
  line-height: 1.7;
}
.contact-block p.tel-num {
  margin-bottom: 0;
}
.contact-block a.tel-link {
  font-size: 2.4em;
  font-weight: 700;
  color: var(--color-main);
}
.contact-block a.tel-link::before {
  font-size: 80%;
  display: inline-block;
  transform: rotate(-25deg)  translateY(-4px);
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: var(--color-deep);
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  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: var(--color-dark);
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn .gallery_grid3 li.galleryGrid {
  width: 32%;
  background: #e7f1f7;
  margin: 0 0.5% 15px;
  border-radius: 6px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 5px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 96%;
  margin: 12px auto 0 auto;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  display: block;
  padding-bottom: 50px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 50px;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: 0.9em;
  color: var(--color-dark);
  font-weight: bold;
  line-height: 1.25;
  background: var(--color-blk);
  padding: 0 8px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: var(--color-dark);
  font-weight: bold;
  margin-left: 6px;
}

/*--------------------------------------------------------------
テーブル
---------------------------------------------------------------*/
.article table.simpleTbl {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 18px auto;
  font-size: 16px;
}
.article table.simpleTbl th, .article table.simpleTbl td {
  border: none;
  text-align: left;
  padding: 12px 18px;
}
.article table.simpleTbl th {
  width: 1%;
  background-color: #e7f1f7;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  font-weight: 500;
}
.article table.simpleTbl td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
/*simpleTbl + border*/
.article table.simpleTbl.bordered {
  border-left: 1px solid #ccc;
}
.article table.simpleTbl.bordered th, .article table.simpleTbl.bordered td {
  border-right: 1px solid #ccc;
}
/*simpleTbl + price*/
.article table.simpleTbl.price th, .article table.simpleTbl.price td {
  text-align: center;
}
.article table.simpleTbl.price th {
  width: auto;
}

/*-------------------------------------------------------
table ケース
-------------------------------------------------------*/
.article table.label-table {
  width: 100%;
  border: none;
  margin: 18px 0;
}
.article table.label-table th, .article table.label-table td {
  border: none;
}
.article table.label-table tr {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.article table.label-table th {
  flex: 0 0 auto;
  background: var(--color-accent);
  color: #fff;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 4px;
  white-space: normal;
}
.article table.label-table td {
  flex: 1;
  padding: 8px 0;
  font-size: 1.0em;
  font-weight: 400;
}
.article table.label-table td strong {
  font-size: 1.05em;
  font-weight: 700;
}
.article table.label-short th {
  flex-basis: 5em;
}
.article table.label-middle th {
  flex-basis: 6em;
}
.article table.label-long th {
  flex-basis: 10em;
}

/*-------------------------------------------------------
当社が選ばれる3つの理由イラスト
-------------------------------------------------------*/
.article.reason .image {
  width: 120px;
}
/*リスト*/
ul.reason3 {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  counter-reset: promise;
}
ul.reason3 li {
  counter-increment: promise;
  display: grid;
  grid-template-columns: 3.5em 1fr;
  column-gap: 1.4em;
  align-items: start;
  margin-bottom: 1.2em;
  padding: 0.7em 0.7em 0.5em 0.7em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.7;
  color: #111;
  background: #e7f1f7;
}
ul.reason3 li::before {
  content: counter(promise, decimal-leading-zero);
  display: block;
  font-size: 2.0em;
  font-weight: 700;
  line-height: 1;
  color: var(--color-main);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  padding-right: 0.4em;
  border-right: 4px solid var(--color-main);
  transform: translateY(-0.1em);
  box-sizing: border-box;
}

/*-------------------------------------------------------
問い合わせフォーム 例文
-------------------------------------------------------*/
#mainArticles table.contactTable p.contact-note {
  color: #777;
  line-height: 1.6;
  margin-top: 10px;
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
  background: #f3f5f7;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }
