@charset "UTF-8";
/*===================================
  
  共通CSS

===================================*/
body {
  position: static;
  height: 100%;
}

body.is_hidden {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

/* アコーディオン */
.js_ac_box {
  height: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/*===================================
  
  ヘッダー

===================================*/
/*------------------------------------
ヘッダー （PC） 
------------------------------------*/
@media print, screen and (min-width: 992px) {
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    height: 85px;
    z-index: 100;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header_wrap {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .header_inner {
    max-width: 1180px;
    min-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
  .header_logo {
    height: 68px;
    align-self: center;
  }
  .gnav_hamburger_logo img,
  .fx_nav_logo_site img,
  .header_logo img {
    /*height: 100%;*/
    height: 50px;
    margin-top: 9px;
  }
  .header.is_active {
    background: #fff;
  }
  .page_top .header_logo {
    visibility: hidden;
    opacity: 0;
  }
  .page_top .header.is_active .header_logo {
    visibility: visible;
    opacity: 1;
  }
  /* ハンバーガー */
  .header_hamburger {
    height: 100px;
  }
  .header_hamburger .header_inner {
    align-items: center;
  }
  .header_hamburger .header_inner .header_nav {
    height: 100%;
  }
}

/*------------------------------------
ヘッダー （SP） 
------------------------------------*/
@media screen and (max-width: 991px) {
  .header {
    background: #fff;
    position: fixed;
    height: 50px;
    width: 100%;
    z-index: 9999;
  }
  .header_inner {
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_inner .gnav_hamburger ul.gtop_icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header_inner .gnav_hamburger ul.gtop_icon li {
    width: 50px;
    height: 50px;
  }
  .header_inner .gnav_hamburger ul.gtop_icon li:nth-child(2) {
    background: #F6F6F6;
  }
  .header_inner .gnav_hamburger ul.gtop_icon li:nth-child(3) {
    background: #EEEEEE;
  }
  .header_inner .gnav_hamburger ul.gtop_icon li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .header_inner .gnav_hamburger ul.gtop_icon li a img {
    width: 30px;
    height: auto;
  }
  .header_logo_site img {
    height: 50px;
    width: auto;
    max-width: none;
    padding: 10px 0 10px 15px;
  }
  .header #pc_menu_btn {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    cursor: pointer;
    background: #01BFF2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header #pc_menu_btn.active {
    background: none;
  }
  .header #pc_menu_btn.active span {
    background: #000 !important;
  }
  .header #pc_menu_btn span {
    width: 20px;
    height: 2px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #FFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header #pc_menu_btn span:nth-of-type(1) {
    top: 16px;
  }
  .header #pc_menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    background: #FFF;
    z-index: -1;
  }
  .header #pc_menu_btn span:nth-of-type(3) {
    bottom: 16px;
  }
  .header #pc_menu_btn.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .header #pc_menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header #pc_menu_btn.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  .header_contact {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #01BFF2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header_contact > img {
    height: 15px;
  }
}

/*===================================

グローバルナビ

===================================*/
/*------------------------------------
グローバルナビ（PC）
------------------------------------*/
@media print, screen and (min-width: 992px) {
  .gnav_hamburger {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 100px;
    position: relative;
  }
  .gnav_hamburger .gnav_tel {
    background: url(/img/img-common/hed_tel.png) left center no-repeat;
    padding: 5px 0px 5px 33px;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
  }
  .page_top .gnav_hamburger .gnav_tel {
    display: none !important;
  }
  .gnav_hamburger > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .gnav_hamburger > ul > li {
    position: relative;
  }
  .gnav_hamburger > ul > li.gnav_hamburger_menu .mi {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
  .header_wrap .gnav_hamburger > ul > li.gnav_hamburger_menu .mi {
    margin: 0 7px;
  }
  .gnav_hamburger > ul > li:not(:first-child) {
    margin-left: 15px;
  }
  /*
  .gnav_hamburger > ul > li:nth-child(1) > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #01BFF2 url(/img/img-common/icon_mail.png) no-repeat center center;
    background-size: auto 20px;
  }
  .gnav_hamburger > ul > li:nth-child(2) {
    position: relative;
  }
  */
  .gnav_hamburger #pc_menu_btn {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    right: 0;
    cursor: pointer;
    min-height: 100px;
  }
  .header_wrap .gnav_hamburger #pc_menu_btn:not(.active) {
    height: 100%;
    background: #01BFF2;
    margin-left: 20px;
    right: 0;
  }
  .gnav_hamburger #pc_menu_btn span {
    width: 34px;
    height: 3px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #000000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header_wrap .gnav_hamburger #pc_menu_btn span,
  .fx_nav .gnav_hamburger #pc_menu_btn.active span {
    background: #FFF;
  }
  .gnav_hamburger #pc_menu_btn span:nth-of-type(1) {
    top: 20px;
  }
  .gnav_hamburger #pc_menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .gnav_hamburger #pc_menu_btn span:nth-of-type(3) {
    bottom: 20px;
  }
  .gnav_hamburger #pc_menu_btn.active {
    /*position: fixed;*/
    z-index: 101;
    right: 0;
  }
  .gnav_hamburger #pc_menu_btn.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
  .gnav_hamburger #pc_menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav_hamburger #pc_menu_btn.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .gnav_hamburger_main {
    position: fixed;
    top: -100%;
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
    right: 0;
    left: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
  .gnav_hamburger_main::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    background: #009FE9;
  }
  .gnav_hamburger_main.active {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .gnav_hamburger_inner {
    display: flex;
  }
  .gnav_hamburger_left {
    width: 50%;
    position: relative;
  }
  .gnav_hamburger_logo {
    position: fixed;
    top: 300px;
    right: 65%;
    z-index: 101;
  }
  .gnav_hamburger_logo > img {
    height: 50px;
  }
  .gnav_hamburger_logo .cap {
    display: block;
    text-align: center;
    margin: 10px auto 0;
    letter-spacing: 0.2em;
  }
  .gnav_hamburger_right {
    padding: 100px 80px;
    width: 50%;
    background: #009FE9;
    position: relative;
    z-index: 101;
  }
  .gnav_hamburger_right > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .gnav_hamburger_right > ul > li > a, .gnav_hamburger_right > ul > li > span {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    color: #fff;
  }
  .gnav_hamburger_right > ul > li > a {
    overflow: hidden;
    padding-bottom: 3px;
  }
  .gnav_hamburger_right > ul > li > a::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .gnav_hamburger_right > ul > li > a:hover::after {
    width: 100%;
    left: 0;
  }
  .gnav_hamburger .gnav_hamburger_submenu {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li {
    width: 33.333333%;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li > a {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 5px 0 5px 20px;
    margin-right: 25px;
    overflow: hidden;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li > a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li > a::after,
  .gnav_hamburger .gnav_hamburger_privacy::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li > a:hover::after,
  .gnav_hamburger .gnav_hamburger_privacy:hover::after {
    width: 100%;
    left: 20px;
  }
  .gnav_hamburger .gnav_hamburger_contact {
    width: 250px;
    display: block;
    margin-top: 40px;
    color: #009FE9 !important;
    font-size: 1.8rem;
    font-weight: bold;
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }
  .gnav_hamburger .gnav_hamburger_privacy {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    padding: 0 0 5px 20px;
    color: #fff !important;
    overflow: hidden;
  }
  .gnav_hamburger .gnav_hamburger_privacy::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1480px) {
  .gnav_hamburger .gnav_hamburger_submenu {
    width: 100%;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li {
    width: 50%;
  }
}

/*------------------------------------
グローバルナビ（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .sp_gnav {
    position: fixed;
    top: -100%;
    opacity: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #009FE9;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
  .sp_gnav.active {
    top: 0;
    opacity: 1;
  }
  .sp_gnav_logo {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    background: #fff;
    position: fixed;
    z-index: 1;
    width: 100%;
  }
  .sp_gnav_logo > img {
    height: 30px;
  }
  .sp_gnav_main {
    padding: 80px 10% 20% 10%;
  }
  .sp_gnav_main > ul > li > a, .sp_gnav_main > ul > li > span {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    color: #fff;
  }
  .sp_gnav_main > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sp_gnav_submenu {
    padding: 10px 0;
  }
  .sp_gnav_submenu > li > a {
    display: block;
    position: relative;
    color: #fff;
    padding: 5px 0 5px 20px;
  }
  .sp_gnav_submenu > li > a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sp_gnav_contact {
    width: 250px;
    display: block;
    margin-top: 30px;
    color: #009FE9 !important;
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }
  .sp_gnav_privacy {
    position: relative;
    display: block;
    margin-top: 15px;
    padding-left: 20px;
    color: #fff !important;
  }
  .sp_gnav_privacy::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sp_gnav_close {
    position: relative;
    width: 150px;
    display: block;
    margin: 40px auto 0;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: bold;
    background: #32D6FE;
    padding: 7px 20px;
    text-align: center;
    cursor: pointer;
  }
  .sp_gnav_close::before {
    content: '×';
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
  }
  .header_wrap .footer_tel {
    justify-content: flex-start;
  }
}

/*===================================
  
  メイン

===================================*/
.main {
  padding-top: 175px;
}
body:not(.media) .main {
  padding-top: 100px;
}

.page_top .main,
.page_guide .main {
  padding: 0;
  position: relative;
}

.top_logo.inner {
  padding: 0;
  position: relative;
}

.top_logo a {
  display: block;
  position: absolute;
  right: 257px;
  top: 16px;
  z-index: 99;
  height: 68px;
  align-self: center;
}

.top_logo a img {
  height: 50px;
  margin-top: 15px;
}

.page_contact .main {
  padding-bottom: 150px;
}

/*------------------------------------
メイン（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .main {
    padding-top: 86px;
  }
  body:not(.media) .main {
    padding-top: 50px;
  }
  .page_contact .main {
    padding-bottom: 70px;
  }
}

/*===================================
  
  フッター

===================================*/
.footer {
  margin-top: 100px;
  background: #000000;
  padding: 0;
  position: relative;
}
.footer.another,
.footer.another::after {
  background: #fff;
}
.footer.another::after {
  z-index: -1;
}
.footer.another .footer_address,
.footer.another .footer_tel span,
.footer.another .footer_logo > span {
  color: #333333;
}
.footer.another .footer_logo > a > img {
  display: block;
  height: 45px;
  margin-right: 20px;
}
.footer.another .footer_copyright {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #01BFF2;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 55vw;
  background: #EEEEEE;
  z-index: 1;
}

.footer_inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.footer_info {
  padding: 50px 0;
}

.footer_logo {
  display: flex;
  align-items: flex-end;
}

.footer_logo > a > img {
  display: block;
  height: 33px;
  margin-right: 30px;
}

.footer_logo > span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.footer_address {
  margin-top: 10px;
  color: #fff;
}

.footer_tel {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.footer_tel > img {
  display: block;
  height: 38px;
  margin-right: 15px;
}

.footer_tel span {
  font-size: 2rem;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.footer_tel span:nth-child(2) {
  font-size: 1.4rem;
  margin-top: 8px;
  font-weight: normal;
}

.footer_copyright {
  margin-top: 10px;
  color: #fff;
  font-size: 1.2rem;
}

.footer_flex {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.footer_official {
  margin-left: 30px;
}

.footer_official a {
  border: 1px solid #fff;
  color: #fff !important;
  padding: 3px 15px 4px;
}

.footer_contact {
  margin-top: 20px;
}

.footer_contact a {
  width: 200px;
  display: inline-block;
  color: #FFF !important;
  font-size: 1.4rem;
  font-weight: bold;
  background: #01BFF2 url(../img/img-common/icon_mail.png) no-repeat 15% center;
  background-size: 22px auto;
  padding: 10px 0 10px 20px;
  text-align: center;
  cursor: pointer;
}

/*------------------------------------
フッター（PC）
------------------------------------*/
.footer_gmap {
  width: 50%;
}
.footer_gmap > iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media print, screen and (min-width: 992px) {
  .footer_logo > span {
    white-space: nowrap;
  }
  .footer_address {
    white-space: nowrap;
  }
  .footer_nav {
    padding: 50px 0;
    width: 450px;
  }
  .footer_nav > ul > li > a {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 25px;
  }
  .footer_nav > ul > li > a::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #009FE9;
    border-right: solid 1px #009FE9;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .footer_nav > ul > li > a:hover {
    text-decoration: underline;
  }
  .footer_nav > ul:nth-child(1) {
  }
  .footer_nav > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5%;
  }
  .footer_nav > ul > li {
    width: 45%;
    margin-left: 5%;
  }
  .footer_catnav {
    padding: 60px 0 100px;
    background: #eee;
  }
  .footer_catnav_inner {
    display: flex;
    width: 960px;
    margin: auto;
  }
  .footer_catnav_item {
    width: 25%;
  }
  .footer_catnav_item > dt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #009FE9;
    margin-bottom: 20px;
  }
  .footer_catnav_item > dd > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_catnav_item > dd > ul > li > a {
    position: relative;
    display: block;
    padding-left: 15px;
  }
  .footer_catnav_item > dd > ul > li > a::before {
    content: '';
    position: absolute;
    background: #009fe9;
    width: 5px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer_catnav_item > dd > ul > li > a:hover {
    text-decoration: underline;
  }
}

/*------------------------------------
フッター（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .footer {
    background: #000;
  }
  .footer::after {
    content: none;
  }
  .footer_inner {
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
  .footer_info {
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer_logo {
    flex-wrap: wrap;
  }
  .footer_logo > a {
    display: block;
    margin: auto;
  }
  .footer_logo > a > img {
    height: 30px;
    margin: 0 auto 20px;
  }
  .footer_logo > span {
    width: 100%;
    text-align: center;
  }
  .footer_address {
    margin-top: 20px;
  }
  .footer.another .footer_address {
    margin-top: 10px;
  }
  .footer_tel {
    justify-content: center;
  }
  .footer_tel span {
    font-size: 1.6rem;
    text-align: left;
  }
  .footer_tel span:nth-child(2) {
    font-size: 1.2rem;
  }
  .footer_contact {
    justify-content: center;
  }
  .footer_contact a {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
  .footer_contact a img {
    display: block;
    margin: auto;
  }
  .footer_flex {
    justify-content: center;
  }
  .footer_official {
    margin-left: 20px;
  }
  .footer_nav {
    margin-bottom: 35px;
  }
  .footer_nav > ul {
    border-bottom: 1px dotted #000;
  }
  .footer_nav > ul > li {
    background: #eee;
  }
  .footer_nav > ul > li > a {
    position: relative;
    text-decoration: none;
    font-size: 1.1rem;
    width: 100%;
    display: block;
    padding: 4% 5%;
    background: #eee;
  }
  .footer_nav > ul > li > a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #00BFF2;
    border-right: solid 1px #00BFF2;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
  }
  .footer_nav > ul > li:not(:first-child) {
    border-top: 1px dotted #444;
  }
  .footer_ac {
    position: relative;
    text-decoration: none;
    font-size: 1.1rem;
    width: 100%;
    display: block;
    padding: 4% 5%;
    background: #eee;
    cursor: pointer;
  }
  .footer_ac::before {
    content: '';
    position: absolute;
    background-color: #009FE9;
    top: 50%;
    right: 6%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
  }
  .footer_ac::after {
    content: '';
    position: absolute;
    background-color: #009FE9;
    top: 50%;
    right: 6%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer_ac.is_open::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer_submenu {
    padding: 2% 0;
  }
  .footer_submenu > li > a {
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    width: 100%;
    display: block;
    padding: 2.5% 10%;
  }
  .footer_submenu > li > a::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #444;
    border-right: solid 1px #444;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
  }
  .sp_footer_privacy {
    position: relative;
    display: block;
    text-align: right;
    width: 75%;
    margin: 15px auto 0;
    padding-right: 15px;
  }
  .sp_footer_privacy::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #009FE9;
    border-right: solid 1px #009FE9;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

/*===================================
  
  ページトップ

===================================*/
.pagetop {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  transition: opacity 1s;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}

.pagetop.is_active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .pagetop {
    width: 35px;
    height: 35px;
    bottom: 30px;
    right: 10px;
  }
}

/*===================================
  
  パンくず

===================================*/
.bread_crumb {
  height: 30px;
  text-align: right;
  padding: 0;
  line-height: 30px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  color: #403b3b;
}

.bread_crumb a {
  text-decoration: underline !important;
  color: #403b3b;
}

.bread_crumb a:hover {
  text-decoration: none !important;
  opacity: 1;
}

/*===================================
  
  new ADD

===================================*/
.link_tel {
  display: inline-block;
  margin-top: 40px;
}
.fx_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px -15px -30px;
}
.fx_inner .ft {
  margin: 0 0px 15px 30px;
}
.fx_inner .ft a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  min-width: 200px;
  text-align: center;
  padding: 13px 0 17px;
  font-weight: bolder;
}
.fx_inner .ft a.blank span {
  background: url(/img/img-common/icon_blank.png) no-repeat right center;
  padding-right: 25px;
}
/*
.gnav_hamburger #pc_menu_btn.active {
  right: auto;
}
*/
.sp_gnav_contact span,
.gnav_hamburger .gnav_hamburger_contact span {
  background: url(/img/img-common/icon_mail_blk.png) no-repeat 0 center;
  display: inline-block;
  padding: 0px 0px 2px 43px;
  margin: 0px 0 0 -20px;
}
@media screen and (max-width: 991px) {
  .fx_inner {
    margin: 25px 0px -15px -5%;
    justify-content: space-between;
  }
  .fx_inner .ft {
    margin: 0 0px 15px 5%;
    width: 45%;
  }
  .fx_inner .ft a {
    display: block;
    line-height: 1;
    min-width: auto;
    padding: 14px 0 15px;
  }
  .fx_inner .ft a.blank span {
    padding-right: 22px;
    background-size: 13px;
  }
  .sp_gnav_contact span {
    padding: 0px 0px 0px 33px;
    margin: 0px 0 0 -15px;
    background-size: 22px;
  }
}
/**/
.top_nav {
  width: 100%;
  background: #333333;
  margin: 0 auto 20px;
}
.top_nav ul {
  max-width: 960px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  align-items: center;
}
.top_nav ul li a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 19px 20px 22px;
  font-size: 1.4rem;
  font-weight: bolder;
  letter-spacing: 0.1em;
}
.sNtrigger {
  cursor: pointer;
}
.top_nav ul li.siteSearch img {
  vertical-align: text-top;
}
/**/
.fx_nav {
  position: fixed;
  width: 100%;
  top: -105px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fx_nav.on {
  top: 0px;
}
.fx_nav .header_logo_site {
  position: static !important;
  left: 0;
  transform: none;
}
.fx_nav .fx_nav_inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFF;
  box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 50%);
}
.fx_nav .fx_nav_inner .fx_nav_body {
  align-items: center;
  position: relative;
  max-width: 1180px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_logo_site span {
  display: block;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_logo_site a:hover {
  opacity: 0.7;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_logo_site span.cap {
  font-size: 1.1rem;
  margin: 0 0 0px;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul {
  display: flex;
  align-items: center;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul li {
  line-height: 0;
  font-size: 0;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul li.siteSearch {
  margin-left: 20px;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul li a {
  display: block;
  line-height: 1;
  margin: 0 17px;
  font-size: 1.4rem;
  font-weight: bolder;
  letter-spacing: 0.1em;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul li a i {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul li a i::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: -100%;
  bottom: 0px;
  background-color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul li a:hover i::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .fx_nav .fx_nav_inner {
    min-height: 100px;
  }
  .top_nav ul li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list {
    position: absolute;
    right: 270px;
  }
  .fx_nav .fx_nav_inner .fx_nav_body .fx_nav_header_nav .gnav_hamburger {
    padding-right: 75px;
  }
  .fx_nav .fx_nav_inner .fx_nav_body .fx_nav_header_nav .gnav_hamburger > ul > li:not(:first-child) {
    margin-left: 10px;
  }
  .top_nav ul li a:hover {
  /*
    background: #fff;
    color: #333;
  */
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .top_nav {
    margin: 0 auto 0;
  }
  .top_nav ul {
    padding: 7px 0;
  }
  .top_nav ul li a {
    padding: 0;
    font-size: 0.9rem;
  }
  .fx_nav .fx_nav_inner .fx_nav_body {
    min-width: auto;
    padding: 5px 0px 5px 10px;
  }
  .fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul li a {
    font-size: 0.9rem;
    margin: 0 10px;
    line-height: 1.3;
  }
  .fx_nav .fx_nav_inner .fx_nav_body .fx_nav_logo_site {
    margin-right: 15px;
  }
  .fx_nav .fx_nav_inner .fx_nav_body .fx_nav_logo_site img {
    width: 85px;
  }
  .fx_nav .fx_nav_inner .fx_nav_body .fx_nav_link_list ul li.siteSearch {
    margin-left: 0;
  }
  .header .fx_nav #pc_menu_btn {
    position: relative;
  }
  .siteSearch {
    width: 18px;
  }

}