.header {
  width: 100%;
  min-width: 1100px;
  height: 100px;
  background: none;
  color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  box-sizing: border-box; }
  .header .left {
    float: left; }
    .header .left img {
      display: inline-block; }
    .header .left p {
      font-size: 35px;
      display: inline-block;
      margin-left: 15px;
      position: relative;
      top: 8px;
      font-family: 'Nexa-Bold';
      }
    .header .left h1 {
      display: inline-block;
      font-family: 'Noto-Sans-JP-Regular';
      font-style: normal;
      font-size: 12px;
      margin-left: 20px;
      line-height: 100px; }
  .header .right {
    text-align: right;
    font-family: 'Noto-Sans-JP-Regular';
    font-style: normal;
    font-size: 14px; }
    .header .right ul {
      display: inline; }
      .header .right ul li {
        display: inline;
        margin-left: 20px;
        position: relative; }
        .header .right ul li.h_link {
	      padding: 10px 0;}
        .header .right ul li:first-child {
          margin-right: 0;
          margin-left: 0; }
        .header .right ul li .nav-link {
          line-height: 100px;
          color: #ffffff; }
        .header .right ul li .dropdown {
          display: none;
	      position: absolute;
	      top: 40px;
	      left: -10px;}
	    .header .right ul li .dropdown ol li {
		  display: block;
		  margin: 0 auto;
		  width: 120px;
		  text-align: left;
		  padding: 10px;
		  border-top: 1px solid #fff;
		  background: rgba(0,0,0,0.5); }
		  .header .right ul li .dropdown ol li:first-child {
			  border: none;}
		  .header .right ul li .dropdown ol li a {
		  	color: #fff; }
    .header .right .btn-orange {
      display: inline-block;
      width: 160px;
      height: 100px;
      background-color: #ea5633;
      text-align: center;
      color: #ffffff;
      margin-left: 20px;
      line-height: 100px; }
      .header .right .btn-orange::before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 12px;
        background: url("../images/common/header/mail.png") center no-repeat;
        background-size: cover;
        margin-right: 15px; }
  .header .burger {
    display: none; }
  .header .collapse-menu {
    display: none; }

@media (max-width: 640px) {
  .header {
    min-width: 100%;
    height: 50px;
    position: relative;
    z-index: 15; }
    .header .left {
      width: 100%;
      padding-left: 15px;
      position: relative;
      z-index: 20; }
      .header .left img {
      	padding: 10px 0 0 ;
        width: 120px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in; }
      .header .left p {
        font-size: 24px;
        line-height: 50px;
        margin-left: 5px;
        top: 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in; }
      .header .left h1 {
        display: none; }
      .header .left.toggle {
        background: url("../images/index/layer-menu.png") center no-repeat;
        background-size: cover;
        text-align: center; }
        .header .left.toggle img {
          position: relative;
          top: 40px; }
        .header .left.toggle p {
          position: relative;
          top: 40px; }
    .header .right {
      display: none; }
    .header .burger {
      display: block;
      width: 50px;
      height: 50px;
      background-color: #d6623b;
      position: absolute;
      z-index: 20;
      top: 0;
      right: 0;
      padding: 18px 15px;
      cursor: pointer; }
      .header .burger span {
        display: block;
        width: 20px;
        height: 1px;
        background-color: #ffffff;
        margin-bottom: 5px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in; }
        .header .burger span:last-child {
          margin-bottom: 0; }
      .header .burger.toggle span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 6px; }
      .header .burger.toggle span:nth-child(2) {
        display: none; }
      .header .burger.toggle span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
    .header .collapse-menu {
      display: block;
      position: absolute;
      top: 50px;
      left: 100%;
      background: url("../images/index/layer-menu.png") center no-repeat;
      background-size: cover;
      width: 100%;
      min-height: calc(100vh - 50px);
      padding: 50px 0 50px;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in; }
      .header .collapse-menu.toggle {
        left: 0; }
      .header .collapse-menu .link-lv1,
      .header .collapse-menu .collapsible {
        background: none;
        color: white;
        cursor: pointer;
        padding: 18px;
        display: block;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px; }
        .header .collapse-menu .link-lv1:after,
        .header .collapse-menu .collapsible:after {
          content: '';
          float: right;
          width: 17px;
          height: 9px;
          background: url("../images/index/arrow-down.png") center no-repeat;
          background-size: contain; }
        .header .collapse-menu .link-lv1.active,
        .header .collapse-menu .collapsible.active {
          border-bottom: none; }
      .header .collapse-menu .content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        border-bottom: 1px solid #3e3d3c;
        transition: max-height 0.2s ease-out;
        -webkit-transition: max-height 0.2s ease-out;
        -moz-transition: max-height 0.2s ease-out;
        -ms-transition: max-height 0.2s ease-out;
        -o-transition: max-height 0.2s ease-out; }
        .header .collapse-menu .content a {
          color: #ffffff;
          display: block;
          margin-bottom: 15px; }
          .header .collapse-menu .content a:first-child {
            margin-top: 18px; }
          .header .collapse-menu .content a:last-child {
            margin-bottom: 28px; }
      .header .collapse-menu .link-lv1 {
        border-bottom: 1px solid #3e3d3c; }
        .header .collapse-menu .link-lv1:first-child {
          border-top: 1px solid #3e3d3c; }
        .header .collapse-menu .link-lv1::after {
          content: none; }
      .header .collapse-menu .btn-orange {
        display: block;
        width: 245px;
        height: 50px;
        background-color: #ea5633;
        color: #ffffff;
        line-height: 50px;
        margin: 35px auto 0;
        font-size: 15px;
        padding-left: 22px; }
        .header .collapse-menu .btn-orange::before {
          content: '';
          display: inline-block;
          width: 16px;
          height: 12px;
          background: url("../images/common/header/mail.png") center no-repeat;
          background-size: cover;
          margin-right: 40px; } }
@media (min-width: 1400px) {
  .header {
    padding-left: 38px; }
    .header .left {
      width: 50%; }
    .header .right ul li {
      margin-left: 50px; }
      .header .right ul li:first-child {
        margin-right: 15px; }
    .header .right .btn-orange {
      width: 195px;
      margin-left: 50px; } }

/*# sourceMappingURL=header.css.map */
