@charset "UTF-8";
/*=================================================================*/
/*	webフォントセット(NotoSans)
---------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: bold;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: bold;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: bold;
  font-weight: 700;
  src: url("../font/NotoSerifJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: bold;
  font-weight: 900;
  src: url("../font/NotoSerifJP-Black.woff") format("woff");
}
/*=================================================================*/
/* ローディング画面
/*=================================================================*/
#fade {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 11;
}

.loaded #fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: auto;
  font-size: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(186, 186, 186, 0.2);
  border-right: 0.7em solid rgba(186, 186, 186, 0.2);
  border-bottom: 0.7em solid rgba(186, 186, 186, 0.2);
  border-left: 0.7em solid #005bac;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*=================================================================*/
/* Slick flexboxバグを修正 */
/*=================================================================*/
* {
  min-width: 0;
  min-height: 0;
}

/*=================================================================*/
/* 全デバイス共通 */
/*=================================================================*/
/*	reset
---------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
}

/*	img
---------------------------------------------------------------*/
img {
  border: none;
  vertical-align: middle;
}

/*	table
----------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/*	clearfix
---------------------------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac */
/*	link
---------------------------------------------------------------*/
a,
a:visited,
a:active {
  color: #000000;
  text-decoration: none;
}

/*	color
---------------------------------------------------------------*/
#wrap .red {
  color: red;
}

#wrap .blue {
  color: #0081f4;
}

/*	bold
---------------------------------------------------------------*/
#wrap .bold {
  font-weight: bold;
}

/*	font-size
---------------------------------------------------------------*/
#wrap .small {
  font-size: 0.8em;
}

/*	align
---------------------------------------------------------------*/
.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

/*	space
---------------------------------------------------------------*/
#wrap .mb0 {
  margin-bottom: 0 !important;
}

#wrap .mb10 {
  margin-bottom: 10px;
}

#wrap .mb15 {
  margin-bottom: 15px;
}

#wrap .mb20 {
  margin-bottom: 20px;
}

#wrap .mb30 {
  margin-bottom: 30px;
}

#wrap .mb40 {
  margin-bottom: 40px;
}

#wrap .mb50 {
  margin-bottom: 50px;
}

#wrap .mb60 {
  margin-bottom: 60px;
}

#wrap .mb80 {
  margin-bottom: 80px;
}

#wrap .mb100 {
  margin-bottom: 100px;
}

/*	ul
---------------------------------------------------------------*/
li {
  list-style-type: none;
}

/*	p
---------------------------------------------------------------*/
p {
  color: #333;
}

/*	inputreset
---------------------------------------------------------------*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/*=================================================================*/
body {
  line-height: 160%;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #fff;
}

/*******************************************************************/
/* Print */
/*******************************************************************/
@media print {
  header {
    position: absolute !important;
    top: 0;
  }
}
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  html {
    height: 100%;
    font-size: 62.5%;
  } /*10px相当にreset*/
  body {
    height: 100%;
    margin: 0;
    font-size: 16px; /*css3の効かないブラウザ用*/
    font-size: 1.6rem; /*bodyのベースサイズをセット（ここでは16px）以下各要素は10pxを基準にサイズ指定1.2rem（12px）1.4rem（14px）など）*/
    font-weight: 500;
  }
  #wrap {
    position: relative;
    margin-top: 121px;
  }
  .sp {
    display: none !important;
  }
  /*=================================================================*/
  /*	header */
  /*=================================================================*/
  header {
    padding: 12px 0 13px 0;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 2;
  }
  header .inner {
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
  }
  /*=================================================================*/
  /*	logo */
  /*=================================================================*/
  header .inner .logo {
    display: flex;
    font-size: 1rem;
    color: #013c70;
    font-weight: 600;
    line-height: 1.35;
    padding-bottom: 3px;
    align-items: flex-end;
  }
  header .inner .logo span {
    font-size: 1.1rem;
    color: #00305a;
    padding-bottom: 2px;
  }
  /*=================================================================*/
  /*	header右側のメニュー */
  /*=================================================================*/
  header .inner > div:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    gap: 34px;
  }
  header .inner > div:nth-of-type(2) > div {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.4rem;
  }
  header .inner > div:nth-of-type(2) > div a {
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }
  header .inner > div:nth-of-type(2) > div a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
  }
  header .inner > div:nth-of-type(2) > div a:hover {
    color: #005bac;
  }
  header .inner > div:nth-of-type(2) > div a:hover::after {
    width: 100%;
    background-color: #005bac;
  }
  /*=================================================================*/
  /*	nav */
  /*=================================================================*/
  /*	メインメニュー
  ---------------------------------------------------------------*/
  nav {
    background: #005bac;
    width: 100%;
    position: fixed;
    top: 67px;
    z-index: 2;
  }
  nav .inner {
    display: flex;
    align-items: center;
    padding: 0 30px;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  nav .inner > a:first-of-type {
    flex-basis: 102px;
    border-left: 1px solid #b1b1b1;
  }
  nav .inner > a, nav .inner > div {
    color: #fff;
    flex-basis: calc(20% - 20.4px);
    display: flex;
    height: 54px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: 0.3s;
    border-right: 1px solid #b1b1b1;
    letter-spacing: 0.08em;
  }
  nav .inner > a.current, nav .inner > div.current {
    background-color: #0081f4;
  }
  nav .inner > a:hover, nav .inner > div:hover {
    background-color: #0081f4;
  }
  nav .inner > a.current, nav .inner > div.current {
    background-color: #0081f4;
  }
  nav .inner > a > span, nav .inner > div > span {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  a.topscroll {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 70px;
    height: 70px;
    background: #5eb9ff;
  }
  a.topscroll img {
    display: block;
  }
  a.topscroll img:first-child {
    margin-bottom: 10px;
  }
  /*	サブメニュー
  ---------------------------------------------------------------*/
  nav .inner > div {
    position: relative;
  }
  nav .inner > div ul {
    display: none;
    background: #f7f6f4;
    padding-bottom: 10px;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    border-radius: 0 0 3px 3px;
  }
  nav .inner > div ul li {
    padding: 10px 10px 10px 40px;
    background: url(../images/union/icon_grayarrow2.svg) no-repeat center left 25px;
    background-size: 7.5px;
  }
  nav .inner > div ul li a {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }
  nav .inner > div ul li a::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
  }
  nav .inner > div ul li a:hover {
    color: #005bac;
  }
  nav .inner > div ul li a:hover::after {
    width: 100%;
    background-color: #005bac;
  }
  nav .inner > div ul li a.external span {
    font-size: 1.2rem;
  }
  nav .inner > div ul li a.external span::after {
    content: "";
    display: inline-block;
    background: url(../images/union/icon_external.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-left: 2px;
  }
  /*=================================================================*/
  /*	「創る、使う、伝える」のナビゲーショングラフィック */
  /*=================================================================*/
  .navGraphic {
    background: url(../images/union/img_nav.svg) no-repeat center;
    width: 329px;
    height: 400px;
    position: relative;
  }
  .navGraphic > a {
    width: 106px;
    height: 106px;
    background: #176db8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #176db8;
    transition: 0.3s;
  }
  .navGraphic > a svg path {
    transition: 0.3s;
  }
  .navGraphic > a::after {
    display: none !important;
  }
  .navGraphic > a:hover {
    background: #fff;
  }
  .navGraphic > a:hover svg path {
    fill: #176db8;
  }
  .navGraphic > a:hover + img {
    opacity: 1;
    transform: translateY(0);
  }
  .navGraphic > a:first-of-type {
    position: absolute;
    top: 56px;
    right: 9px;
  }
  .navGraphic > a:first-of-type::before {
    content: "";
    width: 146px;
    height: 21px;
    display: block;
    background-color: #d0e7f7;
    position: absolute;
    z-index: -1;
    top: -44px;
    left: -188px;
    transition: 0.2s;
    opacity: 0;
  }
  .navGraphic > a:first-of-type:hover::before {
    opacity: 1;
  }
  .navGraphic > a:nth-of-type(2) {
    position: absolute;
    top: 177px;
    right: 9px;
  }
  .navGraphic > a:nth-of-type(2)::before {
    content: "";
    width: 101px;
    height: 21px;
    display: block;
    background-color: #d0f7e1;
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -137px;
    transition: 0.2s;
    opacity: 0;
  }
  .navGraphic > a:nth-of-type(2):hover::before {
    opacity: 1;
  }
  .navGraphic > a:nth-of-type(3) {
    position: absolute;
    top: 260px;
    right: 94px;
  }
  .navGraphic > a:nth-of-type(3)::before {
    content: "";
    width: 146px;
    height: 21px;
    display: block;
    background-color: #ffeedd;
    position: absolute;
    z-index: -1;
    top: 114px;
    left: -133px;
    transition: 0.2s;
    opacity: 0;
  }
  .navGraphic > a:nth-of-type(3):hover::before {
    opacity: 1;
  }
  .navGraphic > a + img {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(3px);
  }
  .navGraphic > a + img:first-of-type {
    position: absolute;
    top: 42px;
    left: 31px;
  }
  .navGraphic > a + img:nth-of-type(2) {
    position: absolute;
    top: 193px;
    left: 81px;
  }
  .navGraphic > a + img:nth-of-type(3) {
    position: absolute;
    top: 400px;
    left: 0px;
  }
  /*=================================================================*/
  /*	footer */
  /*=================================================================*/
  /*	フッターメニュー
  ---------------------------------------------------------------*/
  footer .footermenu {
    background: #f7f6f4;
  }
  footer .footermenu .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px 117px;
    display: flex;
    justify-content: space-between;
  }
  footer .footermenu .inner > div {
    flex-basis: 18%;
  }
  footer .footermenu .inner > div a.head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b1b1b1;
    transition: 0.3s;
  }
  footer .footermenu .inner > div a.head.noLine {
    border-bottom: none;
  }
  footer .footermenu .inner > div a.head span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
  }
  footer .footermenu .inner > div a.head span.headicon {
    width: 20px;
    height: 20px;
    background: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  footer .footermenu .inner > div a.head span.headicon img {
    transition: 0.3s;
  }
  footer .footermenu .inner > div a.head:hover {
    color: #005bac;
  }
  footer .footermenu .inner > div a.head:hover span.headicon {
    background: #005bac;
  }
  footer .footermenu .inner > div a.head:hover span.headicon img {
    transform: translateX(3px);
  }
  footer .footermenu .inner > div h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b1b1b1;
  }
  footer .footermenu .inner > div ul {
    margin-bottom: 57px;
  }
  footer .footermenu .inner > div ul li a {
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
  }
  footer .footermenu .inner > div ul li a.external span {
    font-size: 1.2rem;
  }
  footer .footermenu .inner > div ul li a.external span::after {
    content: "";
    display: inline-block;
    background: url(../images/union/icon_external.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-left: 5px;
  }
  footer .footermenu .inner > div ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
  }
  footer .footermenu .inner > div ul li a:hover {
    color: #005bac;
  }
  footer .footermenu .inner > div ul li a:hover::after {
    width: 100%;
    background-color: #005bac;
  }
  footer .footermenu .inner > div ul:last-child {
    margin-bottom: 0;
  }
  /*	フッターバナー
  ---------------------------------------------------------------*/
  footer .bannerBox .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 37px 30px 30px;
  }
  footer .bannerBox .inner > div:first-of-type {
    display: flex;
    justify-content: space-around;
  }
  footer .bannerBox .inner > div:first-of-type a {
    transition: 0.3s;
  }
  footer .bannerBox .inner > div:first-of-type a:hover {
    opacity: 0.7;
  }
  footer .bannerBox .inner > div:nth-of-type(2) {
    flex: 1;
  }
  footer .bannerBox .inner > div:nth-of-type(2) h4 {
    line-height: 1;
    color: #005bac;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  footer .bannerBox .inner > div:nth-of-type(2) p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  footer .bannerBox img {
    width: 100%;
    height: auto;
  }
  /*	フッター小メニュー
  ---------------------------------------------------------------*/
  footer .smallMenu {
    padding: 16px 30px 14px;
    border-top: 1px solid #d2d2d2;
  }
  footer .smallMenu .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  footer .smallMenu .inner ul {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  footer .smallMenu .inner ul li {
    border-left: 1px solid #333;
    line-height: 1;
    padding-left: 4px;
    display: flex;
  }
  footer .smallMenu .inner ul li:first-child {
    border-left: 0;
  }
  footer .smallMenu .inner ul li a {
    font-size: 1.3rem;
    line-height: 1;
    position: relative;
  }
  footer .smallMenu .inner ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
  }
  footer .smallMenu .inner ul li a:hover {
    color: #005bac;
  }
  footer .smallMenu .inner ul li a:hover::after {
    width: 100%;
    background-color: #005bac;
  }
  footer .smallMenu .inner ul li a.external {
    position: relative;
  }
  footer .smallMenu .inner ul li a.external::before {
    content: "";
    display: block;
    background: url(../images/union/icon_external.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -15px;
  }
  footer .smallMenu .inner > div {
    display: flex;
    gap: 11px;
  }
  footer .smallMenu .inner > div a {
    display: block;
    transition: 0.3s;
  }
  footer .smallMenu .inner > div a:hover {
    opacity: 0.7;
  }
  /*	フッターコピーライト
  ---------------------------------------------------------------*/
  footer .copy {
    margin-bottom: 0;
    background: #005bac;
    font-size: 1.2rem;
    padding: 10px 30px;
  }
  footer .copy .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  footer .copy p {
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  html {
    font-size: 62.5%;
  } /*10px相当にreset*/
  body {
    font-size: 14px; /*css3の効かないブラウザ用*/
    font-size: 1.4rem; /*bodyのベースサイズをセット（ここでは20px）以下各要素は10pxを基準にサイズ指定2.2rem（22px）2.4rem（24px）など）*/
  }
  html, body {
    -webkit-text-size-adjust: 100%; /* iPhoneでのフォントサイズ自動変換OFF  縦横でのフォントサイズが固定される */
    -webkit-font-smoothing: antialiased;
    android: textAppearance= "?android:attr/textAppearanceSmall";
  }
  #wrap {
    position: relative;
  }
  .pc {
    display: none !important;
  }
  /*	ハンバーガーメニュー
  ---------------------------------------------------------------*/
  .menuTriggerBox {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    z-index: 10;
    cursor: pointer;
    transition: 0.2s;
  }
  .menuTriggerBox.compact {
    height: 55px;
  }
  .menuTriggerBox.active {
    height: 68px !important;
  }
  .menuTrigger,
  .menuTrigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menuTrigger {
    position: relative;
    top: 0;
    width: 30px;
    height: 27px;
  }
  .menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1e1e1e;
    border-radius: 4px;
  }
  .menuTrigger span:nth-of-type(1) {
    top: 0;
  }
  .menuTrigger span:nth-of-type(2) {
    top: 11px;
  }
  .menuTrigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menuTrigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menuTrigger.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
  /*	img
  ----------------------------------------------------*/
  img {
    width: 100%;
    height: auto;
  }
  /*=================================================================*/
  /*	footer */
  /*=================================================================*/
  footer .copy {
    text-align: center;
  }
  /*=================================================================*/
  /*	共通余白 */
  /*=================================================================*/
  #wrap {
    position: relative;
    padding-top: 69px;
    overflow: hidden;
  }
  /*=================================================================*/
  /*	header */
  /*=================================================================*/
  header {
    padding: 20px 0 22px 0;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 2;
  }
  header .logo {
    width: 60%;
    display: block;
  }
  header .inner {
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /*=================================================================*/
  /*	logo */
  /*=================================================================*/
  header .inner .logo {
    display: flex;
    font-size: 1rem;
    color: #013c70;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 3px;
    align-items: flex-end;
  }
  header .inner .logo span {
    font-size: 1rem;
    color: #00305a;
    white-space: nowrap;
  }
  /*=================================================================*/
  /*	ハンバーガーボタンと連動したメニュー */
  /*=================================================================*/
  .navMenu {
    width: 100vw;
    height: 100vh;
    z-index: 2;
    position: fixed;
    box-sizing: border-box;
    transition: 0.5s;
    top: 68px;
  }
  .navMenu.left {
    left: -100vw;
  }
  .navMenu.left.active {
    left: 0;
  }
  .navMenu.right {
    right: -100vw;
  }
  .navMenu.right.active {
    right: -17px;
  }
  .navMenu.top {
    top: -100vh;
  }
  .navMenu.top.active {
    top: 0;
  }
  .navMenu.fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.01);
  }
  .navMenu.fade.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  /*	メニューのスタイル
  ---------------------------------------------------------------*/
  .navMenu {
    background: #fff;
    overflow-y: auto;
  }
  .navMenu .inner {
    padding: 0 16px 81px;
  }
  .navMenu .inner > div a.head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #b1b1b1;
    transition: 0.3s;
  }
  .navMenu .inner > div a.head span {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
  }
  .navMenu .inner > div a.head span.headicon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .navMenu .inner > div a.head span.headicon img {
    transition: 0.3s;
  }
  .navMenu .inner > div a.head.parent {
    position: relative;
    background: url(../images/union/bg_accordion.svg) no-repeat right 6px center;
    background-size: 22px;
    /* 二本の横棒を作成する */
    /* 2本の横棒のうち一本は縦棒にする */
  }
  .navMenu .inner > div a.head.parent::before, .navMenu .inner > div a.head.parent::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
  }
  .navMenu .inner > div a.head.parent::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
  }
  .navMenu .inner > div a.head.parent.active::after {
    /* プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素 */
    transform: rotate(0);
    transition: 0.3s;
  }
  .navMenu .inner > div h3 {
    position: relative;
    background: url(../images/union/bg_accordion.svg) no-repeat right 6px center;
    background-size: 22px;
    /* 二本の横棒を作成する */
    /* 2本の横棒のうち一本は縦棒にする */
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .navMenu .inner > div h3::before, .navMenu .inner > div h3::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
  }
  .navMenu .inner > div h3::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
  }
  .navMenu .inner > div h3.active::after {
    /* プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素 */
    transform: rotate(0);
    transition: 0.3s;
  }
  .navMenu .inner > div h3 span.headicon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .navMenu .inner > div ul {
    padding: 10px 0;
    display: none;
  }
  .navMenu .inner > div ul li {
    padding: 5px 0;
  }
  .navMenu .inner > div ul li a {
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
  }
  .navMenu .inner > div ul li a.external span {
    font-size: 1.2rem;
  }
  .navMenu .inner > div ul li a.external span::after {
    content: "";
    display: inline-block;
    background: url(../images/union/icon_external.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-left: 5px;
  }
  .navMenu .inner > div ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
  }
  .navMenu .inner > div ul li a:active {
    color: #005bac;
  }
  .navMenu .inner > div ul li a:active::after {
    width: 100%;
    background-color: #005bac;
  }
  .navMenu .inner .smallMenu {
    margin-top: 30px;
  }
  .navMenu .inner .smallMenu li {
    background: url(../images/union/icon_grayarrow.svg) no-repeat center left;
    padding-left: 17px;
    margin-bottom: 20px;
  }
  .navMenu .inner .smallMenu li a {
    font-size: 1.3rem;
  }
  .navMenu .inner .smallMenu li a.external {
    position: relative;
  }
  .navMenu .inner .smallMenu li a.external::before {
    content: "";
    display: block;
    background: url(../images/union/icon_external.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -15px;
  }
  /*	トップスクロールボタン
  ---------------------------------------------------------------*/
  a.topscroll {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 59px;
    height: 59px;
    background: #5eb9ff;
    z-index: 1;
  }
  a.topscroll img {
    display: block;
    width: 23px;
  }
  a.topscroll img:first-child {
    margin-bottom: 10px;
  }
  /*	ハンバーガーメニュー
  ---------------------------------------------------------------*/
  .menuTriggerBox {
    position: fixed;
    top: 0.8px;
    right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    z-index: 10;
    cursor: pointer;
    transition: 0.2s;
  }
  .menuTriggerBox.compact {
    height: 55px;
  }
  .menuTriggerBox.active {
    height: 68px !important;
  }
  .menuTrigger,
  .menuTrigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menuTrigger {
    position: relative;
    top: 0;
    width: 30px;
    height: 27px;
  }
  .menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1e1e1e;
    border-radius: 4px;
  }
  .menuTrigger span:nth-of-type(1) {
    top: 0;
  }
  .menuTrigger span:nth-of-type(2) {
    top: 11px;
  }
  .menuTrigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menuTrigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menuTrigger.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
  /*=================================================================*/
  /*	「創る、使う、伝える」のナビゲーショングラフィック */
  /*=================================================================*/
  .navGraphic {
    background: url(../images/union/img_nav.svg) no-repeat center;
    width: 250px;
    height: 264px;
    position: relative;
    background-size: 250px;
  }
  .navGraphic > a {
    width: 80px;
    height: 80px;
    background: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #176db8;
    transition: 0.3s;
  }
  .navGraphic > a svg path {
    transition: 0.3s;
  }
  .navGraphic > a::after {
    display: none !important;
  }
  .navGraphic > a:hover {
    background: #fff;
  }
  .navGraphic > a:hover svg path {
    fill: #176db8;
  }
  .navGraphic > a:hover + img {
    opacity: 1;
    transform: translateY(0);
  }
  .navGraphic > a:first-of-type {
    position: absolute;
    top: 6px;
    right: 7px;
  }
  .navGraphic > a:nth-of-type(2) {
    position: absolute;
    top: 97px;
    right: 7px;
  }
  .navGraphic > a:nth-of-type(3) {
    position: absolute;
    top: 161px;
    right: 71px;
  }
  .navGraphic > a + img {
    display: none;
  }
  /*=================================================================*/
  /*	footer */
  /*=================================================================*/
  /*	フッターメニュー
  ---------------------------------------------------------------*/
  footer .footermenu {
    background: #f7f6f4;
  }
  footer .footermenu .inner {
    padding: 0 16px 81px;
  }
  footer .footermenu .inner > div a.head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #b1b1b1;
    transition: 0.3s;
  }
  footer .footermenu .inner > div a.head span {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
  }
  footer .footermenu .inner > div a.head span.headicon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  footer .footermenu .inner > div a.head span.headicon img {
    transition: 0.3s;
  }
  footer .footermenu .inner > div a.head.parent {
    position: relative;
    background: url(../images/union/bg_accordion.svg) no-repeat right 6px center;
    background-size: 22px;
    /* 二本の横棒を作成する */
    /* 2本の横棒のうち一本は縦棒にする */
  }
  footer .footermenu .inner > div a.head.parent::before, footer .footermenu .inner > div a.head.parent::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
  }
  footer .footermenu .inner > div a.head.parent::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
  }
  footer .footermenu .inner > div a.head.parent.active::after {
    /* プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素 */
    transform: rotate(0);
    transition: 0.3s;
  }
  footer .footermenu .inner > div h3 {
    position: relative;
    background: url(../images/union/bg_accordion.svg) no-repeat right 6px center;
    background-size: 22px;
    /* 二本の横棒を作成する */
    /* 2本の横棒のうち一本は縦棒にする */
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 1px solid #b1b1b1;
  }
  footer .footermenu .inner > div h3::before, footer .footermenu .inner > div h3::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
  }
  footer .footermenu .inner > div h3::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
  }
  footer .footermenu .inner > div h3.active::after {
    /* プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素 */
    transform: rotate(0);
    transition: 0.3s;
  }
  footer .footermenu .inner > div h3 span.headicon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  footer .footermenu .inner > div ul {
    padding: 10px 0;
    display: none;
  }
  footer .footermenu .inner > div ul li {
    padding: 5px 0;
  }
  footer .footermenu .inner > div ul li a {
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
  }
  footer .footermenu .inner > div ul li a.external span {
    font-size: 1.2rem;
  }
  footer .footermenu .inner > div ul li a.external span::after {
    content: "";
    display: inline-block;
    background: url(../images/union/icon_external.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-left: 5px;
  }
  footer .footermenu .inner > div ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
  }
  footer .footermenu .inner > div ul li a:active {
    color: #005bac;
  }
  footer .footermenu .inner > div ul li a:active::after {
    width: 100%;
    background-color: #005bac;
  }
  footer .footermenu .inner .smallMenu {
    margin-top: 30px;
  }
  footer .footermenu .inner .smallMenu li {
    background: url(../images/union/icon_grayarrow.svg) no-repeat center left;
    padding-left: 17px;
    margin-bottom: 20px;
  }
  footer .footermenu .inner .smallMenu li a {
    font-size: 1.3rem;
  }
  footer .footermenu .inner .smallMenu li a.external {
    position: relative;
  }
  footer .footermenu .inner .smallMenu li a.external::before {
    content: "";
    display: block;
    background: url(../images/union/icon_external.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -15px;
  }
  /*	フッターバナー
  ---------------------------------------------------------------*/
  footer .bannerBox .inner {
    padding: 37px 16px 30px;
  }
  footer .bannerBox .inner > div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  footer .bannerBox .inner > div:nth-of-type(2) h4 {
    line-height: 1;
    color: #005bac;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  footer .bannerBox .inner > div:nth-of-type(2) p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  footer .bannerBox .inner > div:nth-of-type(2) p + img {
    width: 278px;
    display: block;
    margin: 0 auto;
  }
  footer .bannerBox a {
    min-width: 130px;
    width: 45%;
  }
  /*	フッター小メニュー
  ---------------------------------------------------------------*/
  footer div.smallMenu {
    padding: 0 30px;
  }
  footer div.smallMenu .inner {
    border-top: 1px solid #d2d2d2;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer div.smallMenu .inner > div {
    display: flex;
    justify-content: center;
    gap: 11px;
    max-width: 300px;
    margin: 0 auto;
  }
  footer div.smallMenu .inner > div a {
    display: block;
    flex-basis: calc(50% - 5px);
    gap: 10px;
  }
  /*	フッターコピーライト
  ---------------------------------------------------------------*/
  footer .copy {
    box-sizing: border-box;
    padding: 30px 30px 60px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #005bac;
    font-size: 1rem;
  }
  footer .copy p {
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
  }
  footer .copy p:first-of-type {
    margin-bottom: 30px;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* TB(header only) */
/*******************************************************************/
@media screen and (min-width:769px) and ( max-width:1200px) {
  /*<start>==========================================================*/
  /*<end>============================================================*/
}/*# sourceMappingURL=theme.css.map */