@charset "utf-8";
@import url("//fonts.googleapis.com/css2?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: #f8705e;
  font-weight: 500;
}
a:hover {
  color: #ff9900;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #222;
}
a.btn:hover {
  color: #fff;
  background: #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;
}

/*--------------------------------------------------------------
table
---------------------------------------------------------------*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title_outer h1 {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/176578507238601.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/176578978225101.png") right center no-repeat;
  background-size: 320px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 17px;
  font-weight: 500;
}
#topMenu_outer .topMenu li a:after {
  background: #49d5e8;
}
#topMenu_outer .topMenu li a:hover {
  color: #fff;
  background: #19cfdd;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics {
  width: 100vw;
  background: #f0f7fc;
  margin-top: -80px;
  padding-top: 80px;
}
ul.topics li h3 a {
  color: #f8705e;
}
ul.topics li p.date, #mainTopics .listview a {
  background: #19cfdd;
}
#mainTopics .listview a:hover {
  background: #ffcc00;
}
ul.topics li p.more a {
  background: #f86f5d;
}
ul.topics li p.more a:hover {
  background: #ff9900;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #19cfdd;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: 500;
  background: #19cfdd;
  display: block;
  position: relative;
  overflow: hidden;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #ffff00;
  background: #19cfdd;
}
#footer_body .copyright {
  font-size: 14px;
  font-weight: 400;
  background: #000;
}
.footer .copyright a {
  font-weight: 400;
  text-decoration: none;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: #19cfdd;
  /*margin-bottom: 0;*/
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  background: #19cfdd;
}
.article h3, .gallery h3, .freeHtml h3 {
  background: url("/materials/176585431763001.png") no-repeat;
  background-size: 70px;
  background-position: top left 52%;
  padding-top: 70px;
}
.article h4 {
  color: #fff;
  background: #19cfdd;
  border: none;
  border-radius: 0;
  padding: 16px;
}
.article h4:before {
  display: none;
}
.article h5 {
  border: none;
  border-bottom: 1px dotted #666;
  padding: 0 0 0.3em 0;
}
.article h5::before {
  content: "●";
  color: #19cfdd;
  font-family: monospace;
}

/*-------------------------------------------------------
文字装飾
-------------------------------------------------------*/
.leadText {
  display: flow-root;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  padding: 50px 0 20px 0;
  background: url("/materials/176584914706501.png") top left no-repeat;
  background-size: 100px;
}

/*--------------------------------------------------------------
image 調整
---------------------------------------------------------------*/
.article .article_right .image {
  margin-left: 4%;
}
.article .article_left .image {
  margin-right: 4%;
}
.article.full.img-wide-right .article_right .image {
  max-width: 48vw;
  margin-right: calc(50% - 50vw);
}
.article.full.img-wide-left .article_left .image {
  max-width: 48vw;
  margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 600px) {
  .article .article_right .image {
    margin-left: 0;
  }
  .article .article_left .image {
    margin-right: 0;
  }
  .article.full.img-wide-right .article_right .image {
    max-width: 100vw;
    margin: 0 -4% 15px -4%;
  }
  .article.full.img-wide-left .article_left .image {
    max-width: 100vw;
    margin: 0 -4% 15px -4%;
  }
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #19cfdd;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: #19cfdd;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
#sideCompany {
  width: 100vw;
  background: #f7f7f7;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany h2.logomark {
  width: 240px;
  height: 60px;
  background: url("/materials/176578507238601.png") no-repeat;
  margin: 30px auto 30px auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany table.companyTbl {
  font-size: 0.9em;
  width: 100%;
  margin: 0 auto;
  border: none;
  border-collapse: separate;
  border-spacing: 10px;
}
#sideCompany table.companyTbl th, #sideCompany table.companyTbl td {
  border: none;
  padding: 8px 10px;
}
#sideCompany table.companyTbl th {
  color: #fff;
  background: #19cfdd;
  vertical-align: middle;
}
#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: #f86f5d;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ff9900;
}
#sideCompany a.link-btn::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: #f8705e;
  font-size: 1.25em;
}
#sideCompany a.tel-link:hover {
  color: #ff9900;
}

/*--------------------------------------------------------------
お問い合わせフォーム
---------------------------------------------------------------*/
#mainArticles form, #mainBlogCommentForm form {
  background: #e3e3e3;
  padding: 1px;
}
#mainArticles table.contactTable, #mainBlogCommentForm table.contactTable {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
#mainArticles table.contactTable tr.must th, #mainBlogCommentForm table.contactTable tr.must th {
  background-color: #19cfdd;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  background: #19cfdd;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #f7f7f7;
}
#mainArticles table.contactTable tr th, #mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr th, #mainBlogCommentForm table.contactTable tr td {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: #222;
  /*border-radius: 5px;*/
}

/*--------------------------------------------------------------
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: 15px 8px;
  vertical-align: middle;
}
.article table.borderTbl th {
  width: 25%;
  border-bottom: 1px solid #19cfdd;
}
.article table.borderTbl td {
  border-bottom: 1px solid #ced5d8;
}
.article table.talent {
  width: auto;
  margin: 0;
}

/*-------------------------------------------------------
フローテーブル
-------------------------------------------------------*/
.article table.flowTbl {
  width: 100%;
  border: none;
}
.article table.flowTbl th, .article table.flowTbl td {
  border: none;
}
.article table.flowTbl th {
  display: flex;
  width: 120px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  background: #19cfdd;
  font-size: 1.2em;
  font-weight: 900;
  color: #fff;
  border-radius: 8px;
}
.article table.flowTbl td {
  padding: 5px 0 60px 20px;
  position: relative;
}
.article table.flowTbl td h5 {
  font-size: 1.3em;
  color: #19cfdd;
  font-weight: 700;
  border-left: none;
  padding-left: 0;
  margin: 0;
}
.article table.flowTbl td::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 50px;
  color: #ffcc00;
  font-weight: bold;
  line-height: 1.0;
  position: absolute;
  bottom: 0;
  right: 50%;
}
.article table.flowTbl tr:last-child td::after {
  display: none;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/176585355264501.jpg") no-repeat center right;
  background-size: cover;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.article.full.contact-block .contact-wrap {
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}
.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;
  font-weight: 900;
  color: #f8705e;
  line-height: 1.2;
}
.article.full.contact-block a.tel-link:hover {
  color: #ff9900;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #19cfdd;
  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: #ffcc00;
}

/*-------------------------------------------------------
GoogleMap
-------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /*16:9*/
  margin-bottom: 30px;
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #19cfdd;
  }
  /*title*/
  #title h1 {
    width: 30vw;
    height: 7.5vw;
    padding-left: 0;
    top: 15px;
    left: 2%;
  }
  #title #title_outer {
    height: 12vw;
    min-height: 60px;
    background: none;
    align-items: flex-start;
    padding-top: 7px;
    margin-bottom: 0;
  }
  /*mainTopics*/
  #mainTopics {
    margin-top: -44px;
  }
  /*見出し*/
  .article h3, .gallery h3, .freeHtml h3 {
    margin-top: 25px;
    padding-top: 50px;
    background-size: 50px;
  }
  /*文字装飾*/
  .leadText {
    padding-top: 30px;
    background-size: 70px;
  }
  /*btn-mailform*/
  a.btn-mailform {
    width: 100%;
  }
  /*sideCompany*/
  #sideCompany .sideCompany_inner {
    padding: 30px 20px;
  }
  #sideCompany table.companyTbl th {
    white-space: nowrap;
  }
  /*borderTbl*/
  .article table.borderTbl {
    border-top: 1px solid #19cfdd;
  }
  .article table.borderTbl th, .article table.borderTbl td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #19cfdd;
  }
  .article table.borderTbl th {
    text-align: center;
    font-weight: 500;
    color: #19cfdd;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #f86f5d;
    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;
  }
}
/*======================================================
450px
======================================================*/
@media only screen and (max-width: 450px) {
  /*title*/
  #title h1 {
    width: 45vw;
    height: 11.3vw;
  }
  /*flowTbl*/
  .article table.flowTbl th, .article table.flowTbl td {
    display: block;
    width: 100%;
  }
  .article table.flowTbl td h5 {
    margin-top: 10px;
  }
}

/*-------------
バッジ非表示
---------------*/
.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;
}
