@charset "UTF-8";
/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  color: #00ACEC;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #0B1043;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.bx-wrapper .bx-viewport {
  left: 0;
  border: 0;
  box-shadow: none;
  background: none;
}

/* ----------------------------------------------
sidebnr
------------------------------------------------- */
#sidebnr {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}

#sidebnr p + p {
  margin-top: 20px;
}

#sidebnr a {
  display: block;
  position: relative;
}

#sidebnr a .clip-on {
  position: absolute;
  top: 0;
  left: 0;
}

#sidebnr a img {
  width: 120px;
  height: 120px;
}

@media (max-width: 1300px) {
  #sidebnr {
    display: none;
  }
}

_:-ms-lang(x) a .clip-on, #sidebnr a .clip-on {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

_:-ms-lang(x) a:hover .clip-on, #sidebnr a:hover .clip-on {
  opacity: 1;
}

@-moz-document url-prefix() {
  #sidebnr a .clip-on {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #sidebnr a:hover .clip-on {
    opacity: 1;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
  z-index: 3;
}

#header .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

#header .logo {
  padding: 25px 0;
}

@media (max-width: 767px) {
  #header .inner {
    height: 60px;
    padding-left: 60px;
    background: #fff;
  }
  #header .inner .logo {
    padding: 16px 0;
  }
}

#gnav {
  width: 170px;
}

#gnav ul li + li {
  margin-top: 10px;
}

#gnav ul li a {
  position: relative;
  display: block;
}

#gnav ul li a img.on {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s linear 0s;
}

#gnav ul li a img.transparent {
  opacity: 0;
}

#gnav ul li.current a img.on {
  opacity: 1;
}

/* ----------------------------------------------
bnr
------------------------------------------------- */
section#bnr {
  display: flex;
  justify-content: space-between;
}

section#bnr .block {
  width: 50%;
}

section#bnr a {
  position: relative;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

section#bnr a img.on {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s linear 0s;
}

section#bnr a img.transparent {
  opacity: 0;
}

section#bnr img {
  width: 100%;
  height: auto;
}

section#bnr .title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1300px) {
  section#bnr .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  section#bnr .title {
    padding: 0 10px;
    font-size: 4.375vw;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 5;
}

#pagetop a {
  position: relative;
  display: block;
}

#pagetop a img.on {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s linear 0s;
}

#pagetop a img.transparent {
  opacity: 0;
}

@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    width: 40px;
    height: 40px;
  }
  #pagetop img {
    width: 100%;
    height: auto;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: #eee;
}

#footer .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 50px 10px;
}

@media (max-width: 767px) {
  #footer .inner {
    flex-direction: column;
  }
}

#footer .info {
  color: #0B1043;
  font-size: 16px;
}

#footer .logo {
  margin-bottom: 20px;
}

#footer .text {
  line-height: 2.2;
}

#footer .tel {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 38px;
  font-weight: bold;
}

#footer .tel span {
  font-size: 20px;
}

@media (max-width: 767px) {
  #footer .inner {
    padding: 30px 10px;
  }
  #footer .info {
    font-size: 14px;
  }
  #footer .tel {
    font-size: 24px;
  }
  #footer .tel span {
    font-size: 16px;
  }
}

#fnav {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media (max-width: 767px) {
  #fnav {
    flex-direction: column;
  }
}

#fnav ul + ul {
  margin-left: 42px;
}

#fnav a {
  color: #0B1043;
  text-decoration: none;
}

#fnav a::before {
  content: '> ';
}

@media (max-width: 767px) {
  #fnav {
    display: none;
  }
}

#copyright {
  padding: 16px 0 15px;
  background: #00ACED;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

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