.br {
  display: block; }
  @media only screen and (max-width: 540px) {
    .br--onlySp {
      display: block; }
    .br--onlyPc, .br--onlySmallPc, .br--onlyTab {
      display: none; } }
  @media only screen and (min-width: 541px) {
    .br--onlyPc {
      display: block; }
    .br--onlySmallPc, .br--onlyTab, .br--onlySp {
      display: none; } }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .br--onlyTab {
      display: block; }
    .br--onlyPc, .br--onlySmallPc, .br--onlySp {
      display: none; } }
  @media only screen and (min-width: 769px) and (max-width: 1180px) {
    .br--onlySmallPc {
      display: block; }
    .br--onlyPc, .br--onlyTab, .br--onlySp {
      display: none; } }
  .br:before, .br:after, .br--onlyPc::before, .br--onlyPc::after, .br--onlyTab::before, .br--onlyTab::after, .br--onlySp::before, .br--onlySp::after {
    display: none !important; }

#header-area-wrap {
	margin-bottom: 20px;
	position: relative;
}
#header-area {
	position: fixed;
	width: 100%;
	z-index: 99; }
	#header-area.scroll {
		border-bottom: 1px solid rgba(255,255,255,.25);
	}

.header-2019 {
  background: #FFF;
  width: auto;
  position: relative;
  z-index: 99; }
  .header-2019 * {
    box-sizing: border-box; }
  .header-2019 p, .header-2019 li, .header-2019 a {
    font-family: -apple-system, blinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif !important;
    font-weight: nomal; }
  @media only screen and (max-width: 540px) {
    .header-2019 {
      padding: 0 10px; } }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .header-2019 {
      padding: 0 20px; } }
  @media only screen and (min-width: 769px) and (max-width: 1180px) {
    .header-2019 {
      padding: 0 20px; } }
  .header-2019 .inner {
    position: relative;
    z-index: 9999;
    max-width: 1180px;
    width: auto;
    height: 74px;
    margin: 0 auto;
    background: #fff; }
    @media only screen and (max-width: 540px) {
      .header-2019 .inner {
        height: 103px; } }
  .header-2019 .logo {
    position: absolute;
    width: 206px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0;
    background: none;
    border: none; }
    @media only screen and (max-width: 540px) {
      .header-2019 .logo {
        width: 188px;
        top: 12px;
        -webkit-transform: translate(0);
                transform: translate(0); } }
    .header-2019 .logo img {
      width: 206px;
      height: 36px; }
      @media only screen and (max-width: 540px) {
        .header-2019 .logo img {
          width: 188px; } }
  .header-2019 .ui {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 26px; }
    @media only screen and (max-width: 540px) {
      .header-2019 .ui {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translate(0);
                transform: translate(0); } }
    .header-2019 .ui .lang {
      display: inline-block; }
      @media only screen and (max-width: 540px) {
        .header-2019 .ui .lang {
          position: absolute;
          top: 15px;
          right: 0;
          -webkit-transform: translate(0);
                  transform: translate(0); } }
      .header-2019 .ui .lang a {
        display: table-cell;
        font-size: 0.8rem;
        text-align: center;
        margin: 0;
        width: 34px;
        height: 26px;
        vertical-align: middle;
        line-height: 0.8rem; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .header-2019 .ui .lang a {
            width: 40px;
            height: 30px; } }
        @media only screen and (max-width: 540px) {
          .header-2019 .ui .lang a {
            width: 31px;
            height: 23px; } }
        .header-2019 .ui .lang a span {
          padding-top: 3px;
          display: block; }
          @media only screen and (min-width: 541px) and (max-width: 768px) {
            .header-2019 .ui .lang a span {
              padding-top: 6px; } }
          @media only screen and (max-width: 540px) {
            .header-2019 .ui .lang a span {
              padding-top: 2px; } }
      .header-2019 .ui .lang__jp {
        background: #0068b5;
        color: #fff; }
      .header-2019 .ui .lang__en {
        background: #ECECEC;
        color: #636363; }
    .header-2019 .ui .search {
      display: inline-block;
      position: relative;
      height: 26px;
      width: 150px;
      vertical-align: top;
      margin-left: 25px;
      border-radius: none; }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .header-2019 .ui .search {
          display: inline-block !important;
          height: 30px;
          width: 234px !important;
          margin: 0 0 0 17px !important; } }
      @media only screen and (max-width: 540px) {
        .header-2019 .ui .search {
          position: absolute;
          top: 53px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          height: 32px;
          width: 260px !important;
          display: block !important;
          margin-left: 0; } }
      .header-2019 .ui .search .key {
        display: block;
        background: #f5f7f5;
        border: 2px solid #e5e5e5;
        height: 26px;
        width: 150px;
        border-radius: none;
        padding-left: 5px;
        font-size: 0.8rem; }
        
        .header-2019 .ui .search .key::placeholder {
				color: #333;
				opacity: 1 !important;
         }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .header-2019 .ui .search .key {
            height: 30px;
            width: 208px; } }
        @media only screen and (max-width: 540px) {
          .header-2019 .ui .search .key {
            height: 32px;
            width: 231px; } }
      .header-2019 .ui .search .searchbtn__pc {
        position: absolute;
        top: 0;
        right: 0;
        width: 26px;
        height: 26px;
        background-color: #b2b2b2; }
        @media only screen and (min-width: 541px) {
          .header-2019 .ui .search .searchbtn__pc {
            display: block; } }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .header-2019 .ui .search .searchbtn__pc {
            display: none; } }
      .header-2019 .ui .search .searchbtn__tabsp {
        position: absolute;
        top: 0;
        right: 0;
        height: 30px;
        width: 30px;
        background-color: #b2b2b2; }
        @media only screen and (min-width: 541px) {
          .header-2019 .ui .search .searchbtn__tabsp {
            display: none; } }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .header-2019 .ui .search .searchbtn__tabsp {
            display: block;
            height: 30px;
            width: 30px; } }
        @media only screen and (max-width: 540px) {
          .header-2019 .ui .search .searchbtn__tabsp {
            display: block;
            height: 32px;
            width: 32px; } }

.global-navigation2019 {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 15px;
  z-index: 99; }
.global-navigation2019::before {
	background: #0068B2;
	content: "";
	height: calc(100% + 15px);
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: -1;
}
  .global-navigation2019 > div:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #0068B2; }
  .global-navigation2019 * {
    box-sizing: border-box; }
  .global-navigation2019 p, .global-navigation2019 li, .global-navigation2019 a {
    font-family: -apple-system, blinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif !important;
    font-weight: bold; }
  @media only screen and (min-width: 769px) and (max-width: 1180px) {
    .global-navigation2019 {
      padding: 0 20px; } }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .global-navigation2019 {
      display: none; } }
  @media only screen and (max-width: 540px) {
    .global-navigation2019 {
      display: none; } }
  .global-navigation2019 .nav-inner {
    max-width: 1180px;
    margin: 0 auto; }
  .global-navigation2019 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin: 0;
    width: auto;
    max-width: 1180px;
    height: 38px; }
    .global-navigation2019 .nav li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 149px;
      font-size: 1rem;
      line-height: 1rem;
      margin: 0;
      text-align: center;
      border-left: 1px solid rgba(255,255,255,.25);
      color: #000; }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .global-navigation2019 .nav li {
          width: auto; } }
      .global-navigation2019 .nav li a {
					color: #FFF;
					overflow: visible;
					display: flex;
					align-items: center;
					width: 100%;
					height: 100%;
					justify-content: center;
					position: relative; }
      .global-navigation2019 .nav li:last-child {
        border-right: 1px solid rgba(255,255,255,.25); }
      .global-navigation2019 .nav > li > a::before {
				background-color: #FFF;
				content: "";
				height: 2px;
				width: calc(100% - 10px);
				margin: auto;
				position: absolute;
				bottom: -4px;
				left: 0;
				right: 0; }
			.global-navigation2019 .nav > li:hover > a::before {
				display: none;
			}
      .global-navigation2019 .nav li a:hover {
        text-decoration: none; }
      .global-navigation2019 .nav li .icon-outlink {
        width: 12px;
        margin-left: 5px;
        vertical-align: baseline; }
      .global-navigation2019 .nav li a div {
				font-weight: bold; }
    .global-navigation2019 .nav__content {
      display: none;
      position: absolute;
      top: 33px;
      left: 0;
      width: 100%;
      height: auto;
      padding-top: 15px;
      z-index: 9999; }
      .global-navigation2019 .nav__content .nab-bg {
        height: auto;
        background: rgba(0, 0, 0, .85);
        display: block;
        padding: 50px 0 0;
        overflow: auto; }
      .global-navigation2019 .nav__content .nav-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .global-navigation2019 .nav__content .nav-secondary {
        height: 43px; }
        .global-navigation2019 .nav__content .nav-secondary li {
          color: #fff;
          line-height: 1rem;
          float: left;
          font-size: 1rem;
          text-align: center;
          width: auto;
          height: 43px;
          padding: 0 20px;
          margin: 0 0 20px;
          border-left: 1px dotted #FFF;
          border-right: 1px dotted #FFF; }
          .global-navigation2019 .nav__content .nav-secondary li li + li {
            border-left: 0;
            border-right: 1px dotted #FFF; }
          .global-navigation2019 .nav__content .nav-secondary li a:hover {
            text-decoration: none; }
          .global-navigation2019 .nav__content .nav-secondary li a {
            color: #fff;
						text-align: left; }
          .global-navigation2019 .nav__content .nav-secondary li .arrow {
            display: inline-block;
            background: url("../images/common/arrow_white.png") center center no-repeat;
            background-size: contain;
            width: 14px;
            height: 5px;
            margin-right: 5px;
            padding-bottom: 14px; }
    .global-navigation2019 .nav .nav-show {
      display: block; }
    .global-navigation2019 .nav .jsHoverArrow {
      position: absolute;
      bottom: -8px;
      height: 2px;
      width: auto; }
      .global-navigation2019 .nav .jsHoverArrow:before {
        content: '';
        position: absolute;
        bottom: -7px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        height: 0;
        border-style: solid;
        border-width: 0 3px 3px 3px;
        border-color: transparent transparent #000 transparent; }
		.global-navigation2019 .nav > li.jsHoverBorder > a::before {
			background-color: #FFF;
		}
  .global-navigation2019 .outlink {
    width: 15px;
    height: 15px;
    margin-left: 5px; }

.global-navigation2019-sp {
  box-sizing: border-box;
  display: none;
  width: 100%;
  margin-bottom: 50px; }
  .global-navigation2019-sp * {
    box-sizing: border-box; }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .global-navigation2019-sp {
      display: block;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 540px) {
    .global-navigation2019-sp {
      display: block;
      margin-bottom: 20px; } }
  .global-navigation2019-sp .nav__content {
    display: none; }
  .global-navigation2019-sp .nav-show {
    display: block; }
  .global-navigation2019-sp .nav-primary {
    position: relative;
    height: 43px;
    z-index: 98; }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .global-navigation2019-sp .nav-primary {
        height: auto; } }
    @media only screen and (max-width: 540px) {
      .global-navigation2019-sp .nav-primary {
        height: auto; } }
  .global-navigation2019-sp .nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center; }
    .global-navigation2019-sp .nav .primary-title {
      position: relative;
      width: 25%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .global-navigation2019-sp .nav .primary-title .title-link {
        width: 100%;
        padding: 12px 0;
        font-size: 0.8rem; }
        @media only screen and (max-width: 540px) {
          .global-navigation2019-sp .nav .primary-title .title-link {
            font-size: 0.8rem;
            line-height: 1rem; } }
      @media only screen and (max-width: 540px) {
        .global-navigation2019-sp .nav .primary-title .spBreak {
          display: block; } }
      .global-navigation2019-sp .nav .primary-title:nth-child(-n+3) {
				width: 33.3%;
			}
      .global-navigation2019-sp .nav .primary-title:nth-child(n + 1):not(:nth-child(n + 4)) {
        color: #fff;
        line-height: 0.8rem;
        font-size: 0.8rem;
        text-align: center;
        height: 60px;
        padding: 0;
        margin: 0;
        background-color: #0068b5; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .global-navigation2019-sp .nav .primary-title:nth-child(n + 1):not(:nth-child(n + 4)) {
            height: 40px; } }
      .global-navigation2019-sp .nav .primary-title:nth-child(n + 4):not(:nth-child(n + 9)) {
        color: #000;
        line-height: 0.8rem;
        font-size: 0.8rem;
        text-align: center;
        height: 40px;
        padding: 0;
        margin: 0;
        background-color: #fff; }
        @media only screen and (max-width: 540px) {
          .global-navigation2019-sp .nav .primary-title:nth-child(n + 4):not(:nth-child(n + 9)) {
            padding: 0 5px; } }
        .global-navigation2019-sp .nav .primary-title:nth-child(n + 4):not(:nth-child(n + 9)) .title-link {
          color: #000; }
        .global-navigation2019-sp .nav .primary-title:nth-child(n + 4):not(:nth-child(n + 9)):last-child:before {
          right: 0; }
        .global-navigation2019-sp .nav .primary-title:nth-child(n + 4):not(:nth-child(n + 9)):last-child:after {
          right: 0; }
        .global-navigation2019-sp .nav .primary-title:nth-child(n + 4):not(:nth-child(n + 9)):before {
          content: '';
          position: absolute;
          z-index: 10;
          top: 0;
          right: -1px;
          height: 8px;
          width: 1px;
          background-color: #fff; }
        .global-navigation2019-sp .nav .primary-title:nth-child(n + 4):not(:nth-child(n + 9)):after {
          content: '';
          position: absolute;
          z-index: 10;
          bottom: 0;
          right: -1px;
          height: 8px;
          width: 1px;
          background-color: #fff; }
      .global-navigation2019-sp .nav .primary-title a:hover {
        text-decoration: none; }
      .global-navigation2019-sp .nav .primary-title a {
        color: #fff; }
      .global-navigation2019-sp .nav .primary-title .arrow {
        display: inline-block;
        background: url("../images/common/arrow_white.png") center center no-repeat;
        background-size: contain;
        width: 14px;
        height: 5px;
        margin-right: 5px;
        padding-bottom: 14px; }
    .global-navigation2019-sp .nav .primary-title:nth-child(n + 1):not(:nth-child(n + 4)) + .primary-title:nth-child(n + 1):not(:nth-child(n + 4)) {
      border-left: 1px solid #fff; }
    .global-navigation2019-sp .nav .primary-title:nth-child(n + 4):not(:nth-child(n + 9)) + .primary-title:nth-child(n + 4):not(:nth-child(n + 9)) {
      border-left: 1px solid #bfbfbf; }
    .global-navigation2019-sp .nav__content {
      position: absolute;
      top: 40px;
      left: 0;
      z-index: 100;
      width: 221px;
      background: #0068b4; }
    	.global-navigation2019-sp .nav .primary-title:nth-child(3) .nav__content {
				left: -80%;
			}
    .global-navigation2019-sp .nav__content.global {
      right: 0;
			left: auto; }
      @media only screen and (max-width: 540px) {
        .global-navigation2019-sp .nav__content {
          width: 180%; } }
      .global-navigation2019-sp .nav__content li {
        border-bottom: 1px solid #fff;
        padding: 15px 20px;
        font-size: 0.8rem;
        line-height: 1.2rem;
        text-align: left;
        color: #fff; }
        @media only screen and (max-width: 540px) {
          .global-navigation2019-sp .nav__content li {
            padding: 15px 15px;
            font-size: 0.8rem; } }
        .global-navigation2019-sp .nav__content li a {
          color: #fff; }
      .global-navigation2019-sp .nav__content li:first-child {
        border-top: 1px solid #fff; }
  .global-navigation2019-sp .outlink {
    width: 10px;
    height: 10px;
    vertical-align: baseline;
    margin-left: 5px; }
