@charset "UTF-8";
.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.inter, #footer_inner .f_bnr_ttl, header, .sect_ttl em, .subject, .area_ttl, .view {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.roboto, .data_wrap .date {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.arrow_left {
  display: inline-block;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  rotate: -135deg;
}

.arrow_right, #path li:not(:last-child)::after, #gnav .dropdown ul li a::after {
  display: inline-block;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  rotate: 45deg;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3000;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.container {
  width: 100%;
  width: min(100%, 1036px);
  padding: 0 18px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* ボタン */
.back {
  width: min(100%, 284px);
  margin: 68px auto 0;
}
.back a {
  border: 1px solid currentColor;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .back {
    width: min(100%, 234px);
    margin-top: 45px;
  }
  .back a {
    height: 70px;
    line-height: 70px;
  }
}

.view {
  border-bottom: 2px solid currentColor;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .view {
    font-size: 13px;
  }
}

a.txt_link {
  color: #0950C1;
  text-decoration: underline;
}
a.txt_link:hover {
  opacity: 1;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  font-size: min(2.19vw, 22px);
  letter-spacing: 0.025em;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #site_title {
    font-size: 16px;
  }
}

.area_ttl {
  font-size: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .area_ttl {
    font-size: 28px;
  }
}

.subject {
  border-bottom: 1px solid #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
  padding: 0 18px;
  margin-top: 100px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subject {
    margin-top: 70px;
    height: 110px;
    font-size: 22px;
  }
}
.subject.NotoSans {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .subject.NotoSans {
    font-size: 20px;
  }
}

.sect_ttl {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.sect_ttl em {
  display: block;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sect_ttl em {
    font-size: 26px;
  }
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  background: #fff;
  border-bottom: 1px solid #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  width: 100%;
  height: 100px;
  padding: 0 clamp(20px, 3.66vw, 50px);
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
header .header_inner {
  background: #fff;
}
@media screen and (max-width: 767px) {
  header {
    border: none !important;
    height: 70px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible;
  }
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D5D5D5;
    width: 100%;
    height: 70px;
    padding-left: 18px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
}

/* menu */
.menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2000;
  }
  .menu .icon {
    display: block;
    width: 35px;
    height: 1.5px;
    border-top: 1.5px solid currentColor;
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu .icon::before, .menu .icon::after {
    content: "";
    width: 35px;
    border-top: 1.5px solid currentColor;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: -8px;
  }
  .menu .icon::after {
    bottom: -6px;
  }
  .menu .icon.active {
    border-color: transparent;
  }
  .menu .icon.active::before {
    -webkit-transform: rotate(-155deg);
            transform: rotate(-155deg);
    top: 0;
    right: 0;
  }
  .menu .icon.active::after {
    -webkit-transform: rotate(155deg);
            transform: rotate(155deg);
    bottom: 0;
    right: 0;
  }
}

/* グローバルナビゲーション */
@media screen and (max-width: 767px) {
  #gnav {
    background: #fff;
    display: block !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    padding-top: 70px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  #gnav.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #gnav > ul {
    display: block;
    font-size: 16px;
  }
}
#gnav > ul > li {
  margin-right: min(3vw, 30px);
  font-size: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  #gnav > ul > li {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    font-size: 16px;
    text-indent: 0;
  }
}
#gnav > ul > li span {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#gnav > ul > li span.menu_close {
  position: relative;
}
#gnav > ul > li span.menu_close::after {
  content: "";
  border: 1px solid #707070;
  background: currentColor;
  width: 78px;
  height: 5px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  #gnav > ul > li span {
    display: block;
    height: 100%;
  }
  #gnav > ul > li span.menu_close::after {
    display: none;
  }
}
#gnav > ul > li a, #gnav > ul > li span {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #gnav > ul > li a, #gnav > ul > li span {
    display: block;
    height: 50px !important;
    background-size: 10px 10px !important;
    padding: 0 15px;
    line-height: 50px;
    font-weight: bold;
  }
}
#gnav > ul > li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #gnav > ul > li a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
#gnav .dropdown {
  display: none;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 99px;
  top: calc(100% + 1px);
  left: 50%;
}
#gnav .dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 15px 50px;
}
#gnav .dropdown ul li a::after {
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-width: 1.2px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #gnav .dropdown {
    height: 100%;
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  #gnav .dropdown ul {
    display: block;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  clear: both;
  overflow: hidden;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #main {
    padding: 60px 0 20px;
  }
}

.contents {
  background: #FAFAFA;
}

@media screen and (max-width: 767px) {
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* topics */
.topics_list li {
  border-bottom: 1px solid #E0E0E0;
  word-break: break-all;
}
.topics_list li a {
  padding: 20px 0;
  display: block;
  width: 100%;
}
.topics_list .detail {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .topics_list .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topics_list .detail {
    width: 100%;
    margin-top: 10px;
  }
}

.data_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  font-size: 13px;
}
.data_wrap .date {
  color: #989898;
}
.data_wrap .cat {
  background: #000;
  min-width: 100px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data_wrap .data_wrap {
    font-size: 12px;
  }
  .data_wrap .data_wrap .cat {
    height: 21px;
    line-height: 21px;
  }
}

.company_detail {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0 40px;
  margin-top: 100px;
  font-weight: 500;
}
.company_detail:first-of-type {
  margin-top: 0;
}
.company_detail .box {
  background: #fff;
  padding: 0 26px;
  aspect-ratio: 1/0.564;
}
.company_detail .box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.company_detail .box.txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.company_detail .detail_ttl {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
}
.company_detail p {
  font-size: 14px;
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  .company_detail {
    display: block;
    margin-top: 60px;
  }
  .company_detail .box {
    padding: 0 11%;
    margin: 0 auto 27px;
  }
  .company_detail .box.sp_small {
    padding: 0 20%;
  }
  .company_detail .box.sp_mid {
    padding: 0 15%;
  }
  .company_detail .detail_ttl {
    font-size: 18px;
    line-height: 1.1;
  }
  .company_detail p {
    line-height: 1.57;
  }
}

.company_data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 0 40px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.86;
}
.company_data table {
  border-top: 1px solid #EAEAEA;
}
.company_data table th, .company_data table td {
  padding: 18px 0;
  border-bottom: 1px solid #EAEAEA;
  vertical-align: middle;
}
.company_data table th {
  width: 160px;
  padding-right: 20px;
}
.company_data table td {
  word-break: break-all;
}
.company_data table td a {
  display: inline;
}
@media screen and (max-width: 767px) {
  .company_data {
    display: block;
    margin-top: 27px;
    line-height: 1.57;
  }
  .company_data table {
    width: 100%;
    border-top: 1px solid #EAEAEA;
  }
  .company_data table:nth-of-type(2) {
    border-top: none;
  }
  .company_data table th, .company_data table td {
    border-bottom: 1px solid #EAEAEA;
    vertical-align: top;
  }
  .company_data table th {
    width: 50%;
    padding-right: 20px;
  }
}

/* ▼ パンくず
--------------------------------------- */
#path {
  width: min(100%, 1236px);
  padding: 0 18px;
  margin: 80px auto 0;
  font-size: 12px;
  overflow: hidden;
}
#path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#path li a {
  opacity: 0.5;
}
#path li a:hover {
  opacity: 1;
}
#path li:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-color: #BEBAB1;
  margin-left: 12px;
}
#path li.now {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #path {
    margin-top: 80px;
  }
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
====================================================== */
footer {
  background: url(../img/footer_bg.png) repeat-x center bottom 113px/602px;
  width: 100%;
  padding: 70px 18px 65px;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer {
    background-size: 375px;
    background-position: center bottom 160px;
    padding: 52px 18px 49px;
  }
}

#footer_inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}
#footer_inner .f_bnr_ttl {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
}
#footer_inner .f_bnr {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 12px;
  margin-bottom: 150px;
}
#footer_inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 20px;
  color: #242424;
}
#footer_inner .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
#footer_inner .f_nav li {
  line-height: 1;
}
#footer_inner .f_nav li:not(:last-child) {
  border-right: 1px solid currentColor;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #footer_inner .f_bnr_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #footer_inner .f_bnr {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 8px;
    margin-bottom: 120px;
  }
  #footer_inner .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    color: #242424;
  }
  #footer_inner .f_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% + 20px);
    margin: 0 -10px;
    font-size: 11px;
  }
}

#copyright {
  font-size: 10px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #copyright {
    width: 100%;
    text-align: center;
  }
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  background: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  width: 79px;
  aspect-ratio: 1/1;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
.pagetop::after {
  content: "";
  width: 19px;
  aspect-ratio: 1/1;
  border-left: #000 1.2px solid;
  border-top: #000 1.2px solid;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 56%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 63px;
    right: 18px;
  }
  .pagetop::after {
    width: 15px;
  }
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 8vw 20px;
}
@media screen and (max-width: 767px) {
  #not_found {
    padding: 100px 20px 60px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Arial", "メイリオ";
}
@media screen and (max-width: 767px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 39px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #not_found p.arial + p {
    ont-size: 17px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #not_found p.txt {
    line-height: 1.6;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}