@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@500&display=swap");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");

/*--------------------------------------------------------------
フラット02 ホワイト 1カラム
---------------------------------------------------------------*/
html{
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #555;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------
リンク
---------------------------------------------------------------*/
/*リンクカラー*/
a {
  color: #4a9bda;
}
a:hover{
  color: #60a4ba;
}
/*電話番号*/
a.tel-link {
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}
/*リンクボタン*/
a.link-btn {
  color: #fff;
  line-height: 1.0;
  padding: 1.0em;
  background: #b1dae7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
a.link-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  margin-left: 4px;
}
a.link-btn:hover {
  color: #fff;
  background: #60a4ba;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2 {
  font-size: 1.8em;
  color: #fff;
  background: #4a9bda;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: none;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 50px 0;
  box-shadow: 0px 3px 5px 0px #cdcbcb;
}
.mainContents .article h3, .mainContents div.gallery h3 {
  font-size: 1.8em;
  color: #60a4ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 1.0em 0 1.5em 0;
  padding: 0.3em 0.7em 1.2em 0.7em;
  position: relative;
}
.mainContents .article h3::after, .mainContents div.gallery h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #b1dae7;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
}
#mainContents div[id^="blog"] h2 {
  font-size: 1.4em;
  color: #60a4ba;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 1.0em 0 1.5em 0;
  padding: 0;
  background: none;
  width: 980px;
  box-shadow: none;
}
.article h4 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
  color: #60a4ba;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.7em;
  padding: 0 0 0.2em 0;
}
.article h5 {
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.4;
  color: #4a9bda;
  margin-bottom: 0.7em;
}
.article h6 {
  font-size: 1.0em;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.3em 0.7em;
  border-left: 4px solid #b1dae7;
  margin: 0.5em 0 0.7em;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.leadText-serif {
  font-size:1.4em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
  color: #60a4ba;
}

/*--------------------------------------------------------------
article
---------------------------------------------------------------*/
.mainArticles .article {
  padding-bottom: 0;
  border-bottom: none;
}

.mainArticles .article p {
  margin-bottom: 1.0em;
}
/*記事全幅*/
.article.full-yellow {
  width: 100vw;
  margin: 20px calc(50% - 50vw);
  background: #fcfcee;
}
.article.full-yellow .article_body {
  width: 980px;
  margin: auto;
  padding-bottom: 30px;
}
.article.full-gray {
  width: 100vw;
  margin: 20px calc(50% - 50vw);
  background: #f5f5f5;
}
.article.full-gray .article_body {
  width: 980px;
  margin: auto;
  padding-bottom: 30px;
}
/*できること導入*/
.article.full-bg-01 {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 30px;
  background: url("/materials/176468289714901.jpg") right bottom no-repeat;
  background-size: cover;
}
.article.full-bg-01 .article_body {
  width: 980px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*できること導入*/
.article.full-bg-02 {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 30px;
  background: url("/materials/176468381779801.jpg") top right no-repeat;
  background-size: cover;
}
.article.full-bg-02 .article_body {
  width: 980px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*アクセス導入*/
.article.full-bg-03 {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 30px;
  background: url("/materials/176473271273701.jpg") top right no-repeat;
  background-size: cover;
}
.article.full-bg-03 .article_body {
  width: 980px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*マージンゼロ*/
.article.zero_margin {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*見出し無し*/
.article.noheadding {
  padding-top: 50px;
}

/*--------------------------------------------------------------
title / topMenu / mainImage
---------------------------------------------------------------*/
#wrap {
  background-color: #fff;
}
#wrap_body {
  padding-top: 0;
}
#title {
  width: 100%;
  height: 170px;
  padding: 0;
  background: none;
}
#topMenu {
  top: 100px;
  background: none;
}
#mainImage {
  background: #fff;
}

/*--------------------------------------------------------------
pankuz
---------------------------------------------------------------*/
.pankuz p {
  font-size: 14px;
}

/*--------------------------------------------------------------
table
---------------------------------------------------------------*/
.article table p {
  margin: 0;
}
.article table:not(.contactTable) {
  border-collapse: collapse;
  border-left: 1px solid #ced5d8;
  border-spacing: 0;
  border-top: 1px solid #ced5d8;
  margin: 10px auto;
  width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
  border-bottom: 1px solid #ced5d8;
  border-right: 1px solid #ced5d8;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.article table:not(.contactTable) th {
  background-color: #ebf4f7;
  text-align: center;
}

/*--------------------------------------------------------------
timeテーブル
---------------------------------------------------------------*/
table.timeTbl {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #ced5d8;
  border-spacing: 0;
  border-top: 1px solid #ced5d8;
  margin: 30px 0;
  font-size: 16px;
}
table.timeTbl th {
  background: #ebf4f7;
}
table.timeTbl td {
  background: #fff;
}
table.timeTbl th, table.timeTbl td {
  text-align: center;
  border-bottom: 1px solid #ced5d8;
  border-right: 1px solid #ced5d8;
  height: auto;
  padding: 10px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
borderテーブル
---------------------------------------------------------------*/
.article table.borderTbl {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  margin: 30px 0;
  font-size: 16px;
}
.article table.borderTbl th, .article table.borderTbl td {
  text-align: left;
  border: none;
  background: none;
  height: auto;
  padding: 10px;
  vertical-align: middle;
}
.article table.borderTbl th {
  width: 25%;
  border-bottom: 1px solid #2d8cff;
}
.article table.borderTbl td {
  border-bottom: 1px solid #ced5d8;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
/*※印*/
ul.ps {
  list-style-type: none;
  margin-left: 1.0em;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
ul.ps li::before {
  content: "※";
  margin-left: -1.0em;
}
/*maru*/
ul.maru {
  list-style-type: none;
  margin-left: 1.1em;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
ul.maru li::before {
  content: "●";
  margin-left: -1em;
}
/*dot*/
ul.dot {
  list-style-type: none;
  margin-left: 1.1em;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
ul.dot li::before {
  content: "・";
  display: inline-block;
  width: 1.0em;
  height: 1.0em;
  font-size: 1.0em;
  line-height: 1.0;
  margin-left: -1em;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title h1 {
  width: 200px;
  height: 56px;
  position: absolute;
  top: 22px;
  left: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176447139354602.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 100px;
  background: url("/materials/176447139354601.png") right center no-repeat;
  background-size: 300px;
}
#title .description {
  text-indent: -9999px;
  visibility: hidden;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer {
  background: none;
  margin: 0 auto;
}
#topMenu .topMenu {
  display: flex;
}
#topMenu .topMenu li {
  width: auto;
  height:70px;
  float: none;
  display:flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
#topMenu .topMenu li a {
  width: 100%;
  font-size: 16px;
  color: #4a9bda;
  font-weight: 400;
  line-height: 70px;
  background: none;
  padding: 0;
}
#topMenu .topMenu li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #4a9bda;
  position: absolute;
  top: 20px;
  right: 0;
}

/*--------------------------------------------------------------
mainTopics
---------------------------------------------------------------*/
#mainTopics {
  border: none;
  padding-bottom: 30px;
}
#mainTopics h2, #listTopics h2 {
  font-size: 1.6em;
  color: #4a9bda;
  margin: 30px 0 40px;
  padding-bottom: 12px;
  border: none;
  border-bottom: 4px dotted #b1dae7;
}
.mainTopics .topics {
  width: 96%;
  padding: 0;
  margin: -20px 2% 15px;
  border-bottom: none;
}
.mainTopics .topics li, #mainTopics .topics .description, .mainTopics .topics li .description {
  font-size: 15px;
  color: #4e5665;
}
#mainTopics .topics li {
  padding: 15px 0 16px;
}
.mainTopics .topics li {
  border-bottom: 1px dashed #b1dae7;
}
#mainTopics .topics li .date, .mainTopics .topics li .date {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 5px 8px;
  background: #b1dae7;
  border-radius: 2px;
}
#mainTopics .topics h3 a {
  font-size: 16px;
  text-decoration: none;
}
#mainTopics .topics h3 a:hover, .mainTopics .topics li h3 a:hover {
  color: #60a4ba;
  text-decoration: underline;
}
#mainTopics .topics li .more a, .mainTopics .topics li .more a {
  font-size: 15px;
  color: #fff;
  background: #b1dae7;
  border: none;
  border-radius: 5px;
  padding: 3px 14px 5px 14px;
}
#mainTopics .topics li .more a:hover, .mainTopics .topics li .more a:hover {
  color: #fff;
  background: #60a4ba;
}
#mainTopics .listview {
  font-size: 16px;
}
#mainTopics .listview a {
  background-size: 8px;
}
#mainTopics .listview a:hover {
  color: #60a4ba;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
#sideContents {
  background: #b1dae7;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
.footer * {
  font-size: 14px;
  color: #555;
  text-align: center;
}
.footer .topMenu {
  display: flex;
  justify-content: center;
}
.footer li a {
  font-size: 16px;
  color: #555;
}
.footer li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #4a9bda;
  margin-right: 4px;
}
.footer .copyright a {
  text-decoration: none;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin: 15px 0;
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
2分割記事
-------------------------------------------------------*/
.mainArticles .article.col2 {
  display: inline-block;
  width: 47.5%;
  margin: 10px 10px 30px;
  vertical-align: top;
  box-sizing: border-box;
}
.mainArticles .article.col2 img {
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
}

/*-------------------------------------------------------
4分割記事
-------------------------------------------------------*/
.mainArticles .article.col4 {
  display: inline-block;
  width: 232px;
  margin: 5px 5px 30px;
  vertical-align: top;
  box-sizing: border-box;
}
.mainArticles .article.col4 img {
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
}

/*-------------------------------------------------------
ご挨拶署名
-------------------------------------------------------*/
.signature {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
}

/*-------------------------------------------------------
LINE Icon
-------------------------------------------------------*/
#sideContents_outer {
  padding-bottom: 0;
}
.freeHtml_outer {
  background: none;
}
.freeHtml .sns-icon {
  width: 80%;
  margin: auto;
}
.freeHtml .sns-icon p {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.freeHtml .sns-icon a {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 15px;
}
.freeHtml .sns-icon img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------------------
特徴リスト
-------------------------------------------------------*/
.feature-visit ol {
  list-style-type: none;
  counter-reset: listnum;
  padding: 0;
  margin: 0 0 0 40px;
}
.feature-visit ol li {
  position: relative;
  margin-bottom: 30px;
}
.feature-visit ol li::before{
  display: inline-block;
  counter-increment: listnum;
  content: counter(listnum);
  font-size:20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  width: 32px;
  height: 32px;
  background: #b1dae7;
  border-radius: 16px;
  position: absolute;
  left: -40px;
  top: 0;
}

/*-------------------------------------------------------
アクセス Icon
-------------------------------------------------------*/
.article.access-icon .image {
  margin-right: 20px;
}
.article.access-icon img {
  max-width: 80px;
}
