@charset "shift_jis";
/* Updated 2023/11/22.T */
/* Updated 2021/11/12.T */

/*----------------------
common
----------------------*/

@font-face {
  font-family: "noto-sans";
  font-family: 'noto-sans-bold';
  font-style: normal;
  src: url(/kojin/cmn/fonts/Noto_Sans_JP/NotoSansCJKjp-Bold.otf);
}

.card-normal01 > .inner > .header > .title,
.card-tile01 > .inner > .text > .title,
.card-tile03 > .inner > .text > .title,
.btn-type02 > .inner,
.label-mark01,
.table-type01 > tbody > tr > th,
.table-type01 > thead > tr > th,
.table-detail01 > .item > .row > .header {
  font-family: 'noto-sans-bold', sans-serif;
}

/*----------------------
header
----------------------*/
.header-area {
  width: 100%;
  height: calc(80 * 100vw / 1368);
  min-height: 80px;
  position: relative;
  z-index: 9;
}

.nav-menu > .list {
  display: -webkit-box;
  display: flex;
}

.nav-menu > .list > .item.-top {
  width: 80px;
  border-left: 0;
}

.nav-menu > .list > .item.-top > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: normal;
}

.nav-menu > .list > .item.-top > a::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(/kojin/sougou/kouzakaisetsu/resources/images/cmn_ico_04.png) no-repeat;
  background-size: contain;
}

.nav-menu > .list > .item.-top.-current > a::before {
  background: url(/kojin/sougou/kouzakaisetsu/resources/images/cmn_ico_01.png) no-repeat;
}

.nav-menu > .list > .item {
  width: calc((100% - 80px) / 6);
  height: calc(80 * 100vw / 1368);
  min-height: 80px;
  border-left: 1px solid #fff;
}

.nav-menu > .list > .item > a {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #D5DEDB;
  color: #004831;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: 'noto-sans-bold', sans-serif;
  line-height: 1.11;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.nav-menu > .list > .item > a:hover {
  background: #F3F8F6;
}

.nav-menu > .list > .item > a > .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.nav-menu > .list > .item.-current > a {
  background: #004831;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    min-width: 1280px;
  }
}

@media screen and (max-width: 767px) {
  .header-area {
    height: 44px;
    min-height: auto;
    background: #033F2C;
  }

  .nav-area {
    height: 44px;
  }

  .nav-drawer {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0 16px 0 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #033F2C;
  }

  .nav-drawer > .logo > * {
    margin-right: 21px;
  }

  .nav-drawer > .logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 13px 0 10px;
  }

  .nav-drawer > .toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .nav-drawer > .toggle > .toggle-open {
    width: 16px;
    height: 15px;
  }

  .nav-drawer > .toggle > .toggle-close {
    display: none;
    width: 14px;
    height: 14px;
  }

  .nav-drawer > .toggle.-open > .toggle-open {
    display: none;
  }

  .nav-drawer > .toggle.-open > .toggle-close {
    display: block;
  }

  .nav-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index: 9;
  }

  .nav-menu > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
  }

  .nav-menu > .list > .item.-top {
    width: 100%;
  }

  .nav-menu > .list > .item.-top > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 50px;
  }

  .nav-menu > .list > .item.-top > a::before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: url(/kojin/sougou/kouzakaisetsu/resources/images/cmn_ico_04.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .nav-menu > .list > .item.-top.-current > a::before {
    background: url(/kojin/sougou/kouzakaisetsu/resources/images/cmn_ico_01.png) no-repeat;
    background-size: contain;
  }

  .nav-menu > .list > .item {
    width: 100%;
    height: auto;
    min-height: auto;
    border-left: 0;
    border-top: 1px solid #fff;
  }

  .nav-menu > .list > .item > a {
    display: -webkit-box;
    display: flex;
    height: 64px;
    padding: 20px 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    position: relative;
  }

  .nav-menu.-open {
    -webkit-transform:translateX(0);
    transform:translateX(0);
    overflow-y: auto;
  }

  .nav-menu > .list > .item.-current {
    background: #788883;
  }

  .nav-menu > .list > .item.-current > a {
    color: #fff;
  }
}

/*----------------------
main
----------------------*/

.page-kouzakaisetsu #main-area {
  padding-top: 0;
  padding-bottom: 50px;
}

.page-kouzakaisetsu #main-area .section-main > .inner {
  width: calc(1290 * 100% / 1368);
  margin: 0 auto;
  padding-top: 32px;
}

.page-kouzakaisetsu #main-area .sub-block01 > .inner {
  width: calc(1290 * 100% / 1368);
  margin: 0 auto;
  padding-top: 30px;
}

/*--title--*/
.page-kouzakaisetsu #main-area .section-main > .title01 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #E2EFBC;
  color: #004831;
  font-size: 3.2rem;
  font-family: 'noto-sans-bold', sans-serif;
  line-height: 0.75;
}


@media screen and (max-width: 768px) {
  .page-kouzakaisetsu #main-area {
    padding-bottom: 0;
  }

  .page-kouzakaisetsu #main-area .section-main {
    min-height: auto;
  }

  .page-kouzakaisetsu #main-area .section-main > .inner {
    width: 100%;
    padding: 28px 16px 0;
  }

  .page-kouzakaisetsu #main-area .section-main > .title01 {
    min-height: 104px;
    height: auto;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }

  .page-kouzakaisetsu #main-area .sub-block01 > .inner {
    width: 100%;
    padding: 30px 16px 0;
  }

}


/*----------------------
footer
----------------------*/

#footer-content > .footer-navi {
  padding: 0 18px;
  background: #e5edea;
}

#footer-content > .footer-navi > .inner > .list > .item:not(:first-child) {
  border-top: 1px solid #D5DEDB;
}

#footer-content > .footer-navi > .inner > .list > .item > a {
  display: block;
  padding: 18px 0;
  font-size: 1.4rem;
  color: #033F2C;
}

@media screen and (max-width: 768px) {
  .page-kouzakaisetsu #footer-content {
    margin-top: 20px;
  }
}
