@charset "utf-8";
/*********** TOP階層　ヘッダー ***********/
/* Global Menu */
.hamburger-menu, .ly_accordion {
  display: none;
}
#header_pc {
  width: 100%;
  position: fixed;
  background-color: #FFF;
  border-bottom: 1px solid #f2f3f7;
  filter: drop-shadow(1px 1px 1px #f2f3f7);
  box-sizing: border-box;
  top: 0;
  z-index: 9999999;
}
.head_menu {
  display: inline-grid;
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  z-index: 9999;
}
.head_menu .logo {
  margin: 0 auto;
}
.head_menu .logo img {
  width: 170px;
  height: auto;
}
.head_menu ul {
  display: block;
  text-align: center;
}
.head_menu ul li {
  display: inline-block;
  padding: 15px 20px 30px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .1em;
}
.head_menu ul li span {
  font-size: 16px;
}
.head_menu ul li a:hover, .head_menu ul li span:hover {
  color: #A0D024;
  opacity: 1;
}
/* Submenu */
.head_menu ul li .navSubInner {
  width: 100%;
  display: none;
  position: absolute;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f3f7;
}
.head_menu ul li:hover .navSubInner {
  width: 21%;
  display: block;
  position: absolute;
  top: 170px;
}
.head_menu ul li .navSubInner ul {
  width: 100%;
  background-color: #FFF;
  margin-top: -34px;
}
.head_menu ul li .navSubInner ul li {
  display: block;
  width: 100%;
  padding: unset;
  border-bottom: 1px solid #C9C9C9;
}
.head_menu ul li .navSubInner ul.nav_1strow {
  float: left;
}
.head_menu ul li .navSubInner ul.nav_2ndrow {
  margin-left: 100%;
}
.head_menu ul li .navSubInner ul li:last-child {
  border: none;
}
.head_menu ul li .navSubInner ul li a {
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #000;
}
.head_menu ul li .navSubInner li a:hover {
  background-color: #A0D024;
  color: #FFF;
}
.head_menu ul li .navSubInner li a.trans::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f054';
  font-size: 90%;
  color: #A0D024;
  right: 20px;
  margin: 0;
}
.head_menu ul li .navSubInner li a:hover::before {
  color: #FFF;
}
.head_menu ul li .navSubInner ul.nav_1strow li a::before {
  right: 0;
  margin: 0 20px 0 3px;
}
.head_menu ul li .navSubInner ul.nav_2ndrow li a::before {
  right: -100%;
  margin: 0 20px 0 3px;
}
.head_menu ul li .navSubInner ul .onpage a {
  color: #A0D024;
}
/*################ ヘッダースタイル － トップページ・サブページ（ショップページ除く） #################*/
#top_head {
  position: fixed;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  background-color: #fff;
}
/* ロゴ */
.toplogo {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0 25px;
}
.toplogo h1 {
  position: absolute;
  top: 35px;
  float: left;
  margin-left: 15px;
}
.toplogo h1 img {
  vertical-align: top;
}
/*1300px以下*/
@media screen and (max-width: 1300px) {
  #ittenko #header_top.itk {
    display: none;
  }
  .head_menu {
    display: block;
    padding: 18px 0 18px 10px;
    margin: 0;
  }
  header {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
  }
  #top_head {
    height: 60px;
    filter: drop-shadow(2px 2px 2px #CCC);
  }
  .toplogo {
    width: 100%;
    padding: 15px 0;
  }
  .toplogo h1 {
    top: 18px;
  }
  .toplogo h1 img {
    width: 130px;
    height: auto;
  }
}
/* ナビ（PCのみ表示） */
nav#pcnav {
  float: right;
  width: 100%;
  max-width: 820px;
  text-align: right;
}
nav#pcnav li {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 0 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
nav#pcnav .pcnav_wayaku {
  font-size: 8px;
  display: block;
  margin-top: -12px;
  text-align: center;
  color: #000;
}
nav#pcnav a:hover {
  color: #A0D024;
}
nav#pcnav a:hover .pcnav_wayaku {
  color: #fff;
}
@media screen and (min-width:1001px) and (max-width:1090px) {
  nav#pcnav {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1000px) {
  nav#pcnav {
    display: none;
  }
}
/*パンくずリスト */
.breadcrumb {
  background-color: #EBEBEB;
}
.breadcrumb ul, .breadcrumb ol {
  display: flex;
  font-size: initial;
  white-space: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb ul.mobile_secInner, .breadcrumb ol.mobile_secInner {
  margin-bottom: 15px;
}
.breadcrumb ul li, .breadcrumb ol li {
  position: relative;
  padding: 10px 0 10px 40px;
}
.breadcrumb ul.mobile_secInner li, .breadcrumb ol.mobile_secInner li {
  position: relative;
  padding: 22px 0 0 20px;
  margin-right: 10px;
}
.breadcrumb ul li:first-child, .breadcrumb ol li:first-child {
  position: relative;
  padding-left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumb ul li, .breadcrumb ol li {
    padding: 10px 0 6px 18px;
  }
}
.breadcrumb ul li a, .breadcrumb ol li a, .breadcrumb ul li span, .breadcrumb ol li span {
  font-size: 13px;
}
.breadcrumb ul li a, .breadcrumb ol li a {
  text-decoration: underline;
}
/* 点呼専用パンくず */
#ittenko .breadcrumb ul li a, #ittenko .breadcrumb ol li a, #ittenko .breadcrumb ul li span, #ittenko .breadcrumb ol li span {
  color: #000;
  font-size: 13px;
}
#ittenko .breadcrumb ul li a, #ittenko .breadcrumb ol li a {
  text-decoration: underline;
}
.breadcrumb ul li::before, .breadcrumb ol li::before {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 18%;
  transform: translateY(30%);
  content: ">";
  font-size: 12px;
}
.breadcrumb ul li:first-child::before, .breadcrumb ol li:first-child::before {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .breadcrumb ul li, .breadcrumb ol li {
    position: relative;
    padding: 5px 0 5px 35px;
  }
  .breadcrumb ul li::before, .breadcrumb ol li::before {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    top: 13%;
    position: absolute;
  }
}
@media only screen and (max-width: 1300px) {
  /* 点呼専用パンくず */
  #ittenko .breadcrumb ul li, #ittenko .breadcrumb ol li, #ittenko #case .breadcrumb ul li, #ittenko #case .breadcrumb ol li {
    padding: 5px 0 5px 35px;
  }
  #ittenko .breadcrumb ul li:first-child, #ittenko .breadcrumb ol li:first-child, #ittenko #case .breadcrumb ul li:first-child, #ittenko #case .breadcrumb ol li:first-child {
    padding-left: 0;
  }
  #ittenko .breadcrumb ul li::before, #ittenko .breadcrumb ol li::before, #ittenko #case .breadcrumb ul li::before, #ittenko #case .breadcrumb ol li::before {
           top: 12%;
  }
  /* ホワイト安全専用パンくず */
  #white .breadcrumb ul li, #white .breadcrumb ol li, #white #case .breadcrumb ul li, #white #case .breadcrumb ol li {
    padding: 5px 0 5px 35px;
  }
  #white .breadcrumb ul li:first-child, #white .breadcrumb ol li:first-child, #white #case .breadcrumb ul li:first-child, #white #case .breadcrumb ol li:first-child {
    padding-left: 0;
  }
  #white .breadcrumb ul li::before, #white .breadcrumb ol li::before, #white #case .breadcrumb ul li::before, #white #case .breadcrumb ol li::before {
          top: 12%;
  }
/* セミナー専用パンくず */
#seminar .breadcrumb ul, #seminar .breadcrumb ol {
    margin-top: -5px;     
    }
/* 業種別専用パンくず */
#issue .breadcrumb ul, #issue .breadcrumb ol {
    margin-top: -5px;     
    }
#issue .breadcrumb ul.mobile_secInner li, #issue .breadcrumb ol.mobile_secInner li {
    position: relative;
    padding: 5px 0 5px 35px;
    margin-right: 10px;
  }
  #issue .breadcrumb ul.mobile_secInner li:first-child, #issue .breadcrumb ol.mobile_secInner li:first-child {
   padding: 5px 0;
  }
  #issue .breadcrumb ul li::before, #issue .breadcrumb ol li::before {
    top: 10%;
  }
  /* 戦略商材専用パンくず */
  #senryaku .breadcrumb ul, #senryaku .breadcrumb ol {
    margin: -5px 0 0;
  }
  #senryaku .breadcrumb ul li, #senryaku .breadcrumb ol li {
   padding: 5px 0 5px 35px;
  }
  #senryaku .breadcrumb ul li:first-child, #senryaku .breadcrumb ol li:first-child {
    padding: 5px 0;
  }
  #senryaku .breadcrumb ul li::before, #senryaku .breadcrumb ol li::before {
    top: 10%;
  }
  /* 導入事例専用パンくず */
  #case .breadcrumb ul li, #case .breadcrumb ol li {
    padding: 5px 0 5px 35px;
    margin-bottom: 0;
  }
  #case .breadcrumb ul li:first-child, #case .breadcrumb ol li:first-child {
    padding: 5px 0;
  }
  #mobile #case .breadcrumb ul li, #mobile #case .breadcrumb ol li {
    padding: 5px 0 5px 35px;
    margin-bottom: 0;
  }
  #mobile #case .breadcrumb ul li:first-child, #mobile #case .breadcrumb ol li:first-child {
   padding: 5px 0;
  }
  #case .breadcrumb ul li::before, #case .breadcrumb ol li::before {
  top: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb ul li::before, .breadcrumb ol li::before {
    top: 14%;
  }
  #senryaku .breadcrumb ul, #senryaku .breadcrumb ol {
    margin-bottom: 0;
  }
  #case .breadcrumb ul, #case .breadcrumb ol {
    margin-bottom: 0;
  }
  #ittenko #case .breadcrumb ul, #ittenko #case .breadcrumb ol {
    margin-bottom: 0;
  }
  #white #case .breadcrumb ul, #white #case .breadcrumb ol {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    -webkit-order: 2;
    order: 2;
  }
  .breadcrumb ul, .breadcrumb ol {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* SP hamburger menu
 * ----------------------------------------------- */
/*　ヘッダーロゴ　*/
@media only screen and (max-width: 1300px) {
  #header_pc {
    height: 60px;
    position: initial;
    display: block;
  }
  .head_menu {
    display: block;
    padding: 18px 0 18px 10px;
    margin: 0;
  }
  .head_menu .logo img {
    width: 110px;
    height: auto;
  }
}
/*　背景スクロール禁止　*/
@media only screen and (max-width: 1300px) {
  html.open, body.open {
    overflow: hidden;
  }
}
/*　表示非表示 切り替え　*/
@media only screen and (max-width: 1300px) {
  .hamburger-menu, .ly_accordion {
    display: block;
  }
  .head_menu ul {
    display: none;
  }
  .menu-content {
    display: none;
    width: 100%;
    height: calc(100% - 58px);
    top: 60px;
    left: 100%;
    z-index: 80;
    transition: all 0.5s;
    background-color: #EAF2D8;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu-content::-webkit-scrollbar {
    display: none;
  }
  #ittenko .menu-content, #white .menu-content {
    height: 100%;
  }
  #menu-btn-check {
    display: none;
  }
  /*2025.11.05 header一時対応のため非表示*/
  #menu-btn-check:checked ~ .menu-content {
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    overflow: auto; 
  }
  /*2025.11.05 header一時対応*/
  #ittenko #menu-btn-check:checked ~ .menu-content {
    top: 60px;
  }
  .bl_content {
    display: none;
  }
  .el_checkbox:checked ~ .bl_content, .el_checkbox2:checked ~ .bl_inner2 {
    display: contents;
    animation: fadeIn 1.6s;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*　OPENボタン　*/
@media only screen and (max-width: 1300px) {
  .hamburger-btn {
    width: 60px;
    height: 55px;
    /* height: -webkit-fill-available; */
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-color: #A0D024;
    z-index: 99999;
  }
  .hamburger-btn span {
    width: 60px;
    height: 60px;
    top: 0;
    display: block;
  }
  .hamburger-btn::after {
    width: 34px;
    height: 3px;
    background: #FFF;
    position: absolute;
    top: 36px;
    left: 14px;
    content: "";
    transition: all 0.5s;
  }
  .hamburger-btn span::after {
    width: 34px;
    height: 3px;
    background: #FFF;
    position: absolute;
    top: 26px;
    left: 14px;
    content: "";
    transition: all 0.5s;
  }
  .hamburger-btn span::before {
    width: 34px;
    height: 3px;
    background: #FFF;
    position: absolute;
    top: 46px;
    left: 14px;
    content: "";
    transition: all 0.5s;
  }
}
/*　CLOSEボタン　*/
@media only screen and (max-width: 1300px) {
  #menu-btn-check:checked ~ .hamburger-btn::after {
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s;
  }
  #menu-btn-check:checked ~ .hamburger-btn span::after {
    top: 35px;
    transform: rotate(45deg);
    transition: all 0.5s;
  }
  #menu-btn-check:checked ~ .hamburger-btn span::before {
    top: 35px;
    transform: rotate(-45deg);
    transition: all 0.5s;
  }
}
/*　アコーディオンメニュー　*/
@media only screen and (max-width: 1300px) {
  .ly_accordion {
    width: 100%;
    display: block !important;
    height: -webkit-fill-available;
    /* height: 100vh; */
    background-color: #FFF;
  }
  .ly_accordion .bl_inner ul {
    padding: 0 20px;
    background-color: #F5F5F5;
  }
  .ly_accordion .bl_inner2 ul {
    padding: 0;
    margin-top: 15px;
    border-left: 1px solid #CCC;
  }
  .ly_accordion .bl_inner li {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #C9C9C9;
    line-height: inherit;
  }
  .ly_accordion .bl_inner2 li {
    padding: 10px 20px;
    font-size: 14px;
  }
  .ly_accordion .bl_inner li a::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 90%;
    color: #A0D024;
    right: 0;
    margin: 0 20px 0 3px;
    line-height: 2;
  }
  .ly_accordion li.line2 a::before {
    line-height: 3.5;
  }
  #biz .ly_accordion .bl_inner li a, #biz .ly_accordion .el_heading a, #biz .ly_accordion .el_heading2 a, #biz .ly_accordion .el_dl a, #biz .ly_accordion .bl_inner a, #biz .ly_accordion .bl_inner2 a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    line-height: initial;
  }
  #biz .ly_accordion .bl_inner li a:hover, #biz .ly_accordion .el_heading a:hover, #biz .ly_accordion .el_heading2 a:hover, #biz .ly_accordion .el_dl a:hover, #biz .ly_accordion .bl_inner a:hover, #biz .ly_accordion .bl_inner2 a:hover {
    color: #A0D024;
  }
  .ly_accordion .el_top {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.3rem;
    color: #FFF;
    background: #29abe2;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
  }
  .ly_accordion .el_top a {
    color: #FFF;
  }
  .ly_accordion .el_heading, .ly_accordion .el_dl {
    display: block;
    position: relative;
    padding: 15px 40px 15px 20px;
    background-color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid #C9C9C9;
  }
  .ly_accordion .el_heading2 {
    display: block;
    position: relative;
  }
  .ly_accordion .el_dl a::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 90%;
    line-height: 1.7;
    color: #A0D024;
    right: 20px;
    margin: 0 0 0 3px;
  }
  .ly_accordion .bl_content, .ly_accordion .bl_content2 {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  .ly_accordion .el_checkbox, .ly_accordion .el_checkbox2 {
    display: none;
  }
  .ly_accordion label.el_heading::before, .ly_accordion label.el_heading2::before, .ly_accordion label.el_dl::before {
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    line-height: 3.5;
    color: #A0D024;
    font-size: 1.5rem;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    content: "";
  }
  .ly_accordion label.el_heading2::before {
    right: 0;
    line-height: 1.5;
  }
  input[type=checkbox] + label.el_heading::before, input[type=checkbox] + label.el_heading2::before {
    position: absolute;
    transform: rotate(360deg);
    content: "╋";
    font-size: inherit;
  }
  input[type=checkbox]:checked + label.el_heading::before, input[type=checkbox]:checked + label.el_heading2::before {
    position: absolute;
    transform: rotate(180deg);
    content: "━";
    font-size: 1.5rem;
    font-size: inherit;
    line-height: 3.3;
  }
  input[type=checkbox]:checked + label.el_heading2::before {
    line-height: 1.5;
  }
  input:checked ~ .bl_content {
    display: block;
    max-height: 9999px;
    transition: max-height 3s ease-in;
  }
}
/*********** biz階層 ***********/
/* Global Menu */
#header_pc #header_biz {
  height: 100px;
}
#header_pc #header_biz .head_menu {
  display: block;
  padding: 40px 0 40px 40px;
  white-space: nowrap;
}
#header_pc #header_biz .head_menu .logo {
  display: flex;
  margin: 0;
}
#header_pc #header_biz .head_menu .logo img {
  width: 150px;
  height: auto;
}
#header_biz .head_menu p {
  display: block;
  padding-right: 50px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
  background-image: url(../img/common/icon_biz.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: right;
}
#header_biz .head_menu p.t-icon {
  background-image: url(../img/common/icon_biz01.png);
}
#header_biz .head_menu p.c-icon {
  background-image: url(../img/common/icon_biz02.png);
}
#header_biz .head_menu p.k-icon {
  background-image: url(../img/common/icon_biz03.png);
}
#header_biz .head_menu p.q-icon {
  background-image: url(../img/common/icon_biz04.png);
}
#header_biz .head_menu ul {
  width: 100%;
  position: absolute;
  text-align: right;
  right: -8px;
  padding-right: 30px;
  white-space: nowrap;
}
#header_biz .head_menu ul li {
  display: inline-block;
  padding: 3px 20px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  /* text-transform: uppercase; */
  line-height: 1.6;
  letter-spacing: .1em;
}
#header_biz .head_menu ul.biz-top li {
  padding: 10px 20px;
}
#header_biz .head_menu ul li:last-child {
  padding-right: 0;
}
#header_biz .head_menu ul li:hover span {
  color: #A0D024;
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  /* #header_pc #header_biz {
    height: 155px;
} */
  #biz .wrap {
    margin-top: 115px;
  }
  #header_biz .head_menu ul li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1300px) {
  #header_pc #header_biz {
    height: 60px;
  }
  #header_pc #header_biz .head_menu .logo img {
    width: 110px;
    height: auto;
  }
  #header_pc #header_biz .head_menu {
    padding: 18px 0 18px 10px;
  }
  #biz #word .wrap {
    margin-top: 54px;
  }
  #header_biz .head_menu p {
    padding-right: 35px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.7;
    background-size: 30px auto;
  }
}
/* Submenu */
#header_biz .head_menu ul li .navSubInner {
  top: 87px;
  left: 0;
  padding: 40px 0;
  background-color: #F5F5F5;
}
#header_biz .head_menu ul li:hover .navSubInner {
  width: 100%;
  display: block;
  position: absolute;
  top: 40px;
}
#header_biz .head_menu .navSubInner ul {
  display: flow-root;
  position: relative;
  width: 100%;
  max-width: 1160px;
  padding: 60px;
  margin: 0 auto;
  text-align: left;
}
#header_biz .head_menu .navSubInner ul li {
  width: 29.33%;
  height: 55px;
  font-size: 16px;
  display: block;
  float: left;
  position: inherit;
  padding: 0 2%;
  border: none;
}
#header_biz ul li .navSubInner .mobile-content ul li a {
  display: block;
  padding: 18px 18px 18px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #000;
}
#header_biz .head_menu .navSubInner ul li.mobile-title {
  padding: 0 100% 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header_biz .head_menu .navSubInner ul li.ittenko-title {
  display: flex;
  align-items: center;
  padding: 0 150% 0 10%;
  cursor: pointer;
}
#header_biz .head_menu .navSubInner .line {
  display: block;
}
#header_biz .head_menu .navSubInner .line li {
  display: inline-flex;
  padding: 0;
  position: absolute;
  top: 58px;
  right: 21%;
}
#header_biz .head_menu .navSubInner .line li:nth-child(2) {
  top: 58px;
  right: 38px;
}
#header_biz .head_menu ul li .navSubInner li a:hover {
  background-color: unset;
  color: #A0D024;
}
#header_biz .head_menu .navSubInner ul li.mobile-title:hover {
  background-color: unset;
  color: #A0D024;
}
#header_biz .head_menu .navSubInner ul li.ittenko-title:hover {
  background-color: unset;
  color: #A0D024;
}
#header_biz .head_menu ul li .navSubInner li a:hover::before {
  color: #A0D024;
}
#header_biz .head_menu .navSubInner .line li a.trans::before {
  right: 17%;
}
#header_biz .head_menu .navSubInner .line li:nth-child(2) a.trans::before {
  right: 44px;
}
@media only screen and (max-width: 1300px) {
  #header_biz .head_menu ul li .navSubInner, #header_biz .head_menu ul li:hover .navSubInner {
    top: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  #header_biz .head_menu .navSubInner ul {
    width: 94%;
    max-width: 1300px;
    padding: 60px 30px;
  }
}
/*** biz階層 SP hamburger menu ***/
/*　表示非表示 切り替え　*/
.navi-content {
  display: none;
}
#rta01-1, #rta02-1, #rta03-1, #rta04-1, #rta05-1, #rta06-1, #rta07-1 {
  display: none;
  cursor: unset;
}
#biz .navi-content input[type=checkbox] + label.el_heading::before, #biz .navi-content input[type=checkbox] + label.el_heading2::before {
  display: none;
}
#biz .navi-content input[type=checkbox]:checked + label.el_heading::before, #biz .navi-content input[type=checkbox]:checked + label.el_heading2::before {
  display: none;
}
/*　左カラム ナビメニュー　*/
/*** アイコン選択で右カラム切り替え ***/
/*　左カラム　*/
@media screen and (max-width: 1300px) {
  .tab-container {
    display: flex;
    width: 90px;
    float: left;
  }
  .tab {
    position: relative;
    transition: all .2s;
    /* cursor: pointer; */
  }
  .tab.current {
    background: #FFF;
  }
}
/*　右カラム　*/
@media screen and (max-width: 1300px) {
  .menu-box {
    width: 100%;
  }
  .menu {
    padding: 2em 1em;
    background-color: #eee;
    transition: all .2s;
    cursor: pointer;
    box-sizing: border-box;
  }
  .menu-container {
    /* fadein・out用 */
    width: calc(100% - 90px);
    position: relative;
  }
  .menu-box {
    /* fadein・outのために指定 */
    width: 100%;
    position: absolute;
    top: 0;
    padding-bottom: 195px;
  }
  #biz #mobile .hamburger-menu .menu-container .menu-box,
  #biz #white .hamburger-menu .menu-container .menu-box {
    padding-bottom: 183px;
  }
}
@media only screen and (max-width: 1300px) {
  #biz .navi-content label {
    display: block;
    cursor: unset;
    font-weight: normal;
  }
  #biz .navi-content {
    width: 90px;
    display: block;
    float: left;
    padding: 20px 0 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #EAF2D8;
  }
  #biz .hamburger-menu .menu-content nav {
    height: calc(100% - 120px);
    display: flex;
    overflow-y: scroll;
    background-color: #EAF2D8;
  }
  #biz #ittenko .hamburger-menu .menu-content nav {
    height: calc(100% - 195px);
  }
  #biz #white .hamburger-menu .menu-content nav {
    height: calc(100% - 177px);
  }
  #biz #mobile .hamburger-menu .menu-content nav {
    height: calc(100% - 183px);
  }
  .hamburger-menu .service, .hamburger-menu .task, 
  .hamburger-menu .example, .hamburger-menu .column, 
  .hamburger-menu .document, .hamburger-menu .contact_navi {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1300px) {
  #biz #toppage .navi-content.tab-container .column {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #biz #ittenko .hamburger-menu .menu-content nav {
    height: calc(100% - 60px);
  }
  .menu-box {
    padding-bottom: 185px;
  }
  #biz #white .hamburger-menu .menu-container .menu-box {
    padding-bottom: 178px;
  }
  #biz #mobile .hamburger-menu .menu-container .menu-box {
    padding-bottom: 189px;
  }
}
.biztop .icon {
  width: 50px;
  height: 50px;
  padding: 0 20px 25px;
  margin: 0;
  background: url(../img/common/icon_biz.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.biztop .icon.change {
  background: url(../img/common/icon_biz_on.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
}
.service .icon {
  width: 50px;
  height: 50px;
  padding: 15px 20px 10px;
  margin: 0;
  background: url(../img/common/icon_service.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.service .icon.change {
  background: url(../img/common/icon_service_on.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
}
.task .icon {
  width: 50px;
  height: 50px;
  padding: 15px 20px 10px;
  margin: 0;
  background: url(../img/common/icon_task.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.task .icon.change {
  background: url(../img/common/icon_task_on.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
}
.example .icon {
  width: 50px;
  height: 50px;
  padding: 15px 20px 10px;
  margin: 0;
  background: url(../img/common/icon_case.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.example .icon.change {
  background: url(../img/common/icon_case_on.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
}
.column .icon {
  width: 50px;
  height: 50px;
  padding: 15px 20px 10px;
  margin: 0;
  background: url(../img/common/icon_column.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.column .icon.change {
  background: url(../img/common/icon_column_on.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
}
.seminar .icon {
  width: 50px;
  height: 50px;
  padding: 15px 20px 10px;
  margin: 0;
  background: url(../img/common/icon_seminar.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.seminar .icon.change {
  background: url(../img/common/icon_seminar_on.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
}
.document .icon {
  width: 50px;
  height: 50px;
  padding: 15px 20px 10px;
  margin: 0;
  background: url(../img/common/icon_document.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.document .icon.change {
  background: url(../img/common/icon_document_on.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
}
.contact_navi .icon {
  width: 50px;
  height: 50px;
  padding: 15px 20px 10px;
  margin: 0;
  background: url(../img/common/icon_contact.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.contact_navi .icon.change {
  background: url(../img/common/icon_contact_on.png) no-repeat left 20px top 15px;
  background-size: 50px 50px;
}
#biz .navi-content span {
  display: block;
  padding-bottom: 10px;
  line-height: inherit;
  border-bottom: 1px solid #FFF;
  font-size: 12px;
  box-sizing: border-box;
}
#biz .navi-content a span {
  margin: 0 5px;
  font-weight: normal;
}
/*　右カラム アコーディオンメニュー　*/
@media only screen and (max-width: 1300px) {
  #biz .ly_accordion {
    width: calc(100% - 90px);
    /* height: calc(100dvh - 180px); */
    position: absolute;
    right: 0;
    overflow: inherit;
  }
  #biz .ly_accordion .el_heading, #biz .ly_accordion .el_dl {
    color: #000;
    font-weight: bold;
  }
}
/*********** contact　ヘッダー ***********/
header.form {
  height: 70px;
  background-color: #F5F5F5;
}
header.form .head_menu {
  width: 100%;
  background: none;
  padding-top: 20px;
}
header.form .logo {
  display: flex;
  margin: 0;
}
header.form .logo img {
  width: 150px;
  height: auto;
}
header.form #header_biz .head_menu p {
  padding-right: 40px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 2;
  background-size: 30px auto;
}
header.form #header_biz span {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  header.form #header_biz .head_menu p {
    background: none;
    padding-right: 0;
  }
  header.form #header_biz .head_menu span {
    display: none;
  }
}
/*********** biz階層 各商材ページ　simpleヘッダー ***********/
header.biz_simple {
  width: 100%;
  /* position: fixed; ヘッダー固定時のみ*/
  /* top: 0; ヘッダー固定時のみ*/
  height: 70px;
  background-color: #F5F5F5;
  z-index: 99999;
  /* transition: all 0.3s ease-in-out; ヘッダー固定時のみ*/
}
header.biz_simple .head_menu {
  width: 100%;
  background: none;
  padding-top: 20px;
}
header.biz_simple .logo {
  display: flex;
  margin: 0;
}
header.biz_simple .logo img {
  width: 150px;
  height: auto;
}
header.biz_simple #header_biz_under .head_menu p {
  padding-right: 40px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 2;
  background-image: url(../img/common/icon_biz.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: top right;
  white-space: nowrap;
  font-weight: normal;
}
header.biz_simple #header_biz_under a:link, header.biz_simple #header_biz_under a:visited {
  color: #000;
}
header.biz_simple #header_biz_under .head_menu ul {
  width: 100%;
  position: unset;
  text-align: right;
  padding-right: 0;
}
header.biz_simple #header_biz_under .head_menu ul li {
  display: inline-block;
  padding: 3px 20px;
  font-size: 14px;
  color: #000;
  border-right: 2px solid #C6C6C6;
}
header.biz_simple #header_biz_under .head_menu ul li span {
  font-size: 14px;
  font-weight: normal;
}
header.biz_simple #header_biz_under .head_menu ul li:last-child {
  padding-right: 0;
  border: unset;
}
@media screen and (max-width: 1300px) {
  header.biz_simple {
    display: none;
  }
  #header_pc #header_biz_under_sp {
    height: 60px;
  }
  #header_pc #header_biz_under_sp .head_menu .logo {
    display: flex;
  }
  #header_pc #header_biz_under_sp .head_menu .logo img {
    width: 110px;
    height: auto;
  }
  #header_pc #header_biz_under_sp .head_menu {
    padding: 18px 0 18px 10px;
  }
  #header_biz_under_sp .head_menu p {
    padding-right: 35px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    background-image: url(../img/common/icon_biz.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: top right;
  }
}
/*********** biz階層ヘッダー改修2021.10.20追記 ***********/
#biz .wrap {
  overflow: hidden;
  margin-top: 115px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #biz .wrap {
    display: inline-block;
    margin-top: 60px;
  }
}
#header_biz .el_checkbox3 {
  display: none;
}
.bl_content3 {
  display: none;
}
#header_biz .el_checkbox4 {
  display: none;
}
.bl_content4 {
  display: none;
}
#header_biz .head_menu .navSubInner .sub {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1160px;
  padding: 0;
  margin: -6px 0 0 -0.7%;
  text-align: left;
  border-bottom: 1px solid #C9C9C9;
}
#header_biz .head_menu .navSubInner .sub li {
  height: 55px;
  display: block;
  font-size: 16px;
  float: left;
  position: inherit;
  padding: 0 2%;
  border: none;
}
#header_biz .head_menu .navSubInner .bl_inner3 .sub li:nth-child(2), #header_biz .head_menu .navSubInner .bl_inner3 .sub li:nth-child(3), #header_biz .head_menu .navSubInner .bl_inner3 .sub li:nth-child(4), #header_biz .head_menu .navSubInner .bl_inner3 .sub li:nth-child(5) {
  border-top: 1px solid #C9C9C9 !important;
}
#header_biz .head_menu .navSubInner .bl_inner4 .sub li:nth-child(1), #header_biz .head_menu .navSubInner .bl_inner4 .sub li:nth-child(3), #header_biz .head_menu .navSubInner .bl_inner4 .sub li:nth-child(4), #header_biz .head_menu .navSubInner .bl_inner4 .sub li:nth-child(5) {
  border-top: 1px solid #C9C9C9 !important;
}
#header_biz .head_menu ul li .navSubInner .sub li a:hover {
  background-color: unset;
  color: #A0D024;
}
#header_biz .head_menu ul li .navSubInner .sub li a:hover::before {
  color: #A0D024;
}
#header_biz .head_menu .mobile-content .sub li:nth-child(1), #header_biz .head_menu .mobile-content .sub li:nth-child(2), #header_biz .head_menu .mobile-content .sub li:nth-child(4), #header_biz .head_menu .mobile-content .sub li:nth-child(5), #header_biz .head_menu .mobile-content .sub li:nth-child(7) {
  padding: 0 2.5% 0 2%;
}
#header_biz .head_menu .mobile-content .sub li:nth-child(3n) {
  padding: 0 2.5% 0 2%;
}
.pb_module_mobile {
  float: left;
  display: inline-flex;
  padding-right: 4.7%;
}
.pb_module_ittenko {
  display: inline-flex;
  padding: 0 8.5% 0 0.3%;
}
.secList-mobile {
  display: inline-block;
}
.secList-ittenko {
  display: inline-block;
}
.pb_module_mobile .mobile-title::before, .pb_module_mobile .mobile-title::after {
  content: '';
  position: absolute;
  top: 85px;
  left: 255px;
  width: 18px;
  height: 2px;
  background-color: #A0D024;
}
.pb_module_mobile .mobile-title::before {
  transition: transform 0.5s linear;
  transform: translateY(-50%) rotate(90deg);
}
.pb_module_mobile .active::before {
  transform: rotate(0);
  transition: 0.5s;
}
.pb_module_ittenko .ittenko-title::before, .pb_module_ittenko .ittenko-title::after {
  content: '';
  position: absolute;
  top: 85px;
  left: 485px;
  width: 18px;
  height: 2px;
  background-color: #A0D024;
}
.pb_module_ittenko .ittenko-title::before {
  transition: transform 0.5s linear;
  transform: translateY(-50%) rotate(90deg);
}
.pb_module_ittenko .active::before {
  transform: rotate(0);
  transition: 0.5s;
}
#header_biz .head_menu .navSubInner .pb_module_mobile.show {
  border-top: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
}
#header_biz .head_menu .navSubInner .pb_module_ittenko.show {
  border-top: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
}
@media screen and (max-width: 1300px) {
  #header_biz .head_menu .navSubInner ul {
    max-width: 1050px;
    padding: 40px 60px;
    margin: 0 auto;
  }
  #header_biz .head_menu .navSubInner ul li {
    height: 50px;
  }
  .head_menu ul li .navSubInner ul li a {
    padding-top: 10px;
  }
  .head_menu ul li.service .navSubInner ul li a {
    padding-top: 5px;
  }
  #header_biz .head_menu .navSubInner .sub {
    margin-bottom: 5px;
  }
  .head_menu ul li.service .navSubInner .sub li a {
    padding-top: 10px;
  }
  .head_menu ul li .navSubInner ul.sub li a {
    padding-top: 10px;
  }
  .head_menu ul li .navSubInner ul.biz-menu li a, .head_menu ul li .navSubInner ul.corp-menu li a {
    padding-top: 15px;
    font-size: 14px;
  }
  .pb_module_mobile .mobile-title::before, .pb_module_mobile .mobile-title::after {
    left: 21%;
    top: 67px;
  }
  .pb_module_ittenko .ittenko-title::before, .pb_module_ittenko .ittenko-title::after {
    left: 39%;
    top: 67px;
  }
  .pb_module_mobile {
    padding-right: 3.3%;
    height: 50px;
  }
  .pb_module_ittenko {
    padding: 0 7.5% 0 0.3%;
    height: 50px;
  }
  #header_biz .head_menu .navSubInner .sub li {
    height: 45px;
  }
  #header_biz .head_menu .navSubInner .line li {
    top: 45px;
    height: 40px;
  }
  #header_biz .head_menu .navSubInner .line li:nth-child(2) {
    top: 38px;
    right: 36px;
  }
  #header_biz .head_menu .navSubInner .line li:nth-child(2) a.trans::before {
    right: 29px;
    top: 15px;
  }
  #header_biz .head_menu .navSubInner .line li a {
    padding-bottom: 10px;
  }
  #header_biz .head_menu .navSubInner ul li.mobile-title {
    padding: 0 110% 0 2%;
    height: 60px;
  }
  #header_biz .head_menu .navSubInner ul li.ittenko-title {
    padding: 0 160% 0 3%;
    height: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .pb_module_mobile .mobile-title::before, .pb_module_mobile .mobile-title::after {
    left: 30%;
  }
  .pb_module_mobile {
    padding: 0 5% 0 3.2%;
    height: 80px;
  }
  .pb_module_ittenko {
    padding: 0 10% 0 3.5%;
    height: 80px;
  }
  .pb_module_ittenko .ittenko-title::before, .pb_module_ittenko .ittenko-title::after {
    left: 61%;
  }
  #header_biz .head_menu .navSubInner .line li {
    right: 4.5%;
  }
  #header_biz .head_menu .navSubInner .line li a.trans::before {
    right: 3%;
  }
  #header_biz .head_menu .navSubInner ul {
    padding: 40px 30px;
  }
  #header_biz .head_menu .navSubInner ul li.mobile-title {
    padding: 0 152% 0 2%;
    height: 57px;
  }
  #header_biz .head_menu .navSubInner ul li.ittenko-title {
    padding: 0 220% 0 2%;
    height: 57px;
  }
}
/* bizTOP専用ヘッダー SP menu mail CSS　2022.04.25
*****************************************************/
@media screen and (max-width: 1300px) {
  #biz .menu-content {
    height: calc(100% - 120px);
  }
  #l-header2 {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99999;
    height: 60px;
    background: #FFF;
  }
  .header-contact {
    top: 0;
    text-align: center;
  }
  .header-contact ul, .header-contact li {
    width: 100%;
    display: grid;
    position: inherit;
  }
  #biz .header-contact .header-mail a {
    padding: 7px 0;
    background: #FA9733 url(../img/common/bg_btn_contact.png) no-repeat left center;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    height: 60px;
    line-height: inherit;
    box-sizing: border-box;
  }
  #biz .header-mail a::before {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../img/biz/mobile/common/icon_contact.png) no-repeat center center;
    background-size: 35px auto;
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    content: "";
  }
  #biz .header-mail a::after {
    width: 6px;
    height: 13px;
    position: absolute;
    top: 25px;
    right: 10px;
    background: url(../img/biz/mobile/common/icon_arrow.png) no-repeat center center;
    background-size: 6px auto;
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    content: "";
  }
  .header-contact .header-mail p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
  }
}
/* bizTOP専用ヘッダー SP menu mail CSS　2022.07.06
*****************************************************/
#header_biz .head_menu .service .navSubInner ul li {
  width: calc(100%/5);
  padding: 0;
}
#header_biz .head_menu ul li .service_li li a.trans::before {
  right: 15px;
}
#header_biz .head_menu .service_li .line li {
  width: 20.5%;
}
#header_biz .head_menu .service .navSubInner ul li a {
  padding: 15px 0;
}
.pb_module_wak {
  display: inline-flex;
  padding: 0 4% 0 0;
}
.secList-wak {
  display: inline-block;
}
#header_biz .head_menu .navSubInner ul li.wak-title {
  padding: 0 105% 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header_biz .head_menu .navSubInner ul li.wak-title:hover {
  background-color: unset;
  color: #A0D024;
}
#header_biz .pb_module_wak .wak-title::before, .pb_module_wak .wak-title::after {
  content: '';
  position: absolute;
  top: 85px;
  left: 720px;
  width: 18px;
  height: 2px;
  background-color: #A0D024;
}
.pb_module_wak .wak-title::before {
  transition: transform 0.5s linear;
  transform: translateY(-50%) rotate(90deg);
}
.pb_module_wak .active::before {
  transform: rotate(0);
  transition: 0.5s;
}
.head_menu ul li .navSubInner .sub li a {
  font-size: 12.5px;
}
#header_biz .head_menu .navSubInner .pb_module_wak.show {
  border-top: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
}
#header_biz .head_menu .navSubInner .bl_inner5 .sub li:nth-child(1), #header_biz .head_menu .navSubInner .bl_inner5 .sub li:nth-child(2), #header_biz .head_menu .navSubInner .bl_inner5 .sub li:nth-child(4), #header_biz .head_menu .navSubInner .bl_inner5 .sub li:nth-child(5) {
  border-top: 1px solid #C9C9C9 !important;
}
#header_biz .head_menu .navSubInner .sub_mobile {
  margin: -5px 0 0 -1%;
}
#header_biz .head_menu .navSubInner .sub_ittenko {
  margin: -7px 0 0 -1.2%;
}
#header_biz .head_menu .navSubInner .sub_wak {
  margin: -7px 0 0 -1.3%;
}
@media screen and (max-width: 1300px) {
  .head_menu ul .service .navSubInner li a.trans::before {
    right: 5px;
  }
  .pb_module_wak {
    padding: 0 3% 0 0;
  }
  #header_biz .head_menu .navSubInner ul li.wak-title {
    padding: 0 80% 0 0;
    height: 40px;
  }
  #header_biz .pb_module_wak .wak-title::before, .pb_module_wak .wak-title::after {
    top: 67px;
    left: 670px;
  }
  #header_biz .head_menu .navSubInner .line li a.trans::before {
    right: 13%;
  }
  #header_biz .head_menu .navSubInner .sub_wak {
    margin: -7px 0 0 -0.7%;
  }
  #header_biz .head_menu .navSubInner .sub_wak li {
    height: 45px;
    padding: 0 3% 0 1%;
  }
}
@media screen and (max-width: 1300px) {
  .pb_module_wak {
    padding: 0 6% 0 2.5%;
  }
  #header_biz .head_menu .navSubInner ul li.mobile-title {
    padding: 0 110% 0 2%;
  }
  .pb_module_mobile .mobile-title::before, .pb_module_mobile .mobile-title::after {
    left: 24.4%;
  }
  #header_biz .head_menu .navSubInner ul li.ittenko-title {
    padding: 0 165% 0 2%;
  }
  .pb_module_ittenko .ittenko-title::before, .pb_module_ittenko .ittenko-title::after {
    left: 48%;
  }
  #header_biz .head_menu .navSubInner ul li.wak-title {
    padding: 0 115% 0 1%;
  }
  #header_biz .pb_module_wak .wak-title::before, .pb_module_wak .wak-title::after {
    left: 71.5%;
  }
  #header_biz .head_menu .navSubInner .line li {
    right: 4%;
  }
  #header_biz .head_menu .navSubInner .line li a.trans::before {
    right: -4%;
  }
  .pb_module_mobile {
    padding: 0 5.5% 0 3.2%;
  }
  .pb_module_ittenko {
    padding: 0 10% 0 3%;
  }
}
/*CSS微調整　2022.08.01*/
#biz #issue .breadcrumb {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  font-weight: normal;
}
@media only screen and (max-width: 1050px) {
  #biz #issue .breadcrumb {
    margin-bottom: 0;
  }
}
/* senryaku専用ヘッダー SP menu mail CSS　2022.10.11
/* issue専用ヘッダー SP menu mail CSS　2022.10.11
*****************************************************/
@media screen and (max-width: 1300px) {
  #biz #senryaku #l-header2,
  #biz #issue #l-header2 {
    height: 60px;
    margin: 0 auto;
  }
}
.head_menu ul li .navSubInner ul li a.line-3 {
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 18px;
}
.head_menu ul li .navSubInner li a.line-3::before {
  font-size: 100%;
  margin: 5% 0 0 0;
}
@media screen and (max-width: 1300px) {
  .head_menu ul li .navSubInner ul li a.line-3 {
    padding: 0 0 0 15px;
    margin: -6px 0 0 0;
    font-size: 13px;
    line-height: 16px;
  }
}
#header_biz .head_menu ul li .navSubInner ul li a.line-2 {
  padding: 3px 0 0 0;
  font-size: 13px;
  line-height: 21px;
}
.head_menu ul li .navSubInner li a.line-2::before {
  font-size: 100%;
  margin: 4% 0 0 0;
}
@media screen and (max-width: 1300px) {
  .head_menu ul li .navSubInner ul li a.line-2 {
    padding: 0 0 0 15px;
    margin: -4px 0 0 0;
    font-size: 14px;
    line-height: 20px;
  }
  #header_biz .head_menu .dl .navSubInner li a.line-2::before {
    margin: 5.5% 0 0 0;
  }
  #header_biz .head_menu ul li .navSubInner ul li a.line-2 {
    padding: 12px 0 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  .head_menu ul li .navSubInner li a.line-2::before {
    font-size: 120%;
    margin: 3% 0 0 0;
  }
}
@media only screen and (max-width: 1050px) {
  .ly_accordion .el_dl a.line-2::before {
    margin: 15px 0 0 3px;
  }
  .ly_accordion .el_dl a.line-3::before {
    margin: 25px 0 0 3px;
  }
}
.ly_accordion .bl_inner li a.line-2::before {
  margin: 10px 20px 0 3px;
}
.ly_accordion .bl_inner li a.line-3::before {
  margin: 20px 20px 0 3px;
}
/* header修正 SP menu　2022.11.30
*****************************************************/
@media only screen and (max-width: 1050px) {
  #biz .ly_accordion .bl_inner2 a {
    font-size: 14px;
  }
}
/* header修正 SP menu　2023.05.23
*****************************************************/
@media only screen and (max-width: 1050px) {
  #biz #case #l-header2 {
    margin: 40px auto 0;
  }
}
/* bizTOP専用ヘッダー menu CSS　2024.01.26
*****************************************************/
#header_biz .head_menu .dl .navSubInner ul li {
  width: calc(100%/4);
  padding: 0;
}
#header_biz .head_menu .dl .navSubInner ul li .line-2 {
  padding: 3px 0 0 14px;
  font-size: 15px;
}
#header_biz .head_menu .industry .navSubInner ul li {
  width: calc(100%/4);
  padding: 0;
}
#header_biz .head_menu .industry .navSubInner ul li a {
  padding-top: 10px;
}
/* 新ヘッダー menu CSS　2024.05.10
*****************************************************/
#header_top {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#header_top header {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#header_top header .header_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
#header_top header .header_left {
  width: 810px;
  display: inline-flex;
  align-items: center;
}
#header_top header .wak_left {
  width: 62.5%;
}
#header_top header .mo_left {
  width: 1100px;
}
#header_top header img.logo_pc {
  width: 200px;
  height: auto;
  padding: 60px 10px 60px 0;
}
#header_top header img.logo_pc_wak {
  width: 210px;
  height: auto;
  padding: 30px 0;
}
#header_top header img.logo_pc_mo {
  width: 200px;
  height: auto;
  padding: 35px 0;
}
#header_top .wak_left nav {
  margin-left: 30px;
}
#header_top .mo_left nav {
  margin-left: 30px;
}
#header_top .header_left ul {
  width: 100%;
  display: flex;
}
#header_top .header_left ul li {
  display: flex;
  align-items: center;
  line-height: 24px;
  text-align: center;
  position: relative;
}
#header_top .wak_left ul li.sub-nav {
  padding: 0;
}
#header_top .header_left ul li:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 20%;
  background: #C6C6C6;
  width: 2px;
  height: 60%;
}
#header_top .header_left ul li.sub-nav::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  color: #C6C6C6;
  font-size: 130%;
  right: 18px;
  top: 32px;
}
#header_top .header_left ul li span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 20px;
  cursor: pointer;
}
#header_top .header_left ul li.sub-nav span {
  padding: 20px 45px 20px 20px;
}
@media only screen and (max-width: 1600px) {
  #header_top header img.logo_pc_wak {
    width: 200px;
  }
  #header_top .header_left ul li span {
    font-size: 16px;
  }
  #header_top .mo_left ul li span {
    font-size: 16px;
  }
}
#header_top .header_left ul li span:hover {
  color: #007474;
}
#header_top .header_left ul li:last-child {
  border: unset;
}
#header_top .header_left ul li:last-child::before {
  background: none;
}
#header_top .header_left ul li a:hover {
  color: #007474;
}
#header_top .header_left ul.nav-first li span::before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: 0;
  height: 4px;
  background: #007474;
  transition: 0.3s;
}
#header_top .header_left ul.nav-first li span:hover::before {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  border-radius: 10px;
}
#header_top .header_left ul.nav-first li ul.hover-nav li span::before {
  display: none;
}
#header_top header .header_right {
  width: 600px;
  display: inline-flex;
  margin-right: 50px;
  flex-direction: column;
  justify-content: center;
}
#header_top header .header_right.wak_right {
  width: 600px;
  margin: 15px 40px 10px 0;
}
#header_top header .header_right.mo_right {
  width: 400px;
  align-items: flex-start;
  display: inline-flex;
  margin: 10px 40px 5px 0;
  flex-direction: column;
  justify-content: center;
}
#header_top header .header_right .header-receipt {
  display: block;
  margin-top: 0;
}
#header_top header .header_right.mo_right .header-receipt {
  margin-top: 0;
}
#header_top header .header_right .header-receipt p {
  font-size: 14px;
  color: #007474;
  font-weight: bold;
}
#header_top header .header_right .header-receipt span {
  font-size: 14px;
  margin-right: 15px;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #F5F5F5;
  color: #000;
}
#header_top header .header_right.mo_right .header-receipt p {
     font-size: 16px;
}
#header_top header .header-contact {
  display: flex;
  position: initial;
  margin-top: 10px;
}
#header_top header .header_right.mo_right .header-contact {
  margin-top: 5px;
}
#header_top header .header-contact ul {
  display: flex;
  width: 100%;
  position: initial;
}
#header_top header .header_right.mo_right .header-contact ul {
  justify-content: space-evenly;
}
#header_top header .header-contact ul li.header-tel {
  margin-right: 20px;
  position: initial;
}
#header_top header .header-contact ul li.header-tel:last-child {
  width: auto;
  margin-right: 0;
}
#header_top header .header-contact .header-tel img {
  width: auto;
  height: 43px;
}
#header_top header .header-contact .header-tel p {
  color: #000;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: -5px;
}
#header_top header .header_right.mo_right .header-contact .header-tel p {
  font-size: 14px;
  margin-bottom: 5px;
}
#header_top header .header-contact .header-tel a {
  display: block;
  text-align: center;
  padding: 0;
  font-weight: bold;
}
#header_top header .header-other {
  margin-top: 5px;
  display: flex;
}
#header_top header .header_right.mo_right .header-other {
  justify-content: flex-start;
  margin: 5px 0 0 0;
}
#header_top header .header-other ul {
  width: 100%;
  display: flex;
}
#header_top header .header-other ul li {
  display: flex;
  padding: 0 20px;
  position: relative;
}
#header_top header .header_right.mo_right .header-other ul li:nth-child(1) {
  padding-left: 0 !important;
}
#header_top header .header-other ul li a:hover {
  color: #007474;
}
#header_top header .header-other ul li::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  color: #C6C6C6;
  font-size: 100%;
  right: 0;
  top: 1px;
}
#header_top header .header-other ul li span {
  font-size: 14px;
}
#header_top header .header-cta {
  position: absolute;
  right: 0;
}
#header_top header .header-cta img {
  width: 145px;
  height: auto;
}
#header_top header .header_left ul li.sub-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#header_top header .header_left ul li.sub-nav ul.block2 {
  width: 400px;
}
#header_top header .header_left ul li.sub-nav ul li {
  float: left;
  width: 50%;
  padding: 0;
}
#header_top header .header_left ul li.sub-nav ul.block3 {
  width: 600px;
}
#header_top header .header_left ul li.sub-nav ul.block3 li {
  float: left;
  width: calc(100% / 3);
  padding: 0;
}
#header_top header .header_left ul li.sub-nav ul.block5 {
  width: 800px;
}
#header_top header .header_left ul li.sub-nav ul.block5 li {
  float: left;
  width: calc(100% / 5);
  padding: 0;
}
#header_top header .header_left ul li.sub-nav ul.block6 {
  width: 900px;
}
#header_top header .header_left ul li.sub-nav ul.block6 li {
  float: left;
  width: calc(100% / 6);
  padding: 0;
}
#header_top header .header_left ul li.sub-nav ul li span {
  font-size: 16px;
  padding: 0;
}
#header_top header .header_left ul li.sub-nav ul li a {
  width: 250px;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
}
#header_top header .header_left ul li.sub-nav ul li a.kara {
  padding: 44px 0;
}
#header_top header .header_left ul li.sub-nav ul li a.line1 {
  padding: 32px 0;
}
#header_top header .header_left ul li.sub-nav ul li a.line2 {
  line-height: 18px;
  padding: 14px 0;
}
#header_top header .header_left ul li.sub-nav ul li a:hover {
  background-color: #F5F5F5;
  opacity: 1;
}
#header_top header .header_left ul li.sub-nav ul li a.kara:hover {
  background-color: #FFFFFF;
  opacity: 1;
}
#header_top header .header_left ul li.sub-nav ul li a:hover span {
  color: #007474
}
#header_top header .header_left ul li.sub-nav ul li:before {
  display: none;
}
#header_top header .header_left ul li.sub-nav ul li a:before {
  display: none;
}
@media only screen and (max-width: 1500px) {
  #header_top header {
    padding: 0 20px;
  }
  #header_top header img.logo_pc {
    width: 150px;
    padding: 55px 10px 55px 0;
  }
  #header_top header .wak_left img.logo_pc_wak {
    width: 170px;
    padding: 30px 0;
  }
  #header_top header img.logo_pc_mo {
    width: 170px;
    padding: 30px 0;
  }
  #header_top header .header_left {
    width: 60%;
  }
  #header_top header .wak_left {
    width: 62%;
  }
  #header_top header .mo_left {
    width: 900px;
  }
  #header_top .header_left ul li {
    line-height: 24px;
  }
  #header_top .header_left ul li.sub-nav span {
    padding: 20px 35px 20px 20px;
  }
  #header_top header .header_left ul li.sub-nav ul {
    width: 350px;
    top: 95%;
  }
  #header_top header .header_left ul li.sub-nav ul li span {
    font-size: 14px;
  }
  #header_top .header_left ul li.sub-nav::after {
    right: 7px;
    top: 31px;
    font-size: 115%;
  }
  #header_top .header_left ul li a::before {
    bottom: -6px;
    height: 4px;
    left: 12px;
  }
  #header_top .header_left ul li span {
    font-size: 15px;
  }
  #header_top .wak_left ul li span {
    font-size: 15px;
    padding: 15px;
  }
  #header_top .mo_left ul li span {
    font-size: 15px;
  }
  #header_top header .header_right {
    width: 40%;
    margin-right: 130px;
  }
  #header_top header .header_right.wak_right {
    width: 540px;
    margin: 10px 40px 2px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #header_top header .header_right.mo_right {
    width: 310px;
    margin: 10px 50px 0 0;
  }
  #header_top header .header_right .header-receipt {
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
  }
  #header_top header .header_right .header-receipt p {
    font-size: 13px;
    justify-items: center;
  }
  #header_top header .header_right.mo_right .header-receipt p {
    font-size: 14px;
  }
  #header_top header .header_right .header-receipt span {
    font-size: 13px;
    margin: 25px 5px 5px 0;
  }
  #header_top header .header-contact {
    display: flex;
    position: relative;
    top: 0;
    margin-top: 10px;
  }
  #header_top header .header-contact ul {
    position: relative;
    justify-content: center;
  }
  #header_top header .header-contact ul li.header-tel {
    width: 200px;
    margin-right: 15px;
    position: initial;
  }
  #header_top header .header-contact .header-tel p {
    font-size: 9px;
    letter-spacing: 0;
    margin-top: 0;
  }
  #header_top header .header_right.mo_right .header-contact .header-tel p {
    font-size: 12px;
    margin-bottom: 0;
  }
  #header_top header .header-contact .header-tel img {
    height: 38px;
  }
  #header_top header .header-other {
    margin: 0 0 10px;
  }
  #header_top header .wak_right .header-other {
    margin: 0 0 10px 20px;
  }
  #header_top header .header_right.mo_right .header-other {
    margin: -8px 0 10px;
  }
  #header_top header .header-other ul {
    justify-content: center;
  }
  #header_top header .header-other ul li {
    padding: 0 15px;
  }
  #header_top header .header-other ul li span {
    font-size: 12px;
  }
  #header_top header .header-other ul li::after {
    right: -3px;
  }
  #header_top header .header-cta img {
    width: 135px;
  }
  #header_top .header_left ul li a:hover::before {
    width: 82%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 1300px) {
  #header_top {
    display: none;
  }
}
/* ITK・WAK専用ヘッダー 緊急時のおしらせ欄 CSS　2025.11.05
--------------------------------------------------*/
/****** 重要なおしらせ非表示時のみアクティブにする *****/
/*** ITK ***/
/*#ittenko {
  margin-top: 165px !important;
}
@media only screen and (max-width: 1500px) {
#ittenko {
  margin-top: 148px !important;
}
}
@media only screen and (max-width: 1300px) {
#ittenko {
  margin-top: 60px !important;
}
}*/
/*** WAK ***/
#white {
  margin-top: 145px;
}
@media only screen and (max-width: 1500px) {
#white {
  margin-top: 135px;
}
}
@media only screen and (max-width: 1300px) {
#white {
  margin-top: 60px !important;
}
}

/****** 重要なおしらせ掲載時のみアクティブにする *****/
/*** ITK ***/
/***#ittenko #header_top header {
  top: 60px !important;
}
body.scroll-nav #ittenko #header_top header {
  top: 0 !important;
  transition: all 0.5s ease-in-out;
}
body #ittenko {
  top: 60px !important;
}
body.scroll-nav #ittenko {
  top: 0 !important;
  transition: all 0.5s ease-in-out;
}
body.scroll-nav #ittenko #movie_popup {
  display: none !important;
  transition: all 0.5s ease-in-out;
}
#ittenko #movie_popup input {
  display: none;
}
#ittenko #movie_popup input:checked ~ .movie_box {
  display: none;
}
@media screen and (max-width: 1300px) {
  body #ittenko {
    top: 100px !important;
  }
  body #ittenko header {
    top: 60px !important;
    z-index: 9999;
  }
  body.scroll-nav #ittenko header {
    top: 0 !important;
  }
  body.scroll-nav #ittenko .menu-content {
    top: 60px !important;
  }
  body.scroll-nav #ittenko .menu-content {
    height: calc(100% - 180px) !important;
  }
}
#ittenko .wrap_biz_ittenko {
  overflow: hidden;
  margin-top: 60px;
  width: 100%;
}
body.scroll-nav #ittenko .wrap_biz_ittenko {
  margin-top: 0;
}
@media screen and (max-width: 1500px) {
#ittenko .wrap_biz_ittenko {
  margin-top: 60px !important;
}
  body.scroll-nav #ittenko .wrap_biz_ittenko {
  margin-top: 0!important;
  }
}
@media screen and (max-width: 1300px) {
  #ittenko .wrap_biz_ittenko {
    margin-top: 60px;
  }
  body.scroll-nav #ittenko .wrap_biz_ittenko {
    margin-top: 0;
  }
}
@media screen and (max-width: 769px) {
  #ittenko .wrap_biz_ittenko {
    margin-top: 60px !important;
  }
  body.scroll-nav #ittenko .wrap_biz_ittenko {
    margin-top: 60px !important;
  }
}***/

#ittenko #toppage .menu-content .column {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
#ittenko #movie_popup a:visited {
  color: #FFF !important;
}
#ittenko #movie_popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #fff8e1;
  z-index: 9999;
}
#ittenko #movie_popup .movie_box {
  display: inline-block;
  margin: 0;
}
#ittenko #movie_popup .movie_box .btn {
  display: contents;
}
#ittenko #movie_popup .movie_box img.movie_btn {
  width: 20px;
  height: auto;
  margin: -2.6em 0 0 52em;
}
#ittenko #movie_popup .movie_box a {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
#ittenko #movie_popup .sol_link_g a {
  height: 30px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 0 15px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  background-color: #404040;
  border-radius: 30px;
  outline: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #ittenko #movie_popup .movie_box p {
    font-size: 13px;
    line-height: 2.5;
  }
  #ittenko #movie_popup .movie_box img.movie_btn {
    position: absolute;
    top: 20px;
    right: 2rem;
    top: 62px;
    right: 1rem;
  }
}
@media screen and (max-width: 769px) {
  #ittenko #movie_popup {
    height: 60px;
    top: 0;
    z-index: 100000;
  }
  #ittenko #movie_popup .movie_box {
    display: block;
    padding-right: 0px;
  }
  #ittenko #movie_popup .movie_box a{
    margin: 5px 10px;
  }
  #ittenko #movie_popup .movie_box p {
    font-size: 0.8em;
    line-height: 1.4;
    margin: 0;
  }
}
/*** WAK ***/
/*#white #header_top header {
  top: 60px !important;
}
body.scroll-nav #white #header_top header {
  top: 0 !important;
  transition: all 0.5s ease-in-out;
}
body #white {
  top: 60px !important;
}
body.scroll-nav #white {
  top: 0 !important;
  transition: all 0.5s ease-in-out;
}
body.scroll-nav #white #movie_popup {
  display: none !important;
  transition: all 0.5s ease-in-out;
}
#white #movie_popup input {
  display: none;
}
#white #movie_popup input:checked ~ .movie_box {
  display: none;
}
@media screen and (max-width: 1300px) {
  body #white {
    top: 100px !important;
  }
  body #white header {
    top: 60px !important;
    z-index: 9999;
  }
  body.scroll-nav #white header {
    top: 0 !important;
  }
  body.scroll-nav #white .menu-content {
    top: 60px !important;
  }
  body.scroll-nav #white .menu-content {
    height: calc(100% - 180px) !important;
  }
}
@media screen and (max-width: 769px) {
  body #white header {
    top: 0 !important;
  }
}
#white .wrap_biz_ittenko {
  overflow: hidden;
  margin-top: 225px;
  width: 100%;
}
body.scroll-nav #white .wrap_biz_ittenko {
  margin-top: 166px !important;
}
@media screen and (max-width: 1500px) {
  #white .wrap_biz_ittenko {
    margin-top: 207px;
  }
  body.scroll-nav #white .wrap_biz_ittenko {
    margin-top: 147px !important;
  }
}
@media screen and (max-width: 1300px) {
  #white .wrap_biz_ittenko {
    margin-top: 120px;
  }
  body.scroll-nav #white .wrap_biz_ittenko {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 769px) {
  #white .wrap_biz_ittenko {
    margin-top: 220px !important;
  }
  body.scroll-nav #white .wrap_biz_ittenko {
    margin-top: 60px !important;
  }
}
#white #toppage .menu-content .column {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
#white #movie_popup a:visited {
  color: #FFF !important;
}
#white #header_top header {
  top: 60px !important;
}
#white #movie_popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
  z-index: 9999;
}
#white #movie_popup .movie_box {
  display: flex;
  margin: 15px 0;
}
#white #movie_popup .movie_box .btn {
  display: contents;
}
#white #movie_popup .movie_box img.movie_btn {
  width: 20px;
  height: auto;
  margin: 0 0 0 31em;
}
#white #movie_popup .movie_box a {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
#white #movie_popup .sol_link_g a {
  height: 30px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 0 15px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  background-color: #404040;
  border-radius: 30px;
  outline: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #white #movie_popup .movie_box p {
    font-size: 14px;
    line-height: 2.2;
  }
  #white #movie_popup .movie_box img.movie_btn {
    position: absolute;
    top: 20px;
    right: 2rem;
  }
}
@media screen and (max-width: 769px) {
  #white #movie_popup {
    position: absolute;
    height: 160px;
    top: -160px;
    z-index: 0;
  }
  #white #movie_popup .movie_box {
    display: block;
  }
  #white #movie_popup .movie_box p {
    line-height: 2;
    margin-bottom: 10px;
  }
}*/
/* 2025.07.17 */
#ittenko {
  margin-top: 80px !important;
}
@media screen and (max-width: 1300px) {
  #ittenko {
    margin-top: 60px !important;
  }
}
#header_top.itk {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#header_top.itk .header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}
#header_top.itk .header .header_inner {
  width: 1300px;
  height: 80px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 420px 408px 160px;
  gap: 44px;
  align-items: center;
  box-sizing: border-box;
}
#header_top.itk header .header_left {
  width: 100%;
}
#header_top.itk .header__nav .header_left {
  width: 180px;
}
#header_top.itk header .logo_pc {
  width: 180px;
  height: 44px;
  padding: 0;
}
#header_top.itk .header_inner .header__nav {
  width: 100%;
}
#header_top.itk .header_inner .header__navList {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#header_top.itk .header_inner .header__navList li {
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
#header_top.itk .header__navList .header__navItemLink {
  display: block;
  padding: 10px;
}
#header_top.itk .header__navList .header__navItemLink:hover {
  opacity: unset;
  transition: 0.2s;
  color: #007474;
}
#header_top.itk .header_inner .header__navList li:nth-child(2),
#header_top.itk .header_inner .header__navList li:nth-child(4) {
  margin-left: 12px;
}
#header_top.itk .header_inner .header__navList .js-megaMenu::after {
  position: absolute;
  bottom: 9px;
  right: -8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  content: "\f107";
  color: #007474;
  transition: transform 0.3s ease; 
}
#header_top.itk .header_inner .header__navList .js-megaMenu.is-active::after {
  transform: rotate(180deg);
  bottom: 12px;
}
#header_top.itk .header .header_right {
  width: 100%;
  margin-right: 0;
  display: block;
}
#header_top.itk .header_inner .header-contact {
  margin-top: 0;
  display: block;
  position: unset;
}
#header_top.itk header .header-contact ul {
  width: 408px;
  display: flex;
  position: unset;
  justify-content: center;
  gap: 16px;
}
#header_top.itk header .header-contact ul li,
#header_top.itk header .header-contact ul li.header-tel:last-child  {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#header_top.itk header .header-contact ul img {
  width: 200px;
  height: 44px;
}
#header_top.itk .header_inner .header-cta {
  width: 160px;
  height: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: unset;
}
#header_top.itk .header-cta img {
  width: 40px;
  height: auto;
  margin: 0 auto;
}
#header_top.itk .header-cta p {
  line-height: 1.2;
  font-weight: bold;
  font-size: 11px;
}
#header_top.itk .header-cta .download,
#header_top.itk .header-cta .contact {
  width: 80px;
  height: auto;
  margin: 0 auto;
  padding: 8px 0;
  display: grid;
  align-items: center;
  text-align: center;
}
#header_top.itk .header-cta .download {
  color: #fff;
  background: #007474;
}
#header_top.itk .header-cta .download:hover {
  transition: 0.2s;
  opacity: unset;
  background: #00a8a8;
}
#header_top.itk .header-cta .contact {
  color: #007474;
  background: #dae509;
}
#header_top.itk .header-cta .contact:hover {
  transition: 0.2s;
  opacity: unset;
  background: #f5fd65;
}
#header_top.itk .header-cta img:hover {
  opacity: unset;
}
#header_top.itk .megaMenu__link.is-active + .megaMenu__content {
  visibility: visible;
  opacity: 1;
}
#header_top.itk .megaMenu__content {
    width: 100%;
    padding: 40px 0;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: #fff;
    box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
}
/*2025.11.05 header一旦対応
body.scroll-nav #header_top.itk .megaMenu__content {
    top: 80px;
}*/
#header_top.itk .megaMenu__content .megaMenu__inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
body#biz.is-mega-menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
body#biz::before {
  content: "";
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
#header_top.itk .megaMenu__content .megaMenu__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header_top.itk .megaMenu__content .megaMenu__box {
  display: flex;
  gap: 20px;
}
#header_top.itk .megaMenu__list .megaMenu__item__heading {
  margin-right: 36px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
#header_top.itk .megaMenu__item__heading::after {
  width: 24px;
  height: 2px;
  content: '';
  position: absolute;
  top: 12px;
  right: -30px;
  display: inline-block;
  background-color: #66acac;
}
#header_top.itk .megaMenu__list .megaMenu__item img {
  width: 192px;
  height: 80px;
}
#header_top.itk .megaMenu__list .megaMenu__item span {
  margin-top: 8px;
  padding: 8px 0;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #007474;
  border-radius: 100vmax;
}
#header_top.itk .megaMenu__list .megaMenu__item a:hover,
#header_top.itk .megaMenu__list .megaMenu__item a:hover img {
  opacity: unset;
}
#header_top.itk .megaMenu__list .megaMenu__item a:hover span {
  transition: 0.4s;
  background: #0ab2d2;
}
@media only screen and (max-width: 1500px) {
#header_top header .header_left ul li.sub-nav ul.block3{
  width: 500px;
}
#header_top header .header_left ul li.sub-nav ul.block6{
  width: 770px;
}
}
@media screen and (max-width: 769px) {
  body #ittenko{
    margin-top: 60px !important;
  }
  body.scroll-nav #ittenko{
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 769px) {
#ittenko .top-block .secInner{
  width: 94%;
}
}
#white .wrap_biz_ittenko{
    margin-top: 140px;
}
@media screen and (max-width: 1300px) {
  #white .wrap_biz_ittenko{
    margin-top: 60px;
}
}