@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*=================================================================*/
/* 全デバイス共通                                                                                           */
/*=================================================================*/
/*	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:link,
a:visited,
a:active {
  color: #008fd6;
  text-decoration: none;
  -webkit-transition: background-image 0.5s ease , background-color 0.5s ease , opacity 0.5s ease;
  -moz-transition: background-image 0.5s ease , background-color 0.5s ease , opacity 0.5s ease;
  -ms-transition: background-image 0.5s ease , background-color 0.5s ease , opacity 0.5s ease;
  transition: background-image 0.5s ease , background-color 0.5s ease , opacity 0.5s ease;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

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

/*	font size
---------------------------------------------------------------*/
.xsmall {
  font-size: 75%;
}

.small {
  font-size: 90%;
}

.large {
  font-size: 125%;
}

/*	align
---------------------------------------------------------------*/
#contents .center {
  text-align: center;
}

#contents .left {
  text-align: left;
}

#contents .right {
  text-align: right;
}

/*	float
---------------------------------------------------------------*/
#wrap .fleft {
  float: left;
}

#wrap .fright {
  float: right;
}

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

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

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

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

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

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

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

/*=================================================================*/
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;
}

/*******************************************************************/
/* PC */
/*******************************************************************/
@media screen and (min-width: 769px) {
  /*<start>==========================================================*/
  html {
    height: 100%;
    font-size: 62.5%;
  }
  /*10px相当にreset*/
  body {
    height: 100%;
    margin: 0;
    font-size: 18px;
    /*css3の効かないブラウザ用*/
    font-size: 1.8rem;
    /*bodyのベースサイズをセット（ここでは16px）以下各要素は10pxを基準にサイズ指定1.2rem（12px）1.4rem（14px）など）*/
  }
  #wrap {
    background: url(../images/union/bg_footer.jpg) no-repeat right bottom;
  }
  #wrap .wrapInner {
    min-width: 1100px;
    max-width: 1920px;
  }
  .sp {
    display: none !important;
  }
  /*=================================================================*/
  /*	header */
  /*=================================================================*/
  header {
    position: relative;
    height: 100%;
    background: #fff;
    width: 120px;
    z-index: 100;
  }
  header .imgLogo {
    position: fixed;
    left: 31px;
    top: 33px;
    width: 73px;
    display: inline-block;
  }
  header .txtLogo {
    position: absolute;
    left: 125px;
    top: 58px;
    width: 176px;
    display: inline-block;
  }
  header .menu {
    position: fixed;
    left: 44px;
    top: 50%;
    margin-top: -77px;
  }
  header .search {
    position: fixed;
    left: 46px;
    top: 50%;
    margin-top: 48px;
  }
  /*=================================================================*/
  /*	footer */
  /*=================================================================*/
  footer {
    margin: 0 0 0 120px;
    padding: 280px 0 0 0;
  }
  footer .logo {
    width: 172px;
    padding: 0 0 48px 0;
  }
  footer .logo .imgLogo {
    width: 47px;
  }
  footer .logo .txtLogo {
    width: 113px;
    padding: 16px 0 0 6px;
  }
  footer .fNav ul li {
    float: left;
    min-width: 160px;
    padding: 0 77px 0 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #666;
	padding-bottom: 23px;
  }
  footer .fNav ul li a {
    color: #666;
  }
  footer .fNav ul li ul {
    padding: 23px 0 0 0;
  }
  footer .fNav ul li ul li {
    float: none;
    min-width: initial;
    padding: 0;
    margin: 2px 0 0 0;
    font-size: 1.4rem;
    font-weight: normal;
  }
  footer .fNav ul li ul li:first-child {
    margin: 0;
  }
  footer .fNav ul li ul li a {
    color: #999;
  }
  footer .privacyPolicy {
    padding: 41px 0 4px 0;
    font-size: 1.2rem;
    color: #666;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  footer .privacyPolicy a{
    color: #999;
  }
  footer .creditCopy {
    padding: 0 0 30px 0;
    font-size: 1.2rem;
    color: #999;
    letter-spacing: 0.07em;
  }
  /*=================================================================*/
  /*	searchMenu / mainMenu 共通 */
  /*=================================================================*/
  #wrap .searchMenu, #wrap .mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 200;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -webkit-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  #wrap .searchMenu.open, #wrap .mainMenu.open {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  a.closeBtn {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 44px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-top: 50px;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  }
  a.closeBtn:before {
    content: "";
    position: absolute;
    margin-top: -2px;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #333333;
    display: block;
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  a.closeBtn:after {
    content: "";
    position: absolute;
    margin-top: -2px;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #333333;
    display: block;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -moz-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    -o-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }
  a.closeBtn:hover {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(90deg);
    -moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(90deg);
    -ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(90deg);
    -o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(90deg);
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate(90deg);
  }
  /*=================================================================*/
  /*	searchMenu */
  /*=================================================================*/
  #wrap .searchMenu {
    text-align: left;
  }
  #wrap .searchMenu .keyword {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 150px;
  }
  #wrap .searchMenu .keyword h3 {
    color: #003955;
    font-size: 2.4rem;
    margin-bottom: 38px;
  }
  #wrap .searchMenu .keyword input[type="text"] {
    width: 439px;
    height: 60px;
    padding: 0 30px 3px 30px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #999;
    vertical-align: middle;
  }
  #wrap .searchMenu .keyword input[type="text"]:placeholder-shown {
    color: #999999;
  }
  #wrap .searchMenu .keyword input[type="text"]::-webkit-input-placeholder {
    color: #999999;
  }
  #wrap .searchMenu .keyword input[type="text"]:-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #wrap .searchMenu .keyword input[type="text"]::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #wrap .searchMenu .keyword input[type="text"]:-ms-input-placeholder {
    color: #999999;
  }
  #wrap .searchMenu .keyword input[type="submit"] {
    display: inline-block;
    width: 146px;
    height: 60px;
    color: #fff;
    padding: 10px 0;
    margin-left: 25px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background: #008fd6;
    border: none;
    font-size: 1.8rem;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #wrap .searchMenu .keyword input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  /*=================================================================*/
  /*	mainMenu */
  /*=================================================================*/
  #wrap .mainMenu {
    text-align: left;
  }
  #wrap .mainMenu nav > ul {
    padding: 110px 100px 110px 130px;
  }
  #wrap .mainMenu nav > ul > li:nth-child(1), #wrap .mainMenu nav > ul > li:nth-child(2) {
    margin-bottom: 30px;
  }
  #wrap .mainMenu nav > ul li {
    margin-bottom: 80px;
    font-size: 5.6rem;
    font-weight: bold;
    color: #008fd6;
  }
  #wrap .mainMenu nav > ul li ul {
    padding-top: 20px;
    font-size: 0;
  }
  #wrap .mainMenu nav > ul li ul li {
    font-size: 1.8rem;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: normal;
  }
  #wrap .mainMenu nav > ul li ul li a {
    color: #333;
  }
  #wrap .mainMenu nav > ul li ul li:after {
    content: "／";
    color: #333;
  }
  #wrap .mainMenu nav > ul li ul li:last-child:after {
    content: none;
  }
  #wrap .mainMenu nav > ul li:last-child {
    margin-bottom: 0px;
  }
  #wrap .mainMenu .closeBtn {
    top: 50%;
    margin-top: -76px;
  }
  /*<end>============================================================*/
}

/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  html {
    font-size: 62.5%;
  }
  /*10px相当にreset*/
  body {
    font-size: 15px;
    /*css3の効かないブラウザ用*/
    font-size: 1.5rem;
    /*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";
  }
  .pc {
    display: none !important;
  }
  /*	img
----------------------------------------------------*/
  img {
    width: 100%;
    height: auto;
  }
  /*=================================================================*/
  /*	header */
  /*=================================================================*/
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 75px;
    padding: 15px 6.5% 0 4.16%;
    box-sizing: border-box;
    background: #fff;
    z-index: 100;
	  /*
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
  }
  header #logo {
    float: left;
    width: 152px;
  }
  header #logo .imgLogo {
    width: 41px;
    display: inline-block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #logo .txtLogo {
    padding: 14px 0 0 5px;
    width: 100px;
    display: inline-block;/*
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
  }
  header .menu {
    float: right;
    width: 15px;
    margin-top: 16px;
    line-height: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .search {
    float: right;
    width: 15px;
    margin: 16px 30px 0 0;
    line-height: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.smaller header {
    height: 56px;
    padding-top: 13px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.smaller header #logo .imgLogo {
    width: 27px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.smaller header #logo .txtLogo {
    width: 67px;
    padding-top: 9px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.smaller header .menu {
    margin-top: 8px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.smaller header .search {
    margin-top: 8px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /*=================================================================*/
  /*	footer */
  /*=================================================================*/
  footer {
    padding: 50px 0 0 8.33%;
    background: url(../images/union/bg_footer.jpg) no-repeat right bottom;
    background-size: 67%;
  }
  footer .logo {
    padding: 0 0 30px 0;
  }
  footer .logo .imgLogo {
    width: 55px;
  }
  footer .logo .txtLogo {
    width: 133px;
    padding: 16px 0 0 6px;
  }
  footer .fNav ul li {
    box-sizing: border-box;
    font-weight: bold;
    color: #666;
    margin: 28px 0 0 0;
  }
  footer .fNav ul li:first-child {
    margin: 0;
  }
  footer .fNav ul li a {
    color: #666;
  }
  footer .privacyPolicy {
    padding: 48px 0 5px 0;
    font-size: 1.2rem;
    color: #666;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  footer .privacyPolicy a{
    color: #666;
  }
  footer .creditCopy {
    padding: 0 0 30px 0;
    font-size: 1.2rem;
    color: #999;
    letter-spacing: 0.07em;
  }
  /*=================================================================*/
  /*	searchMenu / mainMenu 共通 */
  /*=================================================================*/
  #wrap .searchMenu, #wrap .mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 200;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -ms-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -o-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
    -webkit-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  #wrap .searchMenu nav, #wrap .mainMenu nav {
    overflow: auto;
  }
  #wrap .searchMenu.open, #wrap .mainMenu.open {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .closeBtn {
    text-indent: -9999px;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 15px;
    height: 15px;
    display: block;
    z-index: 10;
  }
  .closeBtn:before {
    content: "";
    position: absolute;
    margin-top: -2px;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333333;
    display: block;
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  .closeBtn:after {
    content: "";
    position: absolute;
    margin-top: -2px;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333333;
    display: block;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -moz-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    -o-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }
  /*=================================================================*/
  /*	searchMenu */
  /*=================================================================*/
  #wrap .searchMenu {
    text-align: left;
  }
  #wrap .searchMenu .keyword {
    padding: 0 6%;
    position: absolute;
    top: 50%;
    margin-top: -47px;
    width: 88%;
    margin-left: -25px;
  }
  #wrap .searchMenu .keyword h3 {
    color: #003955;
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  #wrap .searchMenu .keyword input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
    float: left;
    width: 71.42%;
    height: 40px;
    padding: 0 5.25% 3px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #333;
    vertical-align: middle;
  }
  #wrap .searchMenu .keyword input[type="text"]:placeholder-shown {
    color: #999999;
  }
  #wrap .searchMenu .keyword input[type="text"]::-webkit-input-placeholder {
    color: #999999;
  }
  #wrap .searchMenu .keyword input[type="text"]:-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #wrap .searchMenu .keyword input[type="text"]::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #wrap .searchMenu .keyword input[type="text"]:-ms-input-placeholder {
    color: #999999;
  }
  #wrap .searchMenu .keyword input[type="submit"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    float: right;
    display: inline-block;
    width: 23.8%;
    height: 40px;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background: #008fd6;
    border: none;
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /*=================================================================*/
  /*	mainMenu */
  /*=================================================================*/
  #wrap .mainMenu {
    text-align: left;
  }
  #wrap .mainMenu nav > ul {
    padding: 80px 30px 80px 0px;
    margin-left: -20px;
  }
  #wrap .mainMenu nav > ul li {
    margin-bottom: 37px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #008fd6;
  }
  #wrap .mainMenu nav > ul li ul {
    display: none;
  }
  #wrap .mainMenu nav > ul li:last-child {
    margin-bottom: 0px;
  }
  /*<end>============================================================*/
}