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

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  background-color: #fff;
}
#header .inner {
  position: relative;
  width: 1280px;
  height: 76px;
  margin: 0 auto;
}
#header .logo-wrap {
  position: absolute;
  top: 22px;
  left: 40px;
  z-index: 10;
}
  #header .logo-wrap img {
	height: 224px;
  }
@media screen and (max-width: 650px) {
  #header {
    width: 100%;
  }
  #header .logo-wrap {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 5px;
  }
  #header .logo-wrap img {
    height: 78px!important;
    position: absolute;
    top: 10px;
    left: 2vw;
}
}

/*  main-v  */
.main-v {
  height: 650px;
  position: relative;
}
.main-v::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1280px + ((100% - 1280px) / 2));
  height: 650px;
  background: url(../images/mv_kaigo1.jpg) no-repeat left center / cover;
}
.main-v .main-title-wrap {
  position: absolute;
  top: 220px;
  left: calc((100% - 1280px) / 2 + 50px);
}
.main-v .main-title-wrap .btn {
  width: 400px;
  height: 80px;
  border-radius: 40px;
  display: block;
  padding-top: 25px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 650px) {
  .main-v {
    height: 470px;
  }
  .main-v::before {
    top: 100px;
    width: calc(111vw - 5vw);
    height: 385px;
    background-position: right 52% center;
    border-radius: 30px 0 0 30px;
  }
  .main-v .main-title-wrap {
    top: auto;
    bottom: 60px;
    left: 10vw;
    padding-right: 5vw;
  }
  .main-v .main-title img {
    width: 250px;
  }
  .main-v .main-title-wrap .btn {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  width: 100%;
  overflow: hidden;
}
#footer .foot-content {
  padding: 23px 0 0;
}
#footer .logo {
  text-align: center;
}
#scroll-top a {
  border-radius: 50%;
  background: #f7931e;;
  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;
}
#footer .copy {
  letter-spacing: 0.05em;
  background-color: #f7931e;
  padding: 12px 0 10px;
}
@media screen and (max-width: 650px) {
  #footer {
    padding-top: 0;
  }
  #footer .foot-content {
    width: 100%;
  }
  #footer .foot-content h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  #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;
}
.bar,
.bar:before,
.bar:after {
  height: 3px; /*---線の太さ---*/
  border-radius: 3px;
  width: 100%;
  background-color: #f7931e;
  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;
}
#header .menu nav ul li {
  margin-left: 30px;
}
#header .menu nav ul li a {
  display: block;
  transition: 0.3s;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.03em;
}
#header .menu nav ul li a:hover {
  opacity: 0.7;
}
#header .menu .tel-wrap {
  margin-right: 20px;
  margin-left: 64px;
}
#header .menu .tel-wrap a {
  display: block;
  background: url("../images/header-tel.png") no-repeat left center;
  padding-left: 22px;
  letter-spacing: 0.075em;
}
#header .menu .btn-wrap a {
  display: block;
  width: 200px;
  height: 50px;
  padding: 14px 0 0 0;
  text-align: center;
  border-radius: 35px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 650px) {
  #header .fixed-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    background: #fff;
    padding-top: 8px;
  }
  #header .menu {
    display: none;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #fff;
  }
  #header .menu nav ul {
    display: block;
    padding: 0 0;
  }
  #header .menu nav ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #header .menu nav ul li a {
    padding: 15px 0;
	border-top: 1px solid #ddd;
  }
  #header .menu nav ul li:last-child a {
	border-bottom: 1px solid #ddd;
  }
  #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: 22px 0 0;
  }
  #header .logo-wrap .sp-tel {
    display: block;
    padding-top: 3px;
  }
  #header .logo-wrap .sp-tel i {
    font-size: 30px;
    color: #f7931e;
    transform: rotate(105deg);
  }
}
/*----------------------------------------
ナビゲーション(フッター)
----------------------------------------*/
#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 33px 0 0;
}
#foot-navi > .ul-wrap > ul > li:last-of-type {
  padding-right: 0;
}
#foot-navi > .ul-wrap > ul > li > a {
  display: block;
  font-size: 14px;
  color: #000;
  transition: 0.3s;
}
#foot-navi > .ul-wrap > ul > li > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 650px) {
  #foot-navi > .ul-wrap {
    width: 110vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  #foot-navi > .ul-wrap > ul {
    text-align: left;
    display: block;
    table-layout: initial;
  }
  #foot-navi > .ul-wrap > ul > li {
    display: block;
    border-bottom: #ccc 1px solid;
    padding: 0;
  }
  #foot-navi > .ul-wrap > ul > li:last-child {
    border-bottom: none;
  }
  #foot-navi > .ul-wrap > ul > li > a {
    padding: 14px 30px;
  }
}

  .content06 .logo img {
    height: 228px;
  }
@media screen and (max-width: 650px){
.content06 .logo img {
    height: 160px;
}
}
#footer .logo img {
    height: 53px;
}