body {
  overflow-x: hidden;
}
.mv {
  margin-bottom: 60px
}
.mv__list__item {
  text-align: center
}
.mv__list__item__img-pc {
  display: none
}
.mv__list__item__img-sp {
  max-width: 100%
}
.mv__list .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -3vw;
  left: 0;
  right: 0
}
.mv__list .slick-dots>li {
  width: 1.5vw;
  height: 1.5vw;
  margin: 0 4px;
  background-color: #CECECE;
  border-radius: 3vw
}
.mv__list .slick-dots>li>button {
  display: none
}
.mv__list .slick-dots .slick-active {
  background-color: #4B4439
}
.midashi {
  padding: 0 5vw
}
.midashi__title {
  margin-bottom: 10vw;
  padding-top: 18vw;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: 'Shippori Mincho', serif;
  text-align: center
}
.midashi__title-1line {
  height: 34.5vw;
  background-image: url(/img/index/midashi_bg_1line.png);
  background-size: 12vw 34.5vw
}
.midashi__title-2line {
  height: 40.5vw;
  background-image: url(/img/index/midashi_bg_2line.png);
  background-size: 12vw 40.5vw
}
.midashi__title__sub {
  display: block;
  margin-bottom: 3vw;
  font-size: 4.25vw;
  font-weight: 600
}
.midashi__title__main {
  display: block;
  font-size: 5vw;
  font-weight: 500
}
.feature {
  background-image: url(/img/index/feature_bg.png);
  background-size: cover;
  padding-top: 10vw
}
.feature__contents {
  margin: 0 auto
}
.feature__contents__list__item__image {
  display: block;
  width: 70%;
  margin: 0 auto 5vw;
  border-radius: 50%;
  box-shadow: 0 3px 5vw rgba(0, 0, 0, 0.2)
}
.feature__contents__list__item__sentences {
  padding: 5vw
}
.feature__contents__list__item__sentences__midashi {
  display: flex;
  align-items: center;
  margin-bottom: 5vw;
  padding-bottom: 4vw;
  border-bottom: 1px solid #4B4439;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 5.5vw;
  line-height: 1.4
}
.feature__contents__list__item__sentences__midashi__image {
  width: 10vw;
  margin-right: 5vw
}
.feature__contents__list__item__sentences__midashi__title {
  padding-top: 3vw
}
.feature__contents__list__item__sentences__text {
  font-size: 4.25vw;
  line-height: 1.6
}
.feature__contents__list__item__sentences__text+.feature__contents__list__item__sentences__text {
  margin-top: 5vw
}
.feature__contents__list__item+.feature__contents__list__item {
  margin-top: 10vw
}
.instructor {
  padding-top: 10vw
}
.instructor__contents__list__item {
  padding: 5vw
}
.instructor__contents__list__item__image {
  width: 70%;
  display: block;
  margin: 0 auto 5vw
}
.instructor__contents__list__item__sentences {
  position: relative;
  padding: 7vw
}
.instructor__contents__list__item__sentences:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(/img/index/instructor_left_top_bg.png);
  background-repeat: no-repeat;
  background-size: 10vw 10vw;
  height: 10vw;
  width: 10vw
}
.instructor__contents__list__item__sentences:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(/img/index/instructor_right_bottom_bg.png);
  background-repeat: no-repeat;
  background-size: 10vw 10vw;
  height: 10vw;
  width: 10vw
}
.instructor__contents__list__item__sentences__midashi {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 7vw;
  font-size: 5.5vw;
  line-height: 1.4
}
.instructor__contents__list__item__sentences__midashi__position {
  width: 100%;
  margin-bottom: 1.5vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 4vw
}
.instructor__contents__list__item__sentences__midashi__name {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500
}
.instructor__contents__list__item__sentences__midashi__history {
  width: 100%;
  font-size: 4vw
}
.instructor__contents__list__item__sentences__text {
  font-size: 4.25vw;
  line-height: 1.6
}
.instructor__contents__list__item__sentences__text+.instructor__contents__list__item__sentences__text {
  margin-top: 5vw
}
.instructor__contents__list__item+.instructor__contents__list__item {
  margin-top: 5vw
}
.course {
  padding: 10vw 5vw
}
.course__note {
  margin-bottom: 5vw;
  font-size: 4.25vw;
  line-height: 1.6;
  text-align: center
}
.course__button {
  display: block;
  margin: 0 auto 10vw;
  padding: 4.5vw 0;
  border: 1px solid #656565;
  font-size: 4.5vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none
}
.course__contents__list {
  margin-bottom: 7vw
}
.course__contents__list__item {
  padding: 5vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
}
.course__contents__list__item+.course__contents__list__item {
  margin-top: 5vw
}
.course__contents__list__item:nth-child(1) {
  border-top: 1.5vw solid #EFBB4B
}
.course__contents__list__item:nth-child(1) .course__contents__list__item__main__sentences__header__menu__price__label {
  background-color: #EFBB4B
}
.course__contents__list__item:nth-child(1) .course__contents__list__item__main__sentences__header__menu__type {
  border-bottom: 3px solid #EFBB4B
}
.course__contents__list__item:nth-child(2) {
  border-top: 1.5vw solid #5F95BA
}
.course__contents__list__item:nth-child(2) .course__contents__list__item__main__sentences__header__menu__price__label {
  background-color: #5F95BA
}
.course__contents__list__item:nth-child(2) .course__contents__list__item__main__sentences__header__menu__type {
  border-bottom: 3px solid #5F95BA
}
.course__contents__list__item:nth-child(3) {
  border-top: 1.5vw solid #E27D85
}
.course__contents__list__item:nth-child(3) .course__contents__list__item__main__sentences__header__menu__price__label {
  background-color: #E27D85
}
.course__contents__list__item:nth-child(3) .course__contents__list__item__main__sentences__header__menu__type {
  border-bottom: 3px solid #E27D85
}
.course__contents__list__item:nth-child(4) {
  border-top: 1.5vw solid #F4BCB5
}
.course__contents__list__item:nth-child(4) .course__contents__list__item__main__sentences__header__menu__price__label {
  background-color: #F4BCB5
}
.course__contents__list__item:nth-child(4) .course__contents__list__item__main__sentences__header__menu__type {
  border-bottom: 3px solid #F4BCB5
}
.course__contents__list__item__main__image {
  width: 100%
}
.course__contents__list__item__main__sentences {
  margin-top: 5vw
}
.course__contents__list__item__main__sentences__header {
  margin-bottom: 5vw
}
.course__contents__list__item__main__sentences__header__menu {
  display: flex;
  margin-bottom: 5vw;
  align-items: center;
  font-size: 6vw
}
.course__contents__list__item__main__sentences__header__menu__type {
  padding-bottom: 7px
}
.course__contents__list__item__main__sentences__header__menu__course {
  padding-bottom: 2vw;
  border-bottom: 1px solid #4B4439
}
.course__contents__list__item__main__sentences__header__menu__price {
  display: flex;
  align-items: center
}
.course__contents__list__item__main__sentences__header__menu__price__label {
  margin-right: 4vw;
  padding: 1.5vw 2vw;
  color: #fff;
  font-size: 4vw
}
.course__contents__list__item__main__sentences__header__menu__price__yen {
  font-family: 'Baskerville', serif;
  font-size: 23px
}
.course__contents__list__item__main__sentences__header__menu__price__yen__unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.5vw
}
.course__contents__list__item__main__discount .course__contents__list__item__main__sentences__header__menu__price:first-of-type {
	margin-bottom: 3vw;
}
.course__contents__list__item__main__discount .course__contents__list__item__main__sentences__header__menu__price:first-of-type del {
	text-decoration: none;
  position: relative;
}
.course__contents__list__item__main__discount .course__contents__list__item__main__sentences__header__menu__price:first-of-type del::after {
	position: absolute;
	width: 100%;
	height: 5px;
	top: calc(50% - 3px);
	left: 0;
	content: "";
	display: block;
	background: url("/img/index/border_del.png") center center repeat-x;
	backgroud-size: 100% 100%;
}
.course__contents__list__item:nth-child(4) .course__contents__list__item__main__discount .course__contents__list__item__main__sentences__header__menu__price .course__contents__list__item__main__sentences__header__menu__price__label {
	padding: 2vw 0;
	min-width: 9.5em;
	text-align: center;
}
.course__contents__list__item:nth-child(4) .course__contents__list__item__main__discount .course__contents__list__item__main__sentences__header__menu__price:last-of-type .course__contents__list__item__main__sentences__header__menu__price__label {
	color: #F4BCB5;
	background-color: #FFF;
	border: 1px solid #F4BCB5;
}

.course__contents__list__item__main__sentences__detail {
  margin-bottom: 5.5vw;
  font-size: 4.25vw;
  line-height: 1.6
}
.course__contents__list__item__main__sentences__type__midashi {
  margin-bottom: 3vw;
  padding: 3vw;
  border: 1px solid #4B4439;
  font-size: 4.25vw;
  text-align: center
}
.course__contents__list__item__main__sentences__type__list {
  padding-left: 4vw
}
.course__contents__list__item__main__sentences__type__list__item {
  font-size: 4.25vw;
  line-height: 1.6;
  list-style-type: disc
}
.course__contents__list__item__main__sentences__type__list__item+.course__contents__list__item__main__sentences__type__list__item {
  margin-top: 1.5vw
}
.course__contents__list__item__main__sentences__type__list-num {
  padding-left: 4vw
}
.course__contents__list__item__main__sentences__type__list-num .course__contents__list__item__main__sentences__type__list__item {
  list-style-type: decimal
}
.course__contents__list__item__main__sentences__type__text {
  margin-top: 4vw;
  font-size: 4.25vw;
  line-height: 1.6
}
.course__contents__list__item__detail {
  margin-top: 5vw;
  padding: 5vw;
  background-color: #EFEFEF
}
.course__contents__list__item__detail__midashi {
  margin-bottom: 5vw;
  padding-bottom: 4vw;
  border-bottom: 1px solid #4B4439;
  font-size: 4.25vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-align: center
}
.course__contents__list__item__detail__midashi__list {
  padding-left: 4vw
}
.course__contents__list__item__detail__midashi__list__item {
  margin-bottom: 1.5vw;
  font-size: 4.25vw;
  line-height: 1.6;
  list-style-type: disc
}
.course__contents__list__item a.course__button {
    margin: 5vw auto 0;
}
.course__contents__noteList__item {
  font-size: 4.25vw;
  line-height: 1.6
}
.course__contents__noteList__item+.course__contents__noteList__item {
  margin-top: 3vw
}
.support {
  padding: 30vw 0;
  background-image: url(/img/index/support_bg.png);
  background-repeat: repeat-x;
  background-position: center 0px;
  background-size: cover
}
.support__contents {
  margin-top: 80px;
  padding: 0 5vw
}
.support__contents__list__item {
  position: relative;
  padding: 40vw 5.5vw 5.5vw;
  border: 1px solid #B09B6D;
  background-color: #fff
}
.support__contents__list__item+.support__contents__list__item {
  margin-top: 80px
}
.support__contents__list__item:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  border: 1px solid #B09B6D;
  width: 100%;
  height: 100%
}
.support__contents__list__item__image {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center
}
.support__contents__list__item__image__pic {
  width: 80%
}
.support__contents__list__item__midashi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.5vw;
  text-align: center
}
.support__contents__list__item__midashi:before {
  position: absolute;
  content: "";
  bottom: -3vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 31.5vw;
  height: 1px;
  background-color: #A4A09A
}
.support__contents__list__item__midashi__num {
  width: 8vw;
  margin-right: 3vw
}
.support__contents__list__item__sentences__text {
  font-size: 4.25vw;
  line-height: 1.6
}
.support__contents__list__item__sentences__text+.support__contents__list__item__sentences__text {
  margin-top: 5vw
}
.support__contents__list__item__sentences__button {
	margin-top: 20px;
}
.support__contents__list__item__sentences__button a {
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	background: #B09B6D;
	transition: 0.3s;
}
.support__contents__list__item__sentences__button a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
  bottom: 0;
  margin: auto;
}
.flow {
  padding: 10vw 0
}
.flow__contents {
  padding: 0 5vw
}
.flow__contents__list {
  padding-top: 5vw
}
.flow__contents__list__item {
  margin: 4vw;
  box-shadow: 0 3px 3vw rgba(0, 0, 0, 0.1)
}
.flow__contents__list__item__image {
  width: 100%
}
.flow__contents__list__item__step {
  display: flex;
  align-items: center;
  padding: 5vw;
  font-family: 'Baskervville', serif
}
.flow__contents__list__item__step__sub {
  margin-right: 4vw
}
.flow__contents__list__item__step__sub__text {
  display: block;
  margin-bottom: 7px
}
.flow__contents__list__item__step__sub__num {
  display: block;
  padding-bottom: 1.5vw;
  text-align: center;
  font-size: 7vw;
  border-bottom: 1px solid #363636
}
.flow__contents__list__item__step__main {
  padding-top: 2vw;
  font-size: 5vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600
}
.flow__contents__list__item__text {
  padding: 0 5vw 5vw;
  color: #B09B6D;
  font-size: 4.25vw;
  line-height: 1.6
}
.flow__contents__list .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 5vw;
  height: 32vw;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
  background-color: inherit;
  border: none
}
.flow__contents__list .slick-arrow:hover {
  opacity: 0.7
}
.flow__contents__list .slick-next::before, .flow__contents__list .slick-next::after, .flow__contents__list .slick-prev::before, .flow__contents__list .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle
}
.flow__contents__list .slick-next::after, .flow__contents__list .slick-prev::after {
  width: 4vw;
  height: 4vw;
  border-top: 1px solid #4B4439;
  border-right: 1px solid #4B4439
}
.flow__contents__list .slick-next {
  right: -3vw
}
.flow__contents__list .slick-next::after {
  right: 4px;
  transform: rotate(45deg)
}
.flow__contents__list .slick-prev {
  left: -3vw
}
.flow__contents__list .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg)
}
.flow__contents__list .slick-dots {
  display: flex;
  height: 1.5vw;
  margin: 0 4vw;
  background-color: #EFEFEF;
  border-radius: 3vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
.flow__contents__list .slick-dots>li {
  width: calc(100% / 6);
  border-radius: 3vw
}
.flow__contents__list .slick-dots>li>button {
  display: none
}
.flow__contents__list .slick-dots .slick-active {
  background-color: #EFBB4B
}
.question {
  padding: 10vw 0;
  background-color: #FBF9F2
}
.question__contents {
  margin: 0 auto
}
.question__contents__list {
  padding: 0 5vw
}
.question__contents__list__item {
  padding-top: 7vw;
  border-bottom: 1px solid #4B4439;
  cursor: pointer
}
.question__contents__list__item__qa {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.5vw;
  line-height: 1.5
}
.question__contents__list__item__qa__q {
  position: relative;
  padding: 6px 7vw 5vw 12vw
}
.question__contents__list__item__qa__q:before {
  position: absolute;
  content: "";
  left: 3vw;
  top: 1.5vw;
  width: 6vw;
  height: 6vw;
  background-image: url(/img/index/question_q.png);
  background-repeat: no-repeat;
  background-size: 100%
}
.question__contents__list__item__qa__q:after {
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  width: 5vw;
  height: 5vw;
  background-image: url(/img/index/question_plus.png);
  background-repeat: no-repeat;
  background-size: 100%
}
.question__contents__list__item__qa__q-open:after {
  background-image: url(/img/index/question_minus.png)
}
.question__contents__list__item__qa__a {
  position: relative;
  display: none;
  padding: 0 10vw 7vw 12vw;
  color: #897649
}
.question__contents__list__item__qa__a:before {
  position: absolute;
  content: "";
  left: 3vw;
  top: 0;
  width: 6vw;
  height: 6vw;
  background-image: url(/img/index/question_a.png);
  background-repeat: no-repeat;
  background-size: 100%
}
.information {
  padding: 10vw 0
}
.information__contents {
  padding: 0 5vw
}
.information__contents__list {
  margin-bottom: 70px
}
.information__contents__list__item {
  text-align: center
}
.information__contents__list__item__type__midashi {
  margin-bottom: 3vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.5vw
}
.information__contents__list__item__type__info {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 4.25vw;
  line-height: 1.6
}
.information__contents__list__item+.information__contents__list__item {
  margin-top: 9vw
}
.information__contents__map__frame {
  width: 100%;
  height: 70vw;
  filter: grayscale(100%)
}
.fadein {
    opacity : 0;
    transform : translate(0, 15vw);
    transition : all 800ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.apologize {
    margin-top: 8vw;
    padding: 0 5vw;
}