html{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  overflow-x: hidden;
}


main {
  width: 1000px;
  margin: 0 auto;
}


a{color: #3584bb;}

a:hover{
opacity: .9;
transition: .5s;
}

/* 新規タブでアイコン */
a[target="_blank"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: .8rem;
  content: "\f35d";
  margin: 0 0 0 5px;
}




.front-ttl{
  text-align: center;
  font-size: 2.3rem
}

:root {
  --my-cool-background: #072b59;
}

.bold{font-weight: bold;}
.sitetitle {
  letter-spacing: .1rem;
}
.sitetitle:hover{
  opacity: .8;
}

@media (max-width: 1023px) {
  main{
    width:100%;
    padding: 1rem;
  }
  .front-ttl {
    text-align: center;
    font-size: 1.5rem;
}
    #front-page main{
      padding-top: 0;

    }
  }

/* ヘッダー */



header h1{margin: 0;position: relative;}

header h1::before {
  content: "";
  position: absolute;
  top: -34px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  }


.subttl{margin: 0;}

.header-right {
  display: flex;
  align-items: center;
}
.btnwrap p {
  line-height: 1rem;
  margin: 0;
  padding: 0.1rem 0 0.3rem;
}
header a{text-decoration: none;color: #222;}

.tel {
  font-size: 1.5rem;
}
.ukethuke{
  font-size: 0.875rem;
    text-align: center;
    color: #072b59;
    font-weight: bold;
    margin-left: 1.3rem;
}


/* グローバルナビ */
.gnavi {
  height: 80px;
  background-color: #072b59;
  box-shadow: 0 3px 6px -3px #000000 inset;
}
.gnavi__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.gnavi ul {
  height: 100%;
  display: flex;
}
.gnavi li {
  flex: 1 1;
  position: relative;
  display: flex;
}
.gnavi li:hover{
  background-color: #073572;
  transition: .5s;
}

.gnavi li::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: calc((100% - 20px)/2);
}
.gnavi li:last-child::after {
  content: none;
}
.gnavi a {
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
}
/* .gnavi a:hover span {
  color: #ff7600;
  position: relative;
} */
.gnavi a:hover span::after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  bottom: 0;
  /* background-color: #ff7600; */
  border-radius: 5px;
}
.gnavi span {
  display: flex;
  align-items: center;
  word-break: keep-all;
  letter-spacing: 0.06rem;
  text-align: center;
}

.sitetitelrwrap{
  display: flex;
  justify-content: space-between;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 0.5rem;
  }

  a[href$=".pdf"]:before {
    content: '';
    background-image: url(../img/icon/pdf.png);
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.4rem;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}


@media (max-width: 1023px) {
  .header-right {
    display:none;
  }
  .sitetitle {
    width: 100%;
}
/* スマホ版でグローバルメニューなし */
nav.gnavi {
  display: none;
}
.sitetitelrwrap {
  display: flex;
  justify-content: space-between;
  margin-left: 0.3rem;
  margin-right: 0rem;
  margin-top: 0.5rem;
}
header h1 {
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: initial;
}
.subttl {
  font-size: .7rem;
  letter-spacing: initial;
}
.sitetitelrwrap {
  display: flex;
  justify-content: space-between;
  margin-left: 0.5rem;
  margin-right: 0rem;
  margin-top: 0.5rem;
}
}



/* ヘッダー */



/* 電話番号 */
.tel a{
  color: #072b59;
  font-weight: bold;
}
.tel::before{
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #072b59;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }

/* 電話番号*/

/* ボタン */
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}



.btn,
a.btn,
button.btn {
  /* font-size: 1.6rem; */
  font-weight:bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}


a.btn--red.btn--cubic {
  background-color: #072b59;
  /* padding: 1rem 2.5rem; */
  padding: 1rem;
  padding-left: 1.8rem;
  padding-right: 2.9rem;
}

/* 基本のボタン */
a.btn.btn--red.btn--radius.btn--cubic.basicbtn {
  padding-left: 4rem;
  padding-right: 4.5rem;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #072b59;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

/* ボタンを中央寄せ */
.btnwrap {
  text-align: center;
  margin-left: 1rem;
}


/* ボタン */


.btnwrap p::before{
  content: url(../img/pen.png);
}

.btnwrap p{line-height: 1rem;}


.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #072b59;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #072b59;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/* ハンバーガーのボタン */
.menu-btn {
position: fixed;
top: 10px;
right: 10px;
display: flex;
height: 60px;
width: 60px;
justify-content: center;
align-items: center;
z-index: 90;
background-color: #072b59;
}
/* ハンバーガーの中のフォームボタン */
.btnwrap.hamburger-btn {
  margin-top: 1rem;
  margin-left: 0;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
content: '';
display: block;
height: 3px;
width: 25px;
border-radius: 3px;
background-color: #ffffff;
position: absolute;
}
.menu-btn span:before {
bottom: 8px;
}
.menu-btn span:after {
top: 8px;
}

#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
bottom: 0;
transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
top: 0;
transform: rotate(-45deg);
}
#menu-btn-check {
display: none;
}
.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 80;
background-color: #d8f0f2;
}
.menu-content ul {
padding: 70px 10px 0;
}
.menu-content ul li {
border-bottom: solid 1px #fff;
list-style: none;
line-height: 2.5rem;
}
.menu-content ul li a {
display: block;
width: 100%;
font-weight: bold;
box-sizing: border-box;
color:#fff;
text-decoration: none;
padding: 9px 15px 10px 0;
position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 45%;
}
.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 100%;/*leftの値を変更してメニューを画面外へ*/
z-index: 80;
background-color: #072b59;
transition: all 0.5s;
opacity: .98;
/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
left: 0;/*メニューを画面内へ*/
}



@media (min-width: 1023px) {
.hamburger-menu {
  display: none;
}

}

/* グローバルメニュー */

/* スライダー */

section.slider {
  position: relative;
}
.slider_ttlwrap {

  font-size: 1.2rem;
  font-family: serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 3rem;
}
.slider_ttl.font-large {
  font-size: 2.2rem;
}
.slider_ttlwrap {
  color: #222;
  /* text-shadow: 0px 1px 1px 1px #fff; */
  text-shadow: 0px 0px 14px rgb(255 255 255);
}

/* @media (max-width:767px) {
.slider_ttl.font-large {
  font-size: 2rem;
}
.slider_ttl {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.slider_ttlwrap {
  background-color: aliceblue;
  padding: 2.2rem;
  padding-bottom: 2.7rem;
}

} */


/* @media (max-width:767px) {

section.slider {
  display: none;
}
} */

/* @media (min-width:768px) {
  .slider_ttlwrap {
    display: none;
  }
  } */







/* ご相談ください */
.bg-right{
  background-color: #d8f0f2;
}
.soudanttl{
  color:var(--my-cool-background);
  text-align: center;
}

.about .box{
  border-radius: 15px;
}
/*水色のボックスの角の丸み、パディング*/
.box.bg-right {
  padding: 1rem;
  border-radius: 20px;
}

.aboutbox:hover{
	opacity: .8;
  transform: translateY(-5px);
  transition: .5s;
}
.about .boxinnner1{padding: 1rem;}

.cheackbox-icon::before{
  content: url(../img/check.png);
}
.cheackbox-icon{
  list-style-type: none;
  line-height: 2.5rem;/* チェックボックスのliのlineheight */
  font-weight: bold;
  display: flex;
}

.flexwrap {
  display: flex;
  justify-content: space-around;
}

/* 例えばこんなご相談 */
.balloon {
  position: relative;
  background-color: #fff;
  border-bottom: 2px solid #072b59;
  padding: 10px;
  width: 33%;
  text-align: center;
  margin-bottom: 1.5rem;
  left: 40%;
  font-weight: bold;
  margin-top: 1rem;
  }
  
  .balloon:before,
  .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  }
  
  .balloon:before {
  border: 12px solid transparent;
  border-top: 12px solid #072b59;
  }
  
  .balloon:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
  }
  
  .balloon p {
  margin: 0;
  padding: 0;
  }
  section.flow { margin-top: 4rem;}/* 秋田県中小企業活性化協議会にできることの上のマージン*/
  .flexwrap.shitumon2 {
    margin-bottom: 4rem;
    /* margin-top: 1rem; */
}

@media (max-width: 1020px) and (min-width: 768px) {
  .balloon {
    width: 90%;
    margin: 0 auto;
}
.flexwrap.shitumon2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
 }




@media (max-width: 1023px) {
  .flexwrap{
    display: block;
  }
  .mb-none{display: none;}
  .box {width: 100%;}
  .balloon {
    width: 100%;
    left: 0;
}
section.flow {
  margin-top: 0rem;
}
.about .boxinnner1 {
  margin-bottom: 0.5rem;
}
section.about { margin-top: 1rem;}
}

.box.bg-right {
margin-bottom: 0.5rem;
}

/* ご相談ください */


/* 秋田県中小企業活性化協議会にできること */


.about h2:after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin: 16px auto 0;
  background: #082B71;
}

.box {
  width: 30%;
  height:auto;
  position: relative;
}
.boxwrap{
  display: flex;
  justify-content: space-around;
}
.boxwrap.boxwrap2 {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

h3.boxttl {
  text-align: center;
  margin: 0;
}
.box img{
  display: block;
   margin: 0 auto;
   width: auto;
    height: 50px;
}
.box p{
  margin: 1rem 0;
}
.aboutbox{  font-weight:initial;}
.boxinnner {
  padding: 2rem;
  padding: 1.4rem;
  border: solid 2px #072b59;
  border-radius: 10px;
  /* border: 1px solid hsl(0 0% 83%); */
  box-shadow: 0 2.5rem 2rem -2rem hsl(200deg 50% 20% / 40%);
}
.number{position: absolute;
  bottom: 24rem;}

.aboutbtn{padding-top: 3rem;padding-bottom: 3rem;}


.link-black{
  color: #222;
  text-decoration: none;
  text-align: center;
  display: block;
}/*リンクの文字色を黒に,下線なし,中央寄せ*/

.link-black::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.boxinner{
  
    position: relative;
  
}


  @media (max-width: 767px) {
    .boxwrap{
      display: block;
    }
  /* スマホ版でbox１カラムに*/
    .box {
      width: 100%;
      height: auto;
      position: relative;
  }
  .box.aboutbox {
    width: 100%;
}
.boxwrap.boxwrap2 {
  display: block;
}
.boxinnner {
  margin-bottom: 0.5rem;
}
.box p {
  margin: 1rem 0;
  text-align: center;
}

  
  }

  @media (max-width: 1024px) and (min-width: 768px) { 
    .about .aboutbox {
      width: 47%;
      height: auto;
      position: relative;
      margin: 0.5rem;
    }
    
    .boxwrap.boxwrap2 {
      display: flex;
      justify-content: space-around;
      margin-top: 2rem;
      margin-bottom: 6rem;
      flex-wrap: wrap;
    }

    .about .box p {
      /* margin: 1rem 0; */
      padding: 0 3rem;
  }

   }

/* 秋田県中小企業活性化協議会にできること */


/* お知らせ*/

/* お知らせ欄の投稿タイトルの色 */
a.postttl {
  color: #222;
  display: block;
      margin-left: 1rem;
}

a.postttl::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  /* border: solid; */
}

a.postttl:hover{
  text-decoration: none;
}

.news h2:after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin: 16px auto 0;
  background: #082B71;
}

section.news {
  background-color: #ededed;
  padding-top: 4rem;
}
.newsinner{
  background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 3rem;
}

.news_list {
  list-style-type: none;
  flex-basis: 73%;
}

/**/
.news .col-2{
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_meta {display: flex;}/*日付とカテゴリを並べる */
li.news_item {display: flex;}/*投稿タイトルを横に並べる*/

/* a.postttl {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border: solid;
  padding-left: 15%;
} */


.news-ttlwidth{flex-basis: 27%;}

.aboutbox{
  width: 24%;
    height: auto;
    position: relative;
}

/* li.news_item{
  display: flex;
  line-height: 4rem;
  border-bottom: solid 1px #ededed;
  position: relative;
} */
li.news_item {
  display: flex;
  /* line-height: 4rem; */
  border-bottom: solid 1px #ededed;
  position: relative;
  padding: 1rem 0;
}
.date_area {
  min-width: 150px;
}

li.news_item:hover{
  background-color: #ededed;
  transition: .5s;
}

li.news_item:last-of-type{border-bottom: none;}

.listinner {
  width: 90%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.color-link_txt{
  color:#222;
  /* font-weight: bold; */
}
.postnone{
    list-style-type: none;
    display: block;
    /* margin: 0 auto; */
    text-align: center;
}

/* a.postttl {
  position: absolute;
  width: 100%;
  height: 100%;
} */




@media (max-width: 1023px) {
  .news .col-2 {display: block;}/*スマホ版で「お知らせ」を上に持ってくる*/
  li.news_item {
    display: block;
    line-height: 4rem;
    border-bottom: solid 1px #ededed;
    position: relative;
}
.newsinner {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
}
.news_text {
  line-height: 1.5rem;
}
ul.listinner {
  width: 100%;
  font-weight: bold;
}
.color-link_txt{
  font-weight: bold;
}

}

@media screen and (min-width: 1023px){
  .news_meta {
    width: 9rem;
}
}

@media screen and (max-width: 1046px){
  li.news_item {
    display: block;
}
}

 /* お知らせ */



 /* よくある質問 */
 section.mt_S {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

 .mt_S h2:after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin: 16px auto 0;
  background: #082B71;
}

.accordion {
    width: 100%;
    margin-top: 2rem;
  }
  
  /* inputのチェックボックスを非表示 */
  .accordion-hidden {
    display: none;
  }
  
  /* 見出しボタン部分 */
  .accordion-open {
    display: block;
    padding: 10px 80px 10px 10px;
    background: #d8f0f2;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
  }
    .accordion-open:hover{
      opacity: .8;
      transition: .5s;
    }
  
  /* ＋アイコン */
  .accordion-open::before,
  .accordion-open::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  
  /* アイコンのー */
  .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  
  /* アコーディオンが開いたらーに */
  .accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
  }
  
  /* アコーディオン中身部分 */
  .accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
    cursor: pointer;
  }
  
  /* チェックボックスにチェックが入ったら中身部分を表示する */
  .accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px;
  }
  /* ↑ここまで共通 */
  
  
  /* Q&A追加 */
  .accordion_qa .Q,
  .accordion_qa .A {
    position: relative;
    margin-left: 1rem;
  }
  
  .accordion_qa .Q::before,
  .accordion_qa .A::before {
    font-size: 1.5em;
    display: block;
    position: absolute;
    top: -.6em;
    left: -1rem;
  }

  /* span.Q {
    padding-left: -1rem;
    margin-left: 4rem;
} */
  
  /* .accordion_qa .Q::before {
    content: url(../img/Q.png);
    margin-left: -4rem;
  }
  
  .accordion_qa .A::before {
    content: url(../img/A.png);
    content: url(../img/A.png);
    margin-top: 0.3rem;
  } */
  
  .accordion_qa .accordion-open{
    display: flex;
    padding-left: 3rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    border-radius: 30px;
    align-items: center;
}
.accordion-inner{display: flex;}
  
  .accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 2.5em;
    align-items: center;
}
  /* Q&A追加ここまで */
  
  
  /* 中にいろいろ入れたいとき */
  .accordion-box {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 1s;
  }
  
  .accordion-hidden:checked+.accordion-open+.accordion-box {
    height: auto;
    opacity: 1;
    padding: 10px;
  }

   /* よくある質問 */












  /* フッター */
  footer {
    background-color: #072b59;
    color: #fff;
}
 footer h2{font-size: 1.875rem;}

 .footerinner {
  padding: 2rem 5rem;}


/* 最下部に固定 */
.footer {
  width:100%;
  height: 100px;
  position: absolute;
  bottom: 0;
}
.tel2::before{
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #fff;
}
.fax::before{
  content: url(../img/fax.png);
  margin-right: 0.5rem;
}
.pdf::before{
  content: url(../img/pdf.png);
  margin-right: 0.5rem;
}
.bg-white{background-color: #fff;}
a.btn.btn--red.btn--radius.btn--cubic.bg-white {
  background-color: #fff;
  color: #072b59;
}
.ft_btnwrap p::before {
  content: url(../img/pen2.png);
}

.footerinner {
  line-height: 2;
  font-weight: bold;
}
/* コピーライト */
.footer__copy{text-align: center;}
small.footer__copy {
  /* text-align: center; */
  margin: 0 auto;
  display: block;
  background-color: #072b59;
  color: #fff;
  padding: 1rem;
  font-size: .5rem;
}

/* 電話番号のリンク色を白に */
a.tel2 {
  color: #fff;
}

.moushikomi_tel::before{
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #072b59;
}


.moushikomi_fax::before{
  font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f1ac";
  margin-right: 0.8rem;
}

@media (max-width: 1023px) {
  .footerinner {
    padding: 1rem 1rem;
}
footer h2 {
  font-size: 1.3rem;
}

}

 /* フッター */

