@charset "UTF-8";

/* @font-face {
  font-family: 'Hiragino Mincho Pro W3', 'Hiragino Mincho Pro', serif;
  src: url('path/to/HiraginoMinchoPro-W3.otf') format('opentype');
} */

body {
    font-size: 20px;
    color: #62543f;   
    font-family: "hiragino-mincho-pron", sans-serif;
    /* font-family: 'Avenir Next', sans-serif; */
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
}

html {
  font-size: 20px;
}

img {
    max-width: 100%;
}

p {
    font-size: 0.8rem; /* 16px */
    line-height: 1.5;
}

h2 {
    font-size: 1.2rem; /* 24px */
    line-height: 1.5;
}

.btn-sec {
  text-align: center;
}

.btn-sec .micro {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.btn-sec .micro::before {
  content:"";
  display:inline-block;
  width:1px;
  height:24px;
  background-color:#62543f;
  position:absolute;
  top: 8px;
  left: -12px;
  transform: rotate(-45deg);
}

.btn-sec .micro::after {
  content:"";
  display:inline-block;
  width:1px;
  height:24px;
  background-color:#62543f;
  position:absolute;
  top: 8px;
  right: -12px;
  transform: rotate(45deg);
}

.btn {
  max-width: 650px;
  width: 100%;
  height: 128px;
  background: linear-gradient(90deg, #00aa01, #00aa01e6);
  border-radius: 20px;
  box-shadow: inset 0px -6px 0px #00000066;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  position: relative;
}


/*キラッと光る*/
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
	animation: shine 1.5s infinite;
    will-change: left;
}

@keyframes shine {
	0% {
		transform: translateX(-100%) skewX(-25deg);
	}
	100% {
		transform: translateX(300%) skewX(-25deg);
	}
}

.btn p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  /* padding-left: 40px; */
}

.btn .circle {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 38px;
  right: 30px;
}

.btn .triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #00aa01;
}

.btn-sec .delete {
  font-size: 0.6rem;
}





.SP-only {
  display: none;
}

.PC-only {
  display: block;
}



header {
  max-width: 750px;
  width: 100%;
  height: 140px;
  background-color: #7e9f95;
  margin: 0 auto;
}

.header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-inner h1 {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

h1 .thoughts {
  font-size: 30px;
}

h1 .salonOwner {
  font-size: 45px;
  font-weight: bold;
}

header .triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #7e9f95;
  margin: 0 auto;
}

/* メインビジュアル */
.mainvisual {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.mainvisual .inner {
  position: relative;
}

.mainvisual .catchcopy {
  padding-top: 60px;
  padding-left: 20px;
}

.mainvisual .catchcopy p {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
}

.mainvisual .catchcopy .underLine {
  width: 45%;
  margin-bottom: 10px;
}

.mainvisual h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.mainvisual h3 strong {
  font-size: 48px;
  -webkit-text-stroke: 1px #62543f;
  letter-spacing: 2px;
  padding-left: 6px;
}

.mainvisual h3 .stretch {
  font-size: 32px;
  -webkit-text-stroke: 0.5px #62543f;
}

.mainvisual h3 strong span {
  font-size: 52px;
  font-family: ltc-bodoni-175, serif;
  font-style: italic;
}

.mainvisual .maincopy {
  position: relative;
  padding-bottom: 50px;
}

.mainvisual h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

.mainvisual h2 span {
  font-size: 40px;
  -webkit-text-stroke: 1px #62543f;
  background-image: linear-gradient(transparent 70%, #f2e2e4 70%);
  background-size: 100% 40px;
  background-repeat: no-repeat;
  background-position: 0 20%;
  padding: 0 5px;
}

.mainvisual h2 .smell {
  font-size: 80px;
  color: #cc7d77;
  padding: 6px 20px 6px 30px;
  position: relative;
}

.mainvisual h2 .smell::before {
  content: " ";
  width: 30px;
  height: 40px;
  color: #62543f;
  border-left: solid 3px;
  border-top: solid 3px;
  position: absolute;
  top: 10px;
  left: 0;
}

.mainvisual h2 .smell::after {
  content: " ";
  width: 30px;
  height: 40px;
  color: #62543f;
  border-right: solid 3px;
  border-bottom: solid 3px;
  position: absolute;
  bottom: 6px;
  right: -6px;
}

.mainvisual h2 .copytext {
  display: block;
  font-size: 32px;
  color: #62543f;
  margin-top: -20px;
  line-height: 1.2;
}

.maincopy .whiteCircle {
  width: 400px;
  position: absolute;
  top: -20%;
  right: 20%;
  z-index: -1;
}

.mainvisual .inner .mainPhoto  {
  height: 595px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

/* サポート */
.support {
  max-width: 750px;
  width: 100%;
  background-color: #e2ece2;
  padding: 20px;
  margin: 0 auto;
}

.support h3 {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

.support h3 .back {
  color: #fff;
  font-weight: bold;
  background-color: #9cb4a4;
  padding: 4px 10px;
}

.support .note {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 24px;
}

.support .note span {
  -webkit-text-stroke: 0.5px;
  font-weight: bold;
}

/* お悩み */
.solution {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.worry {
  width: 100%;
  height: 640px;
  background-image: url(img/worries_background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
}

.worry h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 3px 10px #000;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}

.worry ul {
  padding-left: 10%;
  position: relative;
  z-index: 1;
}

.worry li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}

.worry li p {
  font-size: 24px;
  border-bottom: 1px dotted #62543f;
  padding: 0 10px;
}

.worry .worryPerson {
  width: 290px;
  position: absolute;
  top: 10%;
  right: 0;
}


/* 講座案内 */
.guide {
  background-image: url(img/guide_background.png);
  padding: 130px 20px 20px;
  margin-top: -105px;
}

.guide h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.guide h3 span {
  font-size: 50px;
}

.guide h3 strong {
  font-size: 40px;
  font-weight: 600;
  color: #cc7d77;
}

.guide table {
  width: 100%;
  margin-bottom: 30px;
}

.guide tbody {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.guide tr {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 8px 0px #333333b3;
}

.guide tr th {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.guide tr td {
  width: 100%;
  height: 180px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9cb4a4;
}

.guide h4 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}

.guide h4 strong {
  font-size: 40px;
  font-weight: 600;
}

.guide h4 span {
  font-family: ltc-bodoni-175, serif;
  font-style: italic;
}


/* 嗅覚反応分析について */
.about {
  max-width: 750px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background-image: url(img/whatAroma_background.png);
}

.about .title {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 46px;
  padding: 10px 0;
  border-top: 3px solid #62543f;
  border-bottom: 3px solid #62543f;
  position: relative;
}

.about .title::before {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-top: 1px solid #62543f;
  position: absolute;
  top: -10px;
}

.about .title::after {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #62543f;
  position: absolute;
  bottom: -10px;
}

.about h3 {
  font-size: 20px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.about h3::before {
  content:"";
  display:inline-block;
  width:1px;
  height:25px;
  background-color:#62543f;
  position:absolute;
  top: 0;
  left: -20px;
  transform: rotate(-90deg);
}

.about h3::after {
  content:"";
  display:inline-block;
  width:1px;
  height:25px;
  background-color:#62543f;
  position:absolute;
  top: 0;
  right: -20px;
  transform: rotate(90deg);
}

.about .vision {
  width: 100%;
  height: auto;
  background-image: url(img/whatAroma_backgroundTwo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px;
  margin-bottom: 12px;
}

.about .vision h4 {
  font-size: 16px;
  margin-bottom: 30px;
}

.about .vision h4 strong,
.about .vision .note strong {
  font-weight: 600;
}

.about .vision h4 strong span,
.about .vision .note strong span {
  background-image: linear-gradient(transparent 70%, #f2e2e4 70%);
}

.about .vision img {
  display: block;
  width: 75%;
  height: auto;
  margin:20px auto;
}

.about .vision ul {
  padding-left: 20px;
  margin: 20px 0;
}

.about .vision li {
  font-size: 16px;
  margin-bottom: 8px;
}

.about .vision .note {
  margin-bottom: 30px;
}

.about .vision .note .small {
  font-size: 12px;
}

.about .patent {
  font-size: 14px;
}

/* 嗅覚反応分析の３つのメリット */
.merit {
  max-width: 750px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background-image: url(img/merit_background.png);
}

.merit h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.merit h2 span {
  color: #cc7d77;
  margin-left: -6px;
}

.merit h2 strong {
  font-size: 40px;
  color: #cc7d77;
  font-family: ltc-bodoni-175, serif;
  font-style: italic;
  margin-left: 5px;
  position: relative;
}

.merit .ashirai {
  width: 18px;
  height: auto;
  position: absolute;
  top: -6px;
  left: 115%;
  transform: translateX(-50%);
}

.merit li {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 3px 8px 0px #333333b3;
}

.merit li:last-child {
  margin-bottom: 0;
}

.merit li .photo {
  position: relative;
}

.merit li .photo .text {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.merit li .point {
  display: inline-block;
  font-family: 'Avenir Next', sans-serif;
  color: #fff;
  font-weight: 600;
  background-color: #9cb4a4;
  padding: 5px 10px 5px 20px;
  margin-bottom: 8px;
}

.merit li .photo .meritOne,
.merit li .photo .meritTwo,
.merit li .photo .meritThree {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px #608071;
  background-color: #608071e6;
  padding: 5px 10px 5px 30px;
  margin-bottom: 8px;
  width: fit-content;
}

.merit li .photo .meritThree {
  margin-bottom: 0;
}

.merit li .photo .number {
  /* font-family: 'Avenir Next', sans-serif; */
  font-family: ltc-bodoni-175, serif;
  font-size: 96px;
  color: #fff;
  position: absolute;
  bottom: -45px;
  right: 0;
} 

.merit .content .photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.merit .content-one .photo {
  background-image: url(img/meritOne.png);
}

.merit .content-two .photo {
  background-image: url(img/meritTwo.png);
}

.merit .content-three .photo {
  background-image: url(img/meritThree.png);
}

.merit li .noteBox {
  width: 100%;
  height: auto;
  padding: 50px 20px 20px;
  background-color: #fff;
}

.merit li .noteBox p {
  margin-bottom: 30px;
}

.merit li .noteBox .lastnote {
  margin-bottom: 0;
}

.merit li .noteBox p strong {
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, #f2e2e4 70%);
  background-repeat: no-repeat;
  background-position: 0 20%;
}


/* 嗅覚反応分析を行うときの流れ */
.flow {
  max-width: 750px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background-color: #e2ece2;
}

.flow .title {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 46px;
  padding: 10px 0;
  border-top: 3px solid #62543f;
  border-bottom: 3px solid #62543f;
  position: relative;
}

.flow .title::before {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-top: 1px solid #62543f;
  position: absolute;
  top: -10px;
}

.flow .title::after {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #62543f;
  position: absolute;
  bottom: -10px;
}

.flow h2 {
  font-size: 1.6rem;
  text-align: center;
}

.flow .note {
  text-align: left;
}

.flow ul {
  scale: 0.9;
  margin-top: -10px;
}

.flow li {
  width: 100%;
  height: 180px;
  background-color: #fff;
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.flow li::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.flow li:last-child:before {
  display: none;
}

.flow .box-flow {
  position: relative;
}

.flow .no {
  font-size: 64px;
  font-family: ltc-bodoni-175, serif;
  font-weight: 600;
  color: #fff;
  width: 52px;
  height: 180px;
  padding-left: 15px;
  background-color: #7e9f95;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.flow .triangle {
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 30px solid #7e9f95;
  position: absolute;
  top: 0;
  left: 51px;
}

.flow .method {
  font-size: 20px;
  width: 50%;
  text-align: left;
}

.flow li img {
  width: 90px;
  height: auto;
  margin-right: 30px;
}

.flow .note strong {
  font-weight: 600;
}

.flow .lastnote {
  margin-top: -50px;
}


.step {
  max-width: 750px;
  width: 100%;
  padding: 80px 30px 30px;
  margin: 0 auto;
  background-image: url(img/guide_background.png);
}

.step .title {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.step h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

.step h2 strong {
  font-size: 32px;
  color: #cc7d77;
}

.step .en {
  font-family: 'Avenir Next', sans-serif;
}

.step .check {
  display: block;
  width: 100px;
  height: auto;
  position: absolute;
  top: -40px;
  left: -95px;
}

.step ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.step ul li {
  width: 200px;
  height: 250px;
}

.step .box-step {
  width: 100%;
  height: 185px;
  padding: 25px 0;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px #333333b3;
  border: 2px solid #7e9f95;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.step .box-step::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #7e9f95;
  position: absolute;
  top: 80px;
  right: -20px;
}

.step .box-stepL::before {
  display: none;
}

.step .box-step img {
  width: 80px;
  height: 82px;
  object-fit: contain;
}

.step .box-step p {
  text-align: center;
}

.step li .count {
  font-size: 24px;
  font-weight: 600;
  color: #9cb4a4;
  text-align: center;
}

.step li .en {
  font-size: 18px;
  font-weight: 600;
}

.step li .change {
  color: #cc7d77;
}

.step .contact {
  font-size: 14px;
  text-align: left;
}

.step .btn-sec {
  margin-top: 40px;
}


/* オススメの3つの理由 */
.reason {
  max-width: 750px;
  width: 100%;
  padding: 30px 30px 20px;
  margin: 0 auto;
  background-image: url(img/reason_background.png);
}

.reason .title {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 46px;
  padding: 10px 0;
  border-top: 3px solid #62543f;
  border-bottom: 3px solid #62543f;
  position: relative;
}

.reason .title::before {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-top: 1px solid #62543f;
  position: absolute;
  top: -10px;
}

.reason .title::after {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #62543f;
  position: absolute;
  bottom: 8px;
}

.reason h2 {
  font-size: 1.6rem;
  text-align: center;
}

.reason h2 strong {
  font-size: 32px;
  color: #cc7d77;
}

.reason h2 span {
  font-size: 40px;
  font-family: ltc-bodoni-175, serif;
  font-style: italic;
}

.reason li {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px #333333b3;
  margin-bottom: 40px;
}

.reason .subTitle {
  padding-top: 40px;
  padding-bottom: 30px;
}

.reason .box-reason {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 50px;
  gap: 50px;
}

.reason .point {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 0px 36px;
  background-color: #7e9f95;
}

.reason h3 {
  font-size: 32px;
  color: #9cb4a4;
  font-weight: 600;
  padding-left: 12px;
}

.reason .en {
  font-family: 'Avenir Next', sans-serif;
  font-size: 20px;
  margin-right: 10px;
}

.reason img {
  width: 200px;
  height: 425px;
}

.reason .text p {
  font-size: 20px;
  padding-bottom: 30px;
}

.reason .text p strong {
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, #f2e2e4 70%);
  background-repeat: no-repeat;
}

.reason .text ul {
  padding-left: 10px;
  padding-bottom: 20px;
}

.reason .text li {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: none;
  margin-bottom: 10px;
}


.course {
  max-width: 750px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background-color: #e2ece2;
}

.course .title {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 46px;
  padding: 10px 0 20px;
  border-top: 3px solid #62543f;
  border-bottom: 3px solid #62543f;
  position: relative;
}

.course .title::before {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-top: 1px solid #62543f;
  position: absolute;
  top: -10px;
}

.course .title::after {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #62543f;
  position: absolute;
  bottom: 8px;
}

.course h2 {
  font-size: 1.6rem;
}

.course table {
  margin: 30px 0;
}

.course tr {
  width: 100%;
}

.course .toplabel {
  font-size: 1.2em;
  color: #fff;
}

.course .toplabel th,
.course .toplabel td {
  padding: 12px 0;
  text-align: center;
  background-color: #9cb4a4;
}

.course tr th {
  font-weight: normal;
  width: 34%;
  border: 8px solid #e2ece2;
  background-color: #fff;
  padding: 30px 20px 40px;
}

.course tr td {
  width: 66%;
  border: 8px solid #e2ece2;
  background-color: #fff;
  padding: 30px 20px 40px;
  line-height: 1.5;
}

.course p {
  max-width: 550px;
  font-size: 20px;
  margin: 0 auto;
}

.course .attention {
  font-size: 0.7em;
}



.voice {
  max-width: 750px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background-image: url(img/voice_background.png);
}

.voice .title {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 46px;
  padding: 10px 0 20px;
  border-top: 3px solid #62543f;
  border-bottom: 3px solid #62543f;
  position: relative;
}

.voice .title::before {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-top: 1px solid #62543f;
  position: absolute;
  top: -10px;
}

.voice .title::after {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #62543f;
  position: absolute;
  bottom: 8px;
}

.voice h2 {
  font-size: 1.6rem;
}

.voice .note {
  max-width: 550px;
  font-size: 20px;
  margin: 0 auto;
  letter-spacing: -1px;
}

.voice ul {
  margin-top: 40px;
}

.voice ul li {
  width: 90%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px #333333b3;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
}

.voice ul li:last-child {
  margin-bottom: 0;
}

.voice .point {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 0px 20px;
  background-color: #94bfba;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.voice .point .en {
  font-size: 16px;
}

.voice h3 {
  font-size: 24px;
  color: #cc7d77;
  font-weight: bold;
  padding: 30px;
}

.voice .text {
  width: 70%;
  border-top: 1px solid #62543f;
}

.voice .text p {
  padding: 15px 30px;
}

.voice .text p strong {
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, #f2e2e4 70%);
  background-repeat: no-repeat;
}

.voice .text .who {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  margin-left: 30px;
  margin-bottom: 30px;
  background-color: #62543f;
}

.voice li img {
  width: 20%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}



.profile {
  max-width: 750px;
  width: 100%;
  padding: 30px 30px 20px;
  margin: 0 auto;
  background-image: url(img/profile_background.png);
}

.profile .inner {
  margin: 0 auto;
}

.profile .title {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 46px;
  padding: 10px 0 20px;
  border-top: 3px solid #62543f;
  border-bottom: 3px solid #62543f;
  position: relative;
}

.profile .title::before {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-top: 1px solid #62543f;
  position: absolute;
  top: -10px;
}

.profile .title::after {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #62543f;
  position: absolute;
  bottom: 8px;
}

.profile h2 {
  font-size: 1.6rem;
}

.profile img {
  display: block;
  width: 410px;
  height: auto;
  margin: 0 auto;
}

.profile .top {
  font-size: 14px;
  text-align: center;
}

.profile .name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.profile .qualification {
  text-align: center;
  margin-top: 30px;
}

.profile .line {
  max-width: 600px;
  width: 100%;
  height: 1px;
  background-color: #62543f;
  margin: 16px auto;
}

.profile .publish {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

.profile ul {
  padding-left: 20px;
  margin: 16px 0 24px;
}

.profile ul li {
  list-style: square;
  margin-bottom: 16px;
}

.profile ul li span {
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, #f2e2e4 70%);
}

.biography {
  max-width: 480px;
  width: 100%;
  height: 480px;
  background-image: url(img/profile_ryakureki.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  padding: 50px;
  margin: 40px auto;
  position: relative;
}

.biography .label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background-color: #7e9f95;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 30px;
}

.biography .note {
  margin-bottom: 30px;
}

.profile .lead {
  max-width: 650px;
  margin: 0 auto;
}

.profile .lead p {
  margin: 0 20px 30px;
}

.profile .lead p strong {
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, #f2e2e4 70%);
}

.profile .lead p .color {
  color: #cc7d77;
  font-weight: 600;
}



.question {
  max-width: 750px;
  width: 100%;
  padding: 30px 30px 20px;
  margin: 0 auto;
  background-color: #e2ece2;
}

.question .inner {
  margin: 0 auto;
}

.question .title {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 46px;
  padding: 10px 0 20px;
  border-top: 3px solid #62543f;
  border-bottom: 3px solid #62543f;
  position: relative;
}

.question .title::before {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-top: 1px solid #62543f;
  position: absolute;
  top: -10px;
}

.question .title::after {
  content: " ";
  max-width: 600px;
  width: 100%;
  border-bottom: 1px solid #62543f;
  position: absolute;
  bottom: 8px;
}

.question h2 {
  font-size: 1.6rem;
}

.question .en {
  font-size: 18px;
  color: #7e9f95;
  font-family: 'Avenir Next', sans-serif;
  font-weight: normal;
}

.question .accordion {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.question .accordion-title {
  cursor: pointer;
}

.question .accordion-title,
.question  .accordion-content {
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  background-color: #7e9f95;
  padding: 40px 20px;
}

.question .accordion-title .en {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.question .accordion-title .heading {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}

.question  .accordion-content {
  font-size: 18px;
  background-color: #fff;
  padding: 30px 40px;
  gap: 42px;
  align-items: flex-start;
}

.question  .accordion-content .answer span {
  display: block;
  font-size: 14px;
  margin-top: 16px;
}

.wait {
  max-width: 750px;
  margin: 0 auto;
}

.wait img {
  width: 100%;
}

footer {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background-image: url(img/footer_background.png);
}

footer .inner {
  text-align: center;
  padding: 40px 0;
}





/* レスポンシブ */
@media (max-width: 749px) {
  h2 {
    font-size: 24px;
    line-height: 1.5;
}

  .btn-sec .micro::before,
  .btn-sec .micro::after {
    top: 0;
  }

  .btn {
    height: 90px;
  }

  .btn-sec .micro {
    font-size: 0.8rem;
  }

  .btn p {
    font-size: 22px;
    padding-right: 20px;
    padding-left: 0;
  }

  .btn .circle {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 10px;
  }

  .btn .triangle {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #00aa01;
  }

  .SP-only {
    display: block;
  }

  .PC-only {
    display: none;
  }


  .header-inner h1 {
    font-size: 20px;
  }

  h1 .thoughts {
    font-size: 24px;
  }

  h1 .salonOwner {
    font-size: 32px;
  }

  .mainvisual .catchcopy {
    padding-top: 0;
    padding-left: 0;
    margin-left: -35px;
    scale: 0.8;
  }

  .mainvisual .catchcopy p {
    font-size: 18px;
    padding-left: 10px;
  }
  
  .mainvisual .catchcopy .underLine {
    width: 270px;
  }

  .mainvisual h3 {
    font-size: 19px;
    margin-bottom: 24px;
  }

  .mainvisual h3 {
    margin-bottom: 40px;
  }

  .mainvisual .maincopy {
    padding-bottom: 0;
  }

  .mainvisual h2 {
    font-size: 24px;
  }
  
  .mainvisual h2 span {
    font-size: 32px;
  }
  
  .mainvisual h2 .smell {
    font-size: 48px;
    padding: 10px 23px;
  }

  .mainvisual h2 .copytext {
    font-size: 24px;
    margin-top: -5px;
  }

  .maincopy .whiteCircle {
    right: 10%;
  }

  .mainvisual .inner .mainPhoto {
    height: 420px;
    object-fit: cover;
  }

  .support {
    padding: 20px 15px;
  }

  .support h3 {
    font-size: 16px;
    text-align: left;
  }

  .support .note {
    font-size: 16px;
  }

  .worry {
    background-image: url(img/worries_backgroundSP.png);
  }

  .worry h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .worry ul {
    padding-left: 0;
  }

  .worry li {
    margin-bottom: 10px;
  }

  .worry li p {
    font-size: 22px;
  }

  .worry .worryPerson {
    width: 220px;
    top: 28%;
  }

  .guide {
    padding: 130px 15px 20px;
  }

  .guide h3 span {
    font-size: 24px;
  }

  .guide h4 {
    font-size: 16px;
  }
  
  .guide h4 strong {
    font-size: 24px;
  }

  .merit {
    padding: 20px 15px;
  }

  .merit h2 {
    font-size: 1.2rem;
  }

  .merit h2 strong {
    font-size: 32px;
  }

  .about {
    padding: 30px 15px;
  }

  .about .vision h4 {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .about .vision ul {
    margin: 24px 0;
  }

  .about .vision .note {
    margin-bottom: 24px;
  }

  .merit {
    padding: 20px 15px 30px;
  }

  .merit li .photo .meritOne,
  .merit li .photo .meritTwo,
  .merit li .photo .meritThree {
    font-size: 20px;
  }

  .merit li .photo .number {
    font-size: 80px;
    bottom: -38px;
  }

  .merit .content .photo {
    height: 300px;
  }

  .merit li .noteBox p {
    margin-bottom: 24px;
  }

  .flow {
    padding: 30px 15px;
  }

  .flow h2 {
    font-size: 1.2rem;
  }

  .flow li {
    height: 140px;
  }

  .flow li img {
    width: 50px;
  }

  .flow .no {
    font-size: 44px;
    height: 140px;
  } 

  .flow .triangle {
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
  }

  .flow .method {
    width: 42%;
  }

  .step {
    padding: 80px 15px 30px;
  }

  .step .check {
    width: 70px;
    top: -70px;
    left: 0px;
  }

  .step h2 {
    font-size: 1.2rem;
  }

  .reason {
    padding: 30px 15px 20px;
  }

  .reason h2 {
    font-size: 1.2rem;
  }

  .reason .box-reason {
    padding-right: 20px;
    gap: 24px;
  }

  .reason .point {
    padding: 0 12px;
  }

  .reason h3 {
    font-size: 20px;
  }

  .reason img {
    width: 132px;
    height: auto;
  }

  .reason .text p {
    font-size: 16px;
    padding-bottom: 30px;
  }

  .reason .text p:last-child {
    padding-bottom: 0;
  }

  .reason .text ul {
    padding-bottom: 12px;
  }

  .reason .text li {
    font-size: 16px;
  }

  .course {
    padding: 30px 15px 20px;
  }

  .course h2 {
    font-size: 1.2rem;
  }

  .course p {
    font-size: 16px;
  }

  .course table {
    margin-bottom: 16px;
  }

  .course tr th,
  .course tr td {
    font-size: 16px;
  }

  .course tr td {
    padding: 20px 10px 20px;
  }

  .voice {
    padding: 30px 15px;
  }

  .voice .title {
    margin-bottom: 30px;
  }

  .voice h2 {
    font-size: 1.2rem;
  }

  .voice h3 {
    font-size: 20px;
  }

  .voice ul li {
    width: 100%;
  }

  .voice li img {
    width: 16%;
  }

  .voice .text {
    width: 80%;
  }

  .voice .text p {
    padding: 10px;
  }

  .voice .text .who {
    font-size: 14px;
    margin-left: 10px;
  }

  .profile {
    padding: 30px 15px 20px;
  }

  .profile h2 {
    font-size: 1.2rem;
  }

  .profile .qualification {
    font-size: 12px;
    margin-top: 10px;
  }

  .biography {
    max-width: 360px;
    height: 360px;
    padding: 30px;
    background-size: contain;
  }

  .biography .note {
    font-size: 12px;
  }

  .question h2 {
    font-size: 1.2rem;
  }

  .question .accordion-title .en {
    width: 30px;
    height: 30px;
  }

  .question  .accordion-content {
    padding: 30px;
    gap: 24px;
    align-items: flex-start;
  }
}





@media (max-width: 550px) {
  .mainvisual .catchcopy {
    scale: 0.75;
    margin-left: -40px;
  }

  .mainvisual h3 strong {
    font-size: 45px;
  }

  .worry {
    height: 470px;
    background-image: url(img/worries_backgroundSP.png);
  }
  
  .worry .box {
    max-width: 500px;
    margin: 0 auto;
  }

  .worry ul {
    padding-left: 0;
    width: 100%;
  }

  .worry li {
    gap: 0;
  }

  .worry li p {
    font-size: 18px;
  }

  .worry .worryPerson {
    width: 206px;
    top: 13%;
  }

  .guide h3 {
    font-size: 24px;
  }

  .guide h3 strong {
    font-size: 30px;
  }

  .guide tr th {
    height: 120px;
  }

  .guide tr th img {
    padding: 20px;
  }

  .guide tr td {
    font-size: 14px;
    height: 130px;
  }

  .reason h3 {
    font-size: 18px;
  }

  .voice li img {
    width: 25%;
  }
  
  .voice .text {
    position: relative;
    width: 85%;
    z-index: 1;
  }

  .step .box-step img {
    width: 60px;
    height: 70px;
  }

  .step .box-step p {
    font-size: 14px;
  }

  .step .contact {
    font-size: 12px;
  }

  .voice .note {
    font-size: 16px;
  }

  .question .accordion-title  {
    align-items: flex-start;
  }

  .question .accordion-title .heading {
    display: block;
    width: 225px;
    font-size: 16px;
  }

  .flow .method {
    font-size: 16px;
  }

  .flow li img {
    margin-right: 20px;
  }

}



@media (max-width: 475px) {
  .step .box-step p {
    font-size: 12px;
  }

  .worry {
    height: 405px;
    background-image: url(img/worries_backgroundSP.png);
  }

  .worry .worryPerson {
    width: 140px;
    top: 28%;
  }

  .worry li p {
    font-size: 14px;
  }
}