@charset "UTF-8";
/* ----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
/* Layout -------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "游明朝", Yu Mincho, YuMincho, Hiragino Mincho ProN, "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  color: #444;
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #666;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .inner {
    padding: 0 30px;
  }
}
.inner h2 {
  margin-bottom: 60px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.3em;
  text-align: center;
}
@media (max-width: 480px) {
  .inner h2 {
    margin-bottom: 35px;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.2em;
  }
}
.inner h2 span {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #888;
}
@media (max-width: 480px) {
  .inner h2 span {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

main {
  margin-top: 95px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  main {
    margin-top: 80px;
  }
}
main.fixed {
  margin-top: 60px;
}

.main {
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
  padding-right: 6%;
  position: relative;
}
@media (max-width: 960px) {
  .main {
    height: 600px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .main {
    height: 350px;
    margin-bottom: 40px;
  }
}

.pgttl {
  margin-bottom: 150px;
  position: relative;
}
@media (max-width: 480px) {
  .pgttl {
    margin-bottom: 100px;
  }
}
.pgttl div {
  width: 96%;
  height: 150px;
  background-color: #eaebed;
}
@media (max-width: 480px) {
  .pgttl div {
    height: 100px;
  }
}

.main h2, .pgttl h2 {
  width: 240px;
  height: 180px;
  background-color: #92979c;
  position: absolute;
  top: 210px;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4em;
  letter-spacing: 0.3em;
  color: #fff;
  /*
  @include tb {
  	top: 300px;
  }*/
}
@media (max-width: 480px) {
  .main h2, .pgttl h2 {
    width: 140px;
    height: 105px;
    top: 110px;
    right: 0%;
    font-size: 10px;
    font-size: 1rem;
  }
}
.main h2 span, .pgttl h2 span {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  height: 180px;
  text-align: center;
}
@media (max-width: 480px) {
  .main h2 span, .pgttl h2 span {
    width: 140px;
    height: 105px;
  }
}
.main h2 span b, .pgttl h2 span b {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.3em;
  font-weight: normal;
}
@media (max-width: 480px) {
  .main h2 span b, .pgttl h2 span b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pgttl h2 {
  margin: 0 auto;
  top: 50px;
  right: 0;
  left: 0;
}

/* Btn -------------------- */
.linkBtn {
  display: block;
  width: 240px;
  height: 46px;
  margin-bottom: 10px;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  line-height: 46px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .linkBtn {
    width: 100%;
  }
}
.linkBtn:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: auto 0;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -10px;
  transition: 0.3s ease-in-out;
}
.linkBtn::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 9px;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.linkBtn:hover {
  padding-left: 20px;
}
.linkBtn:hover::before {
  left: 0;
  width: 30px;
}
.linkBtn:hover::after {
  left: 20px;
  opacity: 1;
}

.linkText {
  padding-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  transition: 0.3s ease-in-out;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .linkText {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.linkText::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #444;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.linkText::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-bottom: -4px;
  border-top: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 10px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.linkText:hover {
  padding-left: 50px;
  color: #444;
}
.linkText:hover::before {
  width: 40px;
  /*left: inherit;
  right: 0;*/
}
.linkText:hover::after {
  /*left: auto;
  right: 0;*/
  left: 30px;
  opacity: 1;
}

.btnArea {
  margin: 60px auto;
}
.btnArea a {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 480px) {
  .btnArea a {
    margin: 0 0 20px 0;
  }
}

/* text -------------------- */
.lead {
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  .lead {
    text-align: left;
  }
}

.caption {
  margin-left: 1em;
  color: #888;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6em;
  text-indent: -1em;
}
@media (max-width: 960px) {
  .caption {
    text-align: left;
  }
}

/* Display -------------------- */
.hide_pc {
  display: none;
}
@media (max-width: 480px) {
  .hide_pc {
    display: block;
  }
}

@media (max-width: 960px) {
  .hide_tb {
    display: none;
  }
}

.show_tb {
  display: none;
}
@media (max-width: 960px) {
  .show_tb {
    display: block;
  }
}

@media (max-width: 480px) {
  .hide_sp {
    display: none;
  }
}

/* Animate -------------------- */
.fadein {
  opacity: 0;
  transform: translate(0, 50px) scale(1.1);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.slidein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

.slidein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* Pageup -------------------- */
.pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  cursor: pointer;
  transition: 0.8s ease-in-out;
}
@media (max-width: 960px) {
  .pagetop {
    bottom: 20px;
    right: 10px;
  }
}
.pagetop:hover {
  height: 100px;
}
.pagetop.active {
  opacity: 1;
}
.pagetop::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #000;
  margin: 0 auto;
  transition: 0.8s ease-in-out;
}
.pagetop::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 4px;
  left: 28px;
  transform: rotate(45deg);
}
.pagetop:hover::before {
  height: 100px;
}

/* ----------------------------------------------------------
HEADER
-------------------------------------------------------------*/
header {
  width: 100%;
  height: 95px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  header {
    height: 80px;
  }
}
header .menuTrigger {
  width: 36px;
  height: 24px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  display: none;
}
@media (max-width: 1100px) {
  header .menuTrigger {
    display: block;
  }
}
header .menuTrigger a {
  display: inline-block;
  width: 36px;
  height: 24px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  header .menuTrigger a {
    width: 30px;
    height: 20px;
  }
}
header .menuTrigger a span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
}
header .menuTrigger a span:nth-of-type(1) {
  top: 0;
}
header .menuTrigger a span:nth-of-type(2) {
  top: 10px;
}
@media (max-width: 480px) {
  header .menuTrigger a span:nth-of-type(2) {
    top: 8px;
  }
}
header .menuTrigger a span:nth-of-type(3) {
  bottom: 0;
}
header .menuTrigger a.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
@media (max-width: 480px) {
  header .menuTrigger a.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
}
header .menuTrigger a.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
header .menuTrigger a.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
@media (max-width: 480px) {
  header .menuTrigger a.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}
header h1 {
  float: left;
  width: 15%;
  padding-top: 10px;
  padding-left: 40px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  header h1 {
    float: none;
    width: auto;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 960px) {
  header h1 {
    padding-top: 20px;
  }
}
header h1 a {
  display: inline-block;
  width: 160px;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  header h1 a {
    width: 120px;
  }
}
header h1 a img {
  width: 100%;
  height: auto;
}
header .gnav {
  float: right;
  width: 85%;
  text-align: right;
}
@media (max-width: 1100px) {
  header .gnav {
    float: none;
    display: none;
    width: 100%;
    position: absolute;
    top: 95px;
    left: 0;
    text-align: left;
    z-index: 50;
  }
}
@media (max-width: 480px) {
  header .gnav {
    top: 80px;
  }
}
header .gnav.active {
  display: block;
}
header .gnav ul {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  header .gnav ul {
    padding: 60px;
    background-color: #eaebed;
    opacity: 0.98;
  }
}
@media (max-width: 480px) {
  header .gnav ul {
    padding: 40px;
  }
}
header .gnav ul li {
  display: inline-block;
  padding-right: 30px;
  line-height: 95px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  header .gnav ul li {
    display: block;
    padding-right: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 60px;
  }
}
@media (max-width: 1100px) {
  header .gnav ul li a {
    display: block;
    width: 100%;
  }
}
header.fixed {
  height: 60px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  header.fixed {
    height: 80px;
  }
}
@media (max-width: 480px) {
  header.fixed {
    height: 60px;
  }
}
header.fixed .menuTrigger {
  /*@include tb {
  	top: 15px;
  }*/
}
header.fixed h1 {
  /*@include tb {
   		padding-top: 25px;
  }*/
}
header.fixed h1 a {
  width: 120px;
}
@media (max-width: 480px) {
  header.fixed h1 {
    padding-top: 10px;
  }
}
header.fixed .gnav {
  top: 60px;
}
@media (max-width: 960px) {
  header.fixed .gnav {
    top: 80px;
  }
}
@media (max-width: 480px) {
  header.fixed .gnav {
    top: 60px;
  }
}
header.fixed .gnav ul li {
  line-height: 60px;
}

/* ----------------------------------------------------------
FOOTER
-------------------------------------------------------------*/
address {
  width: 100%;
  height: 140px;
  padding: 30px 0;
  background-color: #92979c;
  font-style: normal;
  color: #fff;
}
@media (max-width: 960px) {
  address {
    height: auto;
  }
}
address .inner .tel {
  float: left;
  width: 64%;
}
@media (max-width: 960px) {
  address .inner .tel {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  address .inner .tel {
    float: none;
    width: 100%;
  }
}
address .inner .tel .tel1 {
  float: left;
  width: 48%;
  text-align: center;
  position: relative;
}
@media (max-width: 960px) {
  address .inner .tel .tel1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  address .inner .tel .tel1 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
address .inner .tel .tel1::after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  right: -15px;
  top: 0;
  opacity: 0.5;
  transform: rotate(10deg);
}
@media (max-width: 480px) {
  address .inner .tel .tel1::after {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    position: static;
    transform: rotate(0);
  }
}
address .inner .tel .tel2 {
  float: right;
  width: 48%;
  text-align: center;
}
@media (max-width: 960px) {
  address .inner .tel .tel2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  address .inner .tel .tel2 {
    float: none;
    width: 100%;
  }
}
address .inner .tel dt {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
address .inner .tel dd {
  font-size: 12px;
  font-size: 1.2rem;
}
address .inner .tel dd span {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 3rem;
}
address .inner .tel dd span i {
  margin-right: 6px;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: top;
}
address .inner .tel dd span a {
  color: #fff;
}
address .inner .mail {
  float: right;
  width: 36%;
}
@media (max-width: 960px) {
  address .inner .mail {
    float: none;
    width: 100%;
  }
}
@media (max-width: 960px) {
  address .inner .mail::before {
    content: "";
    display: block;
    clear: both;
  }
}
address .inner .mail .linkBtn {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 80px;
  color: #fff;
}
@media (max-width: 960px) {
  address .inner .mail .linkBtn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
  }
}
address .inner .mail .linkBtn::before {
  background-color: #fff;
}
address .inner .mail .linkBtn::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

footer {
  width: 100%;
  padding: 40px 0;
  background-color: #eaebed;
}
@media (max-width: 960px) {
  footer {
    padding: 20px 0;
  }
}
footer .inner {
  margin-bottom: 20px;
  position: relative;
}
footer .inner .blockL {
  float: left;
  width: 25%;
}
@media (max-width: 960px) {
  footer .inner .blockL {
    float: none;
    width: 100%;
    text-align: center;
  }
}
footer .inner .blockL img {
  width: 180px;
  height: auto;
}
footer .inner .blockL .sns {
  width: 180px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  footer .inner .blockL .sns {
    margin: 20px auto 0;
  }
}
footer .inner .blockL .sns li {
  float: left;
  display: inline-block;
  width: 25%;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  color: #888;
}
footer .inner .blockR {
  float: left;
  width: 75%;
}
@media (max-width: 960px) {
  footer .inner .blockR {
    display: none;
  }
}
footer .inner .blockR .ftlink1, footer .inner .blockR .ftlink2, footer .inner .blockR .ftlink3 {
  float: left;
  width: 20%;
}
footer .inner .blockR .ftlink1 li, footer .inner .blockR .ftlink2 li, footer .inner .blockR .ftlink3 li {
  list-style-type: none;
}
footer .inner .blockR .ftlink1 li a, footer .inner .blockR .ftlink2 li a, footer .inner .blockR .ftlink3 li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.4em;
  color: #666;
}
footer .inner .blockR .ftlink1 {
  width: 40%;
}
footer .inner .blockR .ftlink1 div {
  content: "";
  display: block;
  clear: both;
}
footer .inner .blockR .ftlink1 ul {
  float: left;
  width: 40%;
}
footer .inner .blockR .ftlink1 ul li::before {
  content: "-";
  display: inline-block;
  padding-right: 6px;
}
footer .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 960px) {
  footer .inner small {
    display: block;
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */