* {
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}
li, ol, ul {
  list-style: none;
}
body, html {
  color: #000;
  background: #fff 0 0;
  background: #fff none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 3.4666666667vw;
  }
}
#wrapper {}
@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
  }
}
#header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 0 10px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  transition: height 0.25s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  #header {
    position: fixed;
  }
}
#header.header--hidden {
  transform: translateY(-100%)
}
@media screen and (max-width: 767px) {
  #header {
    height: 16vw;
    padding: 0;
    transition: height 0.25s ease, background-color 0.3s ease, transform 0.5s ease;
  }
}
@media screen and (min-width: 768px) {
  #header {
    min-width: 1024px;
  }
}
.header__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .header__in {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #header .header__in {
    min-width: 1000px;
    max-width: 1500px;
  }
}
#header .header-logo {
  position: relative;
  width: 222px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  #header .header-logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .effect-fade-hover {
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  .effect-fade-hover:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
#header .header-logo__img {
  transition: opacity 0.25s ease;
}
img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
}
#header .header-logo__img.header-logo__img--white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-main {
  display: flex;
  z-index: 1000000000;
}
@media screen and (max-width: 767px) {
  .header-main {
    position: fixed;
    bottom: 0;
  }
}
.header-main img {
  opacity: 1;
  transition: opacity 0.25s ease, color 0.25s ease;
}
@media screen and (min-width: 768px) {
  .header-main img {
    height: 70px;
  }
}
.header-main img:hover {
  opacity: 0.6;
}
#main {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #main {
    display: block;
  }
}
.lcl-main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-main-pc {
    height: 157.5vw;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .lcl-main-sp {
    display: none;
  }
}
.mv_reserv {
  position: absolute;
  z-index: 10;
  display: block;
}
@media screen and (max-width: 767px) {
  .mv_reserv {
    width: 100%;
    bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .mv_reserv {
    bottom: 15px;
    left: calc(50% - 17vw);
  }
  .mv_reserv img {
    width: 34vw;
  }
}
.lcl-main__reserv {
  opacity: 1;
  transform: scale(1.05);
  display: block;
  transition: opacity 0.5s 1.2s ease, filter 0.25s ease;
  animation: top_present 3s ease 1.7s infinite both;
}
@keyframes top_present {
  0% {
    transform: scale(1.05)
  }
  10% {
    transform: scale(1)
  }
  18% {
    transform: scale(1.07)
  }
  23%, 100% {
    transform: scale(1.05)
  }
}
.lcl-lead {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../images/lcl-lead__image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lcl-lead__message {
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lcl-lead__message {
    padding: 12vw 2vw;
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-lead__message {
    padding: 8.5vw 2vw;
    font-size: 2vw;
  }
}
.lcl-reason {
  position: relative;
  padding-top: 44px;
}
.bg-gray {
  position: relative;
  background: #eee url("../images/bg_gray.png") top center/19px repeat;
}
.bg-gray.bg-gray--arrow {
  padding-bottom: 124px;
}
.bg-gray.bg-gray--arrow::before {
  right: 50%;
  transform-origin: bottom right;
  transform: skew(63deg);
}
.bg-gray.bg-gray--arrow::after {
  left: 50%;
  transform-origin: bottom left;
  transform: skew(-63deg);
}
.bg-gray.bg-gray--arrow::before, .bg-gray.bg-gray--arrow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 52px;
  width: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lcl-reason {
    padding-top: 8.5vw;
  }
  .bg-gray {
    background-size: 5.0666666667vw;
  }
  .bg-gray.bg-gray--arrow {
    padding-bottom: 14.6666666667vw;
  }
  .bg-gray.bg-gray--arrow::before, .bg-gray.bg-gray--arrow::after {
    height: 8vw;
  }
}
.ttl01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ttl01__txt {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl01__txt {
    font-size: 4.2666666667vw;
  }
}
.ttl01__ttl {
  position: relative;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
.ttl01__ttl::before {
  left: -66px;
  content: "";
  position: absolute;
  bottom: 0;
  width: 33px;
  height: 55px;
  background: url("../images/ttl_line.png") center/cover no-repeat;
}
.ttl01__ttl::after {
  right: -66px;
  transform: scale(-1, 1);
  content: "";
  position: absolute;
  bottom: 0;
  width: 33px;
  height: 55px;
  background: url("../images/ttl_line.png") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl01__ttl {
    font-size: 6.9333333333vw;
  }
  .ttl01__ttl::before {
    left: -8.8vw;
    top: 1.0666666667vw;
    bottom: 0;
    width: 4.704vw;
    height: 7.9226666667vw;
    margin: auto 0;
  }
  .ttl01__ttl::after {
    right: -8.8vw;
    top: 1.0666666667vw;
    bottom: 0;
    width: 4.704vw;
    height: 7.9226666667vw;
    margin: auto 0;
  }
}
.ttl01 .ttl01__line {
  background: transparent;
  background: linear-gradient(0deg, #faf853 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .ttl01 .ttl01__line {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #f8f400 10%, #faf853 30%, #fff 30%, rgba(255, 255, 255, 0) 100%);
  }
}
.lcl-reason .lcl-reason__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1000px;
  margin: 40px auto 0;
  padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__list {
    width: 100%;
    margin-top: 8vw;
    padding: 0 4vw 8.5vw 4vw;
  }
}
.lcl-reason .lcl-reason__item {
  width: calc((100% - 70px) * 0.3333);
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__item {
    width: calc((100% - 2.4vw) / 2);
  }
  .lcl-reason .lcl-reason__item:nth-child(2n) {
    margin-left: 2.4vw;
  }
  .lcl-reason .lcl-reason__item:nth-child(2) .lcl-reason__num, .lcl-reason .lcl-reason__item:nth-child(3) .lcl-reason__num, .lcl-reason .lcl-reason__item:nth-child(6) .lcl-reason__num {
    background-color: #b829d7;
  }
  .lcl-reason .lcl-reason__item:nth-child(n+3) {
    margin-top: 6.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-reason .lcl-reason__item:not(:nth-child(3n+1)) {
    margin-left: 35px;
  }
  .lcl-reason .lcl-reason__item:nth-child(n+4) {
    margin-top: 35px;
  }
}
.lcl-reason .lcl-reason__img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__img {
    border-radius: 4vw;
  }
}
.lcl-reason .lcl-reason__main {
  position: relative;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__main {
    padding-top: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-reason .lcl-reason__item:nth-child(even) .lcl-reason__main {
    color: #b829d7;
  }
}
.lcl-reason .lcl-reason__point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.lcl-reason .lcl-reason__num {
  padding: 6px 25px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  color: #fff;
  border-radius: 36px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__num {
    padding: 0.8vw 2.9333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-reason .lcl-reason__item:nth-child(even) .lcl-reason__num {
    background-color: #b829d7;
  }
}
.lcl-reason .lcl-reason__txt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-reason .lcl-reason__txt {
    font-size: 3.7333333333vw;
  }
}
.lcl-p-plan_box {
  padding: 60px 0 105px;
}
.plan_table {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .plan_table {
    padding-top: 16px;
  }
}
.plan_table__text--center {
  text-align: center;
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 1.7142857143;
}
.scroll-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .scroll-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.plan_table__inner {
  padding: 16px;
  background: #fae6ff;
}
@media screen and (max-width: 767px) {
  .plan_table__inner {
    width: 140%;
  }
}
@media screen and (min-width: 768px) {
  .plan_table__inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
.inner_item {
  display: flex;
  text-align: center;
  width: 100%;
  background: #fff;
  border-top: 1px solid #d8d8d8;
}
.inner_item__content {
  place-items: center;
  line-height: 1.45;
  font-size: 18px;
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inner_item__content {
    font-size: 3.7333333333vw;
    padding: 12px;
  }
}
.inner_item__content_header {
  font-size: 2vw;
}
@media screen and (max-width: 767px) {
  .inner_item__content_header {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {}
.inner_item__content--title {
  opacity: .8;
}
.inner_item__content--name {
  border-left: 2px solid #b829d7;
  border-right: 2px solid #b829d7;
  background: #b829d7;
  color: #fff;
}
.inner_item__content--box {
  background: #f1f1f1;
}
@media screen and (min-width: 768px) {}
.inner_item__content--detail {}
.inner_item__content--detail:nth-child(2) {
  border-left: 2px solid #b829d7;
  border-right: 2px solid #b829d7;
  background: #FFEDE7;
}
.inner_item__content--detail:nth-child(3) {
  font-weight: normal;
}
.last-child {
  border-bottom: 2px solid #b829d7;
}
/*------------------------------------------

..lcl-plan 

------------------------------------------*/
.lcl-plan {
	padding: 44px 0 124px;
}
.p-plan_box {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-plan_box {
		padding: 0 16px;
	}
}
@media screen and (min-width: 768px) {
	.p-plan_box {
		width: 1000px;
		margin: 0 auto;
	}
}
.c-title--secondary {
	font-size: 32px;
    line-height: 1.25;
	text-align: center;
	padding: 24px 0;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-title--secondary {
		font-size: 20px;
    	font-size: 2rem;
    	line-height: 1.4;
	}
}
.c-title--secondary::before {
	position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #b829d7;
    margin-left: -30px;
	box-sizing: border-box;
}
.p-plan_box__item--secondary {
	flex-wrap: nowrap;
    margin-top: 24px !important;
}
@media screen and (max-width: 767px) {
	.p-plan_box__item--secondary {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.p-plan_box__item--secondary {
		display: flex;
    	align-items: flex-start;
	}
}
.item_img {
	width: 20% !important;
    min-width: 260px !important;
    position: relative;
}
@media screen and (max-width: 767px) {
	.item_img {
		width: 100%;
    	min-width: 100% !important;
    	padding-top: 24px;
    	text-align: center;
    	display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	}
}
@media screen and (min-width: 768px) {
	.item_img {
		width: 50%;
    	min-width: 500px;
	}
}
.item_img__box {}
@media screen and (max-width: 767px) {
	.item_img__box {
		width: 32%;
    	text-align: left;
	}
}
.item_img__area {
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.item_img__area {
		padding-left: 24px;
	}
}
.item_img__content {}
.item_img__content:first-child {
	    margin-top: 0;
}
@media screen and (max-width: 767px) {
	.item_img__content {
		margin: 8px 0 0;
	}
}
.content_title {
	font-size: 14.14px;
    font-size: 1.414rem;
    line-height: 2.1216407355;
    line-height: 2rem !important;
}
@media screen and (max-width: 767px) {
	.content_title {
		font-size: 12.12px;
    	font-size: 1.212rem;
    	line-height: 2.4752475248;
	}
}
@media screen and (min-width: 768px) {}
.content_text {
	font-size: 16.16px;
    font-size: 1.616rem;
    line-height: 1.8564356436;
}
@media screen and (max-width: 767px) {
	.content_text {
		font-size: 14px;
    	font-size: 1.4rem;
    	line-height: 1.4285714286;
	}
}
.price_text {
	font-size: 32.32px;
    font-size: 3.232rem;
    line-height: 0.9282178218;
    font-weight: bold;
    padding-top: 8px;
}
@media screen and (max-width: 767px) {
	.price_text {
		padding-top: 4px;
    	font-size: 28.28px;
    	font-size: 2.828rem;
    	line-height: 1.0608203678;
	}
}
.item_detail {
	width: 100% !important;
    background: #fae6ff;
    padding: 0 !important;
}
@media screen and (max-width: 767px) {
	.item_detail {
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
	.item_detail {
		width: 50%;
    	padding-left: 30px;
    	margin-top: 0 !important;
		max-width: 708px;
    	margin-left: 32px;
	}
}
.detail__title {
	font-size: 20px;
	color: #fff;
    line-height: 1.6;
    padding: 16px;
    background: #b829d7;
	margin: 0;
    font-weight: bold;
}
.detail__title span {
	font-size: 14px;
    line-height: 1.7142857143;
    padding-right: 16px;
}
@media screen and (max-width: 767px) {
	.detail__title {
		font-size: 14px;
    	line-height: 1.7142857143;
    	padding: 8px;
    	text-align: left;
	}
}
.detail__area {
	padding: 16px 0 16px 16px;
}
@media screen and (max-width: 767px) {
	.detail__area {
		    padding: 8px 8px 8px 0;
	}
}
.area_title {
	font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
	.area_title {
		font-size: 14px;
    	font-size: 1.4rem;
    	line-height: 1.7142857143;
    	padding-left: 8px;
    	margin: 0;
	}
}
.area_item {
	display: flex;
    flex-wrap: wrap;
}
.area_item__list {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.area_item__list {
		margin: 8px 0 0 0;
    	padding: 8px;
    	width: 33.3%;
    	border-left: 8px solid #fae6ff;
	}
}
@media screen and (min-width: 768px) {
	.area_item__list {
		padding: 8px;
    	width: 157px;
    	margin: 16px 16px 0 0;
	}
}
.list_title {
	text-align: center;
    font-size: 11px;
    line-height: 1.2;
    min-height: 35px;
}
.list_title span {
	padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: bold;
    display: block;
}
@media screen and (max-width: 767px) {
	.list_title {
		min-height: 42px;
	}
}
.list_detail {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.list_detail img {
	width: 70px;
}
@media screen and (max-width: 767px) {
	.list_detail img {
		width: 32px;
	}
}
@media screen and (min-width: 768px) {}
.detail_text {
	font-size: 20px;
    line-height: 1;
    padding-left: 16px;
    position: relative;
    margin-left: 2px;
}
.detail_text::before {
	position: absolute;
    content: "×";
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 1;
	font-family: "Helvetica Neue", Arial, 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック Medium', meiryo, sans-serif;
}
.c-list {
	padding: 8px 0 8px 16px;
}
.c-list li {
	font-size: 12px;
    line-height: 2.6666666667;
}
.c-list li {
	position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    padding-left: 12px;
}
.c-list>li::before {
	position: absolute;
    content: "";
    top: 14px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.c-list li {
		font-size: 12px;
    	line-height: 1.6666666667;
	}
	.c-list>li::before {
		top: 8px;
	}
}
/*------------------------------------------

..lcl-plan end 

------------------------------------------*/
.lcl-comments {
  padding: 60px 0 105px;
}
@media screen and (max-width: 767px) {
  .lcl-comments {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.lcl-comments .lcl-comments-list01 {
  width: 878px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-comments .lcl-comments-list01 {
    width: 100%;
    margin-top: 8vw;
    padding: 0 4vw;
  }
}
.lcl-comments .lcl-comments-list01__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-comments .lcl-comments-list01__item {
    display: block;
  }
  .lcl-comments .lcl-comments-list01__item:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-comments .lcl-comments-list01__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .lcl-comments .lcl-comments-list01__item:nth-child(n+2)::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin: 40px 0;
    background: url("../images/wave.png") left center/34px 6px repeat;
  }
}
.lcl-comments .lcl-comments-list01__img {
  width: 335px;
  height: 235px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .lcl-comments .lcl-comments-list01__img {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.lcl-comments .lcl-comments-list01__main {
  flex: 1;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .lcl-comments .lcl-comments-list01__main {
    padding-left: 0;
    padding-top: 3.4666666667vw;
  }
}
.lcl-comments .lcl-comments-list01__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.lcl-comments .lcl-comments-list01__ttl {
  flex: 1;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #b829d7;
}
@media screen and (max-width: 767px) {
  .lcl-comments .lcl-comments-list01__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    text-align: center;
  }
}
.lcl-comments .lcl-comments-list01__txt {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .lcl-lesson .lcl-lesson-list01__txt {
    margin-top: 2.1333333333vw;
  }
}
.lcl-comments-list01__sub-txt {
  margin-top: 5px !important;
  text-align: right;
}
.reserv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reserv {
    display: none;
  }
}
.reserv .reserv__main {
  position: relative;
  padding-bottom: 70px;
  z-index: 1;
  background-color: #4b1e78;
}
@media screen and (max-width: 767px) {
  .reserv .reserv__main {
    padding: 9.8666666667vw 0;
  }
}
.contact {
  position: relative;
  z-index: 1;
  padding-top: 85px;
}
.contact::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 128px;
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../images/wave_02.png");
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 9.3333333333vw;
  }
  .contact::before {
    top: 0;
    height: 9.6vw;
  }
}
.contact .contact__main {
  position: relative;
  padding-bottom: 70px;
  z-index: 1;
  background-color: #4b1e78;
}
@media screen and (max-width: 767px) {
  .contact .contact__main {
    padding-bottom: 9.8666666667vw;
  }
}
.contact .contact-ttl01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact .contact-ttl01 {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.contact .contact-ttl01__txt {
  position: relative;
  padding: 12px 25px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #4b1e78;
  border-radius: 55px;
  background-color: #fff;
  border: 2px solid #4b1e78;
}
.contact .contact-ttl01__txt::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 14px 20px 0;
  border-color: #fff transparent;
}
@media screen and (max-width: 767px) {
  .contact .contact-ttl01__txt {
    padding: 2.6666666667vw 5.8666666667vw;
    border-radius: 10.6666666667vw;
  }
  .contact .contact-ttl01__txt::before {
    bottom: -1.6vw;
    border-width: 1.8666666667vw 2.6666666667vw 0;
  }
}
.contact .contact-ttl02 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #f8f400;
}
@media screen and (max-width: 767px) {
  .contact .contact-ttl02 {
    margin-top: 4.5333333333vw;
  }
}
.contact .contact-ttl02__ttl {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .contact .contact-ttl02__ttl {
    margin-top: 1.3333333333vw;
    font-size: 9.3333333333vw;
  }
}
.contact .contact-ttl02__txt {
  margin-top: 15px;
  font-size: 25px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .contact-ttl02__txt {
    font-size: 5vw;
  }
}
.contact .contact-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 824px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .contact .contact-nav {
    margin-top: 3.7333333333vw;
    width: 74.6666666667vw;
  }
}
.contact .contact-nav__link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 400px;
  height: 100px;
  padding: 10px 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #b829d7;
  border-radius: 20px;
  background: #f8f400;
  background: linear-gradient(180deg, #f8f400 0%, #f8f400 50%, #f8df00 50%, #f8df00 100%);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.4);
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 767px) {
  .contact .contact-nav__link {
    width: 100%;
    height: 22.6666666667vw;
    margin-top: 4.2666666667vw;
    padding: 2.6666666667vw 4.2666666667vw;
    font-size: 6.1333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media (hover: hover) {
  .contact .contact-nav__link:hover {
    opacity: 0.9;
    transform: translateY(7px);
    box-shadow: 0 0 0 #000;
  }
}
.contact .contact-nav__link.contact-nav__link--white {
  background: #f3f3f3;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 0%, #fff 50%, #f3f3f3 50%, #f3f3f3 100%);
}
.contact .contact-nav__link .ico_svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 24px;
  height: 24px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .contact .contact-nav__link .ico_svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 2.6666666667vw;
  }
}
.contact .contact-nav__link .ico_svg .svg-path01 {
  fill: #b829d7;
}
.contact .contact-nav__link.contact-nav__link--white .ico_svg .svg-path01 {
  fill: #626262;
}
.contact .contact-nav__link .ico_svg .svg-path02 {
  fill: #fff;
}
.contact-nav__span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact-nav__span {}
}
@media screen and (max-width: 767px) {
  .contact-nav__span02 {
    font-size: 12px;
  }
}
.lcl-flow {
  padding-top: 33px;
}
.lcl-flow .lcl-flow__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 1000px;
  margin: 65px auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__list {
    width: 100%;
    margin-top: 6.6666666667vw;
    padding: 0 4vw;
  }
}
.lcl-flow .lcl-flow__start {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 140px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #b829d7;
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__start {
    width: 100%;
    padding: 1.6vw;
    font-size: 6.9333333333vw;
  }
}
.lcl-flow .lcl-flow__item {
  position: relative;
  flex: 1;
  margin-left: 10px;
  background-color: #fff;
  padding: 20px 20px 32px;
}
.lcl-flow .lcl-flow__item:nth-child(n+3)::before, .lcl-flow .lcl-flow__item:nth-child(n+3)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 43px 0 43px 18px;
  border-style: solid;
  border-color: transparent #eee;
}
.lcl-flow .lcl-flow__item:nth-child(n+3)::after {
  left: -10px;
  border-color: transparent #fff;
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__item {
    flex: auto;
    width: 100%;
    margin-top: 2.6666666667vw;
    margin-left: 0;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
  .lcl-flow .lcl-flow__item:nth-child(n+3)::before, .lcl-flow .lcl-flow__item:nth-child(n+2)::after {
    bottom: auto;
    right: 0;
    margin: 0 auto;
    border-width: 4vw 9.3333333333vw 0;
    border-color: #eee transparent;
  }
  .lcl-flow .lcl-flow__item:nth-child(n+3)::after {
    top: -2.6666666667vw;
    left: 0;
    border-color: #fff transparent;
  }
}
.lcl-flow .lcl-flow__ico {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 55px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__ico {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    right: auto;
    margin: 0;
    width: 12vw;
  }
}
.lcl-flow .lcl-flow__ttl {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #b829d7;
}
@media screen and (max-width: 767px) {
  .lcl-flow .lcl-flow__ttl {
    text-align: left;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-flow .lcl-flow__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 4.35em;
  }
}
@media screen and (max-width: 767px) {
  .dn-n {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dn-w {
    display: none;
  }
}
.contract {
  margin: 3vw 0 0 -16vw;
  border: 2px solid #4b1e78;
}
@media screen and (min-width: 768px) {
  .contract {
    display: none;
  }
}
.contract .lcl-flow__list {
  padding: 4vw;
  margin: 0;
}
.contract .lcl-flow__start {
  font-size: 5vw;
  background-color: #f8f400;
  color: #000;
}
.contract .lcl-flow__item-sub {
  width: 100%;
}
.contract .contract-ttl {
  margin-top: 4vw;
  text-align: center;
  background-color: #b829d7;
  color: #fff;
  border-radius: 4vw;
  padding: 1vw 0;
  font-size: 4vw;
}
.contract .contract-list {
  list-style-type: disclosure-closed;
  padding: 2vw;
}
.contract .contract-list li .fa-solid {
  margin-right: 0.5em;
}
.contract__pc {
  width: 1000px;
  margin: 65px auto 0;
}
@media screen and (max-width: 767px) {
  .contract__pc {
    display: none;
  }
}
.contract__pc .contract-pc__list {
  padding: 4vw;
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: relative;
  background-color: #fff;
}
.contract__pc .contract-pc__list:before {
  border: 1px solid;
  display: block;
  pointer-events: none;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.contract__pc .contract-pc__start {
  background: #f8f400;
  border-radius: 2px;
  display: inline-block;
  left: 24px;
  line-height: 2;
  padding: 0 1vw;
  position: absolute;
  top: -1em;
  z-index: 1;
  font-size: 21px;
  font-weight: 700;
}
.contract__pc .contract-pc__item-sub {
  display: flex;
}
.contract__pc .contract-pc-ttl {
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #b829d7;
  padding: 1vw;
}
.contract__pc .contract-pc-list {
  margin-left: 2vw;
}
.contract__pc .contract-pc-list li {
  margin-top: 0.5vw;
}
.contract__pc .contract-pc-list li i {
  margin-right: 0.7vw;
}
.lcl-faq {
  padding: 40px 0 70px;
}
@media screen and (max-width: 767px) {
  .lcl-faq {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.lcl-faq .lcl-faq__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__ttl {
    font-size: 6.9333333333vw;
  }
}
.lcl-flow .lcl-flow__main::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url("../images/line_01.png") left/contain repeat;
  margin: 6px 0 10px;
}
.lcl-faq .lcl-faq__list {
  width: 1000px;
  margin: 35px auto 0;
  border-top: 1px solid #626262;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__list {
    width: 100%;
    margin-top: 8vw;
    padding: 0 4vw;
  }
}
.lcl-faq .lcl-faq__item {
  border-bottom: 1px solid #626262;
}
.lcl-faq .lcl-faq__button {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  padding: 20px 60px 20px 20px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
button, input:not([type="checkbox"]):not([type="radio"]), textarea {
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__button {
    padding: 4vw 8vw 4vw 4vw;
  }
}
.lcl-faq .lcl-faq__ico {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #b829d7;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__ico {
    font-size: 4.2666666667vw;
  }
}
.lcl-faq .lcl-faq__question {
  flex: 1;
  padding-left: 25px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__question {
    padding-left: 2.6666666667vw;
    font-size: 4vw;
  }
}
.lcl-faq .lcl-faq__plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #b829d7;
}
.lcl-faq .lcl-faq__plus::before, .lcl-faq .lcl-faq__plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.lcl-faq .lcl-faq__plus::after {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__plus {
    width: 4vw;
    height: 4vw;
    right: 4vw;
  }
  .lcl-faq .lcl-faq__plus::before, .lcl-faq .lcl-faq__plus::after {
    width: 1.8666666667vw;
    height: 0.5333333333vw;
  }
  .lcl-faq .lcl-faq__plus::before, .lcl-faq .lcl-faq__plus::after {
    width: 1.8666666667vw;
    height: 0.5333333333vw;
  }
}
.lcl-faq .lcl-faq__close {
  display: none;
}
.lcl-faq .lcl-faq__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 20px 20px;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__main {
    padding: 0 4vw 4vw;
  }
}
.lcl-faq .lcl-faq__ico {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #b829d7;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__ico {
    font-size: 4.2666666667vw;
  }
}
.lcl-faq .lcl-faq__ico.lcl-faq__ico--a {
  line-height: 1.4;
}
.lcl-faq .lcl-faq__cnt {
  flex: 1;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__cnt {
    padding-left: 2.6666666667vw;
  }
}
.lcl-faq .lcl-faq__answer {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #b829d7;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__answer {
    font-size: 4vw;
  }
}
.fwb {
  font-weight: 700;
}
.lcl-faq .lcl-faq__btn {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .lcl-faq .lcl-faq__btn {
    margin-top: 10.6666666667vw;
  }
}
.btn01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px 16px 35px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 15px;
  background-color: #b829d7;
  transition: background-color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .btn01 {
    width: 73.0666666667vw;
    padding: 3.2vw 9.3333333333vw 3.2vw 5.3333333333vw;
    font-size: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.btn01 .ico_svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 20px;
  height: 20px;
  margin: auto 0;
}
.ico_svg .svg-path {
  transition: fill 0.25s ease;
}
.btn01 .ico_svg .svg-path01 {
  fill: #fff;
}
.btn01 .ico_svg .svg-path02 {
  fill: #b829d7;
}
.lcl-access {
  padding: 44px 0 90px;
}
@media screen and (max-width: 767px) {
  .lcl-access {
    padding: 7.4666666667vw 0 0;
  }
}
.lcl-access .lcl-access-list01 {
  width: 878px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .lcl-access .lcl-access-list01 {
    width: 100%;
    margin-top: 8vw;
    padding: 0 4vw;
  }
}
.lcl-access .lcl-access-list01__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-access .lcl-access-list01__item {
    display: block;
  }
  .lcl-access .lcl-access-list01__item:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-access .lcl-access-list01__item:nth-child(n+2) {
    margin-top: 3vw;
  }
}
.lcl-access .lcl-access-list01__img {
  width: 335px;
  height: 235px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .lcl-access .lcl-access-list01__img {
    width: 100%;
    height: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-access .lcl-access-list01__img {}
}
.lcl-access .lcl-access-list01__main {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .lcl-access .lcl-access-list01__main {
    flex: 1;
    padding-left: 0;
    padding-top: 3.4666666667vw;
  }
}
.lcl-access .lcl-access-list01__head {}
.lcl-access .lcl-access-list01__ttl {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #b829d7;
}
@media screen and (max-width: 767px) {
  .lcl-access .lcl-access-list01__ttl {
    font-size: 7vw;
    line-height: 1.45;
    text-align: center;
  }
}
.lcl-access .lcl-access-list01__txt {
  margin-top: 14px;
  font-size: 1.5vw;
}
@media screen and (max-width: 767px) {
  .lcl-access .lcl-access-list01__txt {
    margin-top: 2.1333333333vw;
    font-size: 4.3vw;
  }
}
.lcl-access .lcl-access-map {
  border: none;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .lcl-access .lcl-access-map {
    margin: 4vw -4vw 0 -4vw;
  }
}
#footer {
  background-color: #4b1e78;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 65px;
  }
}
.footer-main {}
@media screen and (min-width: 768px) {
  .footer-main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 2vw 0;
    width: 878px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-main {
    padding: 5vw;
  }
}
.footer-list {
  font-size: 1vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-list {
    font-size: 11px;
  }
}
.footer-list li:nth-child(n+2) {
  margin-left: 3vw;
}
.footer-list li a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1vw;
  }
}
.fadein {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
}
.fadein.scroll-fade {
  opacity: 1;
}
.c-purple {
  color: #b829d7;
}