@charset "utf-8";

/*----------------------------------

index

----------------------------------*/
.index .mv {
  background: url(../img/mv_l.jpg) no-repeat center bottom;
  background-size: cover;
  height: 100%;
  width: calc(100% - 30vw);
  margin-left: 30vw;
  border-bottom: solid 2px #ff3600;
}

.index .mv p {
  max-width: 640px;
  position: absolute;
  z-index: 2;
  left: 50px;
  bottom: 60px;
}

.index #services {
  margin: 140px auto;
}

.index #services .read {
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.index h2 {
  font-family: 'Teko','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .03em;
  font-size: 7rem;
}

.index header h3 {
  font-size: 2.2rem;
}

.index header p {
  font-family: 'Teko','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .05em;
  font-size: 2rem;
  color: #ff3600;
  margin-top: 15px;
}

.index .forsalon h4 {
  font-family: 'Teko','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .03em;
  font-size: 4rem;
  margin-top: 50px;
}

.index h5 {
  font-size: 1.8rem;
  margin-top: 30px;
  line-height: 1.4;
}

.index .forsalon {
  margin-top: 100px;
}

.index .forsalon .inner {
  margin: 50px -2% 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.index .forsalon .inner > section {
  margin: 0 2%;
}

.index .forsalon .inner figure img {
  border-radius: 4px;
}

.index .forsalon .inner > section > section:not(:first-of-type) {
  margin-top: 30px;
  border-top: solid 1px #ddd;
}

.index .forsalon .inner > section > section p {
  margin-top: 20px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

.index .forsalon .btn {
  margin-top: 30px;
}

.index .formaker {
  margin-top: 120px;
  text-align: center;
}

.index .formaker header {
  text-align: left;
}

.index .formaker .inner {
  margin: 50px -1.5% 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.index .formaker .inner > section {
  margin: 0 1.5%;
  padding: 40px 20px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 4px;
  width: 25%;
}

.index .formaker .inner > section figure {
  max-width: 106px;
  margin: 0 auto 40px;
}

.index .formaker h4 span {
  font-family: 'Teko','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .03em;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 5px;
}

.index .formaker .btn {
  margin: 60px auto 0; 
}

.index #company {
  margin: 140px auto 110px;
}

.index #company .inner {
  margin-top: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.index #company .inner > section {
  width: 50%;
}

.index #company .about dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.index #company .about dt {
  width: 23%;
  min-width: 110px;
  border-right: solid 1px #111;
  padding-right: 6%;
  margin-right: 6%;
  margin-bottom: 30px;
}

.index #company .about dt span {
  font-size: 1.2rem;
  display: block;
  padding-top: 6px;
}

.index #company .about dd {
  width: 55%;
  margin-bottom: 30px;
  line-height: 1.6;
}

.index #company .history dl {
  line-height: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.index #company .history dt {
  font-family: 'Teko','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .03em;
  font-size: 2rem;
  width: 16%;
  min-width: 100px;
  margin-right: 6%;
  margin-bottom: 10px;
}

.index #company .history dd {
  width: calc(82% - 30px);
  margin-bottom: 30px;
}



@media screen and (max-width: 768px) {

.index .mv {
  background: url(../img/mv_s.jpg) no-repeat right bottom;
  background-size: cover;
  width: 100%;
  margin-left: 0;
}

.index .forsalon .inner {
  display: block;
  margin: 30px 0 0;
}

.index .mv p {
  left: 20px;
  bottom: 40px;
  margin-right: 30px;
}

.index #services {
  margin: 70px auto;
}

.index h2 {
  font-size: 4rem;
}

.index header h3 {
  font-size: 1.8rem;
}

.index header p {
  font-size: 1.5rem;
  margin-top: 10px;
}

.index .forsalon {
  margin-top: 50px;
}

.index .forsalon .inner > section {
  margin: 0;
}

.index .forsalon .inner > section:nth-of-type(2) {
  margin-top: 60px;
}

.index .forsalon .inner > section > section:not(:first-of-type) h5 {
  margin-top: 30px;
}

.index .forsalon h4 {
  font-size: 3rem;
  margin-top: 30px;
}

.index h5 {
  font-size: 1.6rem;
  margin-top: 20px;
}

.index .formaker {
  margin-top: 70px;
}

.index .formaker .inner {
  margin: 30px -1.5% 0;
  flex-wrap: wrap;
}

.index .formaker .inner > section {
  padding: 30px 20px;
  width: 47%;
  margin-bottom: 3%;
}

.index .formaker .inner > section figure {
  max-width: 60px;
  margin: 0 auto 20px;
}

.index .formaker h4 {
  line-height: 1.4;
}

.index .formaker h4 span {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.index .formaker .btn {
  margin-top: 30px;
}

.index #company {
  margin: 70px auto;
}

.index #company .inner {
  margin-top: 40px;
  display: block;
}

.index #company .inner > section {
  width: 100%;
}

.index #company .about dl {
  display: block;
}

.index #company .about dt {
  width: 100%;
  border-right: none;
  padding-right: 0;
  margin: 30px 0 0 0;
}

.index #company .about dt span {
  display: inline-block;
  padding-top: 0;
}

.index #company .about dd {
  width: 100%;
  margin-top: 10px;
}

.index #company .about dd:last-of-type {
  margin-bottom: 20px;
}

.index #company .history dt {
  margin: 20px 0 0 0;
  width: 100%;
}

.index #company .history dd {
  width: 100%;
  margin-bottom: 0;
}

}

