@charset "UTF-8";
@import url(import/reset.css);
@import url(import/util.css);
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600");
/* ==================== common ==================== */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

html {
  font-size: 100px;
  background: #f1f1f1;
}

@media only screen and (max-width: 1439px) {
  html {
    font-size: 6.94444vw;
  }
}

@media only screen and (max-width: 959px) {
  html {
    font-size: 10.41666vw;
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 100px;
  }
}

body {
  color: black;
  font-size: 0.14rem;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Meiryo UI", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  }
}

.nunito {
  font-family: "Nunito", sans-serif;
}

.serif {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", -apple-system, blinkMacSystemFont, serif;
}

@media only screen and (max-width: 599px) {
  .page {
    overflow-x: hidden;
  }
}

.wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.inner {
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.sp,
.tab,
.tabOnly {
  display: none!important;
}

@media only screen and (max-width: 959px) {
  .tab,
  .tabOnly {
    display: block!important;
  }
  img.tab,
  img.tabOnly {
    display: inline!important;
  }
  .tab_none {
    display: none!important;
  }
}

@media only screen and (max-width: 599px) {
  .sp {
    display: block!important;
  }
  img.sp {
    display: inline!important;
  }
  .pc {
    display: none !important;
  }
  .tabOnly,
  img.tabOnly {
    display: none!important;
  }
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: black;
  text-decoration: none;
  word-break: break-word;
}

a.off {
  cursor: default;
  pointer-events: none;
  color: #cccccc !important;
}

@media only screen and (min-width: 600px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

.ohoverArea {
  min-height: 0px;
}

.ohoverArea a.hover {
  opacity: 0.7;
}

.thoverArea a {
  text-decoration: underline;
}

.thoverArea a.hover {
  text-decoration: none;
}

.imagehoverArea a {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  .imagehoverArea a {
    display: block;
  }
}

.imagehoverArea a .df,
.imagehoverArea a .ov {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.imagehoverArea a .ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
}

.imagehoverArea a.hover .ov {
  opacity: 1;
}

.c_cap {
  font-size: 10px;
  line-height: 1.6;
}

.ft_white {
  color: white;
}

.ft_black {
  color: black;
}

.ft_gold {
  color: #8b7446;
}

.ft_gray {
  color: #666666;
}

.block_shadow {
  -webkit-box-shadow: 0px 0px 11.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 11.64px 0.36px rgba(0, 0, 0, 0.2);
}

/* コンテンツ部分共通スタイル */
.main {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 40px 0;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .main {
    max-width: 909px;
  }
}

@media only screen and (max-width: 599px) {
  .content {
    padding-left: 0;
    padding-bottom: 66px;
  }
  .main {
    padding: 0 15px 0;
  }
}

.c_article {
  border-radius: 0.09rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 11.64px 0.36px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 11.64px 0.36px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0.4rem 0.45rem;
  margin: 35px 0 0.4rem;
  background: url(../imgs/c_article_bg.png) top right no-repeat white;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c_article .c_article_close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}

.c_article .c_article_close_btn.fix {
  position: fixed;
}

@media screen and (min-width: 600px) {
  .c_article .c_article_close_btn.fix {
    display: none;
  }
}

.mod_tab .c_article .c_article_close_btn.fix {
  display: none;
}

@media only screen and (max-width: 599px) {
  .c_article {
    padding: 30px 20px 20px;
    margin: 20px 0;
  }
  .c_article .c_article_close_btn {
    width: 39.5px;
    top: 0;
    right: 0;
  }
  .c_article .c_article_close_btn.fix {
    right: 15px !important;
  }
}

.c_cv {
  border-radius: 0.09rem;
  overflow: hidden;
  background: url(../imgs/cv_bg.png) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 0;
}

.c_cv .title {
  width: 30%;
  font-size: 0.24rem;
  color: white;
  text-shadow: 0 0 5px rgba(15, 100, 246, 0.6), 0 0 5px rgba(15, 100, 246, 0.6), 0 0 5px rgba(15, 100, 246, 0.6), 0 0 5px rgba(15, 100, 246, 0.6), 0 0 5px rgba(15, 100, 246, 0.6);
  text-align: center;
}

.c_cv .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.2rem;
}

.c_cv .btns > div + div {
  margin-left: 0.1rem;
}

.c_cv .btns a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.25rem;
}

@media only screen and (max-width: 599px) {
  .c_cv {
    background: url(../../imgs/top_cv_sp.png) center no-repeat;
    background-size: cover;
    padding: 15px 0;
    display: block;
  }
  .c_cv .title {
    width: 100%;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .c_cv .btns {
    display: block;
    text-align: center;
    width: 100%;
  }
  .c_cv .btns > div {
    width: auto;
  }
  .c_cv .btns > div + div {
    margin: 10px 0 0;
  }
}

.c_pager {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c_pager > div {
  width: 49.6183206%;
}

.c_pager.c_pager_big > div {
  width: 100%;
}

.c_pager.c_pager_big a .border .image {
  width: 59.11179173%;
}

.c_pager.c_pager_big a .border .text_area {
  width: calc(100% - 59.11179173%);
}

.c_pager .prev a .border {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c_pager .prev a .text_area:before {
  right: 0;
}

.c_pager .prev .text_area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c_pager .next a .text_area:before {
  left: 0;
}

.c_pager .next a .text_area .text {
  text-align: right;
}

.c_pager .next .text_area {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c_pager a.hover .text_area:before {
  width: 100%;
}

.c_pager a.hover .image span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.7;
}

.c_pager a.hover .btn > span .df {
  opacity: 0;
}

.c_pager a.hover .btn > span .ov {
  opacity: 1;
}

.c_pager .blue a {
  background: -webkit-gradient(linear, left top, right top, from(#86a3e4), to(#4b74d0));
  background: linear-gradient(to right, #86a3e4 0%, #4b74d0 100%);
}

.c_pager .blue a.hover .name span {
  color: white;
  background: #4b74d0;
}

.c_pager .blue a.hover .text {
  color: #4b74d0;
}

.c_pager .blue .border {
  background: #4b74d0;
}

.c_pager .blue .border .image > span {
  background-position: center;
}

.c_pager .blue .name {
  color: #4b74d0;
}

.c_pager .sky a {
  background: -webkit-gradient(linear, left top, right top, from(#97d6e1), to(#4bb3d0));
  background: linear-gradient(to right, #97d6e1 0%, #4bb3d0 100%);
}

.c_pager .sky a.hover .name span {
  color: white;
  background: #4bb3d0;
}

.c_pager .sky a.hover .text {
  color: #4bb3d0;
}

.c_pager .sky .border {
  background: #4bb3d0;
}

.c_pager .sky .name {
  color: #4bb3d0;
}

.c_pager .red a {
  background: -webkit-gradient(linear, left top, right top, from(#f5b595), to(#de6750));
  background: linear-gradient(to right, #f5b595 0%, #de6750 100%);
}

.c_pager .red a.hover .name span {
  color: white;
  background: #de6750;
}

.c_pager .red a.hover .text {
  color: #de6750;
}

.c_pager .red .border {
  background: #de6750;
}

.c_pager .red .name {
  color: #de6750;
}

.c_pager .green a {
  background: -webkit-gradient(linear, left top, right top, from(#83dec3), to(#40b084));
  background: linear-gradient(to right, #83dec3 0%, #40b084 100%);
}

.c_pager .green a.hover .name span {
  color: white;
  background: #40b084;
}

.c_pager .green a.hover .text {
  color: #40b084;
}

.c_pager .green .border {
  background: #40b084;
}

.c_pager .green .name {
  color: #40b084;
}

.c_pager .purple a {
  background: -webkit-gradient(linear, left top, right top, from(#d784f6), to(#8b3fb7));
  background: linear-gradient(to right, #d784f6 0%, #8b3fb7 100%);
}

.c_pager .purple a.hover .name span {
  color: white;
  background: #8b3fb7;
}

.c_pager .purple a.hover .text {
  color: #8b3fb7;
}

.c_pager .purple .border {
  background: #8b3fb7;
}

.c_pager .purple .name {
  color: #8b3fb7;
}

.c_pager .yellow a {
  background: -webkit-gradient(linear, left top, right top, from(#f7d78a), to(#f3b359));
  background: linear-gradient(to right, #f7d78a 0%, #f3b359 100%);
}

.c_pager .yellow a.hover .name span {
  color: white;
  background: #f3b359;
}

.c_pager .yellow a.hover .text {
  color: #f3b359;
}

.c_pager .yellow .border {
  background: #f3b359;
}

.c_pager .yellow .name {
  color: #f3b359;
}

.c_pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  border-radius: 0.09rem;
  overflow: hidden;
  width: 100%;
  background: white;
}

.c_pager a .border {
  border-radius: 0.09rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1.7rem;
}

.c_pager a .border > div {
  width: 50%;
  position: relative;
  z-index: 1;
}

.c_pager .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.13rem;
  position: relative;
}

.c_pager .text_area:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: white;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c_pager .image {
  overflow: hidden;
  background: white;
  position: relative;
}

.c_pager .image span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c_pager .name {
  position: relative;
}

.c_pager .name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0.3rem;
  background: white;
  font-size: 0.14rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 0.3rem;
  padding: 0 0.1rem;
}

@media only screen and (max-width: 959px) {
  .c_pager .name span {
    line-height: 1.2;
    padding: 2px 0.1rem;
  }
}

.c_pager .text {
  position: relative;
  font-size: 0.28rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}

@media only screen and (max-width: 959px) {
  .c_pager .text {
    font-size: 0.21rem;
  }
}

.c_pager .btn {
  border-radius: 0.15rem;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#846bd7), to(#6ab9f7));
  background: linear-gradient(to right, #846bd7 0%, #6ab9f7 100%);
  padding: 2px;
  position: relative;
}

.c_pager .btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.15rem;
  overflow: hidden;
  width: 1.46rem;
  height: 0.26rem;
  position: relative;
}

.c_pager .btn > span > span {
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c_pager .btn > span .df {
  background: white;
}

.c_pager .btn > span .ov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.c_pager .btn > span .ov img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 599px) {
  .c_pager {
    margin-bottom: 20px;
  }
  .c_pager a .border {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: auto;
  }
  .c_pager a .border > div {
    width: 100% !important;
  }
  .c_pager a .border .image {
    height: 87px;
  }
  .c_pager a .border .text_area {
    padding: 7px;
    height: 111px;
  }
  .c_pager .name span {
    font-size: 13px;
    min-height: 19px;
    padding: 2px 3px;
  }
  .c_pager .text {
    font-size: 18px;
    letter-spacing: 0;
  }
  .c_pager .btn {
    border-radius: 9.5px;
  }
  .c_pager .btn > span {
    width: 93px;
    height: 15px;
    border-radius: 7.5px;
  }
  .c_pager .next .text_area {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c_pager .next a .text_area .text {
    text-align: left;
  }
  .c_pager .next .btn {
    margin-left: auto;
  }
}

.c_caption {
  background: rgba(117, 120, 159, 0.3);
  border-radius: 0.09rem;
  overflow: hidden;
  padding: 0.15rem 0.2rem;
  font-size: 0.1rem;
  line-height: 1.6;
  color: #666666;
  margin-top: 0.4rem;
}

.titA {
  text-align: center;
  color: #00026d;
  font-weight: bold;
  font-size: 0.3rem;
  letter-spacing: 0.16em;
  margin-bottom: 0.6rem;
}

@media only screen and (max-width: 959px) {
  .titA {
    font-size: 0.24rem;
  }
}

@media only screen and (max-width: 599px) {
  .titA {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.titB {
  font-size: 0.36rem;
  text-shadow: 0 0 30px white, 0 0 30px white, 0 0 30px white, 0 0 30px white, 0 0 30px white;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0.25rem;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .titB {
    font-size: 0.288rem;
  }
}

@media only screen and (max-width: 959px) {
  .titB {
    font-size: 0.24rem;
  }
}

@media only screen and (max-width: 599px) {
  .titB {
    font-size: 20px;
  }
}

.titC {
  text-align: center;
  font-size: 0.26rem;
  color: #00026d;
  font-weight: bold;
  padding-bottom: 0.1rem;
  margin-bottom: 0.15rem;
  position: relative;
}

@media only screen and (max-width: 959px) {
  .titC {
    font-size: 0.208rem;
  }
}

.titC:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#846bd7), color-stop(99%, #6ab9f7));
  background: linear-gradient(to right, #846bd7 0%, #6ab9f7 99%);
}

@media only screen and (max-width: 599px) {
  .titC {
    font-size: 16px;
  }
}

.js_image_zoom {
  cursor: pointer;
  position: relative;
}

.js_image_zoom:after {
  content: "";
  background: url(../imgs/zoom.png) center no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.js_image_zoom .zoom {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.js_image_zoom .zoom.open {
  opacity: 1;
  visibility: visible;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: #000126;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  z-index: 100;
}

.sidebar .sidebar_outer {
  height: 100%;
  overflow: hidden;
}

.sidebar .sidebar_inner {
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  width: 250px;
  min-height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
}

.sidebar .sidebar_inner li {
  position: relative;
}

.sidebar .sidebar_inner li.new::after {
  content: "";
  width: 46px;
  height: 16px;
  display: block;
  background: url(../imgs/icon_new.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar .toggle {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}

.sidebar .pagetop {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.sidebar .pagetop a {
  display: block;
  background: #636493;
}

.sidebar.hover {
  width: 250px;
}

.sidebar.hover .sidebar_inner {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}

.sidebar.hover .toggle {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar .logo {
  padding: 16px 30px;
}

.sidebar ul {
  border-top: 1px solid #4d4e6a;
  margin-bottom: 30px;
}

.sidebar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 30px;
  height: 45px;
  border-bottom: 1px solid #4d4e6a;
  color: white;
  letter-spacing: 0.01em;
  font-weight: bold;
  position: relative;
  font-size: 14px;
}

.sidebar ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url(../imgs/side_ov.jpg) bottom center no-repeat;
  background-size: cover;
}

.sidebar ul li a.on, .sidebar ul li a.hover {
  color: #a6a2ff;
}

.sidebar ul li a.on:before, .sidebar ul li a.hover:before {
  width: 100%;
}

.sidebar ul li.off a {
  pointer-events: none;
}

.sidebar ul li.off a span {
  opacity: 0.4;
}

.sidebar .cv > div + div {
  margin-top: 1px;
}

@media only screen and (max-width: 959px) {
  .sidebar .toggle {
    background: url(../imgs/side_menu_close.png) center no-repeat;
    cursor: pointer;
  }
  .sidebar .toggle img {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .sidebar.hover {
    padding-right: 50px;
    width: 300px;
  }
  .sidebar.hover .toggle {
    opacity: 1;
  }
  .sidebar.hover .toggle img {
    opacity: 0;
  }
}

@media only screen and (max-width: 599px) {
  .sidebar {
    display: none;
  }
}

.sp_fixed_nav,
.fnav_sp {
  display: none;
}

@media only screen and (max-width: 599px) {
  .sp_fixed_nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .sp_fixed_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sp_fixed_nav ul li {
    width: 20%;
  }
  .sp_fixed_nav ul li a {
    display: block;
    text-align: center;
  }
  .sp_fixed_nav ul li.fnav01 a, .sp_fixed_nav ul li.fnav02 a, .sp_fixed_nav ul li.fnav04 a {
    border-right: 1px solid #ebebeb;
    background: #000126;
  }
  .sp_fixed_nav ul li.fnav04 a {
    border-left: 1px solid #ebebeb;
  }
  .sp_fixed_nav ul li.fnav03 {
    background: linear-gradient(to top, #000126 0px, #000126 66px, transparent 66px, transparent 100%);
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn {
    background: url(../imgs/fnav03_bg.png) top center no-repeat;
    background-size: 100% auto;
    position: relative;
    text-align: center;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn img,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn img {
    -webkit-transform: 0.3s ease;
            transform: 0.3s ease;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn .ov,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn .ov {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn .toggle,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn .toggle {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 40px;
    background: white;
    margin: 0 auto;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn .toggle:before, .sp_fixed_nav ul li.fnav03 .js_menu_btn .toggle:after,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn .toggle:before, .sp_fixed_nav ul li.fnav03 .fnav03_btn .toggle:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: white;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn .toggle:before,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn .toggle:before {
    top: -9px;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn .toggle:after,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn .toggle:after {
    bottom: -9px;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn.open .df,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn.open .df {
    opacity: 0;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn.open .ov,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn.open .ov {
    opacity: 1;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn.open .toggle,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn.open .toggle {
    background: transparent;
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn.open .toggle:before,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn.open .toggle:before {
    -webkit-transform: rotate(-37deg) translate(-5px, 6px) scaleX(1.3);
            transform: rotate(-37deg) translate(-5px, 6px) scaleX(1.3);
  }
  .sp_fixed_nav ul li.fnav03 .js_menu_btn.open .toggle:after,
  .sp_fixed_nav ul li.fnav03 .fnav03_btn.open .toggle:after {
    -webkit-transform: rotate(37deg) translate(-5px, -8px) scaleX(1.3);
            transform: rotate(37deg) translate(-5px, -8px) scaleX(1.3);
  }
  .sp_fixed_nav ul li.fnav04 a {
    background: linear-gradient(90deg,rgba(2,217,189,1) 0%,rgba(18,96,255,1) 100%);
    background-size: cover;
  }

  .sp_fixed_nav ul li.fnav05 a {
    background: linear-gradient(90deg,rgba(104,84,154,1) 0%,rgba(34,139,202,1) 100%);
    background-size: cover;
  }
  .fnav_sp {
    display: none;
  }
  .fnav_sp_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px 0 66px;
    z-index: 900;
    background: rgba(0, 1, 38, 0.8);
  }
  .fnav_sp_inner .logo {
    text-align: center;
    padding: 0 0 15px;
  }
  .fnav_sp_inner ul {
    border-top: 1px solid #4d4e6a;
    padding-bottom: 20px;
  }
  .fnav_sp_inner ul li {
    position: relative;
  }
  .fnav_sp_inner ul li.new::after {
    content: "";
    width: 46px;
    height: 16px;
    display: block;
    background: url(../imgs/icon_new.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fnav_sp_inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px;
    height: 50px;
    border-bottom: 1px solid #4d4e6a;
    color: white;
    letter-spacing: 0.01em;
    font-weight: bold;
    position: relative;
    font-size: 14px;
  }
  .fnav_sp_inner ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: url(../imgs/fnav_ov.png) bottom center no-repeat;
    background-size: cover;
  }
  .fnav_sp_inner ul li a.on {
    color: #a6a2ff;
  }
  .fnav_sp_inner ul li a.on:before {
    width: 100%;
  }
  .fnav_sp_inner ul li.off a {
    pointer-events: none;
  }
  .fnav_sp_inner ul li.off a span {
    opacity: 0.4;
  }
}

.header_wrap {
  position: fixed;
  width: 100%;
  max-width: 1390px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 40px;
  border-radius: 0 0 0.09rem 0.09rem;
  z-index: 9999;
}

.header_wrap > div {
  border-radius: 0 0 0.09rem 0.09rem;
}

.header_wrap .header {
  background: #010233;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.15rem 0.1rem 0.1rem 0.15rem;
}

.header_wrap .header .logo {
  margin-right: 0.15rem;
}

.header_wrap .header .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header_wrap .header .cv > div + div {
  margin-left: 0.1rem;
}

.header_wrap .header .cv a {
  position: relative;
}

.header_wrap .header .cv a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.25rem;
}

.header_wrap .header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 6.7rem;
}

.header_wrap .header .info > p {
  font-size: 0.1rem;
  color: white;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.header_wrap .header .info .pnav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_wrap .header .info .pnav > div + div {
  margin-left: 0.15rem;
}

.header_wrap .header .info .pnav > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.header_wrap .header .info .pnav > div a img {
  margin-right: 0.05rem;
}

.header_wrap .header .info .pnav > div a span {
  font-size: 0.12rem;
  line-height: 1;
}

.header_wrap .header .info .pnav > div a.hover {
  color: #8868d9;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .header_wrap .header .info .pnav {
    display: block;
  }
  .header_wrap .header .info .pnav > div + div {
    margin-left: auto;
    margin-top: 0.06rem;
  }
}

.header_wrap .header .info .information {
  width: 100%;
  margin-top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
}

.header_wrap .header .info .information .icon {
  width: calc(0.3rem + 4px);
  height: calc(0.3rem + 4px);
  background: #313263;
  border-radius: 50%;
  border: 2px solid #010233;
  text-align: center;
  color: #f5f5f5;
  font-size: 0.24rem;
  line-height: 1;
  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;
  position: relative;
  z-index: 1;
}

.header_wrap .header .info .information ul {
  background: #313263;
  position: absolute;
  top: 2px;
  left: 0.24rem;
  width: calc(100% - 0.24rem);
  border-radius: 0 0.15rem 0.15rem 0;
}

.header_wrap .header .info .information ul.excerpt {
  overflow: hidden;
  height: 0.3rem;
}

.header_wrap .header .info .information ul.excerpt li .text_outer {
  height: 0.18rem;
  overflow: hidden;
}

.header_wrap .header .info .information ul.list {
  display: none;
  border-radius: 0 0.15rem 0 0;
}

.header_wrap .header .info .information ul li {
  color: white;
  padding: 0.06rem 1rem 0.06rem 0.2rem;
}

.header_wrap .header .info .information ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header_wrap .header .info .information ul li .text_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.12rem;
  line-height: 1.5;
}

.header_wrap .header .info .information ul li .date {
  margin-right: 0.15rem;
  white-space: nowrap;
}

.header_wrap .header .info .information ul li .text.text--blink {
  animation: blink 2s linear infinite;
}
@keyframes blink {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.header_wrap .header .info .information ul li .text a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #787ac1;
          text-decoration-color: #787ac1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header_wrap .header .info .information ul li .text a.hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.header_wrap .header .info .information .more {
  margin-left: auto;
  margin-right: 0.03rem;
  position: relative;
  z-index: 1;
}

.header_wrap .header .info .information .more .js_info_btn {
  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;
  background: #636493;
  border-radius: 0.12rem;
  height: 0.24rem;
  width: 0.75rem;
  color: white;
  font-size: 0.12rem;
  line-height: 1;
  cursor: pointer;
}

.header_wrap .header .info .information .more .js_info_btn span {
  margin-right: 0.05rem;
}

.header_wrap .header .info .information .more .js_info_btn:after {
  content: "";
  /* width: .09rem;
						height: .09rem;
						border-bottom: 1px solid white;
						border-right: 1px solid white;
						transform: rotate(45deg);
						transform-origin: bottom right;
						//transition: .3s ease;
						position: relative;
						left: 0; */
  background: url(../imgs/more_arrow.png) center no-repeat;
  background-size: cover;
  width: 0.1rem;
  height: 0.06rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header_wrap .header .info .information .more .js_info_btn.hover {
  background: #aaaac8;
}

.header_wrap .header .info .information .more .js_info_btn.open {
  background: #aaaac8;
}

.header_wrap .header .info .information .more .js_info_btn.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header_wrap nav {
  background: -webkit-gradient(linear, left top, right top, from(#846bd7), to(#6ab9f7));
  background: linear-gradient(to right, #846bd7 0%, #6ab9f7 100%);
  padding: 0 2px 2px;
  border-radius: 0 0 0.09rem 0.09rem;
}

.header_wrap nav .nav_bg {
  background: #fff;
  border-radius: 0 0 0.09rem 0.09rem;
  padding: 0.115rem 0.1rem 0.109rem;
}

@media screen and (max-width: 1023px) {
  .header_wrap nav .nav_bg {
    padding: 0.065rem 0.1rem 0.059rem;
  }
}

.header_wrap nav .g_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .header_wrap nav .g_nav {
    position: relative;
    width: 100%;
    margin-top: -0.14rem;
  }
}

.header_wrap nav .g_nav + .g_nav {
  margin-top: 0.22rem;
}

@media screen and (max-width: 1023px) {
  .header_wrap nav .g_nav::before {
    content: "";
    display: block;
    border-top: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: calc(50% + 0.07rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 1px;
    width: 100%;
  }
}

.header_wrap nav .g_nav li {
  margin: 0 0.13rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .header_wrap nav .g_nav li {
    margin: 0 0.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.06rem;
  }
}

@media screen and (max-width: 959px) {
  .header_wrap nav .g_nav li {
    margin: 0 0.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_wrap nav .g_nav li {
    margin: 0 0.1rem;
  }
}

.header_wrap nav .g_nav li a {
  letter-spacing: 0.01em;
  font-size: 0.14rem;
  position: relative;
}

.header_wrap nav .g_nav li a:after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#846bd7), to(#6ab9f7));
  background: linear-gradient(to right, #846bd7 0%, #6ab9f7 100%);
  width: 0;
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header_wrap nav .g_nav li a.hover:after, .header_wrap nav .g_nav li a.on:after {
  width: 100%;
}

.header_wrap nav .g_nav li a.hover, .header_wrap nav .g_nav li a.on {
  color: #846cd7;
}

.header_wrap nav .g_nav li.new::before {
  content: "";
  width: 0.35rem;
  height: 0.13rem;
  display: block;
  background: url(../imgs/icon_new.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: -0.18rem;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .header_wrap nav .g_nav li.new::before {
    position: static;
    margin-right: 0.08rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .header_wrap {
    max-width: 909px;
  }
}

@media only screen and (max-width: 959px) {
  .header_wrap .header {
    padding: 0.15rem 0.1rem 0.6rem 0.15rem;
    position: relative;
  }
  .header_wrap .header .info {
    width: auto;
    display: block;
  }
  .header_wrap .header .info h1 {
    line-height: 1.4;
  }
  .header_wrap .header .info .pnav {
    margin-top: 0.1rem;
  }
  .header_wrap .header .info .information {
    margin: 0 auto;
    position: absolute;
    bottom: 0.15rem;
    left: 0.15rem;
    right: 0.1rem;
    width: auto;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .header_wrap nav .nav_bg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header_wrap nav .g_nav + .g_nav {
    border-top: 1px solid #ddd;
    padding: 0.065rem 0 0;
    margin: 0;
  }
  .scroll .header_wrap .header {
    padding-bottom: 0.15rem;
  }
  .scroll .header_wrap .header .information {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@media only screen and (max-width: 599px) {
  .header_wrap {
    position: static;
    padding: 0;
  }
  .header_wrap .header {
    padding: 10px 0px 10px 15px;
    margin: 0 -15px 48px -15px;
    border-radius: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_wrap .header .logo {
    margin-right: 12px;
  }
  .header_wrap .header .cv {
    display: none;
  }
  .header_wrap .header .info h1 {
    line-height: 1.5;
  }
  .header_wrap .header .info .pnav {
    display: none;
  }
  .header_wrap .header .info .information {
    top: auto;
    bottom: -7px;
    right: 15px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .header_wrap .header .info .information .icon {
    border-color: #f0f0f0;
    width: 34px;
    height: 34px;
    font-size: 26px;
  }
  .header_wrap .header .info .information ul {
    border-radius: 0 0.17rem 0 0 !important;
  }
  .header_wrap .header .info .information ul li {
    padding-right: 0.4rem;
  }
  .header_wrap .header .info .information ul.excerpt {
    height: 30px;
    border-radius: 0 0.17rem 0.17rem 0 !important;
  }
  .header_wrap .header .info .information .more .js_info_btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .header_wrap .header .info .information .more .js_info_btn span {
    display: none;
  }
  .header_wrap .header .info .information .more .js_info_btn:after {
    background: url(../imgs/more_arrow_sp.png) center no-repeat;
    width: 12.5px;
    height: 7px;
    background-size: cover;
  }
  .header_wrap nav {
    display: none;
  }
}

.footer_wrap {
  background: white;
}

.footer_wrap .main {
  background: #f1f1f1;
  max-width: none;
  padding: 0 40px 0.4rem;
  max-width: 1390px;
}
#top .footer_wrap .main {
  padding: 0.4rem 40px;
}
@media only screen and (max-width: 599px) {

.footer_wrap .main {
  padding: 0 15px 0.4rem;
}
#top .footer_wrap .main {
  padding: 0.4rem 15px;
}
}

.footer_wrap .main_outer {
  background: #f1f1f1;
  width: 100%;
}


.footer_wrap .main .c_caption {
  max-width: 1310px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

#top .footer_wrap .main .c_caption {
  margin-top: 0;
}

.footer_wrap .main .c_caption h1 {
  font-weight: bold;
}

.footer {
  max-width: 1390px;
  padding: 0.3rem 0.4rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .left {
  border-right: 1px solid #dddddd;
  padding: 0.25rem 0.47rem 0 0;
  margin-right: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.footer .left .logo {
  margin-bottom: 0.18rem;
}

.footer .left .name {
  font-size: 10px;
  max-width: 100%;
  letter-spacing: 0.1em;
}

.footer .left .copy {
  font-size: 10px;
  color: #666666;
  margin-top: auto;
  letter-spacing: 0.08em;
  word-break: break-all;
  white-space: normal;
  width: 100%;
}

.footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .right .info {
  text-align: right;
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -o-flex;
}

.footer .right .info .expo {
  width: 20.714286%;
  max-height: 151px;
}

.footer .right .info .infoTxt {
  width: 79.285714%;
}

.footer .right .info .text01 {
  font-size: 0.12rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer .right .info .tel {
  margin: 0.06rem 0 0.05rem;
}

.footer .right .info .tel a {
  font-size: 0.4rem;
  font-weight: 400;
  line-height: 1;
}

.footer .right .info .text02 {
  font-size: 0.12rem;
  line-height: 1.5;
}

.footer .right .info .text02.holiday {
  margin-bottom: 10px;
  color: #d80c18;
}

.footer .right .info .text02 .red {
  color: #d80c18;
}

.footer .right .info .text03 {
  font-size: 0.11rem;
  line-height: 1.5;
  margin-top: .05rem;
  color: #d80c18;
}

.footer .right .other {
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}

.footer .right .other > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .right .other > div + div {
  margin-left: 0.32rem;
}

.footer .right .other > div + div:nth-child(2) {
  margin-left: 0.24rem;
}

.footer .right .other > div:first-child .logo {
  height: .36rem;
  margin-bottom: 0.1rem;
}

.footer .right .other p {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.14rem;
  margin-top: 0;
}
.footer .right .other > div:first-child p {
  margin-bottom: 0.1rem;
}

.footer .right .other .logo {
  margin: 0 0 0.1rem;
  height: 0.46rem;
}

.footer .right .other .pp {
  -webkit-transform: none;
          transform: none;
}

.footer .right .other .pp a {
  text-decoration: underline;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.footer .right .other .show1280 {
  display: none;
}

@media only screen and (min-width: 600px) and (max-width: 1439px) {
  .footer .right .other .show1280 {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 960px) {
  *::-ms-backdrop,
  .footer .left {
    width: 25%;
    max-width: 100%;
  }
  *::-ms-backdrop,
  .footer .right {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1439px) {
  .footer .right .other > div {
    width: 120px;
  }
  .footer .right .other > div + div:nth-child(2) {
    margin-left: 0.5rem;
  }
  .footer .right .other .pp {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 959px) {
  .footer {
    padding: 0.3rem 0.3rem 0.4rem;
    display: block;
  }
  .footer .left {
    display: none;
  }
  .footer .right .info {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .right .info .expo {
    width: 100%;
    max-width: 200px;
    min-height: 0%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
  .footer .right .info .infoTxt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 0.4rem;
  }
  .footer .right .other {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .right .other > div {
    width: auto;
    position: relative;
  }
  .footer .right .other > div + div,
  .footer .right .other > div + div:nth-child(2) {
    margin-left: 0.34rem;
  }
  .footer .right .other > div:first-child .logo {
    height: auto;
    margin: 0 0 0.1rem;
  }
  .footer .right .other > div:first-child .pp {
    bottom: -0.18rem;
  }
  .footer .right .other .logo {
    height: auto;
  }
  .footer .right .other .pp {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    position: absolute;
    bottom: -0.13rem;
  }
  .footer .right .copy  {
    font-size: 10px;
    color: #666666;
    margin-top: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer .right .other .pp {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media only screen and (max-width: 599px) {
  .footer {
    padding: 20px 15px 17px;
  }
  .footer .right .info .expo {
    max-width: 150px;
  }
  .footer .right .info .infoTxt {
    margin: 0 auto 0.2rem;
  }
  .footer .right .info .tel {
    margin: 13px 0;
  }
  .footer .right .info .tel a {
    font-size: 28px;
  }
  .footer .right .other {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 25px;
    border-top: 1px solid #dddddd;
    display: block;
    text-align: center;
  }
  .footer .right .other > div + div,
  .footer .right .other > div + div:nth-child(2) {
    margin: 20px 0 0;
  }
  .footer .right .other > div:first-child .logo {
    margin: 0;
  }
  .footer .right .other p {
    margin-bottom: 0;
  }
  .footer .right .other .logo {
    margin: 0;
  }
  .footer .right .other .pp {
    -webkit-transform: none;
            transform: none;
    position: static;
  }
  .footer .right .copy {
    border-top: 1px solid #dddddd;
    margin: 0 -15px;
    padding: 10px 0 0;
    letter-spacing: 0.04em;
  }
  
  .copy{
    font-size: 10px;
    color: #666666;
    margin-top: auto;
    text-align: center;
    border-top: 1px solid #dddddd;
    margin: 0 -15px;
    padding: 10px 0 15px;
    letter-spacing: 0.04em;
    background: #fff;
  }
}

.footerBottom{
  /* max-width: 1390px;
  padding: 0 0.4rem 0.4rem;
  margin: 0 auto; */
}
.footerBottom .ftr_word{
  padding: 30px 0 0;
  border-top: 1px solid #dddddd;;
  background: #fff;
}
.footerBottom .ftr_word .seo{
  color: #111;
  font-size: 11px;
  line-height: 1.5;
  font-weight: normal;
}
.footerBottom .ftr_pankuzu{
  color: #111;
  line-height: 1.5;
  background: #fff;
}
@media only screen and (max-width: 599px) {
  .footerBottom .ftr_pankuzu{
    display: none;
  }
}
.footerBottom .ftr_pankuzu .ftr_clm li{
  display: inline-block;
  font-size: 11px;
  vertical-align: baseline;
  font-weight: normal;
}

.footerBottom .ftr_other{
  border-bottom: 1px solid #dddddd;
  padding: 25px 0;
  background: #fff
}
.footerBottom .ftr_other dl{
  display: flex;
  background: #f8f8f8;
  padding: 9px 15px;
  flex-wrap: wrap;
}
.footerBottom .ftr_other dl dt{
  font-size: 12px;
  line-height: 1.5;
  color: #554824;
  white-space: nowrap;
  vertical-align: top;
  font-weight: bold;
  padding-right: 15px;
  border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 599px) {
  .footerBottom .ftr_other dl dt {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
.footerBottom .ftr_other dl dd{
  font-size: 12px;
  line-height: 1.5;
  margin-left: 15px;
}
@media only screen and (max-width: 599px) {
  .footerBottom .ftr_other dl dd{
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
.footerBottom .ftr_other dl dd a{
  font-size: 11px;
  margin-right: 1em;
}

.content_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f1f1f1;
}

#content_low {
  will-change: position, top;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 10;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #f1f1f1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s 0.6s ease;
  transition: 0s 0.6s ease;
  z-index: 5;
}

body.is_loading {
  position: relative;
  height: 100vh;
}

body.is_loading:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

body.is_low:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

body.is_low #content_low {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}

body.is_low #content_top {
  display: block;
  height: 100%;
  position: absolute;
}

body.is_top:before {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

body.is_top #content_top {
  position: static;
  pointer-events: auto;
}

body.is_top #content_low {
  top: 100vh;
}

.sidebar,
.sp_fixed_nav,
.fnav_sp {
  pointer-events: auto;
}

.addtohome {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 99999;
  display: none;
}

.addtohome > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 375px;
  max-height: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 30px;
}

.pop_close {
  position: absolute;
  top: -22.5px;
  right: 12.5px;
}




/* .is_low {
	#content_top {
		.content {
			display: none;
		}
	}
} */