@charset "utf8";
/*=============================
  - header
	- fotter
	- navigation
==============================*/

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  width: 1180px;
  height: 100px;
  margin: auto;
  padding-top: 9px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#header .header-logo img {
  height: 60px;
  margin-top: 8px;
}
@media screen and (max-width: 650px) {
  #header {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  #header .logo-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px 6px;
  }
  #header .header-logo {
    margin-top: -2px;
  }
  #header .header-logo img {
    height: 35px;
    margin-top: 0;
  }
  #header .logo-wrap .sp-only {
    margin-top: 2px;
  }
}

/*  main-v  */
.main-v {
  height: 825px;
  background: url(../images/mv.jpg) no-repeat center / cover;
  position: relative;
}
.main-v .main-title-wrap {
  position: absolute;
  top: 100px;
  left: calc((100% - 1180px) / 2);
  width: 430px;
  height: calc(100% - 100px);
  padding: 54px 26px 20px;
}
.main-v .main-title-wrap .logo {
  padding-bottom: 24px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 1px solid #fff;
}
.main-v .main-text-wrap {
  position: absolute;
  bottom: 90px;
  right: calc((100% - 1180px) / 2);
  width: calc(1180px - 460px);
}
.main-v .main-text-wrap p {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 2.5;
  padding: 9px 5px 9px 18px;
  background-color: #3c676e;
}
.mv-contact-btn {
  position: fixed;
  bottom: 30px;
  right: calc((100% - 1180px) / 2 - 170px);
}
.mv-contact-btn a {
  display: block;
  width: 140px;
  height: 140px;
  background-image: url("../images/icon-contact.png"),
    url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-position: center top 16px, center;
  background-size: auto, cover;
	z-index:10;
}
.mv-contact-btn span {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 650px) {
  .main-v {
    height: auto;
    padding-top: 500px;
    background-size: auto 500px;
    background-position: 60% top;
  }
  .main-v .main-title-wrap {
    position: static;
    width: 100%;
    height: auto;
    margin-right: 5vw;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .main-v .main-title-wrap .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .main-v .main-title-wrap .logo img {
    width: 220px;
  }
  .main-v .main-text-wrap {
    bottom: auto;
    top: 180px;
    right: auto;
    left: 0;
    width: 98%;
  }
  .main-v .main-text-wrap p {
    line-height: 2.7;
    padding: 5px 3px 8px 10px;
  }
  .mv-contact-btn {
    position: fixed;
    bottom: auto;
    bottom: 5vw;
    right: 5vw;
	z-index:10;
  }
  .mv-contact-btn a {
    width: 100px;
    height: 100px;
    background-position: center top 10px, center;
    background-size: auto, cover;
	z-index:10;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  overflow: hidden;
  background-color: #34414e;
}
#footer .foot-content {
  padding: 42px 0 30px;
}
#footer .footer-logo {
  margin-right: 30px;
  margin-bottom: 5px;
}
#scroll-top a {
  border-radius: 50%;
  background: rgba(60, 103, 110, 0.7);
  bottom: 70px;
  display: block;
  float: right;
  height: 70px;
  width: 70px;
  padding: 5px;
  position: fixed;
  right: 30px;
  text-align: center;
  padding-top: 16px;
  z-index: 9999;
}
#scroll-top a .fa-arrow-up::before {
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 650px) {
  #footer .foot-content {
    padding: 50px 0;
  }
  #footer .footer-logo {
    margin-right: 0;
    width: 160px;
  }
  #footer .copy {
    display: block;
  }
  #scroll-top a {
    bottom: 30px;
    height: 50px;
    width: 50px;
    padding-top: 10px;
  }
  #scroll-top a .fa-arrow-up::before {
    font-size: 30px;
  }
}

/*----------------------------------------------------
	sp ハンバーガーメニューcss
----------------------------------------------------*/
.menu-ani-button {
  cursor: pointer;
  position: absolute;
  width: 30px; /*---線の長さ---*/
  height: 25px; /*---線の太さ長さによって調整---*/
  margin-top: -10px;
  z-index: 100;
}
.bar,
.bar:before,
.bar:after {
  height: 3px; /*---線の太さ---*/
  border-radius: 3px;
  width: 100%;
  background-color: #2ba7d2;
  transition: all 0.25s;
  position: absolute;
}
.bar {
  left: 0;
  top: 10px;
}
.bar:before {
  content: "";
  left: 0;
  top: -10px;
}
.bar:after {
  content: "";
  left: 0;
  top: 10px;
}

.menu-animated .bar {
  background-color: transparent;
  transition: all 0.25s;
}
.menu-animated .bar:before {
  transition: all 0.25s;
  content: "";
  transform: rotate(45deg);
  top: 0px;
}
.menu-animated .bar:after {
  transition: all 0.25s;
  content: "";
  transform: rotate(-45deg);
  top: 0px;
}

/*----------------------------------------
ナビゲーション(ヘッダー)
----------------------------------------*/
#header .fixed-wrap,
#header .menu,
#header .sub-menu {
  display: flex;
}
#header .menu nav ul {
  display: flex;
  padding-top: 9px;
  /*padding-right: 12px;*/
  padding-right: 120px;
}
#header .menu nav ul li {
  text-align: center;
}
#header .menu nav ul li a {
  display: block;
  transition: 0.3s;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 25px 30px 0;
  position: relative;
}
#header .menu nav ul li a:hover {
  opacity: 0.7;
}
#header .menu nav ul li a::before {
  content: attr(data-text) "";
  font-size: 16px;
  font-weight: bold;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*#header .menu .tel-wrap {
  margin-right: 11px;
  margin-left: 14px;
}
#header .menu .tel-wrap a {
  display: block;
  width: 220px;
  height: 60px;
  border-radius: 8px;
  padding-top: 10px;
  background-image: url("../images/header-tel.png");
  background-repeat: no-repeat;
  background-position: left 15px top 11px;
}
#header .menu .tel-wrap a .number {
  display: block;
  padding-left: 20px;
}
#header .menu .tel-wrap a .time {
  display: block;
}*/
#header .menu .tel-wrap a {
  display: block;
  width: 220px;
  height: 60px;
  border-radius: 8px;
  padding-top: 15px;
}
#header .menu .btn-wrap a {
  display: block;
  width: 140px;
  height: 60px;
  padding: 10px 0 0 0;
  border-radius: 8px;
}
#header .menu .btn-wrap a span {
  display: block;
}
@media screen and (max-width: 650px) {
  #header .fixed-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    background: #fff;
  }
  #header .menu {
    display: none;
    border: none;
    padding-bottom: 20px;
  }
  #header .menu nav ul {
    display: block;
    padding: 20px 5vw 0;
  }
  #header .menu nav ul li {
    width: 100%;
    border: none;
    margin-bottom: 15px;
  }
  #header .menu nav ul li a {
    padding: 25px 0 15px;
  }
  #header .sub-menu {
    display: block;
    position: static;
  }
  #header .logo-wrap .menu-ani-button-wrap {
    display: block;
    width: 30px;
    height: 100%;
    margin-left: 10px;
  }
  #header .menu .btn-wrap {
    padding: 0 5vw;
  }
  #header .menu .btn-wrap a {
    width: 100%;
    height: 70px;
    padding: 16px 0 0;
  }
  #header .logo-wrap .sp-tel {
    display: block;
    padding-top: 5px;
  }
  #header .logo-wrap .sp-tel i {
    font-size: 30px;
    color: #2ba7d2;
    transform: rotate(105deg);
  }
}
/*----------------------------------------
ナビゲーション(フッター)
----------------------------------------*/
#foot-navi {
  margin-bottom: 7px;
}
#foot-navi > .ul-wrap > ul {
  text-align: center;
  display: table;
  table-layout: auto;
  margin: 0 auto;
}
#foot-navi > .ul-wrap > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px 0 0;
  position: relative;
}
#foot-navi > .ul-wrap > ul > li:last-of-type {
  padding-right: 0;
}
#foot-navi > .ul-wrap > ul > li > a {
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #fff;
  transition: 0.3s;
}
#foot-navi > .ul-wrap > ul > li > a:hover {
  opacity: 0.5;
}
#foot-navi > .ul-wrap > ul > li::after {
  content: "｜";
  position: absolute;
  top: 0;
  left: -20px;
  color: #fff;
  font-size: 14px;
}
#foot-navi > .ul-wrap > ul > li:first-of-type::after {
  content: "";
}
@media screen and (max-width: 650px) {
  #foot-navi {
  }
  #foot-navi > .ul-wrap {
    width: 90vw;
  }
  #foot-navi > .ul-wrap > ul {
    text-align: left;
    display: block;
    table-layout: initial;
  }
  #foot-navi > .ul-wrap > ul > li {
    display: block;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
    padding: 0;
  }
  #foot-navi > .ul-wrap > ul > li:last-child {
    border-bottom: none;
  }
  #foot-navi > .ul-wrap > ul > li > a {
    padding: 10px 30px;
  }
  #foot-navi > .ul-wrap > ul > li::after {
    content: "";
  }
}

.center{
	text-align:center;
}
	
#scroll-top {
		display:none!important;
	}