@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');

/*--------------------------------------------------------------
レスポンシブ01 ブルー 1カラム
---------------------------------------------------------------*/

body {
  font-size: 16px;
  line-height: 2.0;
  font-family: 'Noto Sans JP', sans-serif;
  font-style:normal;
  font-weight:400;
}

@media only screen and (max-width: 800px) {
  body { font-size: 15px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 14px; }
}

/*-------------------------------------------
a リンクカラー
-------------------------------------------*/
a {
  color:#008c6d;
}
a:hover {
  color:#21cec4;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-size:2.0em;
  font-weight:500;
  letter-spacing:0.1em;
  background:url(/materials/177632352823501.png) no-repeat center center / 100px;
  padding:1.5em 0;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
  font-size:1.6em;
  font-weight:500;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after, #mainArticles div[id^="blog"] h2:after {
  background-color:#008c6d;
  height:2px;
}
.article h4 {
  font-size:1.3em;
  font-weight:500;
  border-bottom:2px solid #ddd;
}
.article h4:after {
  background-color:#008c6d;
  height:2px;
  bottom:-2px;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title {
  height:115px;
  text-align:left;
}
#title h1 {
  padding-top:15px;
}
#title h1 a {
  display:block;
  width:fit-content;
  height:auto;
  font-size:0.47em;
  line-height:1.5;
  color:#000;
  font-weight:500;
  letter-spacing:0;
  text-align:left;
}
#title h1 a strong {
  font-size:120%;
  letter-spacing:0.05em;
}
#title .description {
  display:inline-block;
  font-size:0.85em;
  color:#fff;
  font-weight:500;
  line-height:1.2;
  text-indent:0;
  text-align:left;
  font-feature-settings: "palt";
  margin-top:5px;
  padding:4px 6px 6px 6px;
  background:#777;
}
#title_outer {
  height:115px;
  background:url(/materials/177639073954201.png) no-repeat center right / 160px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu {
  background-color:#2f5597;
}
#topMenu .topMenu li a {
  font-size:1.0em;
  color:#fff;
  font-weight:500;
}
#topMenu .topMenu li a:hover {
  color:#fff;
  background:#008c6d;
}

/*--------------------------------------------------------------
mainImage
---------------------------------------------------------------*/
#mainImage {
  background-color:#f7f7f7;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
#sideContents {
  background-color:#2f5597;
  padding-bottom:0;
}
.sideServices h2 {
  background:url(/materials/169111565848002.png) no-repeat left center / 32px;
}
.sideMobile h2 {
  background:url(/materials/169111565848001.png) no-repeat left center / 32px;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background:#222;
  padding:20px 0;
}
.footer .copyright {
  font-size:0.85em;
  padding:60px 0 5px 0;
}
.footer li a {
  padding:8px 8px 8px 16px;
  background:url(/materials/169111856871501.png) no-repeat right center / 8px;
}
.footer a:hover, .footer p a:hover {
  color:#fff;
  font-weight:500;
  text-decoration:underline;
}

/*-------------------------------------------------------
column
-------------------------------------------------------*/
.mainArticles .article.column .article_body {
  padding:0 36px;
}
.mainArticles .article.column h3 {
  font-size:1.45em;
  padding-bottom:20px;
}
.mainArticles .article.column h3::after {
  display:inline-block;
  content:"●●●●●";
  font-size:12px;
  color:#70aac1;
  letter-spacing:1.0em;
  position:absolute;
  bottom:0;
  left:calc(50% - 33px);
  background-color:unset;
  transform: scale(0.6);
  transform-origin: left top; 
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size:120%;
  color:#fff;
  font-weight:bold;
  background:#70aac1;
  text-align:center;
  display:flow-root;
  border-radius:2px;
  padding:20px 12px;
  text-decoration:none;
  width:50%;
  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 {
  background:#555;
}

/*-------------------------------------------
freeHtml　会社概要
-------------------------------------------*/
#sideCompany {
  color:#fff;
  display:block;
  width:100%;
  margin:0;
  padding:40px 0 0 0;
  text-align:center;
  border-top:1px solid #fff;
}
#sideCompany h3 {
  font-size:1.2em;
  font-weight:500;
  line-height:1.2;
  margin:0;
}
#sideCompany .coNameRuby {
  display:block;
  font-size:0.9em;
  text-align:center;
  font-weight:400;
  margin-bottom:1.5em;
}
#sideCompany p {
  font-size:0.9em;
  line-height:1.4;
  margin:0.5em 0;
}
#sideCompany .badge {
  display:inline-block;
  width:auto;
  margin-right:0.5em;
  font-size:0.85em;
  font-weight:500;
  text-align:center;
  padding:0.1em 0.5em 0.15em;
  border:1px solid #fff;
}
#sideCompany a.linkbtn {
  width: 12em;
  margin: 1.0em auto 0;
  padding: 0.5em;
  border:1px solid #fff;
  border-radius: 4px;
  display: block;
  color: #fff;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  font-size: 1.0em;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
#sideCompany a.linkbtn:after {
  content: "\f105";
  font-family:"Font Awesome 5 Free";
  font-size:1.0em;
  color:inherit;
  font-weight:bold;
  position: absolute;
  right: 12px;
}
#sideCompany a.linkbtn:hover {
  background: #ccc;
  color: #222;
}

@media only screen and (max-width: 1200px) {
.mainArticles .article.column.col3 {
  width:50%;
  }
}

@media only screen and (max-width: 1024px) {
/*title*/
  #title_outer {
    max-width:94%;
  }
  /*お問い合わせメールフォームボタン*/
  a.btn-mailform {
    width:100%;
  }
}

@media only screen and (max-width: 600px) {
/*header*/
  h1 {
    height:97px;
    padding-left:0;
  }
  /*title*/
  #title {
    height:130px;
  }
  #title_outer {
    height:130px;
    background:url(/materials/177639073954201.png) no-repeat top 12px left / 140px;
  }
  #title_body {
    height:130px;
  }
  #title h1 {
    padding-top:58px;
  }
  #title h1 a {
    font-size:10px;
  }
  #title .description {
    text-align:center;
    width:100%;
    margin-top:0;
  }
  /*toggle*/
  #toggle {
    background-color:#2f5597;
  }
  /*footer*/
  #footer {
    background:#2f5597;
  }
  .footer ul.topMenu, .footer ul.services {
    background:#2f5597;
  }
  .mainArticles .article.column.col3 {
    width:100%;
  }

  #mainArticles table.contactTable tr.must th {
    background: #003b88;
}

  	table.contactTable tr.must th {
		background-position: 8px center;
		padding-left: 8px;
	}

	.footer ul.topMenu:before,
	.footer ul.services:before {
    content: 'MENU';
}
  /* 画面下部固定のリンクパーツ */
  /*
  #bottomLink{
    display: flex;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:45px;
    overflow:hidden;
    align-items: center;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #F4B115;
    text-decoration: none;
    font-size: 4vw;
    line-height: 42px;
    height:100%;
    width: calc(100% / 3);
  }
  #bottomLink a::before {
    font-family: "Font Awesome 7 Free";
    content: "\f0e0";
    font-size: 110%;
    color: inherit;
    font-weight: bold;
    line-height: 1.0;
    margin-right: 0.2em;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px);
  }

  #bottomLink a.bl_eg {
	background: #009B77;
  }
  #bottomLink a.bl_kr {
    background: #005AB5;
  }
  #bottomLink a.bl_jp::before, #bottomLink a.bl_eg::before, #bottomLink a.bl_kr::before {
	content: "\f1ab";
  }*/
  
  /* ボタンサイズ分の画面下部余白 */
  /*
  #wrap {
    margin-bottom: 40px;
  }*/
}
@media only screen and (min-width: 600px) {
#mainArticles table.contactTable tr.must th {
     background: none; 
}
}


@media only screen and (max-width: 480px) {
/*トップバナー*/
  .mainImage img {
    object-fit: cover;
    object-position: top center;
    min-height: 50vw;
  }
  /*お問い合わせメールフォームボタン*/
  a.btn-mailform {
    font-size:100%;
  }
  a.btn-mailform::before {
    margin-right:3px;
  }
  a.btn-mailform::after {
    margin-left:2px;
  }
  /*サイド法人概要*/
  #sideCompany h3 {
    font-size:0.9em;
  }
  #sideCompany .coNameRuby {
    font-size:0.75em;
  }
  #sideCompany .badge {
    display:block;
    width:100%;
    margin:0.25em 0;
  }
  /*カラム*/
  .mainArticles .article.column .article_body {
    padding:0;
  }
}

@media only screen and (max-width: 400px) {
  #title .description {
    font-size:10px;
    letter-spacing:0;
  }
}

/*-------------
バッジ調整 レスポンシブ
---------------*/
/*
@media only screen and (max-width: 600px) {
.grecaptcha-badge {
bottom: 60px!important;
z-index: 9999;
}
}*/

/*固定ボタン*/
/*
#sideFixBnr {
    display: block;
    width: 44px;
    height: 150px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
}
#sideFixBnr img {
    margin-bottom: 10px;
}
*/

#mainArticles table.contactTable tr.must th::after {
    content: '필수';
    font-size: 12px;
    display: block;
    width: 80px;
    background: #C00;
    color: #FFF;
    padding: 0 4px;
    line-height: 1.6em;
    border-radius: 4px;
    letter-spacing: 0;
    text-align: center;
}