html {
  font-size: 62.5%;
}
body {
  background-color: #fDfDfD;
  padding: 0;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #222;
}

@media (min-width: 769px) {
  .pc-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
.wrap {
  position: relative;
  background-image: linear-gradient(180deg, transparent 96%, #dfdfdf 100%), linear-gradient(90deg, transparent 96%, #dfdfdf 100%);
  background-size: 15px 15px;
}

@media (max-width: 1199px) {
  .wrap {
    position: relative;
    background-image: linear-gradient(180deg, transparent 96%, #dfdfdf 100%), linear-gradient(90deg, transparent 96%, #dfdfdf 100%);
    background-size: 15px 15px;
  }
}

.wrap img {
  width: 100%;
}
nav a,
nav a:hover,
nav a:active,
nav a:visited {
  color: #222;
}
section p {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  nav ul{
    font-size: 1.4rem;
    margin-left: auto;
    display: flex;
  }
  nav {
    margin-left: auto;
  }

  nav ul li:first-child {
    margin-left: 0;
  }
  nav ul li.active a {
    position: relative;
    line-height: 24px;
  }
  nav ul li.active a:after {
    position: absolute;
    content:"";
    z-index: -1;
    border-bottom: 7px solid #FFFF00;
    bottom: 0;
    opacity: 0.5;
    left: 0;
    display: block;
    width: 100%;
  }
  header {
    z-index: 1;
    background: rgba(238, 238, 238, 1);
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 0 5%;
    height: 80px;
  }
  h1 {
    width: 96px;
  }
  nav ul li {
    margin-left: 1.5em;
  }

}
@media (max-width: 768px) {

  h1 {
    width: 85px;
    padding-left: 16px;
  }

}

.btn-design {
  background-color: #222;
  color: #FFF;
  border: none;
  width: 45%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  cursor : pointer;
  margin-bottom: 10px;
}
.btn-design2 {
  background-color: #999;
  color: #FFF;
  border: none;
  width: 45%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  cursor : pointer;
}
.btn-design-return {
  background-color: #999;
  color: #FFF;
  border: none;
  width: 45%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  cursor : pointer;
}

#index-page {
  position: relative;
  height: calc(100vh - 80px);
  margin-left: 5%;
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
}
.about {
  width: 90%;
  margin: auto;
  font-size: 1.4rem;
}
.massage-img-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 600px;
  width: 90%;
  opacity: 0.25;
}
.massage-img-2 {
  max-width: 350px;
  width: 70%;
  margin-right: auto;
  opacity: 0.25;
}
.index-sentence {
  max-width: 320px;
  width: 100%;
  position: absolute;
  top: 30%;
}
#index-page h2,.about h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.about-content {
  max-width: 320px;
  margin-left: auto;
}
.about {
  padding: 7rem 0 9rem;
}

@media (max-width: 768px) {
  .index-sentence {
    font-size: 1.2rem;
    width: 90%;
  }
  .index-sentence h2 {
    font-weight: bold;
  }
  /**/
  /*　ハンバーガーボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }

  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration :none;
    font-size: 1.3rem;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

}

/**/
#recruit {
  background: #222;
  color:#FFF;
  padding: 3rem 5%;
  text-align: center;;
  margin-bottom: 40px;
}
#recruit h2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 1em;
}
#recruit p,#recruit a,#recruit a:hover,#recruit a:visited {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem
}
#recruit p {
  margin-bottom: 1em;
  line-height: 1.8em;
}
@media (max-width: 450px) {
  #recruit p {
    text-align: left;
  }
}
#recruit a {
  position: relative;
  display: inline-block;
  padding: 1em 1.5em 1em 1em;
  display: inline-block;
}
#recruit a::after {
  position: absolute;
  content:"";
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  display: block;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  transition: all .2s;
}
#recruit a:hover::after {
  right: 0;
}
/*フッター*/
.upper-foot {
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: auto;
  padding: 1em 5%;
}
.upper-foot li {
  margin-left: 2em;
}
.upper-foot li a {
  color: #222;
  display:block;
}
.upper-foot ul {
  display:flex;
  flex-wrap: wrap;
}
@media (max-width: 749px) {
  .upper-foot h2 {
    margin-bottom: 2rem;
  }
  .upper-foot li {
    width: 100%;
  }
  .upper-foot {
    display: block;
  }
  .upper-foot li a {
    padding: 0.5em 0;
    border-bottom: 1px dashed #999;

  }
  .upper-foot li {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.upper-foot h2 {
  margin-left: none;
  margin-right: auto;
  width: 90px;
}
footer {
font-size: 1.4rem;
}
.copyright {
font-size: 1.2rem;
  width: 90%;
  margin: auto;
  padding: 1em 0;
  color: #999;
}





* {
  box-sizing: border-box;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.btn-design {
  background-color: #222;
  color: #FFF;
  border: none;
  width: 45%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  cursor : pointer;
}
.btn-design2 {
  background-color: #999;
  color: #FFF;
  border: none;
  width: 45%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  cursor : pointer;
}
.btn-design-return {
  background-color: #999;
  color: #FFF;
  border: none;
  width: 45%;
  max-width: 150px;
  padding: 10px 0;
  text-align: center;
  cursor : pointer;
}
@media screen and (max-width:572px) {
table.formTable td{
  padding:10px 0;
}
table.formTable th {
  padding:10px;
}
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
.require:after {
  content:"必須";
  color: #FF0000;
  font-size: 11px;
  margin-left: 0.5em;
}
}
