@charset "utf-8";

html,
body {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background-color: #f3f4f7;
  font-size: 13px;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
}

.img {
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.hover-opacity {
  transition: opacity 0.3s;
}

.hover-opacity:hover {
  opacity: 0.8;
}

main {
  padding-bottom: 68px;
  flex: 1;
}

.js-scrollable {
}

.side-nav {
  max-width: 100%;
  min-width: max-content;
  margin-right: 52px;
  border-right: #e6e6e6 1px solid;
}

.side-nav__list {
  position: sticky;
  top: 20px;
}

.side-nav__list-link {
  display: inline-flex;
  align-items: center;
  height: 1px;
  min-height: 20px;
  transition: background-color 0.3s;
}

.side-nav__list-link:hover .side-nav__list-icon.--off {
  display: none;
}

.side-nav__list-link:hover .side-nav__list-icon.--on {
  display: inline;
}

.side-nav__list-name {
  display: flex;
  align-items: center;
  height: 100%;
}

.side-nav__list-link:hover {
  font-weight: bold;
  background-color: #0e357f;
  color: #fff;
}

.side-nav__list-item {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.side-nav__list-link {
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 50px;
  width: 100%;
  cursor: pointer;
}

.side-nav__sub {
  position: absolute;
  visibility: hidden;
}

.sub-menu-head.on + .side-nav__sub {
}

.side-nav__sub-item {
  display: block;
  background-color: #022f55;
  color: #fff;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-left: 70px;
  padding-right: 3%;
  transition: font-weight 0.3s;
  min-width: max-content;
}

.side-nav__sub-item:hover {
  font-weight: bold;
}

.sub-menu-head {
  position: relative;
  overflow: hidden;
  min-width: 280px;
}

.sub-menu-head.on {
  background-color: #0e357f;
  color: #fff;
  font-weight: bold;
}

.sub-menu-head.on:after {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.sub-menu-head.on .side-nav__list-icon.--off {
  display: none;
}

.sub-menu-head.on .side-nav__list-icon.--on {
  display: inline;
}

.sub-menu-head:hover:after,
.side-nav__list-item.active .sub-menu-head:after {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.sub-menu-head.on:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.side-nav__sub-item:not(:last-child) {
  border-bottom: 1px solid #0e357f;
}

.side-nav__list-item.active .side-nav__list-link {
  background-color: #0e357f;
  color: #fff;
  font-weight: bold;
}

.side-nav__list-item.active .side-nav__list-link::before {
  display: block;
  content: "";
  position: absolute;
  left: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  width: 4px;
  height: 50%;
  background-color: #fff;
  border-radius: 3px;
}

.side-nav__list-icon {
  max-width: 100%;
  height: auto;
  margin-right: 8px;
  width: 13px;
}

.side-nav__list-item.active .side-nav__list-icon.--on,
.side-nav__list-icon.--off {
  display: inline;
}

.side-nav__list-item.active .side-nav__list-icon.--off,
.side-nav__list-icon.--on {
  display: none;
}

/* .side-nav__list-item.--home .side-nav__list-icon {
    width: 18px;
}

.side-nav__list-item.--shokokai-directory .side-nav__list-icon {
    width: 18px;
}

.side-nav__list-item.--news .side-nav__list-icon {
    width: 18px;
}

.side-nav__list-item.--news-imp .side-nav__list-icon {
    width: 18px;
}


.side-nav__list-item.--business .side-nav__list-icon {
    width: 18px;
}

.side-nav__list-item.--model-subsidy .side-nav__list-icon {
    width: 18px;
} */

.current-situation {
  font-size: 14px;
  margin-bottom: 16px;
}

.main-wrap {
  display: flex;
  height: 100%;
}

.main-wrap__content {
  max-width: 100%;
  width: 100%;
  padding-right: 6.3%;
  display: flex;
  flex-direction: column;
  padding-top: 58px;
}

.input-field {
  display: block;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  height: 34px;
  border-radius: 18px;
  cursor: pointer;
  font-weight: 500;
}

.scroll-wrap.--mb1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cat-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cat-tab__item {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  min-height: 26px;
  min-width: 97px;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.cat-tab__item.active {
  background-color: #deebf9;
  border: 1px solid #0e357f;
}

.cat-tab__item:hover {
  background-color: #deebf9;
  border: 1px solid #0e357f;
}

.cat-tab__item-icon {
  width: 14px;
  max-width: 100%;
  height: auto;
  margin-right: 6px;
}

.white-box {
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
}

.white-box.--pb1 {
  padding-bottom: 30px;
}

.white-box__head {
  padding: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.--single .white-box__head {
  padding: 16px 5%;
}

.white-box.--type1 .col1 {
  flex: 257;
  min-width: 240px;
  padding-left: 1%;
  padding-right: 1%;
}

.white-box.--type1 .col2 {
  flex: 420;
  padding-left: 3%;
}

.white-box.--type1 .col3 {
  flex: 80;
  min-width: 80px;
}

.white-box.--type1 .col4 {
  flex: 70;
  min-width: 80px;
}

.white-box.--type2 .col1 {
  flex: 183;
  min-width: 120px;
}

.white-box.--type2 .col2 {
  flex: 157;
}

.white-box.--type2 .col3 {
  flex: 213;
}

.white-box.--type2 .col4 {
  flex: 213;
}

.white-box.--type2 .col5 {
  flex: 213;
}

.white-box.--single {
  display: flex;
  flex-direction: column;
}

.white-box.--single .btn1 {
  margin-top: auto;
}

#js-more {
  margin-top: 20px;
}

.white-box__head-title {
  font-size: 18px;
}

.single-article {
  padding: 16px 5%;
}

.single-article__date {
  margin-bottom: 10px;
}

.single-article__content {
  line-height: 1.7;
}

.single-article__content img {
  max-width: 100%;
  height: auto;
}

.single-article__content p:not(:last-child) {
  margin-bottom: 16px;
}

.single-article__content a {
  text-decoration: underline;
  color: #172d61;
  transition: opacity 0.3s;
}

.single-article__content a:hover {
  opacity: 0.8;
}

.post-list {
}

.post-list__item {
  border-bottom: 1px solid #e6e6e6;
  display: none;
}

.post-list__item.--not {
  padding: 16px;
}

.post-list__item:nth-child(-n + 20) {
  display: block;
}

.post-list__item-link {
  display: flex;
  align-items: center;
  padding: 16px;
}

.post-list__item-link:hover .post-list__item-title {
  text-decoration: underline;
}

.post-list__item-link:visited .post-list__item-title {
  color: #681da8;
}

.post-list__item-catIcon {
  width: 24px;
  max-width: 100%;
  height: auto;
  margin-right: 8px;
}

.post-list__item-cat {
  display: flex;
  align-items: center;
}

.post-list__item-catTitle {
  white-space: nowrap;
}

.post-list__item-catSub {
  display: inline-flex;
}

.post-list__item-catSub::before {
  content: "";
  display: inline-flex;
  width: 1px;
  background-color: #e6e6e6;
  margin-left: 5px;
  margin-right: 5px;
}

.post-list__item-title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 3%;
  color: #1a0eab;
}

.post-list__item-kind {
  color: #808080;
}

.directory-list__item {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.directory-list__item a {
  color: #0a58a5;
  font-weight: 500;
}

.btn1 {
  width: fit-content;
  min-width: 68px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.bread-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  font-size: 18px;
}

.bread-list.--mb1 {
  margin-bottom: 42px;
}

.bread-list__item {
  display: flex;
  align-items: center;
}

.bread-list__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  max-width: 100%;
  background-image: url("../imgs/common/bread_arrow.png");
  background-position: center;
  background-size: contain;
  margin: 0 18px;
}

#user {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user__inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
}

.user__form-label {
  display: block;
  color: #808080;
  font-weight: 500;
  margin-bottom: 10px;
}

.user__form-row:not(:last-child) {
  margin-bottom: 32px;
}

.user__logo {
  display: block;
  max-width: 100%;
  width: 225px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.user__error {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#user .input-field {
  padding-left: 3%;
}

.user__submit {
  max-width: 100%;
  width: 214px;
  background-color: #172d61;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  color: #fff;
}

.user__form-link {
  text-align: center;
  color: #064583;
  margin-top: 68px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.user__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.user__desc {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

#user .btn1 {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.access__wrap {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px 0;
}

.access__btn {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  min-height: 50px;
  background-color: #666;
  line-height: 1.75;
}

.access__btn span {
  position: relative;
}

.access__btn--mail span {
  padding-left: 34px;
}

.access__btn--mail span:before {
  content: "";
  display: block;
  width: 25px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs/common/icon_mail.svg") center center / contain no-repeat;
}

.access__btn--tel span {
  padding-left: 24px;
}

.access__btn--tel span:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs/common/icon_tel.svg") center center / contain no-repeat;
}

.mail-poet__title {
  color: #0e357f;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}

#mail-poet .white-box {
  padding: 40px 4%;
}

.mail-poet__desc {
  line-height: 1.75;
}

#mail-poet .btn1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.mailpoet__link a {
  text-decoration: underline;
  color: #172d61;
  transition: opacity 0.3s;
  font-weight: 500;
}

.mailpoet__link a:hover {
  opacity: 0.8;
}

.mailpoet_validate_success {
  width: 100% !important;
  font-size: 13px !important;
  color: #87b73e !important;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1024px) {
  .side-nav {
    min-width: 240px;
  }

  .main-wrap__content {
    padding-right: 1.5%;
  }
}

@media screen and (max-width: 768px) {
  .sub-menu-head {
    min-width: auto !important;
  }
  .scroll-wrap {
    overflow-x: auto;
  }

  main {
    padding-bottom: 10%;
  }

  .sp.--768 {
    display: block !important;
  }

  .pc.--768 {
    display: none !important;
  }

  .bread-list {
    font-size: 16px;
  }

  .bread-list.--mb1 {
    margin-bottom: 20px;
  }

  .bread-list__item:not(:last-child)::after {
    width: 13px;
    height: 10px;
    margin: 0 8px;
  }

  .main-wrap__content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .side-nav {
    display: none;
  }

  .white-box__head-title {
    font-size: 15px;
  }

  .js-scrollable .white-box {
    width: 768px;
  }

  .white-box.--pb1 {
    padding-bottom: 5%;
  }

  .white-box__head {
    padding: 3%;
  }

  .--single .white-box__head {
    padding: 3% 5%;
  }

  .directory-list__item,
  .post-list__item-link {
    padding: 3%;
  }

  .cat-tab {
    flex-wrap: nowrap;
    width: max-content;
  }

  .cat-tab__item {
    font-size: 12px;
  }

  /* .side-nav__list-icon {
    width: 16px;
  } */

  .side-nav__list-item {
  }

  .side-nav__list-link {
    padding-left: 28px;
  }

  .side-nav {
    border-right: none;
    width: 100%;
  }

  .side-nav__sub-item {
    padding-left: 56px;
  }

  .white-box.--type1 .col1 {
    min-width: 290px;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
