@charset "utf-8";
/* CSS Document */
body {
  background: #1e1e24 !important;
}
/*sub_main*/
div#sub_main {
  height: 456px;
  background: url("../img/main-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
div#sub_main h1 b {
  background: rgb(241, 156, 151);
  background: -moz-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: -webkit-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
}
div#sub_main h1 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
div#sub_main h1 span {
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
/*SECTION0*/
section.sec00 {
  background: #1e1e24;
  position: relative;
  padding: 72px 0;
  color: #fff;
}
section.sec00 p {
  text-align: center;
  margin-bottom: 72px;
}
section.sec00 ul {
  display: flex;
  justify-content: space-between;
}
section.sec00 ul li a {
  position: relative;
  display: block;
}
section.sec00 ul li {
  text-align: center;
  width: 32%;
  position: relative;
}
section.sec00 ul li figure {
  margin: 0;
  padding: 0;
}
.name {
    padding: 30px;
    text-align: center;
    font-weight: normal;
    position: relative;
}
.name span:after {
  content: url("../img/under.png");
  position: absolute;
  transition: all 0.5s ease-in-out;
  right: -30px;
  bottom: 8px;
}
section.sec00 ul li a:hover .name span:after {
  position: absolute;
  bottom: 0;
}
section.sec00 ul li a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgb(241, 156, 151);
  background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
  left: 0;
}
section.sec01 {
  background: #1e1e24;
  position: relative;
  color: #fff;
}
section.sec01 .enjoybox {
  clear: both;
  width: 100%;
  padding: 96px 0px;
  display: flex;
  justify-content: space-between;
}
section.sec01 {
  background: #1e1e24;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #888;
  margin-bottom: 120px;
}
figure.mainpicture {
  margin: 0;
  padding: 0;
  float: left;
}
section.sec01:before {
    content: "";
    width: 1px;
    background: oklab(1 0 0 / 0.5);
    height: calc(32vw + 52px);
    position: absolute;
    right: calc(50% + 540px);
    top: 1px;
    z-index: 1;
	max-height: 584px;
}
section.sec01:after {
  content: "";
  width: 1px;
  background: #fff;
  height: calc(14vw + 52px);
  position: absolute;
  right: calc(50% + 540px);
  top: 1px;
  z-index: 1;
}
.enjoy-head h2 span {
  font-weight: normal;
  font-size: 24px;
  display: block;
  line-height: 2;
}
.enjoy-head h2 b {
  font-size: 64px;
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
}
.enjoy-head h2 {
  margin-bottom: 72px;
}
.enjoy-head p {
    line-height: 2;
    font-weight: lighter;
}
.enjoy-head {
  width: 27%;
}
.enjoy-course ul li p {
  ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.enjoy-course {
  width: 70%;
}
.model.en_font {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 2;
  font-weight: normal;
}
.enjoy-course ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.enjoy-course ul li {
  width: calc(100% / 6);
  text-align: center;
  border: 1px solid;
  min-height: 470px;
  position: relative;
  background: #1e1e24;
  transition: all 0.5s ease-in-out;
}
.enjoy-course ul li:hover {
  background: #34343a;
}
.enjoy-course ul li:before {
  content: url("../img/trip.png");
  position: absolute;
  right: -45%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}
.enjoy-course ul li:last-child:before {
  content: none;
}
.enjoy-course ul li a {
  display: block;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.enjoy-course ul li a span {
  font-size: 48px;
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.enjoy-course ul li p {
    ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 0;
    margin: 30px auto;
    font-size: 20px;
    display: block;
    font-weight: lighter;
    font-family: sans-serif;
	display: inline-block;
}
.enjoy-course ul li a:after {
  content: url("../img/under.png");
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.enjoy-course ul li a:hover:after {
  bottom: 15px;
}
section.sec01 .Inner {
  position: relative;
}
section.sec01 .Inner.e-over:before {
  content: "";
  height: 1px;
  width: 150vw;
  background: #808080;
  position: absolute;
  bottom: 150px;
  left: -50vw;
}
.enjoybox01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enjoybox01 figure {
  margin: 0;
  padding: 0;
  width: 50%;
}
.enjoybox01 .txtarea {
  width: 45%;
}
.enjoybox01 .txtarea h3 {
  font-size: 24px;
  font-weight: normal;
}
.num {
  font-size: 96px;
  color: #f29c97;
  margin-bottom: 40px;
}
.enjoybox01 .txtarea h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 64px;
}
.enjoybox01 .txtarea p {
    line-height: 2.2;
    margin-bottom: 70px;
    max-width: 425px;
    letter-spacing: normal;
    font-weight: lighter;
}
.map.en_font a img {
  position: absolute;
  left: 0;
  bottom: 13px;
}
.map.en_font a {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 15px 0 15px 27px;
  position: relative;
  transition: all 0.3s ease 0s;
  color: rgb(255, 255, 255);
  min-width: 200px;
}
.map.en_font a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  left: 0;
}
.map.en_font a::after {
  content: url(../../img/common/whi-next.png);
  position: absolute;
  right: 0px;
  transition: all 0.5s ease-in-out;
}
.map.en_font a:hover {
  display: inline-block;
  background: rgb(241, 156, 151);
  background: -moz-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: -webkit-linear-gradient(top, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.map.en_font a:hover:after {
  content: url("../../img/common/hover-next.png");
  position: absolute;
  transition: all 0.5s ease-in-out;
  right: 5px;
}
.enjoybox01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.enjoybox02 .num.en_font {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.enjoybox02In h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}
.enjoy_cont figure {
    margin: 0;
    padding: 0;
    position: relative;
}.enjoy_cont figure span.h_im {
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
    padding: 20px;
    font-size: 15px;
}
.enjoy-explanation {
  width: 1080px;
  margin: 50px auto 0;
}
.enjoy-explanation p {
    line-height: 2.2;
    font-weight: lighter;
}
.enjoy_cont {
  position: relative;
}
.enjoy_cont .txt {
  position: absolute;
  bottom: 0;
  padding: 10px 25px;
  background: rgb(241, 156, 151);
  background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.txt01 {
  font-size: 20px;
  width: 40%;
  color: #000;
  font-weight: normal;
}
.txt02 p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-weight: lighter;
}
.txt02 {
  width: 60%;
}
.enjoy_cont {
  position: relative;
}
.enjoy_cont:before {
  content: "";
  height: 100%;
  width: 100%;
  background: oklab(0 0 0 / 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.enjoy_cont.slick-center:before {
  content: none;
}
.enjoy_slider .txt {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.enjoy_slider .slick-center .txt {
  opacity: 1;
}
.enjoybox02In:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #808080;
  left: calc(50% + 640px);
  z-index: 1;
  top: 0;
}
.enjoybox02In:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #808080;
  right: calc(50% + 640px);
  z-index: 1;
  top: 0;
}
.enjoybox02In {
  position: relative;
  padding: 120px 0;
}
.enjoybox02 {
  position: relative;
}
.enjoybox02:before {
  content: "";
  height: 1px;
  width: 1280px;
  background: #808080;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.enjoybox02:after {
  content: "";
  height: 1px;
  width: 1280px;
  background: #808080;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.enjoybox_under {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.enjoybox03 .num, .enjoybox04 .num {
  text-align: center;
  margin-bottom: 25px;
}
.enjoybox03 h3, .enjoybox04 h3 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
.enjoybox03, .enjoybox04 {
  max-width: 456px;
}
.enjoy-img figure {
    margin-bottom: 32px;
    text-align: center;
}.enjoy-img figure img {
    margin: auto;
}
.enjoy-img p {
  line-height: 2;
}
.enjoybox_under {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 120px 0;
  position: relative;
}
.enjoy-img p {
    line-height: 2;
    margin-bottom: 60px;
    font-weight: lighter;
}
.enjoybox_under:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #808080;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media only screen and (min-width: 768px) {}
@media (min-width: 768px) and (max-width: 1280px) {
  .Inner, .Inner1280 {
    width: 100%;
    margin: 0 auto;
  }
  figure.mainpicture img {
    width: 100%;
  }
  section.sec01 .enjoybox {
    clear: both;
    width: 100%;
    padding: 96px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .enjoy-course {
    width: 100%;
    padding: 0 20px;
  }
  .enjoy-head {
    width: 100%;
    padding: 0 20px;
  }
  .enjoybox01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
    flex-wrap: wrap;
  }
  .enjoybox01 .txtarea {
    width: 45%;
  }
  .enjoybox03, .enjoybox04 {
    max-width: 50%;
  }
  .enjoy-explanation {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 20px;
  }
  .enjoy-img p {
    line-height: 2;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .map.en_font {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  div#sub_main {
    height: 350px;
    background: url("../img/main-bg.png") center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .Inner, .Inner1280 {
    width: 100%;
    margin: 0 auto;
  }
  figure.mainpicture img {
    width: 100%;
  }
  section.sec01 .enjoybox {
    clear: both;
    width: 100%;
    padding: 96px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .enjoy-course {
    width: 100%;
    padding: 0 20px;
  }
  .enjoy-head {
    width: 100%;
    padding: 0 20px;
  }
  .enjoybox01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
    flex-wrap: wrap;
  }
  .enjoybox01 .txtarea {
    width: 45%;
  }
  .enjoybox03, .enjoybox04 {
    max-width: 50%;
  }
  .enjoy-explanation {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 20px;
  }
  .enjoy-img p {
    line-height: 2;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .map.en_font {
    padding: 0 20px;
  }
}
/*------------------------------------------------
sp
--------------------------------------------------*/
@media screen and (max-width: 480px) {
  section.sec00 p {}
  section.sec00 ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  section.sec00 ul li {
    text-align: left;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .name {
    padding: 0 20px 20px;
    font-weight: normal;
    position: relative;
  }
  .name span {
    display: flex;
    align-items: center;
    padding: 20px 20px;
  }
  section.sec00 ul li a:hover:after {
    content: none;
  }
  section.sec00 ul li a:hover .name span:after {
    position: absolute;
    bottom: 20px;
  }
  .name span:after {
    content: url("../img/under.png");
    position: absolute;
    transition: all 0.5s ease-in-out;
    right: 20px;
    bottom: 25px;
  }
  .name span:before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgb(241, 156, 151);
    background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
    left: 0;
  }
  section.sec00 p {
    text-align: center;
    margin-bottom: 32px;
    line-height: 2.2;
    padding: 0 20px;
  }
  section.sec01 {
    margin-bottom: 60px;
  }
  figure.mainpicture {
    margin: 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  section.sec01:before {
    content: "";
    width: 1px;
    background: rgb(255 255 255 / 50%);
    height: calc(100vw - 20px);
    position: absolute;
    left: 30px;
    top: 1px;
    z-index: 1;
  }
  section.sec01:after {
    content: "";
    width: 1px;
    background: #fff;
    height: calc(50vw - 10px);
    position: absolute;
    left: 30px;
    top: 1px;
    z-index: 1;
  }
  .enjoy-head h2 b {
    font-size: 56px;
  }
  .enjoy-head h2 span {
    font-weight: normal;
    font-size: 22px;
  }
  .enjoy-course ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 50px;
  }
  .enjoy-head h2 {
    margin-bottom: 36px;
  }
  .enjoy-head p {
    line-height: 2;
  }
  .enjoy-head {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 32px;
  }
  .enjoy-course ul li {
    width: 100%;
    text-align: center;
    border: 1px solid;
    min-height: auto;
    position: relative;
    background: #1e1e24;
    transition: all 0.5s ease-in-out;
    margin-bottom: 50px;
  }
  .enjoy-course ul li:before {
    content: url("../img/trip.png");
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    height: 20px;
    bottom: -37px;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  .enjoy-course ul li a {
    display: flex;
    height: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: flex-start;
  }
  .enjoy-course ul li a span {
    font-size: 35px;
    background: linear-gradient(to bottom, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin: 0;
    display: block;
    text-align: center;
    width: 20%;
  }
  .enjoy-course ul li p {
    ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    padding: 0;
    margin: 30px auto;
    font-size: 15px;
    display: block;
  }
  .enjoy-course ul li a:after {
    content: url("../img/under.png");
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 35px;
    margin: auto;
    text-align: center;
    transition: all 0.5s ease-in-out;
  }
  .enjoybox01 figure {
    margin: 0 0 50px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}
  .enjoy-img {
    padding: 0 20px;
  }
  .enjoy-img figure {
    margin-bottom: 32px;
    padding: 0 20px;
  }
  .enjoybox01 .txtarea {
    width: 100%;
    padding: 0 20px;
  }
  .enjoy_cont .txt {
    position: relative;
    flex-wrap: wrap;
  }
  .enjoybox01 .txtarea h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 64px;
  }
  .enjoybox01 .txtarea p {
    line-height: 2.2;
    margin-bottom: 60px;
  }
  .txt01 {
    font-size: 18px;
    width: 100%;
    color: #000;
    font-weight: normal;
    padding: 10px 0;
  }
  .txt02 {
    width: 100%;
  }
  .enjoybox02 .num.en_font {
    font-size: 72px;
  }
  .num {
    font-size: 72px;
    color: #f29c97;
    margin-bottom: 40px;
  }
  .enjoybox_under {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 60px 0 0;
    position: relative;
    flex-wrap: wrap;
  }
  .map.en_font a {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 15px 0 15px 27px;
    position: relative;
    transition: all 0.3s ease 0s;
    color: rgb(255, 255, 255);
    min-width: 200px;
  }
  .enjoy_cont .txt {
    position: relative;
    bottom: 0;
    padding: 10px;
    background: rgb(241, 156, 151);
    background: -moz-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: linear-gradient(to right, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .enjoy-explanation p {
    line-height: 2.2;
  }.enjoybox03 {
    border-bottom: 1px solid #808080;
    padding: 0 0 52px;
}
  .enjoybox03, .enjoybox04 {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .enjoybox04 {
    margin-bottom: 0;
  }
  .enjoybox_under:before {
    content: none;
  }
  .enjoybox02In {
    position: relative;
    padding: 60px 0;
  }.enjoybox01 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    padding: 0 20px;
}.enjoybox01 .num {
    font-size: 72px;
    color: #f29c97;
    margin-bottom: 20px;
    text-align: center;
}.enjoybox01 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}
  section.sec01 .enjoybox {
    clear: both;
    width: 100%;
    padding: 48px 0px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.sec00 {
    background: #1e1e24;
    position: relative;
    padding: 36px 0;
    color: #fff;
  }
  section.sec01.sec02 {
    padding: 0 0 60px;
  }
  .txt02 p {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
  }
  .enjoybox_under {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 60px 0 0;
    position: relative;
    flex-wrap: wrap;
  }
  .enjoybox03 h3, .enjoybox04 h3 {
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .enjoy-img p {
    line-height: 2;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .enjoy_cont:before {
    content: none;
  }
  .enjoy_cont figure {
    position: relative;
  }
  .enjoy_cont figure:before {
    content: "";
    height: 100%;
    width: 100%;
    background: oklab(0 0 0 / 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .enjoy_cont.slick-center figure:before {
    content: none;
  }
  section.sec01 .Inner.e-over:before {
    content: none;
  }
  .enjoy-course ul:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #808080;
    position: absolute;
    bottom: 0;
    left: 30px;
  }
  .enjoy-course ul li:last-child {
    margin: 0;
  }.enjoy_cont figure span.h_im {
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
    padding: 10px;
    font-size: 11px;
}
}