@charset "utf-8";
@import url('https://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: #00a48f;
  font-weight: 400;
}
a:hover {
  color: #0f8776;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #00a48f;
}
a.btn:hover {
  color: #fff;
  background: #0f8776;
}
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;
}

/*背景色変更*/
#mainArticles .envelope, #mainBlogCommentForm .envelope {
  background: #f0faf7;
}
.article.bg, .gallery.bg {
  background: #f0faf7;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .article h3 a, .gallery h3 a, .freeHtml h3, #mainArticles div[id^=blog] h2 {
  font-weight: 300;
}
#mainArticles h2, #listTopics h2 {
  line-height: 1.4;
  background: #00a48f;
  padding-right: 4%;
  padding-left: 4%;
  /*margin-bottom: 0;*/
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after, #mainArticles div[id^=blog] h2:after {
  background: #00a48f;
}
.article h4 {
  font-weight: 500;
  border: 1px solid #999;
}
.article h4:before {
  background: #00a48f;
}
.article h5 {
  border-left: solid 4px #00a48f;
}
.article h6:before {
  color: #00a48f;
}

/*--------------------------------------------------------------
Topics
---------------------------------------------------------------*/
#mainTopics {
  background: #f0faf7;
}
ul.topics li p.date {
  background: #6dcab8;
}
#mainTopics .listview a {
  font-size: 0.85em;
  color: #00a48f;
  background: none;
  border: 1px solid #00a48f;
}
#mainTopics .listview a:hover {
  color: #fff;
  background: #00a48f;
}
ul.topics li p.more a {
  background: #00a48f;
}
ul.topics li p.more a:hover {
  background: #acc84a;
}
ul.topics li h3 a {
  color: #00a48f;
}
ul.topics li h3 a:hover {
  color: #0f8776;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer .topMenu li a {
  font-weight: 400;
}
#topMenu_outer .topMenu li a:hover {
  background: #00a48f;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title {
  height: 100px;
}
#title_outer {
  width: 96%;
}
#title h1 {
  width: 350px;
  height: 70px;
}
#title h1 a {
  display: flex;
  height: 100%;
  width: 100%;
  background: url("/materials/174771200718101.png") center left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0 auto;
}
#title #title_outer {
  height: 100px;
  background: url("/materials/174771203428601.png") right center no-repeat;
  background-size: 300px;
}

/*-------------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
  background: #00a48f;
}
#footer_body .copyright {
  font-weight: 300;
  background: #0f8776;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: normal;
  background: #00a48f;
  border-bottom: 1px dotted #00a48f;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  color: inherit;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #fff;
  background: #00a48f;
  border-bottom: 1px dotted #fff;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #00a48f;
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1.0em;
}
@media only screen and (max-width: 600px) {
  .article table.normalTbl th {
    text-align: center;
    background: #f5f5f5;
  }
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
#sideCompany {
  width: 100vw;
  background: #f0faf7;
  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: 420px;
  height: 84px;
  background: url("/materials/174771200718101.png") no-repeat;
  margin: 30px auto 50px auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany dl {
  font-size: 0.9em;
  width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
#sideCompany dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  height: 3.0em;
  font-size: 1.0em;
  color: #fff;
  font-weight: normal;
  margin-right: 3%;
  margin-bottom: 1.0em;
  background: #6dcab8;
}
#sideCompany dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  font-size: 1.0em;
  color: #000;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.7em;
}
#sideCompany a.link-btn {
  font-size: 1.1em;
  color: #0f8776;
  font-weight: 400;
  background: none;
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #0f8776;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #00a48f;
  border: 1px solid #00a48f;
}
#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: #00a48f;
  font-size: 1.25em;
}
#sideCompany a.tel-link:hover {
  color: #0f8776;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  background: url("/materials/174780534346501.jpg");
  background-size: cover;
  background-position: center center;
  margin-bottom: -64px;
  padding-bottom: 40px;
}
.article.full.contact-block .image {
  width: 50%;
  margin: 0 auto 50px auto; 
}

/*-------------------------------------------------------
contactTable ボタン
-------------------------------------------------------*/
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: #00a48f;
}
#mainArticles table.contactTable input.button, #mainArticles table.contactTable input[type=button], #mainBlogCommentForm table.contactTable input.button, #mainBlogCommentForm table.contactTable input[type=button] {
  width: 50%;
  border-radius: 4px;
}
#mainArticles form, #mainBlogCommentForm form {
  background: #999;
  padding: 1px;
}
#mainArticles table.contactTable, #mainBlogCommentForm table.contactTable {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
#mainArticles table.contactTable tr th, #mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr th, #mainBlogCommentForm table.contactTable tr td {
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  font-weight: normal;
  color: #555;
  background: #f0faf7;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #fff;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 120%;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  background: #00a48f;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: calc(100% - 60px);
  margin: 0 30px 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: #acc84a;
}

/*-------------------------------------------------------
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%;
}

/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid {
  margin-bottom:15px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 5px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  display: block;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  height: 60px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  font-size: 1.1em;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  background: rgba(109,202,184,0.8);
  margin-bottom: 0;
  padding: 0 8px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment span {
  display:block;
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  line-height:1.5;
  text-align:center;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #fff;
  font-weight: bold;
  margin-left: 6px;
}

/*-------------------------------------------
弊社の特長／企業様の抱える課題
-------------------------------------------*/
ul.plate {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
ul.plate li {
  font-size: 1.1em;
  line-height: 1.4;
  display: block;
  width: 100%;
  padding: 0.7em 0.7em 0.7em 2.0em;
  border: 1px solid #999;
  border-radius: 2px;
  margin: 0 0 0.5em 0;
  position: relative;
}
ul.plate li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #00a48f;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.33em);
  left: 0.7em;
}

/*-------------------------------------------------------
リスト
-------------------------------------------------------*/
ul.list-maru {
  list-style-type: none;
  margin: 1.0em 0;
}
ul.list-maru li {
  font-size: 1.0em;
  line-height: 1.5;
  margin-left: 1.0em;
  margin-bottom: 0.7em;
  text-indent: -1.0em;
}
ul.list-maru li::before {
  content: "●";
  font-size: 1.0em;
  color: #6dcab8;
}

/*-------------------------------------------------------
食品試験ボランティア
-------------------------------------------------------*/
/*article*/
.article.col2.entry {
  background: #f0faf7;
  padding: 1.0em;
}
.article.col2.entry:nth-child(even) {
  margin: 0 auto 20px 0;
}
.article.col2.entry:nth-child(odd) {
  margin: 0 0 20px auto;
}
/*見出し*/
.article.entry h4 {
  font-size: 1.4em;
  font-weight:700;
  background: none;
  border: none;
  padding: 0 0 0.3em 0;
  border-bottom: 2px solid #6dcab8;
}
.article.entry h4:before {
  display: none;
}
.article.entry h4 span.numbering {
  font-size: 2.5em;
  color: #6dcab8;
  font-weight: 700;
  line-height: 1.0;
  margin-right: 8px;
  vertical-align: -4px;
}
/*参加資格*/
dl.box-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
dl.box-head dt {
  display: flex;
  width: 25%;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: #0f8776;
  border-radius: 4px;
  margin: 0 18px 18px 0;
  padding: 0.75em 0.5em;
}
dl.box-head dd {
  display:inline-block;
  width: calc(75% - 18px);
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 18px;
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
p.signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.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;
}

/*======================================================
1024px
======================================================*/
@media only screen and (max-width: 1024px) {
  /*title*/
  #title h1 {
    width: 35vw;
    /*height: 3vw;*/
  }
  #title #title_outer {
    background-size: 25vw;
  }
  /*パンくずリスト*/
  #pankuz {
    padding-right: 2%;
    padding-left: 2%;
  }
  /*食品試験ボランティア*/
  .article.col2.entry {
    flex-basis: 45%;
  }
  .article.col2.entry:nth-child(even) {
    margin: 0 auto 20px 4%;
  }
  .article.col2.entry:nth-child(odd) {
    margin: 0 4% 20px auto;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*トップバナー*/
  .mainImage img {
    object-fit: cover;
    object-position: right center;
    min-height: 47vw;
  }
  /*title*/
  #title {
    height: 75px;
    position: static;
  }
  #title h1 {
    width: 50vw;
    height: 10vw;
    padding-left: 0;
  }
  #title #title_outer {
    height: 75px;
    background: none;
  }
  /*toggle*/
  #toggle, .active #toggle {
    background-color: #00a48f;
    top: 7px;
    right: 10px;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.5em;
  }
  /*サイト案内*/
  .gallery.guideBtn ul.galleryGrids .comment {
    height: 40px;
  }
  /*食品試験ボランティア*/
  .article.col2.entry {
    flex-basis: 92%;
  }
  .article.col2.entry:nth-child(even) {
    margin: 0 auto 20px auto;
  }
  .article.col2.entry:nth-child(odd) {
    margin: 0 auto 20px auto;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #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: #0f8776;
    text-decoration: none;
    font-size:18px;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span{
    font-size:15px;
    font-weight: bold;
    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;
  }
}
/*======================================================
480px
======================================================*/
@media only screen and (max-width: 480px) {
  /*title*/
  #title h1 {
    width: 60vw;
    height: 12vw;
  }
  /*sideCompany*/
  #sideCompany .sideCompany_inner {
    padding: 30px 8%;
  }
  #sideCompany h2.logomark {
    width: 80%;
  }
  #sideCompany a.link-btn {
    width: 80%;
  }
  a.btn-mailform {
    font-size: 100%;
  }
  /*参加資格*/
  dl.box-head dt {
    width: 100%;
    margin-right: 0;
  }
  dl.box-head dd {
    width: 100%;
  }
}

/*追記*/
#mainArticles table.contactTable input[type=text], #mainArticles table.contactTable input[type=password], #mainArticles table.contactTable textarea, #mainArticles table.contactTable select, #mainBlogCommentForm table.contactTable input[type=text], #mainBlogCommentForm table.contactTable input[type=password], #mainBlogCommentForm table.contactTable textarea, #mainBlogCommentForm table.contactTable select {
line-height: 1.5;
}