@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200..900&display=swap');

#bg_tsp {
  background: #f4f0e7;
	color: #221a12;
	font-size: 14px;
	font-family: "Noto Sans JP";
}
	#bg_tsp.eye {
		background: #f4f0e7;
	}
	#bg_tsp.salon {
		background: #e3dada;
	}

#bg_tsp * {
	box-sizing: border-box;
}

/*背景画像*/
#bg_tsp #featureArea .box {
  background-image: url(../img/trans_IMG_8200.jpg),url(../img/trans_IMG_8171.jpg),url(../img/trans_IMG_8103.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 1%, left 50%, right 88%;
  background-size: 50%, 50%, 50%;
}
#bg_tsp #curriArea .box {
  background-image: url(../img/trans_IMG_8103.jpg),url(../img/trans_IMG_8164.jpg),url(../img/trans_IMG_8218.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 10%, left 50%, right 90%;
  background-size: 43%, 43%, 43%;
}

/*----scroll hidden----*/
#bg_tsp .hidden-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#bg_tsp .hidden-element.visible {
  opacity: 1;
  transform: translateY(0);
}

/*----- LAYOUT -----*/
#bg_tsp .innerArea {
	margin: 0 auto;
	max-width: 1170px;
	margin-bottom: 80px;
}

/*----- COMMON -----*/
#bg_tsp .sp-none {
	display: block;
}
#bg_tsp .sp-show {
	display: none;
}
#bg_tsp p {
	font-size: 1.6rem;
	text-align: justify;
  line-height: 3rem;
}
#bg_tsp img {
	width: 100%;
}
#bg_tsp figure {
	font-size: 1rem;
  color: #606060;
  padding: 5px 8px;
  text-align: center;
}
#bg_tsp a {
	text-decoration: none;
}
#bg_tsp h1,
#bg_tsp h2,
#bg_tsp h3 {
	color: #221a12;
	font-weight: 400;
}
#bg_tsp h1 {
	position: absolute;
  left: -9999px;
}
#bg_tsp h2 {
	font-size: 3.5rem;
  font-weight: 600;
	margin: 0 auto;
	padding: 1rem 5rem 1rem;
	width: fit-content;
}
#bg_tsp h3 {
  color: #b09888;
	font-size: 2.6rem;
  font-weight: 600;
	margin-bottom: 1rem;
}
#bg_tsp .title {
  margin-bottom: 80px;
	position: relative;
  text-align: center;
}
#bg_tsp .title .sub {
	font-size: 2.3rem;
	font-weight: 400;
}
#bg_tsp .text .sub {
	font-size: 2.3rem;
	font-weight: 600;
}
#bg_tsp #topArea,
#bg_tsp #reasonArea {
  padding-bottom: 80px;
}
#bg_tsp div.img.center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/*container 内の common*/
#bg_tsp .border-radius,
#bg_tsp img.border-radius {
  border-radius: 30px;
}
#bg_tsp .border-radius-left {
  border-radius: 30px 0 0 30px;
  border-right: none !important;
}
#bg_tsp .border-radius-right {
  border-radius: 0 30px 30px 0;
}
#bg_tsp .containerSkin {
  background: #b09a8b;
  margin-bottom: 80px;
  padding: 80px 0;
  transform: skew(0deg, -3deg);
}
#bg_tsp .containerSkin .innerArea {
  margin-bottom: 0;
}
#bg_tsp .containerSkin [class|="container"] > div {
  transform: skew(0deg, 3deg);
}
#bg_tsp .containerSkin-horizontal {
  background: #dbc1a575;
  padding: 80px 0 20px;
  margin-bottom: 80px;
}
#bg_tsp .containerSkin-just {
  padding: 80px 0 80px;
}
#bg_tsp .container-first {
	display :flex;
  margin-bottom: 40px;
	position: relative;
}
#bg_tsp .container-first div.text {
  background: #ffffffcc;
  min-height: 90%;
	position: absolute;
	width: 55%;
	padding: 50px 50px 55px 14%;
	top: 20%;
	right: 0;
}
#bg_tsp .container-first div.img {
	position: relative;
  width: 55%;
	z-index: 1;
}
#bg_tsp [class|="container"] .text,
#bg_tsp [class|="container"] .img,
#bg_tsp #courseArea .courseList {
  border: solid 1px #b09d88;
}
/*
#bg_tsp [class|="container"] > div {
  border: solid 1px #b09d88;
}
*/
#bg_tsp .container-01,
#bg_tsp .container-02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 40px auto 80px;
  padding: 0;
  width: 90%;
  max-width: 1170px;
}
#bg_tsp .container-01 div,
#bg_tsp .container-02 div {
	width: 50%;
}
#bg_tsp .container-01 div.text,
#bg_tsp .container-02 div.text {
	padding: 40px;
  background: #ffffffcc;
}
#bg_tsp .container-01 {
  flex-direction: row;
  margin-right: 0;
}
#bg_tsp .container-02 {
  flex-direction: row-reverse;
  margin-left: 0;
}
#bg_tsp [class|="container"] > div.img,
#bg_tsp [class|="container"] > div img {
  background: #fbf8f1;
}
#bg_tsp [class|="container"] > div.img.pale-gray {
  background: #f0f0f0;
}
#bg_tsp [class|="container"] > div.text span.mini {
  display: block;
  font-size: 1.2rem;
}

/*----buttonArea----*/
#bg_tsp #buttonArea {
	text-align: center;
  padding-bottom: 80px;
}
#bg_tsp #buttonArea .cta_button {
  border-radius: 50px;
  background: linear-gradient(0deg, #ff652a 0%, #ff874a 100%);
  box-shadow: 1px 1px 3px #7a371e;
	display: inline-block;
	text-align: center;
}
#bg_tsp #buttonArea .cta_button a {
	display: block;
	color: #fff;
  font-size: 2.5rem;
	font-weight: 400;
	padding: 2.5rem 7rem;
  letter-spacing: 0.1rem;
}
#bg_tsp #buttonArea .cta_button:hover,
#bg_tsp #buttonArea .cta_button a:hover {
    opacity: 0.8;
    transition: all .2s ease;
    text-decoration: none;
}

/*----KV----*/
#bg_tsp #topArea {
  position: relative;
}
#bg_tsp #topArea .img {
  background: #f4f0e7;
}
#bg_tsp #topArea img {
	border-radius: 0;
  margin: 0 auto;
  width: 100%;
}
#bg_tsp #topArea #buttonArea {
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 0;
  bottom: 26%;
}

/*----KV のEG・BGサイトで表示切り替える----*/
/*BGサイトのときはEGのKV非表示に*/
#bg_tsp #topArea .eg-only {
  display: none;
}
/*EGサイトのときはBGのKV非表示に*/
#bg_tsp #topArea .bg-only {
  display: none;
}



/*----tab----*/
#bg_tsp .tabs {
  margin-top: 0;
}
#bg_tsp .tabs .innerArea {
  margin-bottom: 0;
}
#bg_tsp .tab-list {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1170px;
}
#bg_tsp .tab-item {
  background-color: #907a6f;
  border-top: solid 1px #907a6f;
  border-right: solid 1px #907a6f;
  border-left: solid 1px #907a6f;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 2.6rem;
  padding: 1em 1.2em;
  text-align: center;
  width: 100%;
}
#bg_tsp .tab-item.active {
  background-color: transparent;
  color: #907a6f;
  font-weight: bold;
  position: relative;
}
#bg_tsp .tab-item.active::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1em;
  position: absolute;
  right: 0;
  bottom: -0.1em; /* 疑似要素の高さ（height）分だけ下に下げる */
}
#bg_tsp.salon .tab-item.active::after {
  background-color: #e3dada;
}
#bg_tsp.eye .tab-item.active::after {
  background-color: #f4f0e7;
}
#bg_tsp .tab-content {
  border-top: 1px solid #907a6f;
}
#bg_tsp .tab-panel {
  display: none;
  border-bottom: none;
}
#bg_tsp .tab-panel.active {
  display: block;
  background: transparent;
  border-bottom: none;
}

/*----three_up----*/
#bg_tsp .three_up {
  display: block;
  margin: 0 auto;
}
#bg_tsp .three_up h2 {
  color: #907a6f;
}
#bg_tsp .three_up .box {
  display: flex;
  flex-direction: row;
  max-width: 1170px;
  gap: 3.5rem;
  margin: 0 auto;
}
#bg_tsp .three_up h3 {
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
}

#bg_tsp .three_up .container-three_up .text {
  background-color: #907a6f;
  border-radius: 30px 30px 0 0;
  /*border-right: none !important;*/
  padding: 20px;
}
#bg_tsp .three_up .container-three_up .img,
#bg_tsp .three_up .container-three_up img {
  border-radius: 0 0 30px 30px;
}

/*----- CIMMITTEE -----*/
#bg_tsp .committeeArea {
	background-color: #fff;
	padding: 60px 0;
}
#bg_tsp .committeeArea p {
	font-size: 2.3rem;
  font-weight: 400;
  line-height: inherit;
	text-align: center;
  margin-bottom: 4rem;
}
#bg_tsp .certification {
	max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
#bg_tsp .certification img {
  border-radius: 5px;
	width: 40%;
  max-width: 250px;
  margin: 0 2rem;
}

/*----problemArea----*/
#bg_tsp #problemArea {
  background-color: #eee;
  padding-top: 80px;
  padding-bottom: 80px;
}
#bg_tsp #problemArea h3 {
  color: inherit;
  opacity: 0.9;
}
#bg_tsp #problemArea .innerArea {
  display: flex;
  flex-direction: row;
  flex-wrap:nowrap;
  gap: 3rem;
}
#bg_tsp #problemArea [class|="container"] {
  background-color: #ffffffcc;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#bg_tsp #problemArea [class|="container"] > div {
  border: none;
}
#bg_tsp #problemArea [class|="container"] > div.icon {
  padding: 20px;
  margin-bottom: 5px;
}
#bg_tsp #problemArea [class|="container"] > div img {
  background: transparent;
  filter: brightness(0) saturate(100%) invert(73%) sepia(12%) saturate(595%) hue-rotate(341deg) brightness(85%) contrast(84%);
  opacity: 0.8;
}

/*----reasonArea----*/
#bg_tsp #reasonArea {
  position: relative;
  padding-top: 80px;
}
#bg_tsp #reasonArea h2 span::before {
  color: #b09888;
  content: "1";
  font-size: 19rem;
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  margin-left: -11rem;
  position: absolute;
  top: calc(100% - 19rem);
}

/*----featureArea----*/
#bg_tsp #featureArea h2 span::before {
  color: #b09888;
  content: "2";
  font-size: 18rem;
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: calc(100% - 18rem);
  margin-left: -13rem;
}
#bg_tsp #featureArea .container-first h3 {
  margin-bottom: 0;
}
#bg_tsp #featureArea .container-first .sub-box {
  margin-bottom: 1rem;
}

/*----programArea----*/
#bg_tsp #programArea {
  display: block;
  margin: 0 auto;
}
#bg_tsp #programArea .innerArea {
  display: flex;
}
#bg_tsp #programArea .box {
  display: flex;
  flex-direction: row;
  gap: 5rem;
  margin: 0 auto;
  max-width: 940px;
}
#bg_tsp #programArea .box > div {
  flex: 1;
}
#bg_tsp #programArea .box .container-programArea {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1170px;
}
#bg_tsp #programArea .text {
  background: #ffffffcc;
  border-radius: 0 0 30px 30px;
  height: 100%;
  padding: 40px;
}
#bg_tsp #programArea .img,
#bg_tsp #programArea img {
  border-radius: 30px 30px 0 0;
}

#bg_tsp #programArea .box-row .container-programArea {
  border: solid 1px #b09d88;
  border-radius: 30px;
  background: #ffffffcc;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}
#bg_tsp #programArea .box-row .container-programArea > div {
  flex: 1;
}

#bg_tsp #programArea .box-row .text {
  background: transparent;
  border: none;
}
#bg_tsp #programArea .box-row .text.p-left {
  padding-right: 20px;
}
#bg_tsp #programArea .box-row .text.p-right {
  padding-left: 20px;
}

#bg_tsp #programArea .box-row .img {
  border: none;
  border-left: solid 1px #b09d88;
  border-radius: 0;
  padding: 0 0 0 20px;
}
#bg_tsp #programArea .box-row .img,
#bg_tsp #programArea img {
  background: transparent;
  align-items: center;
  display: flex;
}


/*----courseArea----*/
#bg_tsp #courseArea .courseList {
	margin: 0 auto;
	width: fit-content;
	padding: 40px 80px;
  background: #ffffffe3;
  border-radius: 30px;
  top: 20%;
  right: 0;
}
#bg_tsp #courseArea .courseList ul.check li {
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 3.7rem;
	margin: 5px 0;
}
#bg_tsp #courseArea .courseList ul.check li::before {
	content: "●";
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 4rem;
	display: inline-block;
	color: #ff874a;
	opacity: 0.8;
}

/*----curriArea----*/
#bg_tsp #curriArea .curriculum-container,
#bg_tsp #curriArea .curriculum-container p span {
  font-weight: 400;
}
#bg_tsp #curriArea .curriculum-container {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 0 auto;
}
#bg_tsp #curriArea .curriculum-container > div {
	background: #ffffffba;
	margin: 5px;
	display: flex;
	flex-direction: row;
	border-radius: 30px;
	border:	solid 1px #b09d88;
}
#bg_tsp #curriArea .curriculum-container > div:first-child {
	background: #eee;
	padding: 1rem;
}
#bg_tsp #curriArea .curriculum-container > div:first-child p {
	font-size: 2.2rem;
	margin: 0 auto;
}
#bg_tsp #curriArea .curriculum-container > div:first-child > div:first-child {
	color: #EEE;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) > div {
	padding: 12px 40px;
	display: flex;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) > div ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
	margin-bottom: 1rem;
  text-align: justify;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) > div ul li:last-child {
	margin-bottom: 0;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) > div:first-child {
 	background: #eee;
	border-radius: 30px 0 0 30px;
	position: relative;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time {
  flex-direction: column;
  padding: 0;
	position: relative;
  width: 100%;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time div {
  flex-direction: column;
  padding: 0;
	position: relative;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time div.am {
  border-bottom: solid 1px #b09d88;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time div::before {
  background: #dbc1a575;
  padding: 2% 3%;
  padding: 0 3%;
  position: absolute;
  height: auto;
  text-align: center;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time div.am::before {
  content: "AM";
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time div.pm::before {
  content: "PM";
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time div ul {
  margin: 12px 40px 12px 60px;
}
#bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time div ul li span {
  display: block;
  font-weight: 600;
}
#bg_tsp #curriArea .curriculum-container p span {
  display: block;
  color: #b09d88;
  font-size: 7.7rem;
  font-family: "Pinyon Script", cursive;
  font-style: normal;
  position: absolute;
  margin-top: 3.3rem;
  left: 25%;
}

/*----voiceArea----*/
#bg_tsp #voiceArea .innerArea.wide {
  max-width: 100%;
}
#bg_tsp #voiceArea [class|="container"] {
  flex-direction: row;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}
#bg_tsp #voiceArea [class|="container"] div {
  width: 100%;
}
#bg_tsp #voiceArea [class|="container"] > div.text {
  width: calc(100% - 80px);
}
#bg_tsp #voiceArea [class|="container"] > div.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
}
#bg_tsp #voiceArea [class|="container"] > div.img.kenji {
  background-image: url(../img/voice01.png);
  background-color: #cbbebe;
}
#bg_tsp #voiceArea [class|="container"] > div.img.ands {
  background-image: url(../img/voice02.png);
  background-color: #e2bebe;
}
#bg_tsp #voiceArea [class|="container"] > div.img.bwc {
  background-image: url(../img/voice03.png);
  background-color: #fff;
}

/*カルーセル*/
/* external css: flickity.css */
#bg_tsp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#bg_tsp body { font-family: sans-serif; }
#bg_tsp .gallery {
  background: transparent;
}
#bg_tsp .gallery-cell {
  width: 80%;
  max-width: 1200px;
  height: auto;
  background: transparent;
  opacity: 0.6;
}
#bg_tsp .gallery-cell.is-selected {
  opacity: 1;
}


@media screen and (max-width: 1199px){
	/*bootstrapを使用する場合。幅を1200pxとして
	左右に15pxずつpaddingをつけている為*/
}
@media screen and (max-width: 1169px){
	/*bootstrapを使用しない場合*/
}

@media screen and (max-width: 1024px){
}

@media (max-width: 767px){
  /*共通ファイルを打消し*/
  #bg_tsp .container,
  #bg_tsp .container .row [class*=col-],
  #bg_tsp .container-fluid,
  #bg_tsp .container-fluid .row [class*=col-] {
      padding-right: 0;
      padding-left: 0;
  }
	/*----- COMMON -----*/
  #bg_tsp .sp-none {
    display: none;
  }
  #bg_tsp .sp-show {
    display: block;
  }
  #bg_tsp .tablet-none {
    display: none;
  }
  #bg_tsp .tablet-show {
    display: block;
  }
  #bg_tsp p {
    font-size: 3vw;
    line-height: 5vw;
  }
  #bg_tsp figure {
  	font-size: 2vw;
  }
  #bg_tsp #featureArea .box {
    background-image: none;
  }
  #bg_tsp #curriArea .box {
    background-image: none;
  }
  #bg_tsp .container-01 div.text span.mini,
  #bg_tsp .container-02 div.text span.mini {
    font-size: 2.3vw;
  }
  #bg_tsp .title {
    margin: 0 0 40px;
    padding: 0 15px;
  }
  #bg_tsp .title .sub {
    font-size: 3.5vw;
  }
  #bg_tsp #topArea,
  #bg_tsp #reasonArea,
  #bg_tsp #programArea,
  #bg_tsp #curriArea,
  #bg_tsp #voiceArea {
    padding-bottom: 20px;
  }
  #bg_tsp .containerSkin {
    margin-bottom: 0;
    padding: 0;
  }
  #bg_tsp .containerSkin-horizontal {
    margin-bottom: 40px;
    padding: 40px 0 0;
  }
  #bg_tsp .containerSkin-just {
    padding: 40px 0;
  }
  #bg_tsp .innerArea {
    padding: 20px 15px;
    margin-bottom: 0;
  }
  #bg_tsp h2 {
    font-size: 4.5vw;
    padding: 1rem 0;
  }
  #bg_tsp h3 {
    font-size: 4.3vw;
  }
  #bg_tsp .text .sub {
    font-size: 3.1vw;
  }
  #bg_tsp .container-01,
  #bg_tsp .container-02,
  #bg_tsp #programArea .container-01,
  #bg_tsp #programArea .container-02 {
    flex-direction: column-reverse;
    margin: 20px auto;
    width: 100%;
  }
  #bg_tsp .container-01,
  #bg_tsp .container-02,
  #bg_tsp #programArea .container-01,
  #bg_tsp #programArea .container-02 {
    margin: 20px auto 0;
  }
  #bg_tsp [class|="container"] div.text,
  #bg_tsp [class|="container"] div.img,
  #bg_tsp [class|="container"] div img {
    width: 100%;
  }

  /*container 内の common*/
  #bg_tsp .border-radius,
  #bg_tsp img.border-radius {
    border-radius: 30px 30px 0 0;
  }
  #bg_tsp .border-radius-left {
    border-right: solid 1px #b09d88!important;
  }
  /*上記imgを除外してます*/
  #bg_tsp img.border-radius-left {
    border-right: none!important;
  }
  #bg_tsp .border-radius-top {
    border-radius: 30px 30px 0 0;
    border-top: none;
  }
  #bg_tsp .border-radius-bottom {
    border-radius: 0 0 30px 30px;
  }
  #bg_tsp .container-first {
    flex-direction: column;
    margin: 20px auto;
  }
  #bg_tsp .container-first div.text {
    border-radius: 0 0 30px 30px;
    padding: 5%;
    position: relative;
    width: 100%;
  }
  #bg_tsp .container-first div.img {
    border-radius: 30px 30px 0 0;
    width: 100%;
  }
  #bg_tsp .container {
    flex-direction: column-reverse;
    margin: 20px auto;
  }
  #bg_tsp .container-01 div.text,
  #bg_tsp .container-02 div.text {
    padding: 5%;
    position: relative;
  }

  /*----buttonArea----*/
  #bg_tsp #buttonArea {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #bg_tsp #buttonArea .cta_button a {
    font-size: 3rem;
  }

  /*----KV----*/
  #bg_tsp #topArea #buttonArea {
    bottom: 16%;
  }

/*----tab----*/
  #bg_tsp .tab-list {
    gap: 2rem;
    width: 95%;
  }
  #bg_tsp .tab-item {
    font-size: 2.3rem;
    padding: 0.5em;
  }

  /*----three_up----*/
  #bg_tsp .three_up .box {
    flex-direction: column;
    gap: 2rem;
  }
  #bg_tsp .three_up .box .innerArea {
    padding: 0 15px;
  }
  #bg_tsp .three_up .container-three_up {
    display: flex;
    flex-direction: row;
  }
  #bg_tsp .three_up h3 {
    font-size: 3.4vw;
    align-items: center;
    display: flex;
    margin: auto;
  }
  #bg_tsp .three_up .container-three_up .text {
    border-radius: 30px 0 0 30px;
    border-right: none !important;
    display: flex;
    padding: 20px 10px;
  }
  #bg_tsp .three_up .container-three_up .img,
  #bg_tsp .three_up .container-three_up img {
    border-radius: 0 30px 30px 0;
  }


  /*----- CIMMITTEE -----*/
  #bg_tsp .committeeArea {
  	padding: 20px 0;
  }

  /*----- problemArea -----*/
  #bg_tsp #problemArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #bg_tsp #problemArea .innerArea {
    flex-direction: column;
    padding: 0 15px;
  }
  #bg_tsp #problemArea [class|="container"] {
    display: flex;
    flex-direction: row;
    padding: 5%;
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
  }
  #bg_tsp #problemArea [class|="container"] > div.icon {
    padding: 0;
    margin-bottom: 0;
    width: 30%;
    margin-right: 5%;
  }

  /*----reasonArea----*/
  #bg_tsp #reasonArea {
    padding-top: 40px;
  }
  #bg_tsp #reasonArea h2 span::before {
    font-size: 9rem;
    top: calc(100% - 11rem);
    margin-left: -7rem;
  }
  #bg_tsp.salon #reasonArea h2 span::before {
    margin-left: -7rem;
  }

  /*----featureArea----*/
  #bg_tsp #featureArea h2 span::before {
    font-size: 9rem;
    margin-left: -13rem;
    top: calc(100% - 11rem);
  }
  #bg_tsp.salon #featureArea h2 span::before {
    margin-left: -16rem;
  }


  /*----programArea----*/
  #bg_tsp #programArea .box {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  #bg_tsp #programArea .text {
    padding: 5%;
  }
  #bg_tsp #programArea .title {
    margin: 20px 0;
  }
  #bg_tsp #programArea .container-programArea {
    width: 100%;
  }
  #bg_tsp #programArea .box-row .container-programArea {
    flex-direction: column-reverse;
    padding: 0;
  }
  #bg_tsp #programArea .box-row .text {
    padding: 5%;
  }
  #bg_tsp #programArea .box-row .text.p-right {
    padding: 5% 5% 0;
  }
  #bg_tsp #programArea .box-row .img {
    border: none;
    border-bottom: solid 1px #b09d88;
    padding: 0;
  }

  /*----courseArea----*/
  #bg_tsp #courseArea {
    padding-bottom: 0;
  }
  #bg_tsp #courseArea .title {
    margin: 0;
  }
  #bg_tsp #courseArea .courseList {
    padding: 5%;
    text-align: justify;
  }
  #bg_tsp #courseArea .courseList ul.check li {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  #bg_tsp #courseArea .courseList ul.check li::before {
    width: auto;
    height: auto;
    padding-right: 3px;
  }

  /*----curriArea----*/
  #bg_tsp #curriArea .title {
    margin: 0;
  }
  #bg_tsp #curriArea .curriculum-container {
    width: 100%;
  }
  #bg_tsp #curriArea .curriculum-container > div {
  	border-radius: 0;
  	border:	solid 1px #b09d88;
    margin: 0;
  }
  #bg_tsp #curriArea .curriculum-container > div:not(last-child) {
    border-bottom :none;
  }
  #bg_tsp #curriArea .curriculum-container > div:first-child {
    border-radius: 30px 30px 0 0;
  }
  #bg_tsp #curriArea .curriculum-container > div:last-child {
    border-radius: 0 0 30px 30px;
    border:	solid 1px #b09d88;
  }
  #bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) > div {
    padding: 5%;
  }
  #bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) > div ul li {
    font-size: 3vw;
    line-height: 5vw;
  }
  #bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) > div:first-child {
  	border-radius: 0;
  }
  #bg_tsp #curriArea .curriculum-container > div:last-child > div:first-child {
    border-radius: 0 0 0 30px;
  }
  #bg_tsp #curriArea .curriculum-container > div:nth-child(n+1) div.time div ul {
    margin: 9% 5% 5% 5%;
  }
  #bg_tsp #curriArea .curriculum-container p span {
    font-size: 7.7rem;
  }
  /*----voiceArea----*/
  #bg_tsp #voiceArea .title {
    margin: 0;
  }
  #bg_tsp #voiceArea .innerArea.wide {
    padding: 20px 15px 60px;
  }
  #bg_tsp #voiceArea [class|="container"] {
    flex-direction: column-reverse;
    margin: 0 auto;
    padding: 20px 4%;
  }
  #bg_tsp #voiceArea [class|="container"] > div.img {
    min-height: 200px;
    height: 100%;
  }
  #bg_tsp #voiceArea [class|="container"] > div.text {
    width: 100%;
  }

  /*カルーセル*/
  /* external css: flickity.css */
  #bg_tsp .gallery-cell {
    width: 90%;
  }

}
