.mv {
  width: 100%;
  margin-bottom: 85px
}
.mv__list__item {
  text-align: center
}
.mv__list__item__img-pc {
  max-width: 100%;
  max-height: 570px
}
.mv__list__item__img-sp {
  display: none
}
.mv__list .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -30px;
  left: 0;
  right: 0
}
.mv__list .slick-dots>li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #CECECE;
  border-radius: 10px
}
.mv__list .slick-dots>li>button {
  display: none
}
.mv__list .slick-dots .slick-active {
  background-color: #4B4439
}
.midashi__title {
  margin-bottom: 80px;
  padding-top: 73px;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: 'Shippori Mincho', serif;
  text-align: center
}
.midashi__title-1line {
  height: 141px;
  background-image: url(/img/index/midashi_bg_1line.png);
  background-size: 50px 141px
}
.midashi__title-2line {
  height: 167px;
  background-image: url(/img/index/midashi_bg_2line.png);
  background-size: 50px 167px
}
.midashi__title__sub {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600
}
.midashi__title__main {
  display: block;
  font-size: 28px;
  font-weight: 500
}
.feature {
  background-image: url(/img/index/feature_bg.png);
  background-size: cover;
  padding: 80px 0
}
.feature__contents {
  width: 1000px;
  margin: 0 auto
}
.feature__contents__list__item {
  width: 100%;
  display: flex;
  align-items: center
}
.feature__contents__list__item:nth-child(odd) .feature__contents__list__item__image {
  margin-right: 100px
}
.feature__contents__list__item:nth-child(even) {
  flex-direction: row-reverse
}
.feature__contents__list__item:nth-child(even) .feature__contents__list__item__image {
  margin-left: 100px
}
.feature__contents__list__item__image {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2)
}
.feature__contents__list__item__sentences {
  width: 550px
}
.feature__contents__list__item__sentences__midashi {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #4B4439;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4
}
.feature__contents__list__item__sentences__midashi__image {
  width: 50px;
  margin-right: 22px
}
.feature__contents__list__item__sentences__midashi__title {
  padding-top: 10px
}
.feature__contents__list__item__sentences__text {
  font-size: 14px;
  line-height: 1.8
}
.feature__contents__list__item__sentences__text+.feature__contents__list__item__sentences__text {
  margin-top: 35px
}
.feature__contents__list__item+.feature__contents__list__item {
  margin-top: 100px
}
.instructor {
  padding: 80px 0
}
.instructor__contents {
  width: 1000px;
  margin: 0 auto
}
.instructor__contents__list__item {
  width: 100%;
  display: flex;
  align-items: center
}
.instructor__contents__list__item:nth-child(odd) .instructor__contents__list__item__image {
  margin-right: 60px
}
.instructor__contents__list__item:nth-child(even) {
  flex-direction: row-reverse
}
.instructor__contents__list__item:nth-child(even) .instructor__contents__list__item__image {
  margin-left: 60px
}
.instructor__contents__list__item__image {
  width: 295px;
  height: 386px
}
.instructor__contents__list__item__sentences {
  position: relative;
  width: 705px;
  padding: 50px 43px
}
.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: 35px 35px;
  height: 35px;
  width: 35px
}
.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: 35px 35px;
  height: 35px;
  width: 35px
}
.instructor__contents__list__item__sentences__midashi {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4
}
.instructor__contents__list__item__sentences__midashi__position {
  width: 100%;
  margin-bottom: 5px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 16px
}
.instructor__contents__list__item__sentences__midashi__name {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500
}
.instructor__contents__list__item__sentences__midashi__history {
  margin-left: 25px;
  font-size: 14px
}
.instructor__contents__list__item__sentences__text {
  font-size: 14px;
  line-height: 1.8
}
.instructor__contents__list__item__sentences__text+.instructor__contents__list__item__sentences__text {
  margin-top: 35px
}
.instructor__contents__list__item+.instructor__contents__list__item {
  margin-top: 100px
}
.course {
  padding: 80px 0
}
.course__note {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center
}
.course__button {
  display: block;
  width: 450px;
  margin: 0 auto 65px;
  padding: 19px 0;
  border: 1px solid #656565;
  font-size: 18px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none
}
.feature__contents__list__item__sentences .course__button {
    width: auto;
}
.course__contents {
  width: 1000px;
  margin: 0 auto
}
.course__contents__list {
  margin-bottom: 45px
}
.course__contents__list__item {
  padding: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
}
.course__contents__list__item+.course__contents__list__item {
  margin-top: 60px
}
.course__contents__list__item:nth-child(1) {
  border-top: 5px 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: 5px 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: 5px 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: 5px 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 {
  display: flex
}
.course__contents__list__item__main__image {
  width: 199px;
  height: 242px
}
.course__contents__list__item__main__sentences {
  width: 664px;
  margin-left: 37px
}
.course__contents__list__item__main__sentences__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}
.course__contents__list__item__main__sentences__header__menu {
  display: flex;
  align-items: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 22px
}
.course__contents__list__item__main__sentences__header__menu__type {
  padding-bottom: 7px
}
.course__contents__list__item__main__sentences__header__menu__course {
  padding-bottom: 8px;
  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: 15px;
  padding: 5px 8px;
  color: #fff;
  font-size: 13px
}
.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: 12px
}
.course__contents__list__item__main__discount .course__contents__list__item__main__sentences__header__menu__price:first-of-type {
	margin-bottom: 5px;
}
.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% - 3.5px);
	left: 0;
	content: "";
	display: block;
	background: url("/img/index/border_del.png") center center repeat-x;
}
.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 {
	min-width: 11em;
	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: 25px;
  font-size: 14px;
  line-height: 1.8
}
.course__contents__list__item__main__sentences__type__midashi {
  width: 200px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 0;
  border: 1px solid #4B4439;
  font-size: 13px;
  text-align: center
}
.course__contents__list__item__main__sentences__type__list {
  padding-left: 15px
}
.course__contents__list__item__main__sentences__type__list__item {
  font-size: 13px;
  line-height: 1.5;
  list-style-type: disc
}
.course__contents__list__item__main__sentences__type__list__item+.course__contents__list__item__main__sentences__type__list__item {
  margin-top: 5px
}
.course__contents__list__item__main__sentences__type__list-num {
  padding-left: 15px
}
.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: 15px;
  font-size: 14px;
  line-height: 1.8
}
.course__contents__list__item__detail {
  margin-top: 30px;
  padding: 20px 30px 30px;
  background-color: #EFEFEF
}
.course__contents__list__item__detail__midashi {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #4B4439;
  font-size: 14px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-align: center
}
.course__contents__list__item__detail__midashi__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px
}
.course__contents__list__item__detail__midashi__list__item {
  width: 50%;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
  list-style-type: disc
}
.course__contents__list__item a.course__button {
    margin: 30px auto 0;
}
.course__contents__noteList {
  width: 530px;
  margin: 0 auto
}
.course__contents__noteList__item {
  font-size: 14px
}
.course__contents__noteList__item+.course__contents__noteList__item {
  margin-top: 10px
}
.support {
  padding: 110px 0;
  background-image: url(/img/index/support_bg.png);
  background-repeat: repeat-x;
  background-position: center 0px;
  background-size: contain
}
.support__contents__list {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto
}
.support__contents__list__item {
  position: relative;
  width: 358px;
  padding: 135px 30px 40px;
  border: 1px solid #B09B6D;
  background-color: #fff
}
.support__contents__list__item:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  border: 1px solid #B09B6D;
  width: 356px;
  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: 256px;
  height: 156px
}
.support__contents__list__item__midashi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  text-align: center
}
.support__contents__list__item__midashi:before {
  position: absolute;
  content: "";
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background-color: #A4A09A
}
.support__contents__list__item__midashi__num {
  width: 43px;
  margin-right: 10px
}
.support__contents__list__item__sentences__text {
  font-size: 14px;
  line-height: 1.8
}
.support__contents__list__item__sentences__text+.support__contents__list__item__sentences__text {
  margin-top: 20px
}
.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:hover {
	opacity: 0.7;
}
.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: 80px 0
}
.flow__contents {
  margin: 0 auto
}
.flow__contents__list {
  display: flex;
  width: 640px;
  margin: 0 auto;
  padding-top: 70px
}
.flow__contents__list__item {
  margin: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1)
}
.flow__contents__list__item__image {
  width: 100%
}
.flow__contents__list__item__step {
  display: flex;
  align-items: center;
  padding: 30px 50px;
  font-family: 'Baskerville', serif
}
.flow__contents__list__item__step__sub {
  margin-right: 30px
}
.flow__contents__list__item__step__sub__text {
  display: block;
  margin-bottom: 7px
}
.flow__contents__list__item__step__sub__num {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  font-size: 30px;
  border-bottom: 1px solid #363636
}
.flow__contents__list__item__step__main {
  padding-top: 15px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 18px
}
.flow__contents__list__item__text {
  padding: 0 50px 50px;
  color: #B09B6D;
  font-size: 14px;
  line-height: 1.8
}
.flow__contents__list .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  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: 26px;
  height: 26px;
  border-top: 1px solid #4B4439;
  border-right: 1px solid #4B4439
}
.flow__contents__list .slick-next {
  right: -60px
}
.flow__contents__list .slick-next::after {
  right: 4px;
  transform: rotate(45deg)
}
.flow__contents__list .slick-prev {
  left: -60px
}
.flow__contents__list .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg)
}
.flow__contents__list .slick-dots {
  display: flex;
  width: 580px;
  height: 5px;
  margin: auto;
  background-color: #EFEFEF;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
.flow__contents__list .slick-dots>li {
  width: calc(100% / 6);
  border-radius: 10px
}
.flow__contents__list .slick-dots>li>button {
  display: none
}
.flow__contents__list .slick-dots .slick-active {
  background-color: #EFBB4B
}
.question {
  padding: 80px 0;
  background-color: #FBF9F2
}
.question__contents {
  margin: 0 auto
}
.question__contents__list {
  width: 700px;
  margin: 0 auto
}
.question__contents__list__item {
  padding-top: 30px;
  border-bottom: 1px solid #4B4439;
  cursor: pointer
}
.question__contents__list__item__qa {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 16px
}
.question__contents__list__item__qa__q {
  position: relative;
  padding: 6px 0 20px 50px
}
.question__contents__list__item__qa__q:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 0;
  width: 24px;
  height: 28px;
  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: "";
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  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 40px 30px 50px;
  color: #897649;
  line-height: 1.8
}
.question__contents__list__item__qa__a:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 0;
  width: 24px;
  height: 28px;
  background-image: url(/img/index/question_a.png);
  background-repeat: no-repeat;
  background-size: 100%
}
.information {
  padding: 80px 0 135px
}
.information__contents {
  width: 860px;
  margin: 0 auto
}
.information__contents__list {
  margin-bottom: 70px
}
.information__contents__list__item {
  text-align: center
}
.information__contents__list__item__type__midashi {
  margin-bottom: 10px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 16px
}
.information__contents__list__item__type__info {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 14px
}
.information__contents__list__item+.information__contents__list__item {
  margin-top: 35px
}
.information__contents__map__frame {
  width: 100%;
  height: 350px;
  filter: grayscale(100%)
}
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 800ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}