/*
Theme Name: アクシュバンク
Description: アクシュバンクのベーステーマです
Version: 1.0
Author: FUNSCREATION
Author URI: https://funscreation.co.jp/
*/



/****************************************
		1. General Setting 
*****************************************/
body {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 100%;
  font-family: 'Noto Sans JP', sans-serif, "Noto Sans CJK JP", 'Noto Serif JP', "Noto Sans", sans-serif, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
}


a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:visited {
  color: #000;
}


.clear {
  clear: both;
  line-height: 0
}

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

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}

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

.clearfix {
  display: block;
}

/* End hide from IE-mac */

.pc {
  display: block;
}

.sp {
  display: none;
}

.tablet {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-tab_w {
  display: none;
}

.br-tablet {
  display: none;
}

.br-sp {
  display: none;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jstfy-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1333px) {
  .br-tab_w {
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .tablet {
    display: block;
  }

  .br-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

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


/* 透明から表示 */
.fadeIn.visible {
  animation: opacityFadeIn 2s ease 0s 1 normal;
}

@keyframes opacityFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 下から上にフェードイン */
.fadeInUp.visible {
  animation: fadeInBottom 1s ease 0s 1 normal;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
  }
}

.fixed {
  position: fixed;
}

/* BUTTON*/
.btn {
  background-color: #FFF;
  border: solid 1px #000;
  border-radius: 2em;
  color: #000 !important;
  display: block;
  line-height: 1;
  font-size: 18px;
  padding: 1em 0.5em;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}


@media (max-width: 767px) {
  .btn {
    font-size: 15px;
  }
}

.btn.btn-white {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF !important;
}

.btn.btn-white2 {
  border: unset;
}

.arrow {
  padding-right: 3rem;
  position: relative;
}

.arrow::after {
  background: url(img/common/arrow.png) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  margin: auto;
  height: 0.8rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
}

.arrow2::after {
  background: url(img/common/arrow2.png) center center no-repeat;
  height: 2.6rem;
  top: 1em;
  left: 17em;
  width: 2.5rem;
}

.arrow-white::after {
  background-image: url(img/common/arrow_w.png);
}

@media (max-width: 767px) {
  .arrow {
    padding-right: 2rem;
  }

  .arrow::after {
    height: 0.6rem;
    width: 1.5em;
  }
}

.btn-white .arrow::after {
  background-image: url(img/common/arrow_w.png);
}


.ico {
  display: inline-block;
  vertical-align: bottom;
}

.ico::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


/****************************************
  Header, Menu
*****************************************/

#header {
  background-color: rgba(26, 26, 26, 0.5);
  position: fixed;
  height: 100px;
  left: 0;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
  z-index: 99;
}

#header.open {
  background-color: transparent;
}

@media (max-width: 767px) {
  #header {
    height: 80px;
  }
}

@media (max-width: 414px) {
  #header {
    height: 60px;
  }
}

#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

@media (min-width: 1025px) {
  #header .header-inner {
    width: 96%;
  }
}

.header-logo {
  height: auto;
  max-width: 300px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 50%;
  z-index: 999;
}

@media (min-width: 1501px) {
  .header-logo {
    max-width: 350px;
  }
}

@media (max-width: 1024px) {
  .header-logo {
    margin-left: 3%;
  }
}

#header:not(.open) .logo_w {
  display: none;
}

#header.open .logo {
  display: none;
}

#header.open .logo_w {
  display: block;
}

#header .header-nav {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 9999;
}

#header .header-nav #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

#header .header-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  max-width: 80%;
}

#header .header-menu-container .gnav-container {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .gnav-container {
    display: none;
  }

  #header .header-menu-container .gnav-container {
    display: none;
  }
}


#header #gnav {
  width: 100%;
  display: flex;
  align-items: center;
}

#header #gnav .menu-item {
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0.5em;
  text-align: left;
}

#header #gnav .menu-item a {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#header #gnav .menu-item a>* {
  display: block;
}

#header #gnav .menu-item .en {
  font-size: 13px;
}

@media (max-width: 1280px) {
  #header #gnav .menu-item {
    font-size: 14px;
  }
}


/*--- HEADER MENU BUTTON ---*/
#header-menu-box {
  display: flex;
  display: flex;
  align-items: center;
  height: 100%;
}

.header-menu-btn {
  align-items: center;
  background-color: transparent;
  color: #FFF;
  display: flex;
  font-size: 1.8em;
  height: 100px;
  justify-content: center;
  text-align: center;
  width: 100px;
  transition: all 0.3s ease;
}

#nav-toggle {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  padding: 0;
  z-index: 9999;
}

@media (min-width: 1025px) {
  #nav-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  #nav-toggle {
    height: 80px;
    width: 80px;
  }
}

@media (max-width: 414px) {
  #nav-toggle {
    height: 60px;
    width: 60px;
  }
}

#nav-toggle .menu-line {
  background-color: #FFF;
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  top: 38%;
  transition: transform .3s;
  width: 50%;
}

#nav-toggle .menu-line.menu-line--center {
  top: 50%;
}

#nav-toggle .menu-line.menu-line--bottom {
  top: 62%;
}

/*active時*/
#nav-toggle.active .menu-line {
  top: 45%;
}

#nav-toggle.active .menu-line.menu-line--top {
  transform: rotate(-45deg);
}

#nav-toggle.active .menu-line.menu-line--center {
  transform: scaleX(0);
}

#nav-toggle.active .menu-line.menu-line--bottom {
  transform: rotate(45deg);
}



/*--- SLIDENAV ---*/
#slidenav {
  -webkit-overflow-scrolling: touch;
  background-color: #008ea2;
  display: none;
  height: 100%;
  overflow: scroll;
  padding-top: 10px;
  position: fixed;
  padding-top: 20%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

#slide-nav-ul {
  list-style-type: none;
  margin: 0 auto;
  width: 90%;
}

#slide-nav-ul .menu-item {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
  text-align: center;
}

#slide-nav-ul .menu-item a {
  color: black;
  display: inline-block;
  padding-bottom: 0.3em;
  position: relative;
}

#slide-nav-ul .menu-item a>* {
  display: block;
}

#slide-nav-ul .menu-item .en {
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 767px) {
  #slidenav .info-box {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  #slide-nav-ul .menu-item {
    font-size: 20px;
  }

  #slide-nav-ul .menu-item .en {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  #nav-toggle {
    height: 80px;
    width: 80px;
  }
}

@media (max-width: 414px) {
  #nav-toggle {
    height: 60px;
    width: 60px;
  }
}

/****************************************
  Main
*****************************************/
#container {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
}

.breadcrumb ul li {
  font-size: 14px;
  font-weight: bold;
}

.breadcrumb ul li a {
  color: #333333;
}

.breadcrumb ul li>a::after {
  content: '\03e';
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #container {
    padding-top: 0;
  }
}


/****************************************
  Footer
*****************************************/

#footer {
  background-color: #e9e9e9;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  #footer {}
}

#footer a {
  color: black;
}

#footer .inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 0 10px;
  text-align: center;
}

#footer .footer-content {
  display: flex;
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  #footer .footer-content {
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (max-width: 1024px) {
  #footer .footer-content {
    align-items: center;
    flex-direction: column;
  }
}

#footer .footer-info-block {
  align-items: center;
  display: flex;
  color: black;
  padding-right: 20px;
  text-align: left;
}

#footer .footer-logo {
  max-width: 350px;
  width: 33%;
}

@media (min-width: 768px) {
  #footer .footer-info-block>* {
    padding-right: 60px;
  }
}

@media (max-width: 1024px) {
  #footer .footer-info-block {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 5%;
    width: 100%;
  }

  #footer .footer-logo {
    margin-bottom: 10px;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #footer .footer-logo {
    width: 70%;
    margin-left: 0;
  }

  #footer .footer-info-block {
    align-items: flex-start;
    flex-direction: column;
  }

  #footer .footer-info-box {
    display: flex;
    font-size: 12px;
    align-items: flex-end;
    margin-bottom: 5%;
  }

  #footer .footer-info-box .tel {
    padding-left: 1em;
  }

  #footer .footer-info-box .tel>* {
    display: block;
  }
}

#footer .footer-info-box {
  line-height: 2;
}

@media (min-width: 768px) {
  #footer .footer-info-box .tel>*:not(:last-child) {
    margin-right: 1em;
  }
}

.footer-nav-area {
  max-width: 380px;
}

@media (min-width: 1025px) {
  .footer-nav-area {
    width: 55%;
  }
}

#footer-nav {
  display: flex;
  flex-wrap: wrap;
}

#footer-nav .menu-item {
  margin-bottom: 2.5em;
  margin-right: 2em;
  width: calc(33.33% - 4em / 3);
  white-space: nowrap;
}

#footer-nav .menu-item:nth-child(3n) {
  margin-right: 0;
}

#footer-nav .menu-item:last-child {
  width: 50%;
}

#footer-nav .menu-item:nth-child(3n+1):nth-last-child(-n+3),
#footer-nav .menu-item:nth-child(3n+1):nth-last-child(-n+3)~#footer-nav .menu-item {
  margin-bottom: 0;
}

#footer-nav .menu-item::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 0.5em;
  margin-right: 0.3em;
  vertical-align: middle;
  background-color: #FFF;
}

#footer-nav .menu-item a {
  color: black;
}

@media (max-width: 1500px) {

  #footer-nav .menu-item,
  .footer-info-box {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #footer-nav .menu-item {
    margin-bottom: 1em;
  }

  #footer-nav .menu-item,
  .footer-info-box {
    font-size: 12px;
  }
}

.copyright {
  color: black;
  font-size: 12px;
  padding: 10px 0 5px;
  text-align: right;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
    text-align: center;
  }
}

/*ページトップへ*/
button#scroll-to-top {
  display: none;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 70px;
  z-index: 98;
}

@media (max-width:767px) {
  button#scroll-to-top {
    bottom: 10%;
    right: 2%;
  }
}

@media (max-width:1500px) {
  button#scroll-to-top {
    height: 60px;
    width: 60px;
  }
}

@media (max-width:480px) {
  button#scroll-to-top {
    height: 57px;
    width: 57px;
  }
}