@charset "UTF-8";
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
.keyArea {
  padding-bottom: 4rem;
  background: url("img/key_mv.png") no-repeat right center, #fff;
  background-size: auto 100%;
}
.keyArea .inner__toplead {
  margin-bottom: 1rem;
  color: #bc5e4c;
  font-size: 2.2rem;
  font-weight: bold;
	/* border-bottom: solid 1rem #ffb8923d; */
    display: inline-block;
	 letter-spacing: 1px;
     line-height: 1.6;
     background: linear-gradient(transparent 55%, #ffb8923d 60%);
}

.keyArea .logoArea {
  padding: 15px 0;
}

.keyArea .logo {
  width: 15rem;
}

.keyArea .inner__title {
  font-size: 4rem;
  color: #7a3022;
  font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
}

.keyArea .inner__lead {
  width: 50%;
  margin: 15px 0 15px 0;
  color:#000000;
  line-height: 1.6;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}

.keyArea .inner__white {
  width: 410px;
  padding: 15px 20px 30px 15px;
  display: flex;
  justify-content: space-between;
  background: url(img/bg_noiz.png);
  font-weight: bold;
  color: #333;
}

.keyArea .inner__white__left {
  width: 88px;
}

.keyArea .inner__white__left img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
}

.keyArea .inner__white__right {
  width: 275px;
}

.keyArea .inner__white__right .name {
  font-size: 18px;
  border-bottom: solid 1px #3f4044;
}

.keyArea .inner__white__right .explain {
  margin: 0.5rem 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
}

.keyArea .inner__btn {
  margin:3rem 0 0 4rem;
  width: 380px;
  text-align: center;
}

.keyArea .inner__btn a {
  background: #ffdf71;
  border-radius: 5rem;
  color: #353535;
  font-size: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 18px 40px 17px 40px;
  display: block;
  text-align: center;
  position: relative;
}

.keyArea .inner__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #353535;
  border-radius: 5rem;
  position: absolute;
  left: 2px;
  top: 2px;
}

.keyArea .inner__btn a::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(img/arrow_black.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

#contents .footerInner ul li {
  background:none;
}

@media screen and (max-width: 599px) {
  .keyArea {
    background-size: 75% auto;
    background-position: right -5rem top;
    padding-bottom: 1.5rem;
  }
  .keyArea .inner__title {
    max-width: 100%;
	  font-size: 2.5rem;
    padding: 1rem 0;
	  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
  }
  .keyArea .inner__toplead {
   font-size: 1.6rem;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    display: inline;
  }

  .keyArea .logoArea {
    padding: 0.5rem 1rem;
  }

  .keyArea .logo {
    width: 30%;
    padding-top: 0;
  }

  .keyArea .inner__lead {
    width: 100%;
    margin:0;
    padding: 1rem 0;
	  background: white;
  }

  .keyArea .inner__white {
    width: 100%;
    padding: 1.5rem 1.5rem 2.5rem;
  }

  .keyArea .inner__white__left img {
    width: 80px;
    height: 80px;
  }

  .keyArea .inner__white__right {
    width: calc(100% - 80px);
  }

  .keyArea .inner__white__right .name {
    font-size: 1.6rem;
  }

  .keyArea .inner__btn {
    width: auto;
    margin: 2rem auto;
    max-width: 80%;
  }

  .keyArea .inner__btn a {
    padding: 15px 35px 12px 25px;
    font-size: 1.6rem;
  }
}
