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

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  background-color: #fff;
}
#header .logo-wrap img {
  margin-top: 18px;
}
#header .header-inner {
  width: 1180px;
  height: 114px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 650px) {
  #header {
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  #header .logo-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 8px;
  }
  #header .logo-wrap h1 img {
    height: 30px;
    margin-top: 8px;
  }
  #header .logo-wrap .sp-only {
    margin-top: 4px;
  }
  #header .header-inner {
    width: 100%;
    height: auto;
    margin: 0;
    position: static;
  }
}

/*  main-v  */
.main-v {
  height: 756px;
  padding-top: 42px;
}
.main-v .box {
  background: #fff;
  width: 570px;
  height: 320px;
  border-radius: 20px;
  position: relative;
}
.main-v .box.green {
  border: 10px solid #7dbe6a;
}
.main-v .box.pink {
  border: 10px solid #ffa1a1;
}
.main-v .mv-title {
  display: inline-block;
  margin-top: -1px;
}
.main-v .mv-title01 {
  display: block;
  height: 64px;
  padding: 12px 15px 0;
}
.main-v .box.pink .mv-title01 {
  padding-top: 15px;
}
.main-v .mv-title02 {
  display: block;
  margin-top: 10px;
}
.main-v .box.green .mv-img01 {
  position: absolute;
  top: 56px;
  left: 24px;
}
.main-v .box.green .mv-img02 {
  position: absolute;
  top: 35px;
  right: 10px;
}
.main-v .box.pink .mv-img01 {
  position: absolute;
  top: 53px;
  left: 21px;
}
.main-v .box.pink .mv-img02 {
  position: absolute;
  top: 48px;
  right: 31px;
}
.mv-text {
  color: #626262;
  line-height: 1.56;
  margin-top: 6px;
  margin-left: 98px;
  margin-right: 90px;
  letter-spacing: -0.02em;
}
.main-v .btn {
  display: block;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
  width: 250px;
  height: 60px;
  margin-top: 20px;
  margin-left: 12px;
  padding-top: 14px;
}
.main-copy {
  margin-top: 55px;
}
.main-copy p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 651px) {
  .main-v .btn:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .main-v {
    height: auto;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .main-v .box {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border: 8px solid #7dbe6a;
    border-radius: 18px;
  }
  .main-v .box.green .mv-img01 {
    position: static;
    display: inline-block;
    width: 44px;
    margin-right: 30px;
  }
  .main-v .box.green .mv-img02 {
    position: static;
    display: inline-block;
    width: 62px;
  }
  .main-v .box.pink .mv-img01 {
    position: static;
    display: inline-block;
    width: 62px;
    margin-top: 20px;
    margin-right: 30px;
  }
  .main-v .box.pink .mv-img02 {
    position: static;
    display: inline-block;
    margin-top: 20px;
    width: 44px;
  }
  .mv-text {
    margin-top: 15px;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .main-v .btn {
    width: 85%;
    height: 60px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
  }
  .main-copy {
    margin-top: 55px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  width: 100%;
  overflow: hidden;
}
#footer .inner {
  background-color: #eee;
  padding-top: 32px;
  padding-bottom: 18px;
}
#footer .foot-content {
  padding-bottom: 22px;
}
#scroll-top a {
  border-radius: 50%;
  background: rgba(125, 190, 106, 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;
}
#footer .copy {
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-bottom: 13px;
}
@media screen and (max-width: 650px) {
  #footer {
    padding-top: 0;
  }
  #footer .foot-content {
    width: 100%;
  }
  #footer .inner {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 30px;
  }
  #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: #7dbe6a;
  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 {
  width: 100%;
  margin-top: 17px;
  margin-bottom: 3px;
}
#header .menu nav {
  width: 100%;
}
#header .menu nav ul {
  display: flex;
}
#header .menu nav ul li {
  margin-right: 30px;
}
#header .menu nav ul li a {
  display: block;
  transition: 0.3s;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
#header .menu nav ul li a:hover {
  opacity: 0.7;
}
#header .menu .tel-wrap a {
  display: block;
  width: 230px;
  height: 114px;
  background: #eee url("../images/header-tel.png") no-repeat 11px 30%;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  padding-top: 25px;
  padding-left: 26px;
}
#header .menu .tel-wrap span {
  transform: scaleX(1.1);
  display: inline-block;
}
#header .menu .tel-wrap p {
  display: block;
  font-weight: normal;
  margin-left: -26px;
  margin-top: 2px;
  letter-spacing: 0.05em;
}
#header .menu .btn-wrap a {
  display: block;
  width: 150px;
  height: 114px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  background-image: url("../images/arrow-white.png");
  background-repeat: no-repeat;
  background-position: center bottom 10px;
}
#header .menu .btn-wrap span {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
}
#header .sub-menu {
  position: absolute;
  top: 0;
  right: 0;
}
@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;
    padding-top: 2vw;
  }
  #header .menu {
    display: none;
    border: none;
    margin: 0;
    padding-bottom: 15px;
  }
  #header .menu nav ul {
    display: block;
    padding: 0 0;
  }
  #header .menu nav ul li {
    width: 100%;
    border: none;
    text-align: left;
    margin-right: 0;
    /*margin-bottom: 10px;*/
  }
  #header .menu nav ul li a {
    padding: 15px 0 15px;
    text-align: center;
	border-top: 1px solid #ccc;
  }
  #header .sub-menu {
	display: block;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    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: 60px;
    padding: 20px 0 0;
    background-image: none;
  }
  #header .menu .btn-wrap a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  #header .logo-wrap .sp-tel {
    display: block;
    padding-top: 3px;
  }
  #header .logo-wrap .sp-tel i {
    font-size: 30px;
    color: #7dbe6a;
    transform: rotate(105deg);
  }
}
/*----------------------------------------
ナビゲーション(フッター)
----------------------------------------*/
#foot-navi > .ul-wrap > ul {
  text-align: center;
  display: table;
  table-layout: auto;
  margin: 24px auto 0;
}
#foot-navi > .ul-wrap > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px 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: 16px;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}
#foot-navi > .ul-wrap > ul > li > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 650px) {
  #foot-navi {
    float: none;
  }
  #foot-navi > .ul-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #foot-navi > .ul-wrap > ul {
    text-align: left;
    display: block;
    table-layout: initial;
    margin-top: 5px;
  }
  #foot-navi > .ul-wrap > ul > li {
    display: block;
    border-bottom: #ccc 1px solid;
    padding: 0;
  }
  #foot-navi > .ul-wrap > ul > li > a {
    padding: 14px 30px 16px;
  }
  #foot-navi > .ul-wrap > ul > li::after {
    content: "";
  }
}
