@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
シンプル01 オレンジ 2カラム 左メイン
---------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

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;
}

/*--------------------------------------------------------------
コンテンツ背景白／article調整
---------------------------------------------------------------*/
#wrap_body #contents {
  background: #fff;
}
.article, .gallery, #mainTopics, #mainServices, #mainBlogComments, #mainBlogCommentForm {
  padding: 40px 16px;
  border-top: 4px solid #f29130;
}

#listTopics {
  padding: 0;
  border-top: none;
}

#mainArticles div[id^=blog] {
  margin-top: 72px;
}

.article p {
  text-align: justify;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
/*strong 文字サイズアップ*/
.article strong.emph {
  font-size: 1.05em;
  font-weight: 500;
}
/*枠付きオレンジ色の文字*/
.text-frame {
  font-size: 1.05em;
  font-weight: 500;
  color: #f29130;
  line-height: 1.6;
  padding: 0.5em 0.7em;
  border: 1px solid #f29130;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #f29130;
}
a:hover {
  color: #b9282e;
  cursor: pointer;
}
a.btn {
  color: #fff;
  background: #000;
}
a.btn:hover {
  background: #e60012;
}
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;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#wrap_body #topMenu {
  border-bottom: 4px solid #f29130;
}
#topMenu_outer .topMenu li a {
  font-weight: 400;
}
#topMenu_outer .topMenu li a:hover {
  color: #fff;
  background: #f29130;
}

/*--------------------------------------------------------------
pankuz
---------------------------------------------------------------*/
#pankuz p {
  padding: 0 10px;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  color: #555;
  font-weight: 500;
  margin: 40px 0;
}
#mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  font-weight: 400;
}
#mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  font-size: 1.5em;
  color: #fff;
  background: #f29130;
  padding: 16px 40px;
}
#listTopics h2 {
  padding: 16px;
}
.mainContents div.gallery h3 {
  padding: 16px 16px;
  margin: -44px -16px 40px;
}
.article h4 {
  font-size: 1.4em;
  color: #f29130;
  font-weight: 600;
  line-height: 1.5;
}

/*----------------------------------------------------------
title
----------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width:280px;
  height:60px;
}
#title h1 a {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  padding: 0;
  background: url("/materials/175030786886401.png") left center no-repeat;
  background-size:100%;
}
#title #title_outer {
  background: url("/materials/175204124320501.png") right center no-repeat;
  background-size:300px;
  margin: 0 auto;
}

/*----------------------------------------------------------
サイドフリーHTML 会社概要
----------------------------------------------------------*/
#sideContents .freeHtml_body {
  padding:24px 0;
}
#sideCompany {
  padding:12px;
}
#sideCompany h2 {
  font-size:16px;
  font-weight:bold;
  margin: 0 auto;
  padding: 0;
}
#sideCompany h2.logomark {
  width:216px;
  height:45px;
  background:url("/materials/175030841688601.png") no-repeat;
  margin:0 auto 16px;
  background-size: 100%;
  display:block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany .logomark img {
  width:100%;
  height:auto;
}
#sideCompany dl {
  font-size: 1.0em;
  width: 100%;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
#sideCompany dt {
  width: 100%;
  font-size: 1.0em;
  color: #fff;
  font-weight: normal;
  line-height: 1.0;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background: #f29130;
}
#sideCompany dd {
  width: 100%;
  font-size: 1.0em;
  color: #222;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.0em;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #f29130;
  font-weight: 400;
  background: none;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #f29130;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ffbc18;
  border: 1px solid #ffbc18;
}
#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: #000;
  font-size: 1.3em;
  font-weight: 900;
}
#sideCompany a.tel-link:hover {
  color: #0f8776;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size:1.1em;
  color:#000;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  padding: 1.0em 12px 0.8em;
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 0 auto;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:inherit;
  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:inherit;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color:#fff;
  background: #f29130;
}
a.btn-mailform:hover::before, a.btn-mailform:hover::after {
  color:inherit;
}

/*-------------------------------------------
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%;
}

/*-------------
バッジ非表示
---------------*/
.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; }


/*--------------------------------------------------------------
選ばれる理由
---------------------------------------------------------------*/
.article.reason {
  border-top: none;
  padding: 30px;
  background: #fef7cc;
}
.article.reason .image {
  max-width: 200px;
}
.article.reason h4 {
  display: flex;
  font-size: 1.4em;
  font-weight: 500;
  padding-bottom: 0.3em;
  border-bottom: 3px dotted;
}

/*--------------------------------------------------------------
お約束
---------------------------------------------------------------*/
ul.promise {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.promise > li {
  width: 48%;
  padding: 0.7em 0.8em 0.8em 0.8em;
  border: 4px solid #f29130;
  border-radius: 8px;
  margin: 0 0 1.0em 0;
  background: #f29130;
}
ul.promise > li:nth-child(2), ul.promise > li:nth-child(3) {
  background: #fff;
}
ul.promise > li h5 {
  font-size: 1.2em;
  color: #000;
  font-weight: 700;
  border-left: none;
  padding-left: 0;
}
ul.promise > li p {
  color: #fff;
  line-height: 1.7;
}
ul.promise > li:nth-child(2) p, ul.promise > li:nth-child(3) p {
  color: #f29130;
}

/*--------------------------------------------------------------
イラスト付きリンクボタン
---------------------------------------------------------------*/
.flex-container {
  display: flex;
  justify-content: space-between;
}
.flex-container .flex-item {
  display: flex;
  flex-direction: column;
  width: 48%;
  align-items: center;
}
.flex-item {
  display:block;
  width: 100%;
  padding: 150px 15px 15px 15px;
  border-radius: 8px;
}
.flex-item a {
  display: flex;
  width: 100%;
  height: 4.5em;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  color: #222;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border-top: 4px dotted #fff;
}
.flex-item a span.item-link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: inherit;
  font-weight: bold;
  margin-left: 10px;
}
.flex-item#hospital {
  background: #facdce url("/materials/174883121590502.png") no-repeat;
  background-size: 180px;
  background-position: top 15px center;
}
.flex-item#consider {
  background: #c9dff4 url("/materials/174883121590401.png") no-repeat;
  background-size: 180px;
  background-position: top 15px center;
}

/*--------------------------------------------------------------
弊社を利用するメリット
---------------------------------------------------------------*/
ol.merit {
  display: flex;
  flex-direction: column;
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.merit li {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 0.3em;
  margin-left: 2.0em;
  margin-bottom:1.0em;
  position:relative;
  border-bottom: 2px dotted #ccc;
}
ol.merit li::before {
  counter-increment: item;
  content: counter(item);
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.6;
  border-radius: 50vh;
  text-align: center;
  background: #ffbc18;
  color: #fff;
  position: absolute;
  left: -2.4em;
}

/*--------------------------------------------------------------
入居までの流れ
---------------------------------------------------------------*/
dl.flow {
  display: flex;
  flex-direction: column;
}
dl.flow dt {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  color: #222;
  font-weight: 700;
  background: #c9dff4;
  margin-bottom: 12px;
  padding: 0.5em;
  border-radius: 8px;
}
dl.flow dd {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
dl.flow dd:not(:last-of-type)::after {
  display: block;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 2.0em;
  color: #ccc;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -50px;
}

ul.maru-plus {
  list-style-type: none;
  margin-bottom: 1.5em;
}
ul.maru-plus li {
  margin-left: 1.0em;
}
ul.maru-plus li:before {
  content: "●";
  color: #ffbc18;
  margin-left: -1.0em;
}

/*--------------------------------------------------------------
contactTable
---------------------------------------------------------------*/
#mainArticles table.contactTable tr:last-child th, #mainBlogCommentForm_outer table.contactTable tr:last-child th {
  border-bottom: none;
}
#mainArticles table.contactTable tr:last-child td, #mainBlogCommentForm_outer table.contactTable tr:last-child td {
  border-bottom: none;
}