@charset "UTF-8";
@media screen and (max-width: 728px) {
  .nav-header__positioning {
    height: 85vh;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
    z-index: 1000;
    right: -120%; } }

.nav-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media screen and (max-width: 728px) {
    .nav-header__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      min-width: 265px;
      max-width: calc(100vw - 50px);
      width: 80vw;
      overflow-y: scroll; } }

@media screen and (max-width: 728px) {
  .nav-header.nav-active .nav-header__positioning {
    height: 85vh;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
    z-index: 1000;
    right: 0; } }

.nav-header__global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 6px;
  width: 100%;
  gap: 2px;
  }
  @media screen and (max-width: 728px) {
    .nav-header__global-nav {
      display: block;
      margin: 0 auto; } }
  .nav-header__global-nav__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/bg_gnavi01.gif) repeat-x;
    border: 1px solid #d0d0c6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    margin: 0 3px 0 0;
    text-align: center;
    width: calc(100% / 6);
    /* font-weight: 200; */
    }
    @media screen and (max-width: 728px) {
      .nav-header__global-nav__item {
        background: #82d7dc;
        background-image: none;
        border: none;
        border-bottom: 1px solid #fff;
        display: block;
        height: auto;
        text-align: left;
        width: 100%; } }
    .nav-header__global-nav__item:hover, .nav-header__global-nav__item--current {
      background: url(../img/bg_gnavi01_hover.gif) repeat-x;
      border: 1px solid #6aafb3; }
      @media screen and (max-width: 728px) {
        .nav-header__global-nav__item:hover, .nav-header__global-nav__item--current {
          background: #82d7dc;
          background-image: none;
          border: none;
          border-bottom: 1px solid #fff; } }
    .nav-header__global-nav__item a {
      color: #50b9bf;
      display: block;
      font-weight: 700;
      height: 100%;
      line-height: 2;
      position: relative;
      text-decoration: none;
      vertical-align: middle;
      width: 100%;
      font-weight: 500;
      }
      @media screen and (max-width: 728px) {
        .nav-header__global-nav__item a {
          color: #333;
          font-weight: 400;
          padding: 10px 20px 10px 10px;
          width: auto; } }
      .nav-header__global-nav__item a:hover {
        color: #fff; }
        @media screen and (max-width: 728px) {
          .nav-header__global-nav__item a:hover {
            border: none;
            color: #333; } }
      @media screen and (max-width: 728px) {
        .nav-header__global-nav__item a:after {
          background: url(../img/ico_arrow03_sp.png) center center no-repeat;
          background-size: 6px 10px;
          content: '';
          display: inline-block;
          height: 6px;
          position: absolute;
          right: 10px;
          top: 18px;
          width: 10px; } }
    .nav-header__global-nav__item--current a {
      color: #fff; }
      @media screen and (max-width: 728px) {
        .nav-header__global-nav__item--current a {
          border: none;
          color: #333; } }
  .nav-header__global-nav li:last-child {
    margin: 0; }

.nav-header__accordion__btn01, .nav-header__accordion__btn02 {
  display: none; }
  @media screen and (max-width: 728px) {
    .nav-header__accordion__btn01, .nav-header__accordion__btn02 {
      display: block;
      line-height: 1.5;
      padding: 10px 20px 10px 10px;
      position: relative; }
      .nav-header__accordion__btn01:hover, .nav-header__accordion__btn02:hover {
        opacity: 0.8; }
      .nav-header__accordion__btn01:after, .nav-header__accordion__btn02:after {
        color: #fff;
        content: '+';
        font-weight: 700;
        display: inline-block;
        position: absolute;
        right: 10px; } }

@media screen and (max-width: 728px) {
  .nav-header__accordion__btn01.acc-active:after, .nav-header__accordion__btn02.acc-active:after {
    content: '-'; } }

.nav-header__accordion__container01, .nav-header__accordion__container02 {
  height: auto;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 728px) {
    .nav-header__accordion__container01, .nav-header__accordion__container02 {
      display: block;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height .2s ease-out;
      -o-transition: max-height .2s ease-out;
      transition: max-height .2s ease-out; } }
  .nav-header__accordion__container01 li:nth-child(n+2), .nav-header__accordion__container02 li:nth-child(n+2) {
    display: none; }
    @media screen and (max-width: 728px) {
      .nav-header__accordion__container01 li:nth-child(n+2), .nav-header__accordion__container02 li:nth-child(n+2) {
        display: block; } }
  .nav-header__accordion__container01 li:last-child, .nav-header__accordion__container02 li:last-child {
    border-bottom: none; }

@media screen and (max-width: 728px) {
  .nav-header__accordion__container01.acc-active, .nav-header__accordion__container02.acc-active {
    max-height: 500px;
    -webkit-transition: max-height .2s ease-in;
    -o-transition: max-height .2s ease-in;
    transition: max-height .2s ease-in; } }

@media screen and (max-width: 728px) {
  .nav-header__accordion__item01, .nav-header__accordion__item02 {
    background-color: #ecf9fa;
    border-bottom: 1px solid #82d7dc;
    max-height: 0;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    -webkit-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out; } }

@media screen and (max-width: 728px) {
  .nav-header__accordion__item01:after, .nav-header__accordion__item02:after {
    background: url(../img/ico_arrow01_sp.png) center center no-repeat;
    background-size: 6px 10px;
    content: '';
    display: inline-block;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 18px;
    width: 10px; } }

.nav-header__accordion__item01.acc-active, .nav-header__accordion__item02.acc-active {
  max-height: 500px;
  -webkit-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in; }

.nav-header__sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  margin: 8px 0;
  gap: 6px 0;
  width: 100%;
  }
  @media screen and (max-width: 728px) {
    .nav-header__sub-nav {
      background-color: #ecf9fa;
      display: block;
      margin: 0;
      padding: 0; } }
  .nav-header__sub-nav__item:last-child {
    border-right: none; }
  .nav-header__sub-nav__item {
    border-right: 1px solid #000000;
    font-size: 13px;
    line-height: 1;
    padding: 0 8px 0; }
    @media screen and (max-width: 728px) {
      .nav-header__sub-nav__item {
        font-size: 14px;
        border-right: none;
        border-bottom: 1px solid #82d7dc;
        padding: 0; } }
    .nav-header__sub-nav__item a {
      text-decoration: none;
      font-weight: 300;
      }
      @media screen and (max-width: 728px) {
        .nav-header__sub-nav__item a {
          display: block;
          line-height: 1.5;
          padding: 10px 20px 10px 10px;
          position: relative; } }
      .nav-header__sub-nav__item a:hover {
        text-decoration: underline; }
        @media screen and (max-width: 728px) {
          .nav-header__sub-nav__item a:hover {
            text-decoration: none;
            opacity: 0.8; } }
      @media screen and (max-width: 728px) {
        .nav-header__sub-nav__item a:after {
          background: url(../img/ico_arrow01_sp.png) center center no-repeat;
          background-size: 6px 10px;
          content: '';
          display: inline-block;
          height: 6px;
          position: absolute;
          right: 10px;
          top: 18px;
          width: 10px; } }

.nav-header__conversion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  gap: 4px;
}
.nav-header__conversion li {
	width: calc(100% / 3)
}

.nav-header__conversion li a span {
	    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-header__conversion li a::before {
	    left: 8px;
    position: absolute;
}


  @media screen and (max-width: 728px) {
    .nav-header__conversion {
      display: block;
      margin: 0;
      position: static;
      width: 100%; } }
  .nav-header__conversion__item--application {
    margin: 0 0 0 3px;
    background-color: #e74069; }
    @media screen and (max-width: 728px) {
      .nav-header__conversion__item--application {
        border-bottom: 1px solid #fff;
        margin: 0;
        padding: 0; } }
    .nav-header__conversion__item--application a {
      color: #fff;
      display: flex;
			justify-content: center;
			align-items: center;
      font-size: 11px;
      font-weight: 700;
      padding: 6px 16px 4px;
      position: relative;
      text-decoration: none; 
			}
      .nav-header__conversion__item--application a:hover {
        opacity: 0.8; }
      .nav-header__conversion__item--application a:before {
        background: url(../img/ico_arrow03_sp.png) center center no-repeat;
        background-size: 6px;
        content: '';
        display: inline-block;
        height: 8px;
        width: 10px; 
				top: 0;
				bottom: 0;
				margin: auto 0;

}

@media screen and (max-width: 929px) {
	.nav-header__conversion {
		width: 65%;
	}
}


        @media screen and (max-width: 728px) {
					.nav-header__conversion {
					width: 100%;
					}
					.nav-header__conversion li {
						width: 100%;
					}
					.nav-header__conversion li a {
						justify-content: flex-start;
					}
					
          .nav-header__conversion__item--application a:before {
            content: none; } }
      .nav-header__conversion__item--application a:after {
        content: none; }
        @media screen and (max-width: 728px) {
          .nav-header__conversion__item--application a:after {
            background: url(../img/ico_arrow03_sp.png) center center no-repeat;
            background-size: 6px 10px;
            content: '';
            display: inline-block;
            height: 6px;
            position: absolute;
            right: 10px;
            top: 18px;
            width: 10px; } }
      @media screen and (max-width: 728px) {
        .nav-header__conversion__item--application a {
          font-size: 14px;
          font-weight: 400;
          padding: 10px 20px 10px 10px; } }
  .nav-header__conversion__item--catalog {
    margin: 0 0 0 3px;
    background-color: #fffa82; }
    @media screen and (max-width: 728px) {
      .nav-header__conversion__item--catalog {
        border-bottom: 1px solid #fff;
        margin: 0;
        padding: 0; } }
    .nav-header__conversion__item--catalog a {
      color: #333;
      font-size: 11px;
      font-weight: 700;
      padding: 6px 16px 4px;
      position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
      text-decoration: none; }
      .nav-header__conversion__item--catalog a:hover {
        opacity: 0.8; }
      .nav-header__conversion__item--catalog a:before {
        background: url(../img/ico_arrow02_sp.png) center center no-repeat;
        background-size: 6px;
        content: '';
        display: inline-block;
				top: 0;
				bottom: 0;
				margin: auto 0;
        height: 8px;
        width: 10px; }
        @media screen and (max-width: 728px) {
          .nav-header__conversion__item--catalog a:before {
            content: none; } }
      .nav-header__conversion__item--catalog a:after {
        content: none; }
        @media screen and (max-width: 728px) {
          .nav-header__conversion__item--catalog a:after {
            background: url(../img/ico_arrow02_sp.png) center center no-repeat;
            background-size: 6px 10px;
            content: '';
            display: inline-block;
            height: 6px;
            position: absolute;
            right: 10px;
            top: 18px;
            width: 10px; } }
      @media screen and (max-width: 728px) {
        .nav-header__conversion__item--catalog a {
          font-size: 14px;
          font-weight: 400;
          padding: 10px 20px 10px 10px; } }
  .nav-header__conversion__item--contract {
    margin: 0 0 0 3px;
    background-color: #f9d4e5; }
    @media screen and (max-width: 728px) {
      .nav-header__conversion__item--contract {
        border-bottom: 1px solid #fff;
        margin: 0;
        padding: 0; } }
    .nav-header__conversion__item--contract a {
      color: #333;
      display: flex;
			justify-content: center;
			align-items: center;
      font-size: 11px;
      font-size: 11px;
      font-weight: 700;
      padding: 6px 16px 4px;
      position: relative;
      text-decoration: none; }
      .nav-header__conversion__item--contract a:hover {
        opacity: 0.8; }
      .nav-header__conversion__item--contract a:before {
        background: url(../img/ico_arrow02_sp.png) center center no-repeat;
        background-size: 6px;
        content: '';
        display: inline-block;
				top: 0;
				bottom: 0;
				margin: auto 0;
        height: 8px;
        width: 10px; }
        @media screen and (max-width: 728px) {
          .nav-header__conversion__item--contract a:before {
            content: none; } }
      .nav-header__conversion__item--contract a:after {
        content: none; }
        @media screen and (max-width: 728px) {
          .nav-header__conversion__item--contract a:after {
            background: url(../img/ico_arrow02_sp.png) center center no-repeat;
            background-size: 6px 10px;
            content: '';
            display: inline-block;
            height: 6px;
            position: absolute;
            right: 10px;
            top: 18px;
            width: 10px; } }
      @media screen and (max-width: 728px) {
        .nav-header__conversion__item--contract a {
          font-size: 14px;
          font-weight: 400;
          padding: 10px 20px 10px 10px; } }

.nav-header__sns {
  display: none; }
  @media screen and (max-width: 728px) {
    .nav-header__sns {
      background-color: #50B9BF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
			align-items: center;
      margin: 0; } }
  .nav-header__sns__item {
    padding: 10px 20px 10px 0;
    width: calc(100% / 3);
    text-align: center; }
  .nav-header__sns li:nth-child(1) {
    padding: 10px 20px 10px 18px; }
  .nav-header__sns img {
    height: 24px;
    width: 24px; }
  .nav-header__sns__item:nth-child(2){
		padding-bottom: 8px;}
  .nav-header__sns__item:last-child{
		padding-top: 7px;}
  .nav-header__sns__item:nth-child(2) img{
		height: 21px;
		width: 21px;}
  .nav-header__sns__item:last-child img{
    height: 26px;
    width: 26px; }

.nav-header__hamburger {
  display: none; }
  @media screen and (max-width: 728px) {
    .nav-header__hamburger {
      background: url(../../indexfile/images/btn_menu01_sp.gif) no-repeat;
      background-size: contain;
      display: block;
      height: 59px;
      overflow: hidden;
      position: absolute;
      right: 8px;
      text-indent: 100%;
      top: -73%;
      white-space: nowrap;
      width: 48px; } }
  @media screen and (max-width: 600px) {
    .nav-header__hamburger {
      top: -73%; } }
  @media screen and (max-width: 375px) {
    .nav-header__hamburger {
      top: -78%; } }

.nav-header__overlay {
  display: none; }
  @media screen and (max-width: 728px) {
    .nav-header__overlay {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #000;
      position: fixed;
      top: 0;
      right: 0;
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity .2s;
      -o-transition: opacity .2s;
      transition: opacity .2s;
      -webkit-transition: z-index .0s;
      -o-transition: z-index .0s;
      transition: z-index .0s; } }
  .nav-header__overlay__btn:after {
    color: #fff;
    content: '×';
    display: inline-block;
    font-size: 35px;
    left: 7%;
    position: absolute;
    top: 2%; }

.nav-header.nav-active .nav-header__overlay {
  opacity: 0.8;
  z-index: 999; }
