@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: #ff8c00;
  font-weight: 500;
}
a:hover {
  color: #d27402;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #1c428e;
}
a.btn:hover {
  color: #fff;
  background: #ff8c00;
}
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;
}

/*--------------------------------------------------------------
image拡張
---------------------------------------------------------------*/
.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.full.img-wide-right .article_right .image {
    max-width: 100%;
    margin-right: auto;
  }
  .article.full.img-wide-left .article_left .image {
    max-width: 100%;
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
article p
---------------------------------------------------------------*/
.article p {
  text-align: justify;
}

/*--------------------------------------------------------------
normalTblフォントサイズ
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1.0em;
}

/*--------------------------------------------------------------
normalTbl 沿革
---------------------------------------------------------------*/
.article table.normalTbl.history th {
  font-size: 0.85em;
  min-width: 25%;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .article table.normalTbl th {
    background: #f5f5f5;
  }
}

/*--------------------------------------------------------------
テキスト装飾
---------------------------------------------------------------*/
.leadText {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.5;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 380px;
  height: 56px;
  /*position: absolute;
  top:26px;
  left: 2%;*/
  z-index: +1;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175583658893801.png") center left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 110px;
  background: url("/materials/175583659568901.png") right center no-repeat;
  background-size: 320px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer .topMenu li a {
  font-weight: 500;
}
#topMenu_outer .topMenu li a:hover {
  background: #1c428e;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: #a3aeb6;
}
ul.topics li p.more a, #mainTopics .listview a {
  background: #1c428e;
}

/*-------------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
  background: #1a3263;
}
#footer_body .copyright {
  font-weight: 300;
  background: #222;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: normal;
  background: #1a3263;
  border-bottom: 1px dotted #1a3263;
}
#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: #1a3263;
  border-bottom: 1px dotted #fff;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: #1a3263;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: #1a3263;
  /*margin-bottom: 0;*/
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  background: #1c428e;
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.6em;
  font-weight: 700;
}
.article h4 {
  font-size: 1.2em;
  color: #fff;
  background: #1a3263;
  border: none;
}
.article h4:before {
  background: #fdd000;
}
.article h5 {
  font-size: 1.25em;
  border-left: 4px solid #1c428e;
}

/*-------------------------------------------------------
記事：お問い合わせブロック
-------------------------------------------------------*/
.article.contact-block {
  background: url("/materials/175594631352601.png") center bottom no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}
.article.contact-block p {
  font-size: 1.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0;
}
.article.contact-block a.tel-link {
  font-size: 2.8em;
  line-height:1.2;
  font-weight: 900;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
.article.contact-block p.btn-mailform-wrap {
  margin-top: 20px;
  margin-bottom: 70px;
}
a.btn-mailform {
  font-size:1.1em;
  color:#fff;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  background: #1c428e;
  border-radius: 4px;
  padding: 1.0em 12px 0.8em;
  text-decoration: none;
  display: block;
  width: 70%;
  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: #ff8c00;
}
a.btn-mailform:hover::before, a.btn-mailform:hover::after {
  color:inherit;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
#sideCompany {
  width: 100vw;
  background: #f5f5f5;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany .logomark {
  width: 370px;
  height: 56px;
  background: url("/materials/175583658893801.png") no-repeat;
  margin: 30px auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 30px 0;
}
#sideCompany dl {
  width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.0em;
}
#sideCompany dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  height: 3.0em;
  color: #1c428e;
  font-weight: 500;
  margin-right: 3%;
  margin-bottom: 1.0em;
  border: none;
  border-bottom: 1px solid #1c428e;
}
#sideCompany dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  color: #000;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.7em;
}
#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: #1c428e;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ff8c00;
  border: 1px solid #ff8c00;
}
#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: #ff8c00;
  font-size: 1.25em;
}
#sideCompany a.tel-link:hover {
  color: #99cc00;
}

/*-------------------------------------------------------
サイト案内
-------------------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid {
  margin-bottom:15px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 200px;
  margin: 0 auto 35px auto;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  padding-bottom: 40px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% - 10px);
  height:40px;
  position:absolute;
  bottom:10px;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:1.25;
  margin-bottom:0;
  padding:0 8px;
  pointer-events: none;
  background: #1c428e;
  border-radius: 50vh;
}
.gallery.guideBtn ul.galleryGrids .comment span {
  display:block;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:1.25;
  text-align:center;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}

/*-------------------------------------------------------
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%;
}

/*-------------------------------------------------------
リスト ●
-------------------------------------------------------*/
ul.maru-plus {
  display: flex;
  flex-direction: column;
  padding: 1.25em 1.5em 1.25em 1.0em;
  background: rgba(255,255,255,0.7);
}
ul.maru-plus li {
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.3em 0;
}
ul.maru-plus li:before {
  content: "●";
  font-size: 0.8em;
  margin-right: 0.1em;
  vertical-align: 0.1em;
  color: #fdd000;
  margin-left: -1.2em;
}

/*-------------------------------------------------------
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; }

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
p.signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
ul.faq li.qus:before, ul.faq li.ans:before {
  margin: 0 12px 0 -44px;
}
ul.faq li.qus {
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 2px dotted #ccc;
}
ul.faq li.qus::before {
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  background-color: #26773b;
  border-radius: 18px;
  margin-bottom: 8px;
}
ul.faq li.ans::before { 
  color: #fff;
  background-color: #999;
}

/*--------------------------------------------------------------
組合員紹介リスト
---------------------------------------------------------------*/
ul.members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.members li {
  font-size: 1.2em;
  font-weight: 500;
  display: inline-block;
  width: calc(100% / 3 - 1.0em);
  margin-right: 1.0em;
  margin-bottom: 0.4em;
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #999;
}

/*--------------------------------------------------------------
採用までの流れ
---------------------------------------------------------------*/
.article.recruit-flow .article_outer {
  display: block;
  background: #ecf3f7;
  padding: 20px 30px 15px 30px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 30px;
}
.article.recruit-flow  .article_outer::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 40px;
  color: #ffa705;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.article.recruit-flow.last .article_outer::after {
  display: none;
}
.article.recruit-flow h5 {
  margin-top: 0;
  border-left: none;
  padding-left: 0;
}
.article.recruit-flow h5 span {
  display: inline-block;
  font-size: 150%;
  font-weight: 900;
  color: #1c428e;
  margin-right: 10px;
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
.article.charm_point .image {
  max-width: 240px;
}

/*編集画面*/
.ams-build .freeHtml_body {
  min-height: 40px;
}
@media only screen and (max-width: 740px) {

  #title #title_outer {
    background: none;
  }
}
/*===================================================================
600px以下
===================================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #1a3263;
  }
  /*title*/
  #title h1 {
    width: 240px;
    height: 56px;
    top: 15px;
    left: 0;
    padding: 0;
  }
  #title #title_outer {
    height: 56px;
  }
  /*パンクズリスト*/
  #pankuz_outer {
    width:94%;
  }
  /* 画面下部固定のリンクパーツ */
  #bottomLink{
    position:fixed;
    display:block;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:45px;
    overflow:hidden;
    border-top: 1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #1c428e;
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 42px;
    height:100%;
  }
  #bottomLink a span{
    font-size:16px;
    font-weight: 500;
    display: inline-block;
    padding-right: 26px;
    position: relative;
  }
  #bottomLink a span::after {
    position: absolute;
    top: 12px;
    right: 0;
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/materials/165458740560101.png) no-repeat;
    background-size:18px;
    margin: 0 4px;
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 40px;
  }
  /*mainContents*/
  #mainContents {
    padding-bottom: 0;
  }
  /*freeHtml　会社概要*/
  #sideCompany .sideCompany_inner {
    max-width: 100%;
    padding: 30px 20px;
  }
  #sideCompany .logomark {
    width: 60vw;
    height: 9vw;
  }
  /*組合員紹介リスト*/
  ul.members li {
    width: calc(100% / 2 - 1.0em);
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*freeHtml　会社概要*/
  #sideCompany a.link-btn {
    width: 100%;
  }
  /*記事：お問い合わせブロック*/
  .article.contact-block {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .article.contact-block a.tel-link {
    font-size: 2.0em;
  }
  a.btn-mailform {
    font-size: 0.9em;
    width: 100%;
  }
  a.btn-mailform::before {
    margin-right: 5px;
  }
  a.btn-mailform::after {
    margin-left: 5px;
  }
}