<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 500;
}
@font-face {
  font-family: "nsjp_regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/nsjp_regular.woff") format("woff");
}

html,body{
	font-size: 13px;
}
@media screen and ( max-width: 360px ){
  html,body{
  	font-size: 12.5px;
  }
}
@media screen and ( min-width: 768px ){
  html,body{
  	font-size: 18px;
  }
}
@media screen and ( min-width: 1000px ){
  /* html,body{
  	font-size: 24px;
  } */
}

body{
	font-family:'nsjp_regular',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.ff-mincho{
	font-family: "Yu Mincho", "YuMincho" ,"游明朝体","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif CJK JP", serif;;
}
.ff-number{
  /* font-family: 'Noto Sans JP'"San Francisco" ,"Euphemia UCAS", "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
  /* font-weight: 500; */
}
img{
	max-width: 100%;
}
p{
	margin: 10px 0 20px;
  line-height: 180%;
}

.c-lbrown{
	color: #df8a51 !important;
}
.c-brown{
	color: #8d7753 !important;
}
.c-brown .sec-title::after,
.c-brown.sec-title::after{
	background: #8d7753;
}
.c-navy{
   color: #0c374a ;
}

.c-yellow{
	color: #ccba00 !important;
}
.c-beige{
	color: #eae3d1;
}
.c-beige .sec-title::after,
.c-beige.sec-title::after{
	background: #eae3d1;
}
.c-white{
	color: #ffffff;
}
.c-white .sec-title::after,
.c-white.sec-title::after{
	background: #ffffff;
}

.bg-beige{
	background-color: #eae3d1;
}
.bg-black{
	background-color: #1f1b18;
}
.bg-navy{
	background-color: #0c374a ;
}
.bg-lgray{
	background-color: #eeeeed ;
}
.bg-slgray{
	background-color: #f5f5f5 ;
}
.bg-white{
	background-color: #ffffff ;
}

.underline{
	border-bottom:2px solid ;
}
.ul-white{
	border-bottom: 2px solid  #ffffff;
}
.ul-black{
	border-bottom: 2px solid  #000000;
}
.ul-blue{
	border-bottom: 4px solid  #64838a;
}
.ul-yellow{
	border-bottom: 4px solid  #dac62b;
}
.ul-brown{
	border-bottom: 1px solid #8d7753;
}
.ul-stripe::after{
  display: block;
  content: '';
  height: 3px;
  background-image: url(../img/index/bg-line-pattern.png);
  background-size: 10px;
}

.txt-bg-blue{
	background: linear-gradient(transparent 60%, #89a6a5 60%);
  padding: 2px;
}
.txt-bg-yellow{
	background: linear-gradient(transparent 60%, #dac62b 60%);
  padding: 2px;
}
.txt-bg-lyellow{
	background: linear-gradient(transparent 60%, #eae300 60%);
  padding: 2px;
}
.txt-bg-lgray{
	background: linear-gradient(transparent 60%, #dedede 60%);
  padding: 2px;
}

.tac{
	text-align: center;
}


.sec{
	padding: 12px 0 50px;
  width: 100%;
}

.sec-image{
	padding: 0;
}
.sec-image img{
	width: 100%;
}
@media screen and (min-width: 1025px){
  .sec-image{
  	/* height: 500px; */
    /* position: relative; */
    overflow: hidden;
  }
  .sec-image img{
  	display: block;
    /* position: absolute; */
    width: 100%;
    height: auto;
    /* top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); */
  }
}


@media screen and (min-width: 1025px){
  .sec-title::after{
    width: 240px;
  	height: 3px;
  }
}

.sec-subtitle{
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 320px){
  .sec-subtitle{
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px){
  .sec-subtitle{
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1025px){
  .sec-subtitle{
    font-size: 2.3rem;
  }
}

.title-box{
	padding: 5px 10px;
	border: 2px solid  #ffffff;
}
.arrow-img {
  display: block;
  margin: 50px auto;
  width: 40px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px){
  .arrow-img {
    width: 75px;
  }
}

.small-line{
  display: block;
  width: 140px;
  height: 1px;
  background: white;
  margin: 0 auto;
}
.small-line.black{
  background: #242424;
}

.large-line{
  display: block;
  width: 90%;
  height: 3px;
  background: white;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .large-line{
    width: 645px;
  }
}
.large-line.black{
  background: #242424;
}

.full-width{
  width: 99.9vw;
  position: relative;
  left: -3%;
}
@media screen and (min-width: 1000px){
  .full-width{
    width: 100%;
    left: 0;
  }
}
@media screen and ( min-width: 1025px ){
  .max900{
    width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}



/*------------------------------------------------------------
	.firstview
------------------------------------------------------------*/

.firstview {
  position: relative;
  /* display: none; */
  overflow: hidden;
  min-height: 530px;
}
@media screen and ( max-width: 360px ){
  .firstview {
    min-height: 470px;
  }
}
@media screen and ( min-width: 480px ){
  .firstview {
    min-height: 650px;
  }
}
@media screen and ( min-width: 768px ){
  .firstview {
    min-height: 500px;
  }
}
@media screen and ( min-width: 1000px ){
  .firstview {
    min-height: 700px;
  }
}
/* @media screen and ( min-width: 1025px ){
  .firstview {
    min-height: 780px;
  }
} */
@media screen and ( min-width: 1400px ){
  .firstview {
    min-height: 680px;
  }
}

.firstview img{
  /* max-width: 100%; */
}
.firstview .nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
@media screen and (min-width: 1025px){
  .firstview .nav {
    padding: 23px 0 0;
  }
}
.firstview .logo{
  width: 100px;
}
@media screen and (min-width: 1025px){
  .firstview .logo{
    width: 115px;
  }
}

.firstview .tel-link{
  width: 150px;
}
@media screen and (min-width: 1025px){
  .firstview .tel-link{
    display: none;
  }
}

.firstview .topText {
  margin-top: -10px;
  font-weight: 700;
  text-align: center;
  color: #3e270c ;
  text-shadow: 0 0 10px rgba(255,255,255 ,1), 0 10px 20px rgba(255,255,255 ,.5);
}
@media screen and ( min-width: 768px ){
  .firstview .topText {
    font-size: 1.2rem;
    text-align: right;
    margin-left: 10px;
    margin-top: 90px;
  }
}
@media screen and ( min-width: 1000px ){
  .firstview .topText {
    margin-left: 40px;
    margin-top: 150px;
    font-size: 1.1rem;
  }
}
@media screen and ( min-width: 1025px ){
  .firstview .topText {
    margin-left: 20px;
  }
}
@media screen and ( min-width: 1400px ){
  .firstview .topText {
    margin-left: 10px;
  }
}


.firstview .subcopy{
  display: block;
}
@media screen and ( min-width: 768px ){
  .firstview .subcopy {
      font-size: 0.75em;
      margin-right: 2.5em;
  }
}
@media screen and ( min-width: 1000px ){
  .firstview .subcopy {
      margin-right: 4.5em;
      font-size: 1em;
  }
}
@media screen and ( min-width: 1025px ){
  .firstview .subcopy {
      margin-right: 6em;
      font-weight: 400;
  }
}
.firstview .maincopy{
  display: block;
  font-size: 1.65em;
  letter-spacing: -0.5px;
  text-indent: 6.8px;
  word-break: keep-all;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media screen and ( max-width: 320px ){
  .firstview .maincopy {
    font-size: 1.5em;
  }
}
@media screen and ( min-width: 768px ){
  .firstview .maincopy {
    font-size: 1.35em;
    text-indent: 0;
  }
}
@media screen and ( min-width: 1000px ){
  .firstview .maincopy {
    font-size: 2em;
  }
}
@media screen and ( min-width: 1025px ){
  .firstview .maincopy {
    letter-spacing: 2px;
  }
}
.firstview .nav,
.firstview .topText{
  position: relative;
  z-index: 2;
}
.firstview .midText {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 90%;
    right: 5%;
}
@media screen and ( max-width: 320px ){
  .firstview .midText {
    bottom: 40px;
  }
}
@media screen and ( min-width: 768px ){
  .firstview .midText {
    width: 400px;
    bottom: 30px;
  }
}
@media screen and ( min-width: 1000px ){
  .firstview .midText {
    width: 450px;
    margin-left: 50px;
    bottom: 50px;
    /* left: 0; */
  }
}
@media screen and ( min-width: 1025px ){
  .firstview .midText {
    width: 525px;
    right: -webkit-calc( (100vw - 1000px ) / 2 );
    right: calc( (100vw - 1000px ) / 2 );
    margin-left: 0;
    bottom: 50px;
  }
}
.firstview .midText .achievement {
    position: absolute;
    bottom: 100%;
    width: 140px;
    right: 0;
}
@media screen and (max-width: 320px){
  .firstview .midText .achievement {
    width: 100px;
  }
}
@media screen and (min-width: 768px){
  .firstview .midText .achievement {
    bottom: 0;
    width: 130px;
    right: 120%;
  }
}
@media screen and (min-width: 1025px){
  .firstview .midText .achievement {
    bottom: 0;
    width: 180px;
  }
}

.firstview .midText .areaImage {
    position: absolute;
	display: none;
}
@media screen and (min-width: 768px){
  .firstview .midText .areaImage {
    width: 130px;
    right: 102%;
	bottom: 50px;
	display: inline;
  }
}
@media screen and (min-width: 1025px){
  .firstview .midText .areaImage {
    bottom: 100px;
    width: 175px;
  }
}



.firstview .midText .coution {
  position: absolute;
  color: white;
  font-size: 10px;
  right: 0;
}


.firstview .bg-img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 1;
}
.firstview .bg-img img{
  width: 100%;
}
@media screen and ( min-width: 768px ){
  .firstview .bg-img{
    width: 130%;
  }
  .firstview .bg-img::after {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
      background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
      background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
  }
}
@media screen and ( min-width: 1000px ){
  .firstview .bg-img{
    width: 100%;
    min-width: 1400px;
  }
}
@media screen and ( min-width: 1025px ){
  .firstview .bg-img{
    width: 100%;
    max-width: 1980px;
    min-width: 1550px;
  }
}
@media screen and ( min-width: 1400px ){
  .firstview .bg-img{
    width: 1980px;
  }
}


/*------------------------------------------------------------
	.fv-under
------------------------------------------------------------*/
.fv-under{

}
.fv-under .fv-under-points img{
  width: 100%;
}
.fv-under-points{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fv-under .sec-title__en{
  /* width: 400px; */
  margin-bottom: 10px;
  height: 86px;
}
@media screen and ( min-width: 768px ){
  .fv-under .sec-title__en{
    height: 150px;
  }
}
@media screen and ( min-width: 1025px ){
  .fv-under .sec-title__en{
    height: 200px;
  }
}




.fv-under-point{
	width: 49%;
	margin-bottom: 30px;
}
@media screen and ( min-width: 768px ){
  .fv-under-point{
  	margin-bottom: 50px;
  }
}


.fv-under-point .title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0px;
  margin: 0px 0 6px;
}

.fv-under-point .title .number {
    width: 100%;
    text-align: center;
    font-size: 2em;
    line-height: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
@media screen and ( min-width: 768px ){
  .fv-under-point .title .number {
    font-size: 2.4em;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
@media screen and ( min-width: 768px ){
  .fv-under-point .title .number {
    font-size: 2.785em;
  }
}
.fv-under-point .title .number::after {
  display: block;
  content: '';
  width: 34px;
  height: 3px;
  background-image: url(../img/index/bg-line-pattern.png);
  background-size: 10px;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}
@media screen and ( min-width: 768px ){
  .fv-under-point .title .number::after {
    width: 54px;
    height: 4px;
    background-size: 14px;
  }
}
@media screen and ( min-width: 1025px ){
  .fv-under-point .title .number::after {
    width: 74px;
    height: 5px;
    background-size: 16px;
  }
}


.fv-under-point .title .img{
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
}
.fv-under-point .title .img img{
  width: 50px;
}
.fv-under-point .title .txt{
	text-align: center;
  display: block;
  width: 100%;
  font-size: 0.85rem;
  line-height: 140%;
}
@media screen and ( min-width: 768px ){
  .fv-under-point .title .txt{
    margin-bottom: 5px;
  }
}
@media screen and ( min-width: 1025px ){
  .fv-under-point .title .txt{
    font-size: 1rem;
  }
}
.fv-under-point .title .bigger {
    display: block;
    font-size: 1.4em;
    font-weight: 900;
    line-height: 120%;
}
@media screen and ( max-width: 360px ){
  .fv-under-point .title .bigger {
    font-size: 1.2em;
  }
}
@media screen and ( min-width: 768px ){
  .fv-under-point .title .bigger {
    font-size: 1.85em;
    line-height: 125%;
  }
}
@media screen and ( min-width: 1025px ){
  .fv-under-point .title .bigger {
    font-size: 2.22em;
  }
}

/* first */
.fv-under-point.first{
	width: 100%;
	position: relative;
}
.fv-under-point.first .label {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    color: transparent;
    border-radius: 50%;
    text-align: center;
		-webkit-transform:rotateZ(3deg);
		-ms-transform:rotateZ(3deg);
		transform:rotateZ(3deg);
}
@media screen and ( max-width: 360px ){
  .fv-under-point.first .label {
    font-size: 0.8rem;
    top: 15px;
  }
}
@media screen and ( min-width: 768px ){
  .fv-under-point.first .label {
    top: 35px;
    right: 80px;
  }
}
@media screen and ( min-width: 1000px ){
  .fv-under-point.first .label {
    top: 100px;
  }
}
@media screen and ( min-width: 1100px ){
  .fv-under-point.first .label {
    top: 65px;
  }
}

.fv-under-point.first .label * {
    z-index: 2;
    position: relative;
    line-height: 100%;
    font-style: initial;
}
.fv-under-point.first .label b {
    display: block;
    font-size: 2em;
    line-height: 100%;
}
.fv-under-point.first .label::after {
    display: block;
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    /* background: #8d7753; */
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background-image: url('../img/index/parts-overview-label.png');
    -webkit-background-size: 100%;
    background-size: 100%;
}
@media screen and ( max-width: 360px ){
  .fv-under-point.first .label::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and ( min-width: 768px ){
  .fv-under-point.first .label::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and ( min-width: 1000px ){
  .fv-under-point.first .label::after {
    width: 250px;
    height: 250px;
  }
}

.fv-under-point.first .label .bigger {
    display: block;
    width: 100%;
}
.fv-under-point.first .title {
  font-size: 1.3rem;
  align-items: center;
}
@media screen and ( max-width: 360px ){
  .fv-under-point.first .title {
    font-size: 1.1rem;
  }
}
@media screen and ( min-width: 768px ){
  .fv-under-point.first .title {
    margin-bottom: 15px;
  }
}
@media screen and ( min-width: 1025px ){
  .fv-under-point.first .title {
    font-size: 1.5rem;
    margin-left: 5%;
  }
}

.fv-under-point.first .title .number {
  width: 45px;
  padding-bottom: 10px;
  margin: 0 10px 0 0;
}
@media screen and ( min-width: 768px ){
  .fv-under-point.first .title .number {
    width: 90px;
    font-size: 2.7em;
  }
}
@media screen and ( min-width: 1025px ){
  .fv-under-point.first .title .number {
    font-size: 3.5em;
    width: 120px;
    margin-right: 30px;
  }
}
.fv-under-point.first .title .number::after {
    width: 100%;
    background-size: 12px;
    height: 4px;
}
@media screen and ( min-width: 768px ){
  .fv-under-point.first .title .number::after {
    background-size: 15px;
    height: 5px;
  }
}
@media screen and ( min-width: 1025px ){
  .fv-under-point.first .title .number::after {
    background-size: 22px;
    height: 7px;
  }
}


.fv-under-point.first .title .txt {
  width: auto;
  font-size: 0.7em;
  text-align: left;
  line-height: 180%;
  margin-bottom: 0;
}
@media screen and ( max-width: 360px ){
  .fv-under-point.first .title .txt {
    margin-bottom: 0;
    line-height: 125%;
  }
}
@media screen and ( min-width: 768px ){
  .fv-under-point.first .title .txt {
    font-size: 0.85em;
  }
}
@media screen and ( min-width: 1025px ){
  .fv-under-point.first .title .txt {
    font-size: 1em;
  }
}

.fv-under-point.first .title .bigger {
  display: block;
  font-size: 2.15em;
  font-weight: 900;
  line-height: 100%;
}
@media screen and ( min-width: 768px ){
  .fv-under-point.first .title .bigger {
    font-size: 2.5em;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 1.3px;
  }
}


/*------------------------------------------------------------
	.fv-questionnaire
------------------------------------------------------------*/
.questionnaire{
	background-image: url('../img/index/bg-questionnaire.jpg');
	background-repeat: no-repeat;
  -webkit-background-size: 150%;
  background-size: 150%;
  background-position: 0px -150px;
  overflow: hidden;
}
@media screen and ( min-width: 768px ){
  .questionnaire{
    padding-top: 180px;
    -webkit-background-size: 120%;
    background-size: 120%;
    background-position: 0px -155px;
  }
}
@media screen and ( min-width: 1000px ){
  .questionnaire{
  	background-image: url('../img/index/bg-questionnaire-p.jpg?1');
    padding-top: 200px;
    background-position: 0 0;
  }
}
@media screen and ( min-width: 1025px ){
  .questionnaire{
    background-position: center 150px;
    background-size: 100%;
    background-repeat: repeat-x;
  }
}
@media screen and ( min-width: 1400px ){
  .questionnaire{
    background-image: url('../img/index/bg-questionnaire-xl.jpg');
  }
}
@media screen and ( min-width: 1025px ){
  .questionnaire .txt{
    font-size: 1.2rem;
  }
}
.questionnaire .sec-title__en{
  /* width: 324px; */
}
@media screen and ( min-width: 768px ){
  .questionnaire .sec-title__en{
    /* width: 508px; */
  }
}

.questionnaire .sec-subtitle.questionnaire-subtitle-1 {
  line-height: 200%;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
@media screen and ( min-width: 1025px){
  .questionnaire .sec-subtitle.questionnaire-subtitle-1{
    padding: 0 0 20px;
    font-size: 2.13rem;
  }
}

.questionnaire .questionnaire-big-word {
    font-size: 1.5em;
}

.questionnaire .questionnaire-big-word .ima{
    font-size: 1.3em;
    margin: 0 2px;
}

.questionnaire .large-line {
    margin-top: 0;
    margin-bottom: 50px;
    background: #eae3d1;
}

.shokumo-graph{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and ( min-width: 768px ){
  .shokumo-graph{
  	-webkit-flex-wrap: nowrap;
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  }
}
@media screen and ( min-width: 1025px ){
  .shokumo-graph{
    /* width: 900px;
    margin:0 auto ; */
  }
}

.shokumo-graph .title{
	width: 100%;
}
.questionnaire-circlegraph{
	width: 200px;
	display: block;
	margin: 0 auto;
}
@media screen and ( min-width: 768px ){
  .questionnaire-circlegraph{
    width: 300px;
    width: auto;
    position: relative;
    left: 20px;
  }
}


.questionnaire .blockquote{
  font-size: .675rem;
  display: block;
  text-align: right;
  margin: 5px 0 0;
  opacity: 0.8;
}

.questionnaire-rodgraph {
    width: 200px;
    margin-left: -20px;
}

@media screen and (min-width: 768px){
  .questionnaire-rodgraph{
  	width: auto;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1000px){
  .questionnaire-rodgraph{
    /* width: 250px; */
  }
}

.questionnaire-bg1{
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px){
  .questionnaire-bg1 {
      padding-top: 50px;
  }
}

.questionnaire-bg1::after{
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: -100px;
  width: 330px;
  height: 280px;
  background-image: url("../img/index/bg-questionnaire-img1.jpg?1");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: -20px 0;
  z-index: -1;
}
@media screen and (min-width: 768px){
  .questionnaire-bg1::after{
    top: -20px;
    right: -160px;
    width: 500px;
    height: 390px;
  }
}
@media screen and (min-width: 1025px){
  .questionnaire-bg1::after{
    background-image: url("../img/index/bg-questionnaire-img1-p.jpg");
    width: 700px;
    height: 530px;
  }
}


.questionnaire-bg1 .sec-subtitle{
  margin-bottom: 50px;
  margin-top: 70px;
}
@media screen and (min-width: 1000px){
  .questionnaire-bg1 .sec-subtitle{
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1025px){
  .questionnaire-bg1 .sec-subtitle{
    font-size: 2.2em;
    letter-spacing: 1px;
  }
}
.questionnaire-bg1 .sec-subtitle .underline {
    padding: 10px 10px;
}
.questionnaire-bg2{
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 768px){
  .questionnaire-bg2{
    text-align: right;
    padding: 150px 0 50px;
  }
}
@media screen and (min-width: 1025px){
  .questionnaire-bg2{
    padding: 200px 0 50px;
  }
}


.questionnaire-bg2::after{
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
  width: 310px;
  height: 280px;
  background-image: url(../img/index/bg-questionnaire-img2.jpg?11);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0px 0;
  z-index: -1;

}
@media screen and (min-width: 768px){
  .questionnaire-bg2::after{
    top: 50px;
    left: -75px;
    width: 600px;
    height: 500px;
  }
}
@media screen and (min-width: 1000px){
  .questionnaire-bg2::after{
    width: 700px;
  }
}

.shokumo-graph .img {
    width: 100%;
    text-align: left;
    margin-left: 40px;
}
@media screen and (min-width: 768px){
	.shokumo-graph .img{
    width: 275px;
    margin: 0;
	}
}
@media screen and (min-width: 1000px){
	.shokumo-graph .img{
    width: 350px;
    text-align: center;
	}
}
@media screen and (min-width: 1025px){
  .shokumo-graph .img{
    text-align: right;
	}
  .shokumo-graph .img img{
    margin-right: 30px;
    width: 300px;
	}
}
.shokumo-graph .desc {
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 768px){
  .shokumo-graph .desc {
    text-align: left;
    width: -webkit-calc(100% - 275px);
    width: calc(100% - 275px);
    margin-top: 30px;
  }
  .shokumo-graph .desc p {
      margin: 0;
  }
}
@media screen and (min-width: 1000px){
  .shokumo-graph .desc {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
  }
}
@media screen and (min-width: 1025px){
}

.questionnaire-voice {
    padding-top: 200px;
    font-size: 1.4rem;
}
@media screen and (max-width: 320px){
  .questionnaire-voice {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px){
  .questionnaire-voice {
    padding-top: 0;
    font-size: 1.3rem;
	}
}
@media screen and (min-width: 1000px){
  .questionnaire-voice {
    font-size: 1.5rem;
	}
}
@media screen and (min-width: 1025px){
  .questionnaire-voice {
    font-size: 2rem;
	}
}
.questionnaire-voice p {
    line-height: 150%;
}


.questionnaire-voice2 {

    font-size: 1.2rem;
    font-weight: 900;
}
@media screen and (max-width: 320px){
  .questionnaire-voice2 {
		font-size: 1rem;
	}
}
@media screen and (min-width: 768px){
  .questionnaire-voice2{
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px){
  .questionnaire-voice2{
    margin-top: 50px;
    font-size: 1.4rem;
  }
  .questionnaire-voice2 p{
    margin-bottom: 50px;
	}
}
@media screen and (min-width: 1025px){
  .questionnaire-voice2{
    font-size: 1.8rem;
    font-weight: 400;
  }
}


/*------------------------------------------------------------
	.Future
------------------------------------------------------------*/
.future{
	background-image: url('../img/index/bg-future.jpg');
	background-repeat: no-repeat;
  -webkit-background-size: 170%;
  background-size: 170%;
  background-position: center 0;
  text-shadow: 0 0 15px #032a3c;
}
@media screen and ( min-width: 768px ){
  .future{
  	background-image: url('../img/index/bg-future-p.jpg');
    background-size: 100%;
  }

}

.future .sec-title__en{
	margin-bottom: 30px;
  /* width: 170px; */
}

@media screen and ( min-width: 768px ){
  .future .sec-title__en{
    /* width: 280px; */
  }
}
@media screen and ( min-width: 1025px ){
  .future .sec-title__en{
    margin-bottom: 50px;
    /*height: 60px;*/
  }
}
.future .sec-title__ja{
  margin-bottom: 20px;
}
@media screen and ( min-width: 1000px ){
  .future .sec-title__ja{
    margin-bottom: 40px;
  }
}

.future .sec-subtitle {
    margin-bottom: 25px;
}
@media screen and ( min-width: 768px ){
  .future .sec-subtitle {
      margin-top: 50px;
  }
}

.future .sec-subtitle .underline {
    padding: 10px;
}

.future .sentence-wrap1 {
    margin: 80px 0 85px;
}
.future .sec-subtitle.future-subtitle-1 {
    line-height: 180%;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1.8px;
}
@media screen and ( min-width: 1025px){
  .future .sec-subtitle.future-subtitle-1 {
    padding: 0 0 20px;
    font-size: 2.13rem;
  }
}

.future .large-line{
    margin: 0px auto 60px;
}


@media screen and ( min-width: 768px){
  .future .quotationmark-area{
    margin-bottom: 100px;
  }
}
.future .quotationmark{
  position: relative;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 1.3rem;
  text-align: center;
  display: inline-block;
  line-height: 150%;
  margin: 10px 0;
  text-shadow: none;
}
@media screen and ( min-width: 1000px){
  .future .quotationmark{
    font-size: 1.35rem;
  }
}
.future .quotationmark-wrap {
    text-align: center;
    margin: 10px 0 25px;
    background: #ebeff1;
    border-radius: 5px;
    position: relative;
    text-shadow: none;
}
@media screen and ( min-width: 768px){
  .future .quotationmark-wrap {
    margin: 10px 0 35px;
  }
}
@media screen and ( min-width: 1025px){
  .future .quotationmark-wrap {
    border-radius: 10px;
    margin: 10px 0 45px;
  }
}

.future .quotationmark-wrap::after {
    display: block;
    width: 30px;
    height: 20px;
    background: #ebeff1;
    content: '';
    position: absolute;
    right: 0;
    top: 99%;
    -webkit-clip-path: polygon(0px 0px , 22px 0 , 30px 10px);
    clip-path: polygon(0px 0px , 22px 0 , 30px 10px);
}
.future .quotationmark-wrap:nth-child(2n + 1)::after{
  left: 0;
  -webkit-clip-path: polygon(30px 0px , 8px 0 , 0px 10px);
  clip-path: polygon(30px 0px , 8px 0 , 0px 10px);
}
@media screen and (min-width: 1025px){
  .future .quotationmark-wrap::after {
    width: 50px;
    -webkit-clip-path: polygon(0px 0px , 40px 0 , 50px 20px);;
    clip-path: polygon(0px 0px , 40px 0 , 50px 20px);
  }
  .future .quotationmark-wrap:nth-child(2n + 1)::after{
    -webkit-clip-path: polygon(50px 0px , 10px 0 , 0px 20px);
    clip-path: polygon(50px 0px , 10px 0 , 0px 20px);
  }
}

.future .brackets{
  position: relative;
  padding: 15px 1em;
  margin-bottom: 10%;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (min-width: 768px){
  .future .brackets{
    display: inline-block;
    padding: 20px 50px;
  }
}
@media screen and (min-width: 1025px){
  .future .brackets{
    font-size: 1.6666rem;
  }
}
.future .brackets:before,.brackets:after{
	content:'';
    width: 50px;
    height: 50px;
    position: absolute;
    display: inline-block;
}
.future .brackets:before{
	border-left: solid 2px #FFFFFF;
    border-top: solid 2px #FFFFFF;
    top:0;
    left: 0;
}
.future .brackets:after{
	border-right: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    bottom:0;
    right: 0;
}

@media screen and (min-width: 768px){
  .future .future-haircontact-img{
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px){
  .future .future-regular-txt{
    font-size: 1.22rem;
  }
}

.future .future-big-word{
	font-size: 1.5em;
  font-weight: 900;
}
.future .future-big-word .ima{
	font-size: 1.3em;
	margin: 0 2px;
}

/*------------------------------------------------------------
	.merit
------------------------------------------------------------*/
.merit{
	overflow-x: hidden;
}
.merit .sec-title__en{
  /* width: 274px; */
}
@media screen and ( min-width: 768px ){
  .merit .sec-title__en{
    /* width: 458px; */
  }
}
@media screen and ( min-width: 1025px ){
  .merit .sec-title__en{
    margin-bottom: 40px;
  }
}
@media screen and ( min-width: 1025px ){
  .merit .merit-regular-txt{
    font-size: 1.6666rem;
    font-weight: 700;
  }
  .merit .merit-regular-txt.small{
    font-size: 1.2222rem;
  }
}


.merit .sec-inner&gt;p{
	/* margin: 0; */
}
.merit .sec-title__en{
	margin-bottom: 20px;
}

.merit .inner-box {
  margin: 30px auto;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #000000;
	position: relative;
  left: -2%;
  width: 104%;
}
@media screen and ( max-width: 360px ){
  .merit .inner-box {
    width: 100vw;
  }
}
@media screen and ( min-width: 768px ){
  .merit .inner-box{
    left: 0;
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and ( min-width: 1025px ){
  .merit .inner-box{
    padding: 60px 45px;
    border: 5px solid #000000;
  }
}
@media screen and ( min-width: 1025px ){
  .merit .inner-box .summary{
    margin-bottom: 50px;
  }
}


.merit .inner-box.ptn2{
  position: relative;
  display: inline-block;
  padding: 50px 10px 30px;
  background-color: #eae3d1;
}
@media screen and ( min-width: 768px ){
  .merit .inner-box.ptn2{
    padding: 100px 10px 50px;
  }
}
@media screen and ( min-width: 1025px ){
  .merit .inner-box.ptn2{
    padding: 100px 45px 30px;
    margin-bottom: 50px;
  }
}

.merit .inner-box.ptn2:before,
.merit .inner-box.ptn2:after{
	  content: "";
	  position: absolute;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.merit .inner-box.ptn2:before{
  top: -4px;
  left: 50%;
  border: 27px solid transparent;
  border-top: 27px solid #eae3d1;
  z-index: 2;
}
@media screen and ( min-width: 768px ){
  .merit .inner-box.ptn2:before{
    border: 47px solid transparent;
    border-top: 47px solid #eae3d1;
  }
}
@media screen and ( min-width: 1025px ){
  .merit .inner-box.ptn2:before{
    top: -5px;
    border: 80px solid transparent;
    border-top: 50px solid #eae3d1;
  }
}

.merit .inner-box.ptn2:after{
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  border: 30px solid transparent;
  border-top: 30px solid #000000;
  z-index: 1;
}
@media screen and ( min-width: 768px ){
  .merit .inner-box.ptn2:after{
    border: 50px solid transparent;
    border-top: 50px solid #000000;
  }
}
@media screen and ( min-width: 1025px ){
  .merit .inner-box.ptn2:after{
    top: -4px;
    border: 88px solid transparent;
    border-top: 55px solid #000000;
  }
}



.merit .inner-box.ptn2 .bigger {
    font-size: 1.3em;
    margin-bottom: 20px;
    padding: 10px 0;
}
@media screen and (min-width: 768px){
  .merit .inner-box.ptn2 .bigger {
    position: relative;
    border: 0;
  }
  .merit .inner-box.ptn2 .bigger::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 4px;
    width: 400px;
    background: #000;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
}
@media screen and (min-width: 1025px){
  .merit .inner-box.ptn2 .bigger {
    font-size: 1.944rem;
    margin-bottom: 50px;
  }
  .merit .inner-box.ptn2 .bigger::after {
    height: 6px;
    width: 630px;
  }
}

.merit .inner-box.ptn2 .sec-subtitle{
  font-weight: 700;
}
@media screen and (min-width: 1025px){
  .merit .inner-box.ptn2 .sec-subtitle{
    font-size: 1.94444rem;
    margin-bottom: 60px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px){
  .merit .inner-box.ptn2 .merit-regular-txt{
    margin-top: 30px;
  }
}

.merit .summary-box img{
	width: 200px;
	display: block;
	margin: 0 auto;
}
@media screen and (min-width: 768px){
  .merit .summary-box img{
  	width: auto;
  }
}

.merit .summary h3 {
	/* margin: 22px 0 14px; */
	/* padding: 12px 0 4px; */
	font-size: 1.25rem;
}
@media screen and (min-width: 1025px){
  .merit .summary h3 {
  	font-size: 1.77778rem;
    letter-spacing: 2px;
  }
}

.merit .summary .table .tr{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.merit .summary .table .th {
    flex: 1;
    text-align: center;
}
.merit .summary .table .td {
    flex: 1;
    text-align: left;
    padding: 10px 0px;
}
.merit .summary .table .th.merit {
    background: #3f829b;
    color: white;
}
.merit .summary .table .th.merit img {
    width: 100px;
    margin: 6px 0 7px;
}
@media screen and (min-width: 768px){
  .merit .summary .table .th.merit img {
      width: 130px;
      margin: 10px 0 13px;
  }
}
@media screen and (min-width: 1025px){
  .merit .summary .table .th.merit img {
      width: 160px;
      margin: 12px 0 15px;
  }
}
.merit .summary .table .th.demerit {
    background: #cc2020;
    color: white;
}

.merit .summary .table .th.demerit img {
  width: 130px;
  margin: 6px 0 7px;
}
@media screen and (min-width: 768px){
  .merit .summary .table .th.demerit img {
    width: 165px;
    margin: 10px 0 13px;
  }
}
@media screen and (min-width: 1025px){
  .merit .summary .table .th.demerit img {
    width: 210px;
    margin: 12px 0 15px;
  }
}

.merit .summary .table ul {
    list-style-type: disc;
    padding-left: 2em;
    padding-right: 1em;
}

.merit .summary .table .th,.merit .summary .table .td {
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
}

.merit .summary .table {
    border-top: 1px solid #343434;
    border-left: 1px solid #343434;
}

.merit .icon-shokumo {
    background: url(../img/index/parts-merit-icon-shokumou.png) no-repeat;
    background-size: 20px;
    background-position: 7px 5px;
    width: 100px;
    margin: 20px auto 10px;
    padding: 10px 0 3px 14px;
    position: relative;
}
@media screen and (min-width: 768px){
  .merit .icon-shokumo {
    background-size: 28px;
    background-position: 10px 5px;
    width: 150px;
    margin: 20px auto 20px;
    padding: 10px 0 3px 14px;
  }
}
@media screen and (min-width: 1025px){
  .merit .icon-shokumo {
    background-size: 36px;
    background-position: 4px 5px;
    width: 165px;
    margin: 20px auto 20px;
    padding: 10px 0 3px 30px;
  }
}

.merit .icon-shokumo.ul-stripe::after{
  width: 100px;
}
@media screen and (min-width: 768px){
  .merit .icon-shokumo.ul-stripe::after {
    width: 150px;
    height: 4px;
    -webkit-background-size: 14px;
    background-size: 14px;
  }
}
@media screen and (min-width: 1025px){
  .merit .icon-shokumo.ul-stripe::after {
    width: 210px;
    height: 5px;
    -webkit-background-size: 16px;
    background-size: 16px;
  }
}

.merit .icon-haircon {
  background: url(../img/index/parts-merit-icon-katura.png) no-repeat;
  background-size: 30px;
  background-position: 8px 11px;
  width: 220px;
  margin: 20px auto 10px;
  padding: 10px 0 3px 14px;
  position: relative;
}
@media screen and (min-width: 768px){
  .merit .icon-haircon{
    width: 300px;
    margin: 20px auto 20px;
    padding: 10px 0 3px 14px;
    -webkit-background-size: 38px;
    background-size: 38px;
  }
}
@media screen and (min-width: 1025px){
  .merit .icon-haircon{
    width: 400px;
    margin: 20px auto 20px;
    padding: 10px 0 3px 54px;
    -webkit-background-size: 38px;
    background-size: 46px;
    background-position: 4px 16px;
  }
}

.merit .icon-haircon.ul-stripe::after{
  width: 220px;
}
@media screen and (min-width: 768px){
  .merit .icon-haircon.ul-stripe::after{
    width: 300px;
    height: 4px;
    background-size: 14px;
  }
}
@media screen and (min-width: 1025px){
  .merit .icon-haircon.ul-stripe::after{
    width: 460px;
    height: 5px;
    background-size: 16px;
  }
}

.merit .icon-caution {
  background: url(../img/index/parts-merit-icon-caution.png) no-repeat;
  background-size: 20px;
  background-position: 15px 6px;
  text-indent: 20px;
  padding: 5px 0;
}
@media screen and (min-width: 768px){
  .merit .icon-caution {
    background-size: 30px;
    background-position: 115px 3px;
  }
}
@media screen and (min-width: 1025px){
  .merit .icon-caution {
    background-size: 32px;
    background-position: 150px 7px;
    font-size: 1.333333rem;
  }
}

.merit .bigger {
  font-size: 1.1em;
  font-weight: 700;
}
.merit .txt-box {
    margin: 50px 0 20px;
}
@media screen and (min-width: 768px){
  .merit .txt-box {
      margin: 50px 0 100px;
  }
}


.merit .ul-stripe::after{
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.merit .katsura{
  background-image: url(../img/index/bg-line-pattern.png);
  background-size: 10px;
  padding: 4px;
}
@media screen and (min-width: 768px){
  .merit .katsura{
    width: 90%;
    margin: 0 auto 100px;
  }
}

.merit .katsura-inner {
    background: #eae3d0;
    padding: 10px;
}
@media screen and (min-width: 1025px){
  .merit .katsura-inner {
      padding: 20px 40px;
  }
}
@media screen and (min-width: 768px){
  .merit .katsura-inner .ul-black{
    border-bottom: none;
  }
}
.merit .katsura-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 10px 0;
    justify-content: space-between;
}
.merit .katsura-box .img{
  margin-right: 10px;
}
@media screen and (min-width: 768px){
  .merit .katsura-box .img{
    width: 100px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px){
  .merit .katsura-box .img{
    width: 100px;
    margin-right: 30px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px){
  .merit .katsura-box .txt{
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1025px){
  .merit .katsura-box .txt{
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}

.merit .katsura-box p{
  font-size: 0.8rem;
  margin: 0;
}
@media screen and (min-width: 1025px){
  .merit .katsura-box p{
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px){
  .merit .shokumou-box{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin: 50px 0 20px;
  }
  .merit .shokumou-box .img,
  .merit .shokumou-box .txt{
    width: 49%;
  }
  .merit .shokumou-box .txt .tac {
    text-align: left;
    margin: 0;
  }
}



/*------------------------------------------------------------
	.how-haircontact
------------------------------------------------------------*/
.how-haircontact{

}
.how-haircontact .sec-title__en{
  height: 86px;
  margin-bottom: 10px;
}
@media screen and ( min-width: 768px ){
  .how-haircontact .sec-title__en{
    height: 150px;
  }
}
@media screen and ( min-width: 1025px ){
  .how-haircontact .sec-title__en{
    height: 200px;
  }
}
@media screen and ( min-width: 1000px ){
  .how-haircontact .sec-title__en{
    /* width: 848px; */
  }
}
.how-haircontact .sec-title__ja{
  /* width: 360px; */
}
.how-haircontact h3{
	margin: 20px 0  ;
}
.how-haircontact .bigger{
	font-size: 1.2rem;
	font-weight: 700;
}
@media screen and ( min-width: 1000px ){
  .how-haircontact .bigger{
    font-size: 1.5rem;
  }
}
@media screen and ( min-width: 1025px ){
  .how-haircontact .bigger{
    font-size: 2rem;
    font-weight: 500;
  }
}
@media screen and ( min-width: 768px ){
  .how-haircontact .how-haircontact-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .how-haircontact .how-haircontact-box .sec-subtitle{
    width: 100%;
    font-weight: 400;
  }
  .how-haircontact .how-haircontact-box .txt{
    width: 49%;
  }
  .how-haircontact .how-haircontact-box .tac{
    width: 51%;
  }
}

@media screen and ( min-width: 1025px ){
  .how-haircontact .how-haircontact-box {
    /* width: 900px; */
    /* margin: 100px auto; */
  }
  .how-haircontact .how-haircontact-box .sec-subtitle{
    padding-bottom: 10px;
  }
  .how-haircontact-box2{
    margin: 100px auto;
  }
  .how-haircontact .how-haircontact-box .txt{
    width: 40%;
    margin-right: 5%;
  }
  .how-haircontact .how-haircontact-box .tac{
    width: 55%;
  }
}





/*------------------------------------------------------------
	.update
------------------------------------------------------------*/
.update .sec-title__en{
  /* width: 160px; */
}
@media screen and ( min-width: 768px ){
  .update .sec-title__en{
    /* width: 270px; */
  }
}
@media screen and ( min-width: 1025px ){
  .update .sec-title {
      margin-bottom: 150px;
  }
}
@media screen and ( min-width: 1025px ){
  .update .update-txt-box{
    /* width: 950px; */
    /* margin: 0 auto; */
  }
}

/*------------------------------------------------------------
	.reason
------------------------------------------------------------*/

.reason .reason-point{
margin-bottom: 70px;
}
@media screen and ( min-width: 1025px ){
  .reason .reason-point{
    margin-bottom: 100px;
  }
}

.reason .reason-point img{
  width: 100%;
}
.reason-point .title{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	/* border-bottom: 4px solid; */
	padding-bottom: 8px;
  position: relative;
}
@media screen and ( min-width: 768px ){
  .reason-point .title{
    font-size: 1.3rem;
  }
}
@media screen and ( min-width: 1025px ){
  .reason-point .title{
    font-size: 1.6666rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.reason-point .title::after{
  position: absolute;
  display: block;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../img/index/bg-line-pattern.png);
  background-size: 12px;
}
.reason .sec-title__en{
  /* width: 180px; */
}
@media screen and ( min-width: 768px ){
  .reason .sec-title__en{
    /* width: 260px; */
  }
}
@media screen and ( min-width: 1025px ){
  .reason .sec-title__en{
    height: 60px;
    margin-bottom: 55px;
  }
}
@media screen and ( min-width: 1025px ){
  .reason-point .title::after{
    height: 4px;
  }
}


@media screen and (min-width: 768px ){
  .reason-point {
      margin-bottom: 100px;
  }
}


.reason-point .title .img{
  width: 30px;
  margin: 0 5px;
  border-right: 1px solid;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 360px ){
  .reason-point .title .img{
  	width: 38px;
  }
}
@media screen and (min-width: 768px ){
  .reason-point .title .img{
    width: 70px;
    margin: 0 25px;
    padding: 0 30px 0 0px;
  }
}
@media screen and (min-width: 1025px ){
  .reason-point .title .img{
    width: 95px;
    margin: 0px 35px 0px 50px;
    padding: 0 40px 0 0px;
  }
}
.reason-point .title .txt{
  font-weight: 400;
  line-height: 150%;
  font-size: 0.765rem;
  margin-left: 10px;
}
@media screen and (min-width: 768px ){
  .reason-point .title .txt{
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1025px ){
  .reason-point .title .txt{
    font-size: 1em;
  }
}

.reason-point .title .txt .bigger {
  display: block;
  font-weight: 700;
  font-size: 2.3em;
  line-height: 100%;
}
@media screen and (min-width: 768px ){
  .reason-point .title .txt .bigger {
    font-size: 2.4em;
    line-height: 110%;
    font-weight: 900;
    letter-spacing: 1.3px;
  }
}
@media screen and (min-width: 1025px ){
  .reason-point .title .txt .bigger {
    font-size: 2em;
  }
}
/*
.reason-point.first .title .txt{
	font-size: 1.1rem;
}
@media screen and (min-width: 1000px ){
  .reason-point.first .title .txt {
      font-size: 1.25rem;
  }
} */




/*------------------------------------------------------------
	.technology
------------------------------------------------------------*/
.technology{
}
@media screen and ( min-width: 1000px ){
  .technology .sec-title {
      margin-bottom: 150px;
  }
}

.technology .sec-title__en{
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and ( min-width: 768px ){
  .technology .sec-title__en{
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}

.technology .technology-points {
  padding: 0px 0 100px;
}

@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 100px;
    justify-content: space-between;
  }
}
.technology .technology-points .technology-point .sentence{
	margin:50px 0 0;
}
@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point .sentence {
      width: 57%;
      margin: 0;
  }
}

.technology .technology-points .technology-point .sentence .title{
	padding-bottom: 5px;
}
@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point .sentence .title{
    margin-top: 20px;
    font-size: 1.1111rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.technology .technology-points .technology-point .sentence .title .bigger {
	font-size: 1.5em;
}
@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point .sentence .title .bigger {
      font-size: 1.75em;
  }
}

@media screen and ( min-width: 1000px ){
  .technology .technology-points .technology-point p {
      /* font-size: 0.8rem; */
  }
}


@media screen and ( min-width: 1000px ){
  .technology .technology-points .technology-point:nth-child(2n + 0) .sentence {
      order: 2;
  }
  .technology .technology-points .technology-point:nth-child(2n + 0) .thumbnail {
      order: 1;
  }
}



.technology .technology-points .technology-point .thumbnail{
	text-align: center;
}
@media screen and ( min-width: 1025px ){
  .technology .technology-points .technology-point .thumbnail {
      width: 40%;
  }
}










/*------------------------------------------------------------
	.compare
------------------------------------------------------------*/
.compare{
  display: none;
	background-image: url('../img/index/bg-compare.jpg');
	background-repeat: repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
  text-shadow: 0 0 10px #4e3c14;
}
@media screen and ( min-width: 1025px ){
  .compare{
  	-webkit-background-size: cover;
  	background-size: cover;
  }
}
.compare .sec-title__en{
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and ( min-width: 768px ){
  .compare .sec-title__en{
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}

.compare .sec-subtitle{
  font-size: 1.2em;
}





/*------------------------------------------------------------
	.campaign
------------------------------------------------------------*/
.sec.campaign {
  padding-bottom: 0;
}
.campaign .sec-title__en {
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and (min-width: 768px){
  .campaign .sec-title__en {
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}
.campaign .sec-subtitle {
    font-weight: 900;
}
.campaign .dailycare-caution {
    text-align: center;
    font-size: 0.8rem;
}
.campaign .description {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 1025px){
  .campaign .description {
    margin: 100px 0 100px;
  }
}
@media screen and (min-width: 1025px){
  .campaign .campaign-regular-txt{
    font-size: 1.6666rem;
    line-height: 150%;
    margin: 50px 0;
  }
}


.campaign .description .thumbnail{
  order: 2;
  width: 130px;
}
@media screen and (min-width: 768px){
  .campaign .description .thumbnail{
    width: 55%;
  }
}

.campaign .description .sentence{
  order: 1;
  width: -webkit-calc( 100% - 130px );
  width: calc( 100% - 130px );
}
@media screen and (min-width: 768px){
  .campaign .description .sentence{
    width: 45%;
  }
}

.campaign .description .sentence .title {
  font-size: 1.4em;
  white-space: nowrap;
  line-height: 130%;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px){
  .campaign .description .sentence .title {
    font-size: 1.944rem;
  }
}

.campaign .description .sentence p {
    margin: 0;
    line-height: 150%;
    font-size: 0.9rem;
}
@media screen and (min-width: 1025px){
  .campaign .description .sentence p {
    font-size: 1.222rem;
    margin-bottom: 20px;
  }
}
.campaign .caution {
  border: 1px solid;
  padding: 10px 15px;
  font-size: 10px;
  margin-bottom: 80px;
}
@media screen and ( min-width: 768px ){
  .campaign .caution {
    font-size: 1rem;
  }
}
.campaign .caution .bigger{
  display: block;
}
.campaign .caution p {
    line-height: 150%;
    margin: 0;
}
.campaign .ticket p{
  margin: 10px 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
@media screen and (min-width: 1025px){
  .campaign .ticket p{
    margin: 25px 0;
  }
}


.campaign .small-line {
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px){
  .campaign .small-line {
    margin: 60px auto;
  }
}
.campaign .arrow-img{
  margin: 25px auto;
}



/*------------------------------------------------------------
	.voice
------------------------------------------------------------*/
.voice{
  background-image: url("../img/index/bg-voice.jpg");
  background-repeat: repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.voice .sec-title__en{
  /* width: 160px; */
}
@media screen and ( min-width: 1025px ){
  .voice{
    background-image: url("../img/index/bg-voice-xl.jpg");
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and ( min-width: 768px ){
  .voice .sec-title__en{
    /* width: 220px; */
  }
}

.voice-items{}


.voice-item {
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px 10px;
	margin-bottom: 70px;
  position: relative;
}
@media screen and ( min-width: 768px){
  .voice-item {
    padding: 20px 40px;
  }
}
.voice-item::after {
    display: block;
    content: '';
    top: 99%;
    top: -webkit-calc( 100% - 10px );
    top: calc( 100% - 10px );
    right: 0;
    width: 100px;
    height: 50px;
    position: absolute;
    -webkit-clip-path: polygon( 0px 0px , 70px 0px ,90px 50px );
    clip-path: polygon( 0px 0px , 70px 0px ,90px 50px );
    background: white;
}
.voice-item:nth-child(2n+0)::after {
    left: 0;
    -webkit-clip-path: polygon( 10px 50px , 30px 0px ,100px 0px );
    clip-path: polygon( 10px 50px , 30px 0px ,100px 0px );
}
.voice-item .rating {
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
  color: #0c374a;
}
@media screen and ( min-width: 1025px){
  .voice-item .rating {
    font-size: 3rem;
  }
}

.voice-item .title {
    font-size: 1.5em;
    margin: 10px 0 0;
}
@media screen and ( min-width: 768px){
  .voice-item .title{
    font-size: 1.2em;
  }
}

.voice-item .user {
    font-size: .875rem;
    text-align: center;
}


/*------------------------------------------------------------
	.achievement
------------------------------------------------------------*/
.achievement .sec-title__en{
  /* width: 274px; */
}
@media screen and ( min-width: 768px ){
  .achievement .sec-title__en{
    /* width: 430px; */
  }
}



/*------------------------------------------------------------
	.step3
------------------------------------------------------------*/
.step3{}
.step3 .sec-title__en{
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and ( min-width: 768px ){
  .step3 .sec-title__en{
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}
@media screen and ( min-width: 768px ){
  .step3 .sec-subtitle {
    font-size: 1rem;
    font-weight: 400;
    padding: 20px 0 40px;
  }
}

.step3 .list-head {
    font-size: 1.25rem;
}
@media screen and ( min-width: 768px ){
  .step3 .list-head {
    font-size: 1.4rem;
  }
}
.step3 .list-head .label{
  display: inline-block;
  padding: 2px 10px 0;
  margin-right: 15px;
  letter-spacing: 1px;
  color: #eeeeed;
  background-color: #8d7753;
  font-size: 0.75em;
  line-height: 200%;
  position: relative;
}
@media screen and ( min-width: 768px ){
  .step3 .list-head .label{
    padding: 2px 30px 0;
    margin-right: 35px;
  }
}


.step3 .list-head .label::after {
  display: block;
  content: '';
  position: absolute;
  left: 99%;
  top: 0;
  width: 10px;
  height: 100%;
  background: #8c7753;
  clip-path: polygon(0px 0px, 10px 0px, 0px 100%);
}

.step3 .list-head .title{
	display: inline-block;
  font-weight: 500;
}
@media screen and ( min-width: 1025px ){
  .step3 .list-head .title {
      font-size: 1.666rem;
  }
}
@media screen and ( min-width: 768px ){
  .step3-list {
      margin-bottom: 50px;
  }
}
.step3 .step3-list p{
	font-size: 0.9rem;
}




/*------------------------------------------------------------
	.faq
------------------------------------------------------------*/
.faq{}
.faq .sec-title__en{
  /* width: 120px; */
}
@media screen and ( min-width: 768px ){
  .faq .sec-title__en{
    /* width: 140px; */
  }
}
@media screen and ( min-width: 768px ){
  .faq .faq-lists .faq-list {
      margin-bottom: 40px;
  }
}
.faq .faq-lists .faq-list p{
	font-size: 0.9rem;
}
.faq .faq-lists .faq-list .txtsb{
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 35px;
  padding: 0 0 4px 30px;
  margin-bottom: 10px;
  background: url(../img/index/parts-faq-Q.png?1) no-repeat;
  -webkit-background-size: 26px;
  background-size: 26px;
  line-height: 120%;
  font-size: 1em;
}
@media screen and ( min-width: 768px ){
  .faq .faq-lists .faq-list .txtsb{
    min-height: 70px;
    padding: 0 0 4px 70px;
    -webkit-background-size: 50px;
    background-size: 50px;
  }
}
@media screen and ( min-width: 1025px ){
  .faq .faq-lists .faq-list .txtsb{
    font-size: 1.333rem;
  }
}


/*------------------------------------------------------------
	お問い合わせフォーム
------------------------------------------------------------*/

.entryform{
	/* background-color: #f5f5f5; */
}
.entryform .sec-title__en{
  height: -webkit-calc( 36px * 1.2);
  height: calc( 36px * 1.2);
}
@media screen and (min-width: 768px){
  .entryform .sec-title__en{
    height: -webkit-calc( 60px * 1.2);
    height: calc( 60px * 1.2);
  }
}

.entryform .sec-subtitle{
	font-size: 1.0em;
}


.mailForm {
	margin-bottom: 20px;
	padding: 24px 58px 41px 54px;
	box-shadow: 0 0 8px #DDD;
	background-color: #FFF;
	position: relative;
	behavior: url(js/pie.htc);
}

.mailForm .comTable {
	margin-bottom: 18px;
	width: 100%;
	border-collapse: collapse;
}

.mailForm .th,
.mailForm .td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.mailForm .th {
	padding: 27px 0 0 0;
	width: 23%;
	position: relative;
}

.mailForm .td {
	padding: 28px 0 0 27px;
}

.mailForm .th .text {
	padding: 0 50px 6px 0;
	display: block;
	color: #6c6c6c;
	font-size: 17px;
	border-bottom: 1px solid #DDD;
}

.mailForm .th .must {
	padding: 1px 3px 0;
	width: 38px;
	position: absolute;
	right: 1px;
	top: 28px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	background-color: #f00;
}

.mailForm .td .name,
.mailForm .td .kana,
.mailForm .td .tel,
.mailForm .td .email,
.mailForm .td .time_date,
.mailForm .td .other {
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background-color: #d2ffd6;
	border-radius: 10px;
	font-weight: bold;
}

.mailForm .td .time_date {
	margin-right: 17px;
	width: 234px;
}

.mailForm .td .radio {
	margin-right: 10px;
	color: #242424;
	font-size: 14px;
}

.mailForm .td select {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background-color: #d2ffd6;
	border-radius: 10px;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.mailForm .td .name,
	.mailForm .td .kana,
	.mailForm .td .tel,
	.mailForm .td .email,
	.mailForm .td .time_date,
	.mailForm .td .other{
		border-radius: 0;
	}
	.mailForm .td select{
		border-radius: 0;
	}
}

.mailForm .td .hope {
	width: 320px;
}

.mailForm .td .note {
	margin: 7px 0 0 3px;
	display: block;
	color: #6c6c6c;
	font-size: 13px;
}

.mailForm .td .other {
	padding: 10px;
	height: 140px;
	line-height: 1.5;
}

.mailForm .text02 {
	margin-bottom: 15px;
	color: #6c6c6c;
	font-size: 13px;
}

.mailForm .pBox {
	margin-bottom: 18px;
	padding: 16px 10px 0 20px;
	height: 165px;
	overflow-y: scroll;
	border: 1px solid #DDD;
  font-size: 0.8rem;
}

.mailForm .pBox .text {
	margin-bottom: 21px;
	color: #000;
	font-size: 13px;
}

.mailForm .text03 {
	margin-bottom: 13px;
	color: #6c6c6c;
	font-size: 13px;
	text-align: center;
}

.mailForm .agree {
	margin-bottom: 28px;
	color: #242424;
	font-size: 14px;
	text-align: center;
}

.mailForm .agree .checkBox {
	margin-top: -2px;
	vertical-align: middle;
}

.mailForm .submit {
	text-align: center;
}

.mailForm .submit li {
	display: inline;
}

.confirm .submit .retry {
	margin-right: 23px;
}

.mailForm .submit a,
.mailForm .submit .button {
	padding: 27px 0px 26px;
	min-width: 416px;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 29px;
	text-align: center;
	border: none;
	border-radius: 8px;
	background: #0083C9 url(../img/common/icon/icon07.gif) no-repeat 26px center;
	position: relative;
	behavior: url(js/pie.htc);
	box-sizing: border-box;
	-webkit-appearance: none;
}

.mailForm .submit a:hover,
.mailForm .submit .button:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.contactBox .listUl .text {
	padding-bottom: 3px;
	color: #3d3d3d;
	font-size: 14px;
}

/*------------------------------------------------------------
	confirm
------------------------------------------------------------*/
.confirm .comTable {
	margin-bottom: 40px;
}

.confirm .td {
	padding: 22px 0 5px 22px;
	color: #6c6c6c;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: middle;
}

.mailForm .tdStyle01 {
	padding-top: 2px;
}

/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks .mailForm {
	margin-bottom: 36px;
	padding: 70px 50px 80px;
}

.thanks .mailForm .title {
	margin-bottom: 35px;
	padding-bottom: 40px;
	text-align: center;
	border-bottom: 1px solid #A59778;
}

.thanks .thanksP {
	margin-bottom: 30px;
	color: #6c6c6c;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}

.thanks .submit {
	padding-top: 15px;
}

.thanks .submit a {
	width: 416px;
	min-width: inherit;
}

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

  .contactBox {
		/* padding: 21px 5px 15px; */
	}

	.contactBox .content {
		padding: 0;
		width: auto;
	}

	.contactBox .photoBox {
		display: none;
	}

	.contactBox .textBox {
		margin-top: 0;
		width: auto;
	}

	.contactBox .textBox .headLine {
		margin-bottom: 13px;
		padding-bottom: 14px;
		background: url(../img/index/contact_h2_bg.gif) repeat-x left bottom;
		background-size: 1px auto;
	}

	.contactBox .headLine img {
		margin: 0 auto;
		width: 272px;
	}

	.contactBox .textBox .text {
		margin: 0 6px 11px;
		font-size: 14px;
		line-height: 1.4;
	}

	.contactBox .step {
		margin-bottom: 8px;
		background-color: #A59778;
	}

	.contactBox .step img {
		margin: 0 auto;
		width: 310px;
	}

	.mailForm {
		margin-bottom: 16px;
		padding: 6px 0 27px;
		box-shadow: 0 0 4px #ddd;
	}

	.mailForm .comTable {
		margin-bottom: 10px;
	}

	.mailForm .th {
		padding: 16px 5px 0 0;
		width: 100%;
		display: inline-block;
	}

	.mailForm .td {
		padding: 4px 0 0;
		line-height: 1.2;
		vertical-align: top;
		width: 100%;
    display: inline-block;
	}

	.mailForm .th .text {
		padding: 0 5px 3px;
		float: none;
		display: inline-block;
		font-size: 14px;
		line-height: 1.1;
		border-bottom: none;
	}

	.mailForm .th .must {
		padding: 0;
		width: 38px;
		position: inherit;
		right: inherit;
		top: inherit;
		display: inline-block;
		font-size: 11px;
	}

	.mailForm .td .name,
	.mailForm .td .kana,
	.mailForm .td .tel,
	.mailForm .td .email,
	.mailForm .td .time_date,
	.mailForm .td select {
		height: 42px;
		line-height: 42px;
	}

	.mailForm .td .radio {
		font-size: 16px;
	}

	.mailForm .tdStyle02 {
		padding: 12px 0 0 20px;
	}

	.mailForm .tdStyle02 .radio {
		margin-bottom: 4px;
		display: inline-block;
	}

	.mailForm .td .hope {
		width: 100%;
	}

	.mailForm .td .time_date {
		margin-right: 2%;
		width: 51%;
		display: block;
		float: left;
	}

	.mailForm .td .time_hour {
		margin: 0;
		width: 47%;
	}

	.mailForm .td .note {
		margin: 4px 0 0 0;
		clear: both;
		font-size: 12px;
		line-height: 1.2;
	}

	.mailForm .td .other {
		width: 100%;
		height: 110px;
	}

	.mailForm .text02 {
		line-height: 1.2;
	}

	.mailForm .pBox {
		margin-bottom: 16px;
		padding: 10px 10px 0;
		height: 137px;
	}

	.mailForm .pBox .text {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 1.2;
	}

	.mailForm .text03 {
		margin-bottom: 19px;
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
	}

	.mailForm .agree {
		margin-bottom: 18px;
		font-size: 16px;
	}

	.mailForm .submit li {
		display: block;
    margin-bottom: 10px;
	}

	.confirm .submit .retry {
		margin: 0 0 20px;
	}

	.mailForm .submit a,
	.mailForm .submit .button {
		padding: 17px 10px 15px;
		min-width: 100%;
		font-size: 20px;
		box-sizing: border-box;
		border-radius: 3px;
		background-size: 14px auto;
		background-position: 18px center;
	}

	.confirm .retry .button {
		background: #0083C9 url(../img/common/icon/icon08.gif) no-repeat 18px center;
		background-size: 14px auto;
	}

	.contactBox .listUl .text {
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 1.2;
		word-break: break-all;
	}

	.mailForm .submit a:hover,
	.mailForm .submit .button:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	/*------------------------------------------------------------
		confirm
	------------------------------------------------------------*/
	.confirm .comTable {
		margin-bottom: 36px;
	}

	.confirm .td {
		color: #242424;
	}

	.confirm .tdStyle01 {
		padding-top: 12px;
	}

	/*------------------------------------------------------------
		thanks
	------------------------------------------------------------*/
	.thanks .mailForm {
		margin-bottom: 16px;
		padding: 43px 15px 20px;
	}

	.thanks .mailForm .title {
		margin-bottom: 17px;
		padding-bottom: 30px;
	}

	.thanks .title img {
		width: 178px;
	}

	.thanks .thanksP {
		margin-bottom: 26px;
		line-height: 1.6;
		color: #242424;
	}

	.thanks .submit {
		margin: 0 -5px;
	}

	.thanks .submit a {
		width: auto;
	}

}


/*------------------------------------------------------------
		salon
------------------------------------------------------------*/
.salon {
	/* padding: 20px 0 11px; */
}

.salon .headLine01 .sml {
	margin-top: 10px;
	padding-top: 9px;
	display: block;
	border-top: 3px solid #72848D;
}

.salon .areaList {
	margin-right: 0;
}
@media screen and (min-width: 768px){
  .salon .areaList {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
  }
}

.salon .area {
	margin: 0 0 5px;
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
@media screen and (min-width: 768px){
  .salon .area {
      width: 30%;
      margin:  0 1.6% 30px;
      background: white;
      box-sizing: border-box;
      padding: 10px;
  }
}
@media screen and (min-width: 1025px){
  .salon .area {
    width: 23%;
    margin: 0 1% 30px;
  }
}

.salon .sub_area,.salon .link {
    /*display: none;*/
}
@media screen and (min-width: 768px){
  .salon .sub_area,.salon .link {
      display: block;
  }
}
.salon .link .click_btn{
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  border: 3px solid #60C45E;
  text-decoration: none;
  background: url(../img/index/sec10_link_bg.gif) #21B61D repeat-x left bottom;
}
.salon .link .click_btn .ico {
  /* padding: 12px 10px 12px 41px; */
  padding: 12px 10px 12px 30px;
  font-size: 12px;
  display: block;
  background: url(../img/common/icon/icon05.png) no-repeat 10px center;
}

@media screen and (min-width: 768px){
  .salon .sub_area .area_ttl {
      border-left: 5px solid #ea4335;
      padding-left: 10px;
      font-size: 1rem;
  }
}



.salon .sp_link {
	/*display: block;*/
	display: none;
}
@media screen and (min-width: 768px){
  .salon .sp_link {
      display: none;
  }
}

.salon .sp_link .click_btn {
	padding: 5px 10px 6px 23px;
	position: relative;
	color: #FFF;
	font-size: 12px;
	display: block;
	border: 2px solid #60C45E;
	border-radius: 5px;
	background: -moz-linear-gradient(
	top,
	#21B71D 0%,
	#1B9818);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#21B71D),
	to(#1B9818));
}

.salon .sub_area .area_map iframe {
}
@media screen and (min-width: 768px){
  .salon .sub_area .area_map iframe {
      width: 100%;
  }
}
.salon .click_btn:before {
	width: 10px;
	height: 14px;
	margin-top: -7px;
	background: url(../img/common/icon/icon06.png) no-repeat;
	background-size: 10px 14px;
	position: absolute;
	top: 50%;
	left: 6px;
	content: "";
}

.salon .sp_link .ttl {
	margin-bottom: 1px;
	display: block;
	color: #ffff66;
	font-size: 18px;
}

.salon .link .click_btn:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.salon .readtxt {
  margin-bottom: 30px;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.gFooter {
    text-align: center;
    background: white;
    /* padding: 0 0 150px; */
}
@media screen and (max-width: 767px ){
  .gFooter {
      /* padding: 30px 0 50px; */
  }
}
.gFooter .fLogo{
  padding: 30px 0 0;
}
  .pageTop{
  width: 100px;
  float: right;
}

.gHeader01 {
    padding: 4px 0;
}
.gHeader01 .logo {
    text-align: center;
}


.gFooter .fInner {
  padding: 21px 0 20px;
  background: black;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}
.gFooter .fInner .logo {
  float: left;
  width: 173px;
  margin-right: 29px;
  margin-top: 5px;
}

.gFooter .fInner .fLink {
  width: 1000px;
  margin: 0 auto;
}

.gFooter .fInner .tel {
  float: left;
  width: 362px;
  margin-right: 30px;
  margin-top: 13px;
}

.gFooter .fInner .coution {
    color: white;
    font-size: 10px;
    max-width: 1000px;
    margin: 5px auto -5px;
}
@media screen and ( min-width: 1000px ){
  .gFooter .fInner .coution {
    font-size: 12px;
    margin: 0 auto;
    text-align: right;
  }
}
.gFooter .fInner .linkList {
  float: left;
}

.gFooter .fInner .cvbtn {
  width: 280px;
  float: left;
}
@media screen and (max-width: 768px){
  .gFooter .fInner .logo {
    width: auto;
    margin: 0 4px 0 10px;
    float: none;
  }

  .gFooter .fInner .tel {
    width: auto;
    margin: 0 5px;
    float: none;
  }

  .gFooter .fInner .cvbtn {
    width: auto;
    float: none;
    margin: 0 10px 0 0;
  }

  .gFooter .fInner .fLink {
    width: 100%;
    display: flex;
  }

  .gFooter .fInner .logo img {
    width: 90%;
  }

  .gFooter .fInner {
    padding: 14px 0;
    box-shadow: 0 -3px 0 rgba(100,100,100,.1);
  }
}




.r812-sttl {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}
@media screen and (min-width: 1025px){
	.r812-sttl {
    font-size: 1.55rem;
	}
}
.r812-sttl .inner{
	border-bottom: 1px solid;
}
.r812-borderline::after {
    display: block;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url('https://propia.co.jp/haircontact/gran/img/index/bg-line-pattern.png');
    background-size: 12px;
}
@media screen and (min-width: 1025px){
	.r812-borderline::after {
		height: 4px;
	}
}
.r812-r1-box1 {
	margin-top: 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px){
	.r812-r1-box1 .img {
		width: 49%;
		order: 2;
	}
	.r812-r1-box1 .txt {
		order: 1;
		width: 49%;
	}
}
@media screen and (min-width: 1025px){
	.r812-r1-box1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
.r812-r1-box2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  align-items: flex-end;
	justify-content: space-between;
}
@media screen and (min-width: 768px){
	.r812-r1-box2 .img {
		width: 49%;
		order: 1;
	}
	.r812-r1-box2 .txt {
		order: 2;
		width: 49%;
	}
	.r812-r1-box2 .txt p {
    margin: 10px 20px;
	}
}
.r812-r2-box1::after,
.r812-r2-box2::after{
	display: block;
	content: '';
	clear: both;
}
.r812-r2-box1 .img {
    width: 45%;
    float: left;
}
@media screen and ( min-width: 375px ){
	.r812-r2-box1 .img {
	    width: 50%;
	}
}
.r812-r2-box1 .img img {
    width: 150%;
    display: block;
    max-width: none;
}
@media screen and ( min-width: 768px ){
	.r812-r2-box1 .img img {
    width: 120%;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box1 .img img {
    width: 102%;
	}
}
.r812-r2-box1 .r812-sttl {
    font-size: 1.1rem;
    position: relative;
    top: 80px;
}
@media screen and ( min-width: 375px ){
	.r812-r2-box1 .r812-sttl {
	    top: 100px;
	}
}
@media screen and ( min-width: 414px ){
	.r812-r2-box1 .r812-sttl {
	    top: 120px;
	}
}
@media screen and ( min-width: 768px ){
	.r812-r2-box1 .r812-sttl {
    top: 50px;
	}
	.r812-r2-box1 .r812-sttl .inner {
    position: relative;
    left: 40px;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box1 .r812-sttl {
		font-size: 1.4rem;
    top: 50px;
	}
	.r812-r2-box1 .r812-sttl .inner {
    left: -10px;
	}
}




@media screen and ( min-width: 768px ){
	.r812-r2-box2 {
    margin-top: -70px;
    position: relative;
    z-index: 10;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box2 {
    margin-top: -150px;
	}
}

.r812-r2-box2 .img {
    width: 45%;
    float: right;
}
@media screen and ( min-width: 375px ){
	.r812-r2-box2 .img {
		width: 50%;
	}
}

.r812-r2-box2 .img img {
    width: 150%;
    display: block;
    max-width: none;
    margin-left: -50%;
}
@media screen and ( min-width: 768px ){
	.r812-r2-box2 .img img {
    width: 120%;
		margin-left: -20%;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box2 .img img {
    width: 102%;
		margin-left: -2%;
	}
}

.r812-r2-box2 .r812-sttl {
    font-size: 1.1rem;
    position: relative;
    top: 50px;
    text-align: right;
    right: 50px;
}
@media screen and ( min-width: 375px ){
	.r812-r2-box2 .r812-sttl {
    top: 80px;
	}
}
@media screen and ( min-width: 1025px ){
	.r812-r2-box2 .r812-sttl {
    font-size: 1.4rem;
		top: 30px;
	}
	.r812-r2-box2 .r812-sttl .inner {
		position: relative;
		left: 60px;
	}
}
.r812-r3-box2 {
	position: relative;
}
.r812-r3-box2 .txt{
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
}
@media screen and ( min-width: 768px ){
	.r812-r3-box2 .txt{
		bottom:auto;
		top: 80%;
		font-size: 1rem;
	}
}
.r812-r3-box2 .txt p{
	margin: 0;
}

@media screen and ( min-width: 768px ){
	.r812-r3-box1{
		position: relative;
	}
	.r812-r3-box1 .txt {
	    position: relative;
	    z-index: 2;
	    width: 60%;
			width: 60%;
	    padding: 30px 0 30px;
	}
	.r812-r3-box1 .img{
		position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
		width: 49%;
	}
	.r812-r3-box1-desc{
		margin-right: 100px;
	}

	.r812-r3-box2 {
    width: 50%;
	}

	.r812-r3-box3{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		margin-top: 70px;
	}
	.r812-r3-box3 .img{
		width: 50%;
		order: 1;
	}
	.r812-r3-box3 .txt{
		width: 50%;
		order: 2;
	}


	.r812-r3-box3 .txt p {
	    width: 110%;
	    margin-left: -10%;
	}
}
@media screen and ( min-width: 1025px){
	.r812-r4 .txt {
    width: 65%;
    margin-bottom: -50px;
	}
}

@media screen and (min-width: 768px){
	.ba-case {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
		-ms-align-items: center;
		align-items: center;
	}
}
.beforeafter .hukidashi {
    background-image: url("https://propia.co.jp/haircontact/gran/img/index/bg-ba-hukidashi.png");
    background-size: 100% 100%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
    min-height: 150px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 10px 10px 25px;
}
@media screen and (min-width: 768px){
	.beforeafter .hukidashi {
		padding: 10px 30px 25px;
		width: 75%;
	}
	.beforeafter .hito {
		width: 25%;
	}
}
@media screen and (min-width: 1025px){
	.beforeafter .hukidashi {
    padding: 50px 30px 50px;
	}
}
.beforeafter .caseicon {
    display: block;
    width: 75px;
    margin-top: -20px;
}
@media screen and (min-width: 1025px){
	.beforeafter .caseicon {
		width: 120px;
    margin-top: -60px;
	}
}
.beforeafter .sec-subtitle{
	font-size: 1.2rem;
}
@media screen and (min-width: 1025px){
	.beforeafter .sec-subtitle {
    font-size: 1.5rem;
	}
}
.r812-ba-box {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px){
	.r812-ba-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
		-ms-align-items: center;
		align-items: center;
		margin-top: 15px;
	}
	.r812-ba-box .img{
		width: 50%;
	}
	.r812-ba-box .txt{
		width: 50%;
	}
}
@media screen and (min-width: 1025px){
	.r812-ba-box .img{
		width: 55%;
	}
	.r812-ba-box .txt{
		width: 45%;
		padding: 0 20px;
    box-sizing: border-box;
	}
}

.sec.campaign.campaign812{
	padding-bottom: 50px;
}
.campaign812 .sec-subtitle .small {
    font-size: 1rem;
}
.campaign812 .bigger{
	font-size: 1.2rem;
	font-weight: 700;
}
@media screen and ( min-width: 1000px ){
	.campaign812 .bigger {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 50px 0 70px;
	}
}
.r812-cp-box {
    margin-bottom: 50px;
}
@media screen and ( min-width: 768px ) and ( max-width: 999px ){
	.r812-cp-box {
    width: 90%;
    margin: 0 auto 50px;
	}
}

.r812-cp-label {
    background: #907952;
    padding: 10px 20px;
    width: 220px;
    margin: 0 auto 15px;
}
@media screen and ( min-width: 768px ){
	.r812-cp-label {
    width: 400px;
    text-align: center;
	}
}
@media screen and ( min-width: 1000px ){
	.r812-cp-label {
    width: 500px;
    box-sizing: border-box;
	}
	.r812-cp-box2 .r812-cp-label ,
	.r812-cp-box3 .r812-cp-label {
    width: 100%;
	}
}
.r812-cp-box1 .box1-voice {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
		-ms-align-items: center;
		align-items: center;
}
@media screen and ( min-width: 1000px ){
	.r812-cp-box1 .box1-voice {
    width: 900px;
		margin: 0 auto;
	}
}

.r812-cp-box1 .txt1 {
    font-weight: 700;
}
@media screen and ( min-width: 1000px ){
	.r812-cp-box1 .txt1 {
    font-size: 1.2rem;
	}
}

.box1-voice .hito{
	width: 25%;
}
.box1-voice .hukidashi{
	width: 75%;
	background-image: url("https://propia.co.jp/haircontact/gran/img/index/bg-cp-hukidashi.png");
	background-size: 100% 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 10px 0 25px;
	justify-content: center;
}
@media screen and ( min-width: 768px ){
	.box1-voice .hukidashi{
		height: 130px;
		-ms-align-items: center;
		align-items: center;
    font-size: 1.2rem;
	}
}
@media screen and ( min-width: 1000px ){
	.box1-voice .hukidashi{
		height: 160px;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
	}
}

.r812-cp-box .coution{
	font-size: 0.8rem;
}
.r812-cp-box .midashi {
    font-size: 1rem;
    line-height: 2rem;
}

@media screen and ( min-width: 1000px ){
	.r812-cp-box.r812-cp-box2 {
	  float: left;
	  width: 49%;
	}
	.r812-cp-box.r812-cp-box2 .sec-subtitle {
	 font-weight: 700;
	 font-size: 1.3rem;
	}
	.r812-cp-box.r812-cp-box3 {
	  float: right;
	  width: 49%;
	}
	.r812-cp-box.r812-cp-box3 .sec-subtitle {
	 font-weight: 700;
	 font-size: 1.3rem;
	}
	.campaign812 .sec-inner::after {
	  display: block;
	  content: '';
	  clear: both;
	}
}

/* 20190408追加*/
.gFooter .fInner .cvbtn{
	margin-top: 8px;
}
.gFooter .fInner .cvbtn a{
	background: rgb(144,200,0);
	background: -moz-linear-gradient(top, rgb(144,200,0) 1%, rgb(93,171,0) 52%, rgb(24,127,0) 100%);
	background: -webkit-linear-gradient(top, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	background: linear-gradient(to bottom, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c800', endColorstr='#187f00',GradientType=0 );
	border-radius: 15px;
    border: 2px solid #13a840;
	display: block;
	color: #fff;
	position: relative;
}
.gFooter .fInner .cvbtn a:hover{
	text-decoration: none;
}
.gFooter .fInner .cvbtn a:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}	

.gFooter .fInner .cvbtn p{
	line-height: 1.4;
	font-size: 0.85rem;
	text-shadow: 0 0 15px #000;
	margin: 10px 0 15px;
}
.gFooter .fInner .cvbtn p span{
	font-size: 1.25rem;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.gFooter .fInner .fLink.sp{
		width: 94%;
	}
	.gFooter .fInner .cvbtn.tel img{
		width: 3.5rem;
		margin-left: -15px;
	}
	.gFooter .fInner .cvbtn.tel a{
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgb(255,181,0);
		background: -moz-linear-gradient(top, rgb(255,181,0) 1%, rgb(255,149,0) 52%, rgb(255,115,0) 100%);
		background: -webkit-linear-gradient(top, rgb(255,181,0) 1%,rgb(255,149,0) 52%,rgb(255,115,0) 100%);
		background: linear-gradient(to bottom, rgb(255,181,0) 1%,rgb(255,149,0) 52%,rgb(255,115,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb500', endColorstr='#ff7300',GradientType=0 );
		border: 2px solid #f39800;
		height: 60px;
	}
	.gFooter .fInner .cvbtn.tel{
		width: 20%;
		min-width: 70px;
		margin: 0 3% 0 0;
	}
	.gFooter .fInner .cvbtn{
		width: 77%;
		margin: 0;
	}
}


/* 20190422追加（バナー設置）*/
.bannerArea{
	text-align: center;
}
.bannerArea img{
	width: 100%;
}


/*20190510追加（フォーム改修）*/
#form .backstretch{
	display: none;
}
.salon .link .click_btn {
    display: none;
}
.mailForm .td{
	position: relative;
}
a.salonLink{
	background: rgb(144,200,0);
	background: -moz-linear-gradient(top, rgb(144,200,0) 1%, rgb(93,171,0) 52%, rgb(24,127,0) 100%);
	background: -webkit-linear-gradient(top, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	background: linear-gradient(to bottom, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c800', endColorstr='#187f00',GradientType=0 );
	border-radius: 1rem;
    border: 2px solid #13a840;
	display: block;
	color: #fff;
	text-align: center;
    width: 8rem;
    font-size: 0.75rem;
    padding: 4px 0;
    position: absolute;
    margin: 30px auto 0;
    top: -2px;
    right: 0;
}
.formBack a {
	background: rgb(144,200,0);
	background: -moz-linear-gradient(top, rgb(144,200,0) 1%, rgb(93,171,0) 52%, rgb(24,127,0) 100%);
	background: -webkit-linear-gradient(top, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	background: linear-gradient(to bottom, rgb(144,200,0) 1%,rgb(93,171,0) 52%,rgb(24,127,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c800', endColorstr='#187f00',GradientType=0 );
	border-radius: 1rem;
    border: 2px solid #13a840;
	display: block;
	color: #fff;
	text-align: center;
    width: 14rem;
    font-size: 0.85rem;
	padding: 5px 0;
	position: relative;
	margin: 30px auto 0;
}
.formBack a:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
	transform: rotate(315deg);
}
@media screen and (max-width: 768px){
  a.salonLink{
  	  position: unset;
      margin: 10px 0 0;
  }	
  .formBack a{
	  width: 80%;
	  font-size: 1.2rem;
  }
  .salon .area {
      width: 100%;
	  margin-bottom: 30px;
      background: white;
      box-sizing: border-box;
      padding: 10px;
  }
  .salon .sub_area .area_ttl {
      border-left: 5px solid #ea4335;
      padding-left: 10px;
      font-size: 1rem;
  }
  .salon .sub_area .area_map {
      width: 100%;
  }
  .salon .sub_area .area_map iframe{
      width: 100% !important;
  }
  .salon .sub_area .area_map img{
      width: 100% !important;
  }	
}

/*20190612追加*/

@media screen and (max-width: 768px){
	.questionnaire h2 img.sec-title__en{width: 277px;}
	.future h2 img.sec-title__en{width: 180px;}
	.merit h2 img.sec-title__en{width: 270px;}
	.update h2 img.sec-title__en{width: 134px;}
	.reason h2 img.sec-title__en{width: 190px;}
	.beforeafter h2 img.sec-title__en{width: 280px;}
	.voice h2 img.sec-title__en{width: 126px;}
	.achievement h2 img.sec-title__en{width: 310px;}
	.faq h2 img.sec-title__en{width: 92px;}
	.salon h2 img.sec-title__en{width: 136px;}
}




span.error-message.error-pc.error{
	display: inline-block;
	position: absolute;
	top: 8px;
}
span.error-message.error-sp.error{
	display: none;
}
@media screen and (max-width: 768px){
	span.error-message.error-pc.error{
		display: none;
	}
	span.error-message.error-sp.error{
		display: inline-block;
	}
}

span.error-message{
    background-color: #ff3636;
    padding: 0px 3px;
    margin-left: 5px;
    position: inherit;
    right: inherit;
    top: inherit;
    display: none;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;	
}
span.error-message-agree{
	display: none;
	color: #ff3636;
	font-weight: bold;
}
span.error-message-agree.error{
	display: block;
}


.mailForm .td .name.error,
.mailForm .td .kana.error,
.mailForm .td .tel.error,
.mailForm .td .email.error,
.mailForm .td .time_date.error,
.mailForm .td .other.error,
.mailForm .td .time_hour.error,
.mailForm .td .hope.error
 {
	background-color: #ffd6d8;
}


.mailForm.confirm .th .must{
	background-color: #6C6C6C;
}

@media screen and (max-width: 768px){
	.mailForm.confirm {
		padding: 6px 10px 27px;
	}
	.mailForm.confirm th{
		width: 85%;
		border-bottom: 1px solid #c3c3c3;
		padding-bottom: 3px;
	}
	.mailForm.confirm .td {
		padding: 6px 13px 0;
	}
}

.sec.phone{
	padding: 10px 0 25px;
	text-align:center;
}
.sec.phone div{
	color:#fff;
	font-size:28px;
	margin:5px auto;
	width:100%;
}

@media screen and (max-width: 540px){
	.sec.phone div{
		font-size:20px;
	}
}
</pre></body></html>