@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,500");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, select {
  vertical-align: middle; }

/* =========================================================
fonts
========================================================= */
/* =========================================================
base
========================================================= */
/*html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden; }

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff; }
  @media screen and (max-width: 641px) {
    body {
      font-size: 4vw; } }
  body.is-hide {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 950px) {
    a:hover {
      opacity: 0.7; } }

figure {
  line-height: 0; }

main {
  background: #f5f5f5; }

.wrapper {
  background: #f5f5f5; }

.copy-en {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.copy-en-b {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.pc-ui {
  display: block; }
  @media screen and (max-width: 641px) {
    .pc-ui {
      display: none; } }

.sp-ui {
  display: none; }
  @media screen and (max-width: 641px) {
    .sp-ui {
      display: block; } }*/

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* =========================================================
header
========================================================= */
/*group-header
--------------------------------------------------------- */
.group_header {
  width: 100%;
  height: 20px;
  background: url(../img/common/group_header-bg.png) repeat-x 0 0;
  text-align: right;}
@media screen and (max-width: 641px){
    .group_header {
        display: none;
    }
}

.group_wrap {
  width: 960px;
  margin: 0 auto;}
@media screen and (max-width: 960px){
    .group_wrap {
        width: 100%
    }
}

.header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background: #fff;
  height: 100px;
  background-color: #ebebeb; }

.header-inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 641px) {
    .header-inner {
      padding: 0 4vw; } }
  @media screen and (max-width: 960px) {
    .header-inner {
      padding: 0; } }


/*header-ov-wrap
--------------------------------------------------*/
.header-ov-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 960px) {
    .header-ov-wrap {
      padding: 0 20px; } }
  @media screen and (max-width: 641px) {
    .header-ov-wrap {
      height: 13.75vw;
      padding: 0; } }

.header-logo-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0; }
@media screen and (max-width: 960px){
    .header-logo-wrap {
        max-width: 62%!important;
        max-height: 62%!important;
    }
}

.header-logo {
  margin-right: 49px; }
  @media screen and (max-width: 960px) {
    .header-logo {
      margin-right: 0;
      height: 100%; }
      .header-logo img {
        width: auto;
        max-width: none;
        height: 100%; } }
  
  .header-logo-wrap img{
      width: 100%;
      height: 100%;
      margin: 30px 0px 30px 0px;
  }

.header-ui-wrap {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .header-ui-wrap {
      display: block; } }

.header-ui-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.header-ui-list {
  padding: 0 1.5em;
  position: relative; }
  .header-ui-list:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.5em;
    background: #d6d6d6;
    position: absolute;
    top: 2px;
    right: 0; }
  .header-ui-list:last-child {
    padding-right: 0; }
    .header-ui-list:last-child:after {
      content: none; }
  @media screen and (max-width: 960px) {
    .header-ui-list {
      display: none; } }

.header-ui-lang-wrap {
  padding-left: 2em;
  background: url(../img/svg/ic_lang.svg) no-repeat left center; }

.header-lang-btn {
  display: inline-block;
  margin: 0 0.3em;
  color: #d0d0d0;
  position: relative;
  z-index: 1; }
  .header-lang-btn[data-stt-active] {
    color: #333;
    pointer-events: none; }
    .header-lang-btn[data-stt-active]:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #d0d0d0;
      position: absolute;
      left: 0;
      bottom: 0; }

.header-logo a:hover { opacity: 1; }

.header-identifier a:hover { opacity: 1; }

/*search-box
--------------------------------------------------*/
.search-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .search-ui {
      position: absolute;
      top: 20px;
      right: 120px; } }
  @media screen and (max-width: 641px) {
    .search-ui {
      top: 0;
      right: 13.75vw; } }

.search-btn {
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  line-height: 0; }
  @media screen and (min-width: 950px) {
    .search-btn:hover {
      opacity: .7; } }
  @media screen and (max-width: 960px) {
    .search-btn {
      width: 40px;
      padding: 0.4em; }
      .search-btn img {
        width: 100%;
        max-width: none;
        height: auto; } }
  @media screen and (max-width: 641px) {
    .search-btn {
      width: 13.75vw;
      height: 13.75vw;
      padding: 0.8em 1.0em 1.2em; } }

.search-box-wrap {
  display: block;
  width: 0;
  background: #fff;
  position: absolute;
  right: 0;
  top: -8px;
  padding: 0.5em 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  visibility: hidden; }
  .search-box-wrap.is-open {
    padding: 0.5em;
    width: 330px;
    visibility: visible; }
  @media screen and (max-width: 960px) {
    .search-box-wrap {
      padding: 1em 0; }
      .search-box-wrap.is-open {
        padding: 1em;
        width: 400px; } }
  @media screen and (max-width: 641px) {
    .search-box-wrap {
      display: block;
      width: 100vw;
      padding: 0.5em;
      height: 0;
      right: -13.75vw;
      top: 13.75vw;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #fff;
      border-top: solid 1px #ddd;
      border-bottom: solid 1px #ddd; }
      .search-box-wrap.is-open {
        width: 100vw;
        height: 16vw;
        padding: 0.5em;
        visibility: visible; } }

.search-input {
  border: 1px solid #fff !important;
  padding: 0.5em 17% 0.5em 1em !important;
  text-indent: 48px;
  width: 100%; }
  @media screen and (max-width: 641px) {
    .search-input {
      font-size: 3.73333vw;
      height: 12vw;
      padding: 0.5em 17% 0.5em 1em !important;
      border: 1px solid #ddd !important; } }

input.search-submit-btn {
  font-size: 12px;
  -webkit-appearance: none;
  border: none;
  background: #0161ca;
  color: #fff;
  width: 14%;
  padding: 0.3em;
  position: absolute;
  top: 10px;
  right: 11px;
  border-radius: 2px; }
  @media screen and (max-width: 960px) {
    input.search-submit-btn {
      top: 16px;
      right: 15px; } }
  @media screen and (max-width: 641px) {
    input.search-submit-btn {
      font-size: 3.46667vw;
      top: 4vw;
      right: 4vw;
      padding: 0.4em 0.3em; } }

/*header-un-wrap
--------------------------------------------------*/
.header-un-wrap {
  width: 100%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .header-un-wrap {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .header-un-wrap.is-open {
        visibility: visible;
        opacity: 1; } }

@media screen and (max-width: 960px) {
  .header-un-inner {
    width: 100%;
    position: absolute;
    background: #fff;
    height: calc(100vh - 80px);
    padding: 5% 10%;
    border-bottom: solid 4px #0064d2; } }

@media screen and (max-width: 641px) {
  .header-un-inner {
    height: calc(100vh - 13vw);
    height: calc(var(--vh, 1vh) * 100 - 13vw);
    padding: 5vw 10vw 8vw; } }

.glb-navi-wrap {
  width: 100%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .glb-navi-wrap {
      height: 100%;
      overflow-y: auto;
      padding-bottom: 6vw; } }

.glb-navi-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (max-width: 960px) {
    .glb-navi-list-wrap {
      display: block; } }

.glb-navi-list {
  padding: 0 1.5em; }
  .glb-navi-list:last-child {
    padding-right: 0; }
  @media screen and (min-width: 950px) {
    .glb-navi-list:hover .glb-navi-link {
      opacity: 1;
      color: #0161ca; }
      .glb-navi-list:hover .glb-navi-link:after {
        width: 100%; }
    .glb-navi-list:hover .mgm-wrap {
      visibility: visible;
      max-height: 700px; }
      .glb-navi-list:hover .mgm-wrap .mgm-inner {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; } }
  @media screen and (max-width: 960px) {
    .glb-navi-list {
      padding: 0;
      margin-bottom: 0.5em; }
      .glb-navi-list:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 641px) {
    .glb-navi-list {
      margin-bottom: 2.0vw; } }

.glb-navi-link {
  display: block;
  padding: 0 0 1em;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .glb-navi-link:after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #0161ca;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s; }
  @media screen and (min-width: 950px) {
    .glb-navi-link:focus {
      opacity: 1;
      color: #0161ca; }
      .glb-navi-link:focus:after {
        width: 100%; } }
  @media screen and (max-width: 960px) {
    .glb-navi-link {
      padding: 0.5em 0;
      font-weight: bold; } }

@media screen and (max-width: 960px) {
  .glb-navi-link-wrap {
    display: block;
    position: relative;
    z-index: 1; } }

.sp-menu-open {
  display: none; }
  @media screen and (max-width: 960px) {
    .sp-menu-open {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; } }
  @media screen and (max-width: 960px) {
    .sp-menu-open:before {
      content: "";
      display: block;
      width: 4vw;
      height: 2px;
      background: #333;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: auto;
      right: 1vw; }
    .sp-menu-open:after {
      content: "";
      display: block;
      width: 4vw;
      height: 2px;
      background: #333;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: auto;
      right: 1vw;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .sp-menu-open.is-active:after {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); } }
  @media screen and (max-width: 960px) {
    .sp-menu-open:before {
      width: 16px;
      height: 2px;
      margin-top: -1px;
      right: 1.5vw; }
    .sp-menu-open:after {
      width: 16px;
      height: 2px;
      margin-top: -1px;
      right: 1.5vw; } }

@media screen and (max-width: 960px) {
  .sp-glb-navi-link:before {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-top: solid 2px #0064d2;
    border-right: solid 2px #0064d2;
    position: absolute;
    top: 38%;
    right: 2vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); } }

/*sp-search
--------------------------------------------------*/
@media screen and (max-width: 960px) {
  .header-sp-ui {
    width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5; } }

/*sp-menu
--------------------------------------------------*/
.h-menu-btn-wrap {
  display: none; }
  @media screen and (max-width: 960px) {
    .h-menu-btn-wrap {
      display: block;
      width: 30px;
      height: auto;
      position: absolute;
      top: 24px;
      right: 40px; } }
  @media screen and (max-width: 641px) {
    .h-menu-btn-wrap {
      width: 13.75vw;
      height: 13.75vw;
      top: 0;
      right: 0; }
      .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(1.8vw) rotate(-45deg);
        -ms-transform: translateY(1.8vw) rotate(-45deg);
        transform: translateY(1.8vw) rotate(-45deg); }
      .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards; }
    @-webkit-keyframes active-menu-bar02 {
      100% {
        height: 0; } }
    @keyframes active-menu-bar02 {
      100% {
        height: 0; } }
      .h-menu-btn-wrap.is-open .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-1.8vw) rotate(45deg);
        -ms-transform: translateY(-1.8vw) rotate(45deg);
        transform: translateY(-1.8vw) rotate(45deg); } }

@media screen and (max-width: 960px) {
  .h-menu-btn-text {
    font-size: 10px;
    position: absolute;
    text-align: center;
    bottom: -15px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    letter-spacing: normal;
    z-index: -1; }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px; }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333; }
  .menu-trigger span:nth-of-type(1) {
    top: 0; }
  .menu-trigger span:nth-of-type(2) {
    top: 10px; }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0; } }

@media screen and (max-width: 641px) {
  .h-menu-btn-text {
    font-size: 2.13333vw;
    bottom: 2vw;
    width: 12vw;
    margin-left: -6vw;
    z-index: 1; }
  .menu-trigger {
    width: 6vw;
    height: 4vw;
    top: 1.5vw;
    left: 3.8vw; }
  .menu-trigger span {
    left: 0;
    width: 100%;
    height: 2px; }
  .menu-trigger span:nth-of-type(1) {
    top: 0; }
  .menu-trigger span:nth-of-type(2) {
    top: 1.8vw; }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0; }
  .menu-trigger.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(1.8vw) rotate(-45deg);
    -ms-transform: translateY(1.8vw) rotate(-45deg);
    transform: translateY(1.8vw) rotate(-45deg); }
  .menu-trigger.is-open span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards; }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  @keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  .menu-trigger.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-1.8vw) rotate(45deg);
    -ms-transform: translateY(-1.8vw) rotate(45deg);
    transform: translateY(-1.8vw) rotate(45deg); } }

/* =========================================================
megamenu
========================================================= */
.mgm-wrap {
  visibility: hidden;
  width: 100vw;
  position: absolute;
  left: 50%;
  background: #0161ca;
  margin-left: -50vw;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  @media screen and (max-width: 960px) {
    .mgm-wrap {
      display: block;
      width: 100%;
      visibility: visible;
      position: relative;
      left: 0;
      margin-left: 0;
      max-height: unset;
      background: #fff;
      padding: 0;
      margin-bottom: 0;
      border-bottom: solid 0 #ddd;
      -webkit-transition: all .3s ease-out .1s;
      -o-transition: all .3s ease-out .1s;
      transition: all .3s ease-out .1s; } }

@media screen and (max-width: 960px) {
  .is-active.mgm-wrap {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd; } }

@media screen and (max-width: 641px) {
  .is-active.mgm-wrap {
    padding: 0 0 5vw;
    margin-bottom: 6vw; } }

.mgm-inner {
  width: 100%;
  max-width: 1000px;
  padding: 30px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out .2s;
  -o-transition: all .3s ease-in-out .2s;
  transition: all .3s ease-in-out .2s; }
  @media screen and (max-width: 960px) {
    .mgm-inner {
      padding: 0;
      display: block;
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.mgm-cont {
  padding-top: 10px;
  border-right: solid 1px rgba(255, 255, 255, 0.3); }
  .mgm-cont:last-child {
    border-right: 0; }
  @media screen and (max-width: 960px) {
    .mgm-cont {
      padding-top: 0;
      border-right: none; } }

.mgm-col3:nth-of-type(1) {
  width: 26%; }
  @media screen and (max-width: 960px) {
    .mgm-col3:nth-of-type(1) {
      width: 100%; } }

.mgm-col3:nth-of-type(2) {
  width: 27%;
  padding-right: 3%; }
  @media screen and (max-width: 960px) {
    .mgm-col3:nth-of-type(2) {
      padding-right: 0;
      width: 100%; } }

.mgm-col3:nth-of-type(3) {
  width: 40%; }
  .mgm-col3:nth-of-type(3) .mgm-thumb-list {
    width: 49.5%;
    margin-bottom: 1em; }
  @media screen and (max-width: 960px) {
    .mgm-col3:nth-of-type(3) {
      width: 100%;
      display: none; } }

.mgm-col2:nth-of-type(1) {
  width: 26%; }
  @media screen and (max-width: 960px) {
    .mgm-col2:nth-of-type(1) {
      width: 100%; } }

.mgm-col2:nth-of-type(2) {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mgm-col2:nth-of-type(2) .mgm-page-list-wrap {
    margin-right: 4em; }
    .mgm-col2:nth-of-type(2) .mgm-page-list-wrap:last-child {
      margin-right: 0; }
  .mgm-col2:nth-of-type(2) .mgm-thumb-list-wrap {
    width: 48%;
    margin-right: 2%; }
    .mgm-col2:nth-of-type(2) .mgm-thumb-list-wrap:last-child {
      margin-right: 0; }
  @media screen and (max-width: 960px) {
    .mgm-col2:nth-of-type(2) {
      width: 100%;
      display: block; }
      .mgm-col2:nth-of-type(2) .mgm-page-list-wrap {
        margin-right: 0; }
      .mgm-col2:nth-of-type(2).mgm-thumb-wrap {
        display: none; } }

.mgm-category-link {
  display: block;
  color: #fff; }
  @media screen and (max-width: 960px) {
    .mgm-category-link {
      margin-bottom: 0;
      color: #333;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; } }

@media screen and (max-width: 960px) {
  .is-active .mgm-category-link {
    margin-bottom: 0.2em; } }

.category-link-en {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0.2em; }
  @media screen and (max-width: 960px) {
    .category-link-en {
      display: none; } }

.category-link {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  padding-right: 2em;
  display: inline-block; }
  .category-link:after {
    content: url("../img/svg/ic_arrow_w.svg");
    display: inline-block;
    position: absolute;
    right: 0; }
  @media screen and (max-width: 960px) {
    .category-link {
      font-size: 14px;
      display: block;
      line-height: 0;
      padding: 0;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .category-link:before {
        content: "";
        display: block;
        width: 0.4em;
        height: 0.4em;
        border-top: solid 1px #0064d2;
        border-right: solid 1px #0064d2;
        position: absolute;
        top: 38%;
        right: 2vw;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .category-link:after {
        content: "TOP";
        position: relative; } }
  @media screen and (max-width: 641px) {
    .category-link {
      font-size: 4vw; } }

@media screen and (max-width: 960px) {
  .is-active .category-link {
    line-height: 1.8;
    padding: 0.3em 0; } }

.mgm-page-list {
  margin-bottom: 1.2em; }
  @media screen and (max-width: 960px) {
    .mgm-page-list {
      margin-bottom: 0;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; } }

@media screen and (max-width: 960px) {
  .is-active .mgm-page-list {
    margin-bottom: 0.2em; } }

.mgm-page-link {
  display: block;
  font-size: 16px;
  color: #fff; }
  @media screen and (max-width: 960px) {
    .mgm-page-link {
      font-size: 14px;
      line-height: 0;
      opacity: 0;
      visibility: hidden;
      color: #333;
      padding: 0;
      position: relative;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .mgm-page-link:before {
        content: "";
        display: block;
        width: 0.4em;
        height: 0.4em;
        border-top: solid 1px #0064d2;
        border-right: solid 1px #0064d2;
        position: absolute;
        top: 38%;
        right: 2vw;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); } }
  @media screen and (max-width: 641px) {
    .mgm-page-link {
      font-size: 4vw; } }

@media screen and (max-width: 960px) {
  .is-active .mgm-page-link {
    line-height: 1.8;
    opacity: 1;
    visibility: visible;
    padding: .3em 2em .3em 0; } }

.mgm-thumb-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.mgm-thumb-link {
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.03em; }

.mgm-thumb-link-fig {
  line-height: 0; }

.mgm-thumb-link-text {
  padding: 0.5em; }

.sp-glb-navi-list-wrap {
  display: none; }
  @media screen and (max-width: 960px) {
    .sp-glb-navi-list-wrap {
      display: block;
      margin-top: 20px;
      padding-top: 20px;
      border-top: solid 1px #ddd;
      position: relative;
      z-index: 1; } }
  @media screen and (max-width: 641px) {
    .sp-glb-navi-list-wrap {
      margin-top: 4vw;
      padding-top: 4vw; } }

@media screen and (max-width: 960px) {
  .sp-glb-navi-list {
    margin-bottom: 0.5em; }
    .sp-glb-navi-list:last-child {
      margin-top: 1em;
      margin-bottom: 0; } }

@media screen and (max-width: 641px) {
  .sp-glb-navi-list {
    margin-bottom: 1vw; } }

@media screen and (max-width: 960px) {
  .sp-glb-navi-link {
    display: block;
    padding: 0.3em 0;
    font-weight: bold;
    position: relative;
    z-index: 1; } }

/* =========================================================
footer
========================================================= */
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  border-top: solid 1px #ddd; }

/*footer-ui-wrap
--------------------------------------------------*/
.footer-ui-wrap {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 641px) {
    .footer-ui-wrap {
      padding: 0 4vw; } }
  @media screen and (max-width: 641px) {
    .footer-ui-wrap {
      display: block;
      padding: 0; } }

.anch-page-top {
  display: inline-block;
  font-size: 1.2rem;
  color: #666;
  padding: 0 2.5em 0 1em;
  position: relative;
  z-index: 1; }
  .anch-page-top:after {
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media screen and (max-width: 641px) {
    .anch-page-top {
      display: block;
      font-size: 0;
      background: #f5f5f5;
      height: 13vw;
      border-bottom: solid 1px #dcdcdc; }
      .anch-page-top:after {
        width: 2vw;
        height: 2vw;
        top: 46%;
        right: auto;
        left: 50%; } }

/*footer-links-wrap
--------------------------------------------------*/
.footer-links-wrap {
  width: 100%;
  background: #333;
  position: relative;
  z-index: 1;
  padding: 50px 0; }
  @media screen and (max-width: 641px) {
    .footer-links-wrap {
      padding: 18vw 6vw 8vw; } }

.footer-links-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 641px) {
    .footer-links-inner {
      padding: 0 4vw; } }

/*footer-cv-wrap
--------------------------------------------------*/
.footer-cv-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  @media screen and (max-width: 641px) {
    .footer-cv-wrap {
      margin-bottom: 10vw; } }

.footer-cv-list-wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-cv-list {
  width: 100%; }

.footer-cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: solid 2px #d6d6d6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px; }
  @media screen and (max-width: 641px) {
    .footer-cv-btn {
      height: 18vw; } }

.footer-cv-text {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff; }
  .footer-cv-text > span {
    font-family: 'Roboto', sans-serif;
    font-size: 0.6em;
    margin-left: 1em; }
  @media screen and (max-width: 641px) {
    .footer-cv-text {
      font-size: 4.53333vw; } }

.footer-cv-img {
  width: 20%;
  border-left: dotted 1px #d6d6d6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*footer-sitemap-wrap
--------------------------------------------------*/
.footer-sitemap-wrap {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 641px) {
    .footer-sitemap-wrap {
      padding: 0;
      display: block; } }

.footer-sitemap-left {
  width: 46%;
  border-right: solid 1px #5c5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 2em; }
  @media screen and (max-width: 960px) {
    .footer-sitemap-left {
      width: 37%;
      padding-right: 1em; } }
  @media screen and (max-width: 641px) {
    .footer-sitemap-left {
      width: 100%;
      border-right: none;
      border-bottom: solid 1px #5c5c5c;
      display: block;
      padding-bottom: 8vw;
      margin-bottom: 8vw;
      padding-right: 0; } }

.footer-sitemap-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (max-width: 960px) {
    .footer-sitemap-right {
      width: 60%; } }
  @media screen and (max-width: 641px) {
    .footer-sitemap-right {
      width: 100%;
      display: block; } }

.footer-sitemap {
  width: 40%;
  margin: 0 1em; }
  @media screen and (max-width: 960px) {
    .footer-sitemap {
      width: 100%;
      margin: 0 1em 1em; } }
  @media screen and (max-width: 641px) {
    .footer-sitemap {
      width: 100%;
      margin: 0;
      margin-bottom: 6vw; }
      .footer-sitemap:last-child {
        margin-bottom: 0; } }

.sitemap-wrap {
  font-size: 1.3rem;
  letter-spacing: 0.09em; }
  .sitemap-wrap:not(:last-child) {
    margin-bottom: 1.5em; }
  @media screen and (max-width: 641px) {
    .sitemap-wrap {
      font-size: 3.73333vw; } }

.sitemap-head:not(:last-child) {
  margin-bottom: 0.8em; }

@media screen and (max-width: 641px) {
  .sitemap-head {
    position: relative; } }

.sitemap-open {
  display: none; }
  @media screen and (max-width: 641px) {
    .sitemap-open {
      display: block;
      width: 6vw;
      height: 6vw;
      position: absolute;
      top: 50%;
      margin-top: -3vw;
      right: 0;
      z-index: 5; }
      .sitemap-open:before {
        content: "";
        display: block;
        width: 80%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 10%; }
      .sitemap-open:after {
        content: "";
        display: block;
        width: 80%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 10%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .sitemap-open.is-active:after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); } }

.sitemap-cont {
  margin-bottom: 0.4em; }
  .sitemap-cont:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 641px) {
    .sitemap-cont {
      display: none; } }

@media screen and (max-width: 641px) {
  .sitemap-list {
    margin-bottom: 0.5em; }
    .sitemap-list:last-child {
      margin-bottom: 0; } }

.sitemap-head-link {
  color: #fff; }
  .sitemap-head-link:hover {
    text-decoration: underline; }
  @media screen and (max-width: 641px) {
    .sitemap-head-link {
      display: block;
      padding: 0.2em 0.5em; } }

.sitemap-cont-link {
  color: #aaa; }
  .sitemap-cont-link:hover {
    text-decoration: underline; }
  @media screen and (max-width: 641px) {
    .sitemap-cont-link {
      display: block;
      padding: 0.2em 0.5em; } }
  
/*group-footer
--------------------------------------------------*/
.group-footer {
    width: 100%;
    height: 82px;
    padding:20px 0 0;
    background: url(../img/common/group_footer-bg.png) repeat-x 0 0;
    text-align: center;}

.group-wrapper {
    margin: 0 auto;
}

.group-wrapper img{
    width:177px;
    height: 32px;
}
@media screen and (max-width: 641px) {
    .group-wrapper img{
        width: 132px;
        height: 25px;
    }
}
/*footer-info-wrap
--------------------------------------------------*/
.footer-info-wrap {
  width: 100%;
  background: #333;
  position: relative;
  z-index: 1;
  border-top: solid 1px #5c5c5c;
  padding: 20px 0; }
  @media screen and (max-width: 959px) {
    .footer-info-wrap {
      border-top: none; } }
  @media screen and (max-width: 641px) {
      .footer-info-wrap {
          background: none;
          border-top: none;
      }  
  }

.footer-info-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem; }
  @media screen and (max-width: 959px) {
    .footer-info-inner {
      padding: 0 4vw; } }
  @media screen and (max-width: 960px) {
    .footer-info-inner {
      width: 90%;
      margin: 0 auto;
      display: block; } }
  @media screen and (max-width: 959px) {
    .footer-info-inner {
      display: block; } }

.footer-info-left {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .footer-info-left {
      width: 100%;
      padding-top: 15px;
      margin-bottom: 20px;
      text-align: center; } }
  @media screen and (max-width: 959px) {
    .footer-info-left {
      width: 100%;
/*      padding-top: 5vw;
      margin-bottom: 6vw; */
    } }

.footer-info-right {
  width: 50%;
  text-align: right; }
  @media screen and (max-width: 960px) {
    .footer-info-right {
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 959px) {
    .footer-info-right {
      width: 100%; } }

.footer-logo-wrap {
  display: none; }
/*  @media screen and (max-width: 960px) {
    .footer-logo-wrap {
      display: block;
      width: 30%;
      margin: 0 auto 10px;
      text-align: center; } }*/
  @media screen and (max-width: 641px) {
    .footer-logo-wrap {
      margin: 0 auto 10px;
      text-align: center;
      display: block; }
    .footer-logo-wrap img {
      width: 100%;
      max-width: 278px;
      height: auto; } }

.footer-info-list {
  display: inline-block; 
  min-width: 125px;
  margin-bottom: 4px;
  text-align: center;
  }
@media screen and (max-width: 641px){
    .footer-info-list {
        width: 48.5%;
        min-height: 30px;
        line-height: 30px;
        background-color: #f5f5f5;
    }
    .footer-info-list:nth-child(odd){
        margin-right: 2%
    }
}
  .footer-info-list:after {
    font-size: 15px;
    content: " ｜";
    color: #777; }
  @media screen and (max-width: 641px){
      .footer-info-list:after{
          content:none;
      }
  }
  .footer-info-list:last-child:after {
    content: none; }

.footer-info-link {
  letter-spacing: 0.06em;
  font-size: 12px;
  color: #777; 
}
  @media screen and (min-width: 950px) {
    .footer-info-link:link { color: #777; text-decoration: none;}
    .footer-info-link:visited { color: #777; }
    .footer-info-link:hover {
      text-decoration: underline;
      opacity: 1;
      color: #fff; } }
  @media screen and (max-width: 959px) {
    .footer-info-link:link { color: #777; text-decoration: none;}
    .footer-info-link:visited { color: #777; }
    .footer-info-link {
      letter-spacing: 0.03em;
    }
    .footer-info-link:hover {
      text-decoration: underline;
    }}
    
  
.copyright {
  letter-spacing: 0.06em;
  font-size: 11px;
  color: #777; }

/*float-pagetop
--------------------------------------------------*/
.fx-pagetop-wrap {
  position: fixed;
  z-index: 50;
  width: 60px;
  height: 60px;
  right: 2%;
  bottom: 5%; }
  .fx-pagetop-wrap .fx-pagetop-btn {
    display: block;
    font-size: 12px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 2.6em;
    color: #fff;
    background: #333;
    position: relative;
    border-radius: 4px; }
    .fx-pagetop-wrap .fx-pagetop-btn:after {
      content: "";
      display: block;
      width: 1.2em;
      height: 1.2em;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 28%;
      left: 35%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* =========================================================
breadcrumbList
========================================================= */
.breadcrumb-list-wrap {
  width: 100%;
  padding: 1.2em 0; }
  @media screen and (max-width: 641px) {
    .breadcrumb-list-wrap {
      padding: 1.2em 1em;
      background: #f5f5f5; } }

.breadcrumb-list {
  display: inline-block;
  font-size: 12px; }
  .breadcrumb-list:after {
    content: " / ";
    color: #666; }
  @media screen and (max-width: 641px) {
    .breadcrumb-list {
      font-size: 2.93333vw; } }

.breadcrumb-list-item {
  font-size: 12px;
  color: #666;
  display: inline-block;
  padding: 0 0.5em; }
  @media screen and (max-width: 641px) {
    .breadcrumb-list-item {
      font-size: 2.93333vw; } }

/* =========================================================
cookies
========================================================= */
.cookies-container {
  width: 100%;
  background: #111;
  padding: 1em 3em;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10; }
  @media screen and (max-width: 641px) {
    .cookies-container {
      padding: 1em; } }

.cookies-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em; }
  @media screen and (max-width: 641px) {
    .cookies-block {
      display: block;
      font-size: 0.6em; } }

.cookies-text {
  width: 70%;
  color: #fff; }
  .cookies-text .cookies-heading {
    font-size: 1.2em;
    margin-bottom: 0.5em; }
  @media screen and (max-width: 641px) {
    .cookies-text {
      width: 100%;
      margin-bottom: 1em; } }

.cookies-buttons {
  width: 20%; }
  .cookies-buttons .cookies-close-btn {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0.5em;
    margin-bottom: 0.8em; }
  @media screen and (max-width: 641px) {
    .cookies-buttons {
      width: 100%; } }

.cookies-text-link {
  color: #fff;
  text-decoration: underline; }

/* =========================================================
utility
========================================================= */
.pB-5 {
  padding-bottom: 5px !important; }

.pB-10 {
  padding-bottom: 10px !important; }

.pB-15 {
  padding-bottom: 15px !important; }

.pB-20 {
  padding-bottom: 20px !important; }

.pB-25 {
  padding-bottom: 25px !important; }

.mB-5 {
  margin-bottom: 5px !important; }

.mB-10 {
  margin-bottom: 10px !important; }

.mB-15 {
  margin-bottom: 15px !important; }

.mB-20 {
  margin-bottom: 20px !important; }

.mB-25 {
  margin-bottom: 25px !important; }

.mB-30 {
  margin-bottom: 30px !important; }

.mB-40 {
  margin-bottom: 40px !important; }

.mB-50 {
  margin-bottom: 50px !important; }

.mB-60 {
  margin-bottom: 60px !important; }

.mB-70 {
  margin-bottom: 70px !important; }

.mB-80 {
  margin-bottom: 80px !important; }
