* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.pc-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}
.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}
.add-text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.header {
  margin: 0 auto;
  padding: 10px 30px;
}
.le-inner {
  max-width: 1160px;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .le-inner {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.standard-section-margins {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .standard-section-margins {
    padding: 40px 0;
  }
}
.standard-box-margins {
  margin-top: 40px;
}
.normal-box-margins {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .normal-box-margins {
    margin-top: 30px;
  }
}
.normal-box-margins.add-mt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .normal-box-margins.add-mt {
    margin-top: 60px;
  }
}
.lower-box-margins {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lower-box-margins {
    margin-top: 20px;
  }
}
.lower-limit-box-margins {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lower-limit-box-margins {
    margin-top: 20px;
  }
}
.small-box-margins {
  margin-top: 20px;
}
.bg-le-main-contents {
  background-image: url(../images/bg-le-main-contents-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .bg-le-main-contents {
    background-image: url(../images/bg-le-main-contents-sp.png);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bg-le-main-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 160 67 / .7);
}
.le-main-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.7%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .le-main-contents {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.le-main-text-wrap {
  width: 65%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .le-main-text-wrap {
    width: auto;
  }
}
.le-main-title {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .le-main-title {
    font-size: 3.2rem;
  }
}
.le-main-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.8;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .le-main-text {
    font-size: 1.8rem;
  }
}
.le-main-text:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .le-main-text:first-of-type {
    margin-top: 20px;
  }
}
.le-main-text + .le-main-text {
  margin-top: 30px;
}
.le-main-img-wrap {
  width: 31.03%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .le-main-img-wrap {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .le-main-img-wrap {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.le-main-img-wrap img {
  border-radius: 8px;
}
.bg-license-qualifications {
  background-image: url(../images/bg-license-qualifications-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .bg-license-qualifications {
    background-image: url(../images/bg-license-qualifications-sp.png);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.license-qualifications-list-box {
  padding: 40px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .license-qualifications-list-box {
    padding: 20px;
  }
}
.bg-yellow {
  background-color: #FFF8D1;
}
.bg-gray {
  background-color: #F5F5F5;
}
.bg-lightgray {
  background-color: #FFF3E8;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-lightpink {
  background-color: #FFF3E8;
}
.heading2-main-title {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading2-main-title {
    font-size: 3.2rem;
  }
}
.orange {
  color: #FFA043;
}
.green {
  color: #4EAA63;
}
.heading2-main-title.white {
  color: #FFFFFF;
}
.heading4-main-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  column-rule-color: #000000;
}
.heading-sub-title {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .heading-sub-title {
    font-size: 1.8rem;
  }
}
.heading-sub-title.white {
  color: #FFFFFF;
}
.heading-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .heading-text {
    font-size: 1.6rem;
  }
}
.about-row-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.standard-text-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .standard-text-wrap {
    margin-top: 30px;
  }
}
.about-box-wrap {
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about-box-wrap {
    padding: 20px;
  }
}
.about-row {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about-row {
    display: block;
  }
}
.about-row.remove-mt {
  margin-top: 40px; 
}
@media screen and (max-width: 768px) {
  .about-row.remove-mt {
    margin-top: 20px;
  }
}
.about-row-text-wrap-type {
  width: 59.26%;
}
@media screen and (max-width: 768px) {
  .about-row-text-wrap-type {
    width: auto;
  }
}
.about-row-img-wrap-type {
  width: 37.04%;
  margin-left: 3.7%;
}
@media screen and (max-width: 768px) {
  .about-row-img-wrap-type {
    width: auto;
    margin-left: initial;
    margin-top: 20px;
  }
}
.about-box-wrap-large {
  padding: 40px 40px 62px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about-box-wrap-large {
    padding: 20px;
  }
}
.about-row-img-wrap-type img {
  border-radius: 8px;
}
.about-row.remove-mt {
  margin-top: 40px; 
}
@media screen and (max-width: 768px) {
  .about-row.remove-mt {
    margin-top: 20px;
  }
}
.about-evenly-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about-evenly-row {
    display: block;
  }
}
.about-evenly-row-text-wrap {
  width: 48.15%;
}
@media screen and (max-width: 768px) {
  .about-evenly-row-text-wrap {
    width: auto;
  }
}
.about-evenly-row-img-wrap {
  width: 48.15%;
  margin-left: 3.7%;
}
@media screen and (max-width: 768px) {
  .about-evenly-row-img-wrap {
    width: auto;
    margin-left: initial;
    margin-top: 20px;
  }
}
.about-evenly-row-img-wrap img {
  border-radius: 8px;
}
.about-row-subtitle-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about-row-subtitle-wrap {
    margin-top: 20px;
  }
}
.about-row-subtitle-bold.darkorange {
  color: #E4640F;
}
.about-row-subtitle-bold {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .about-row-subtitle-bold {
    font-size: 2.2rem;
  }
}
.about-row-subtitle {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .about-row-subtitle {
    font-size: 2.2rem;
  }
}
.about-evenly-row-text-inner {
  margin-top: 20px;
}
.about-evenly-row-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.about-evenly-row-text:not(:first-of-type) {
  margin-top: 30px;
}
.sidebyside-img-row {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sidebyside-img-row {
    margin-top: 20px;
  }
}
.dashedline-title-box {
  padding: 76px 0 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .dashedline-title-box {
    padding: 34.5px 0 20px;
  }
}
.about-course-box {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-course-box {
    margin-top: 0;
  }
}
.bl-decoration-title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #222222;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .bl-decoration-title {
    font-size: 2.2rem;
  }
}
.bl-decoration-title.orange {
  border-left: 4px solid #FFA043;
}
.bl-decoration-title.green {
  border-left: 4px solid #4EAA63;
}
.bl-decoration-title + .about-row-text {
  margin-top: 20px;
}
.bl-decoration-title:not(:first-of-type) {
  margin-top: 30px;
}
.bl-decoration-subtitle {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .bl-decoration-subtitle {
    font-size: 1.4rem;
  }
}
.dashedline-title-warp {
  position: relative;
}
.dashedline-title-warp.green {
  border: 2px dashed #4EAA63;
}
.dashedline-title-warp:not(:first-of-type) {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .dashedline-title-warp:not(:first-of-type) {
    margin-top: 34.5px;
  }
}
.dottedline-warp {
  padding: 20px;
}
.dottedline-warp.orange {
  border: 2px dotted #FFA043;
}
.dottedline-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.dashedline-sub-title {
  position: absolute;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #FFFFFF;
  padding: 2px 8px;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .dashedline-sub-title {
    font-size: 1.8rem;
  }
}
.dashedline-sub-title.green {
  background-color: #4EAA63;
}
.dashedline-main-title {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .dashedline-main-title {
    font-size: 2.4rem;
  }
}
.about-main-img-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .about-main-img-wrap {
    margin-top: 30px;
  }
}
.about-main-img-wrap img {
  border-radius: 8px;
}
.le-list-box {
  margin-top: 40px;
}
.le-list-box.remove-mt {
  margin-top: 0;
}
.le-list-box:not(:first-of-type) {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .le-list-box:not(:first-of-type) {
    margin-top: 30px;
  }
}
.le-heading-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .le-heading-wrap {
    margin-top: 30px;
  }
}
.le-list {
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .le-list {
    margin-top: 20px;
  }
}
.le-list-item {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222222;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .le-list-item {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .le-list-item.sp-remove-mt {
    margin-top: 7px;
  }
}
.le-list-item::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #DFDFDF;
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .le-list-item::after {
    display: none;
    width: 0;
    height: 0;
    background-color: transparent;
    content: none;
  }
}
.le-list-item.add-content::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #DFDFDF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .le-list-item.add-content::before {
    content: none;
  }
}
.le-list-item.add-content a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .le-list-item.add-content a {
    margin-left: 0;
  }
}
.le-list-item:last-child:after {
  content: none;
}
.le-list-item:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .le-list-item:not(:last-of-type) {
    margin-right: 0;
  }
}
.le-list-item a {
  text-decoration: none;
  color: #222222;
}
.le-list-item a:hover {
  opacity: unset;
}
.le-list-item.non-content::after {
  content: none;
}
.le-dot-list {
  list-style-type: none;
}
.le-dot-list-item {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
  padding-left: 1em;
  text-indent: -1em;
}
.le-dot-list-item:not(:first-of-type) {
  margin-top: 10px;
}
.le-disc {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8.5px;
  vertical-align: 1px;
}
.le-disc.orange {
  background-color: #FFA043;
}
.add-color {
  font-weight: 700;
  vertical-align: initial;
}
.add-normal-arrow-icon::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../images/about-list-normal-arrow-icon.svg);
  background-size: contain;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.add-normal-arrow-icon:hover::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../images/about-list-other-arrow-icon.svg);
  background-size: contain;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .add-normal-arrow-icon:hover::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url(../images/about-list-normal-arrow-icon.svg);
    background-size: contain;
    margin-left: 8px;
    position: relative;
    top: -2px;
  }
}
.about-heading-wrap {
  padding: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-heading-wrap {
    padding: 8px;
  }
}
.bg-course-introduction {
  background-image: url(../images/bg-course-introduction-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .bg-course-introduction {
    background-image: url(../images/bg-course-introduction-sp.png);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.course-introduction-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .course-introduction-title {
    font-size: 2.4rem;
  }
}
.course-introduction-box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .course-introduction-box {
    margin-top: 30px;
  }
}
.course-introduction-box.add-mt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .course-introduction-box.add-mt {
    margin-top: 60px;
  }
}
.course-introduction-text-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .course-introduction-text-wrap {
    margin-top: 20px;
  }
}
.course-introduction-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.course-introduction-main-img-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .course-introduction-main-img-wrap {
    margin-top: 20px;
  }
}
.course-introduction-main-img-wrap-02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .course-introduction-main-img-wrap-02 {
    margin-top: 30px;
  }
}
.course-introduction-main-img-wrap img {
  border-radius: 8px;
}
.fluorescent-line-medium-wrap {
  margin-top: 40px;
}
.fluorescent-line-large-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .fluorescent-line-large-wrap {
    margin-top: 30px;
  }
}
.fluorescent-line {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.4;
  color: #E4640F;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .fluorescent-line {
    font-size: 3.2rem;
  }
}
.le-highlight {
  background: none;
  box-shadow: inset 0 -16px 0 #FCFA78;
}
.le-small-highlight {
  background: none;
  box-shadow: inset 0 -8px 0 #FCFA78;
}
.course-introduction-relative {
  position: relative;
}
.course-introduction-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .course-introduction-absolute {
    position: static;
    margin-bottom: 30px;
  }
}
.le-features-box-wrap.add-mt {
  margin-top: 60px;
}
.le-features-box-wrap.remove-mt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .le-features-box-wrap.remove-mt {
    margin-top: 20px;
  }
}
.le-features-box-wrap {
  margin-top: 40px;
}
.le-features-top {
  padding: 20px 40px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .le-features-top {
    padding: 20px 20px;
  }
}
.le-features-top.green {
  background-color: #4EAA63;
}
.le-features-top.oraneg {
  background-color: #FFA043;
}
.le-features-top-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .le-features-top-title {
    font-size: 2.4rem;
  }
}
.le-features-bottom {
  padding: 40px 40px 60px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .le-features-bottom {
    padding: 20px 20px 40px;
  }
}
.le-features-bottom.green {
  background-color: #F0FDF3;
}
.le-features-bottom.white {
  background-color: #FFFFFF;
}
.le-features-bottom-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.le-features-bottom-text + .le-features-bottom-box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-text + .le-features-bottom-box {
    margin-top: 20px;
  }
}
.le-features-bottom-box-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-row {
    display: block;
  }
}
.le-features-bottom-box-row:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-row:not(:first-of-type) {
    margin-top: 40px;
  }
}
.le-features-bottom-box-row-text-wrap {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-row-text-wrap {
    width: auto;
  }
}
.le-features-bottom-box-row-text-wrap.add-full-width {
  width: auto;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-row-text-wrap.add-full-width {
    width: auto;
  }
}
.bl-decoration-title + .le-features-bottom-lead-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl-decoration-title + .le-features-bottom-lead-wrap {
    margin-top: 10px;
  }
}
.le-features-bottom-lead-title {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-lead-title {
    font-size: 1.8rem;
  }
}
.le-features-bottom-lead-title:not(:first-of-type) {
  margin-top: 10px;
}
.le-features-bottom-lead-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.le-features-bottom-lead-text + .le-features-bottom-lead-text {
  margin-top: 10px;
}
.le-features-bottom-lead-subtext {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #222222;
}
.le-features-bottom-box-row-img-wrap {
  width: 53.7%;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-row-img-wrap {
    width: auto;
  }
}
.le-features-bottom-box-row-text-wrap + .le-features-bottom-box-row-img-wrap {
  margin-left: 6.3%;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-row-text-wrap + .le-features-bottom-box-row-img-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.le-features-bottom-box-one-text-wrap {
  width: 68.52%;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-one-text-wrap {
    width: auto;
  }
}
.le-features-bottom-box-one-img-wrap {
  width: 25.93%;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-one-img-wrap {
    width: auto;
  }
}
.le-features-bottom-box-one-text-wrap + .le-features-bottom-box-one-img-wrap {
  margin-left: 5.56%;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-one-text-wrap + .le-features-bottom-box-one-img-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.le-features-one-img-item {
  width:auto;
}
@media screen and (max-width: 768px) {
  .le-features-one-img-item {
    width: auto;
  }
}
.le-features-one-img-item img {
  border-radius: 8px;
}
.le-features-img-grid-item {
  width: 100%;
}
.le-features-img-item {
  width: 48.28%;
}
@media screen and (max-width: 768px) {
  .le-features-img-item {
    width: auto;
  }
}
.le-features-img-item:not(:first-of-type) {
  margin-left: 3.45%;
}
@media screen and (max-width: 768px) {
  .le-features-img-item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.le-features-img-item img {
  border-radius: 8px;
}
.le-features-bottom-box-row-img-triple-wrap {
  width: auto;
}
@media screen and (max-width: 768px) {
  .le-features-bottom-box-row-img-triple-wrap {
    width: auto;
  }
}
.le-features-img-triple-item {
  width: 32.04%;
}
@media screen and (max-width: 768px) {
  .le-features-img-triple-item {
    width: auto;
  }
}
.le-features-img-triple-item:not(:first-of-type) {
  margin-left: 1.85%;
}
@media screen and (max-width: 768px) {
  .le-features-img-triple-item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.le-features-img-triple-item img {
  border-radius: 8px;
}
.le-figcaption {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000000;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .le-figcaption {
    margin-top: 10px;
  }
}
.le-dot-list-main-title {
  display: block;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .le-dot-list-main-title {
    font-size: 2.4rem;
  }
}
.le-bg-box {
  margin-top: 40px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .le-bg-box {
    margin-top: 14px;
    padding: 8px;
  }
}
.le-bg-box.add-mt {
  margin-top: 40px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .le-bg-box.add-mt {
    margin-top: 40px;
    padding: 8px;
  }
}
.le-bg-box-small {
  margin-top: 20px;
  padding: 16px;
}
.le-bg-box-large {
  margin-top: 30px;
  padding: 16px;
}
.le-bg-box-large:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .le-bg-box-large:not(:first-of-type) {
    margin-top: 40px;
  }
}
.employment-record-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222222;
}
.employment-record-text-wrap {
  margin-top: 20px;
}
.employment-record-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.le-features-picture {
  display: block;
  width: 61.21%;
  margin: 20px auto 40px;
}
@media screen and (max-width: 768px) {
  .le-features-picture {
    width: auto;
    margin: 10px auto 0;
  }
}
.le-features-picture-box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .le-features-picture-box {
    margin-top: 30px;
  }
}
.le-features-picture-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #222222;
  text-align: center;
}
.le-first-letter::first-letter {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
}
.le-first-letter.green::first-letter {
  color: #4EAA63;
}
.le-features-img-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .le-features-img-row {
    display: block;
    margin-top: 20px;
  }
}
.le-features-img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .le-features-img-grid {
    grid-template-columns: 1fr;
  }
}
.le-admissionpolicy-lead-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.le-admissionpolicy-inner {
  padding: 40px 0;
}
.le-open-campus-img-wrap {
  width: 60.34%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .le-open-campus-img-wrap {
    width: auto;
  }
}

/* アドミッションポリシー */
#le-admissionpolicy {
  margin-bottom: 120px;
  font-size: 1.6em;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #le-admissionpolicy {
    margin-bottom: 40px;
    font-size: 1.6em;
    padding-bottom: 40px;
  }
}
#le-admissionpolicy .le-section-main {
  padding: 40px;
  border: 4px solid #FFA043;
  border-radius: 10px;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #le-admissionpolicy .le-section-main {
    border: 2px solid #FFA043;
  }
}
#le-admissionpolicy .gmd-section-header .le-label {
  position: relative;
  margin-bottom: 70px;
  color: #FFA043;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #le-admissionpolicy .gmd-section-header .le-label {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
#le-admissionpolicy-outline {
  display: none;
}
#le-admissionpolicy .gmd-btn {
  color: #FFA043;
  text-align: center;
}
#le-admissionpolicy .le-btn-open {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  font-weight: bold;
  left: -10px;
}
#le-admissionpolicy .le-btn-close {
  position: relative;
  display: none;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  font-weight: bold;
  cursor: pointer;
  left: -10px;
}
@media screen and (max-width: 768px) {
  #le-admissionpolicy .le-btn-close {
    font-size: 1.8rem;
  }
}
#le-admissionpolicy .le-btn-open::after {
  position: absolute;
  content: url(../images/toggle-icon.svg);
  top: -2px;
  right: -40px;
}
@media screen and (max-width: 768px) {
  #le-admissionpolicy .le-btn-open::after {
    top: -5px;
  }
}
#le-admissionpolicy .le-btn-close::after {
  position: absolute;
  content: url(../images/toggle-icon.svg);
  top: 0;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #le-admissionpolicy .gmd-section-header .le-label {
      font-size: 3.2rem;
  }
  #le-admissionpolicy .le-section-main {
      padding: 20px;
  }
}




/* ここから詳細ページのcss */
.bg-le-detail-main-contents {
  background-image: url(../images/bg-le-detail-main-contents-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
  padding-left: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .bg-le-detail-main-contents {
    background-image: url(../images/bg-le-detail-main-contents-sp.png);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.le-detail-main-contents {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .le-detail-main-contents {
    font-size: 3.6rem;
  }
}
.bg-le-detail-main-contents-inner {
  max-width: 1160px;
  box-sizing: content-box;
}
.le-breadcrumbs-relative {
  position: relative;
}
.le-detail-breadcrumbs-absolute {
  position: absolute;
  bottom: -43px;
  left: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .le-detail-breadcrumbs-absolute {
    display: none;
  }
}
.le-breadcrumbs-relative {
  position: relative;
}
.le-breadcrumbs {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFFFFF;
}
.le-breadcrumbs:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/le-detail-breadcrumbs.svg);
  width: 6px;
  height: 9px;
  padding: 0 6px;
}
.le-breadcrumbs a {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.darkorange {
  color: #E4640F;
}
.le-detail-lead-text-wrap {
  margin-top: 20px;
}
.le-detail-lead-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #222222;
  text-align: center;
}
.le-step-navigation-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .le-step-navigation-wrap {
    display: block;
  }
}
.le-step-navigation-img-wrap.le-step-navi-01 {
  width: 52.07%;
}
@media screen and (max-width: 768px) {
  .le-step-navigation-img-wrap.le-step-navi-01 {
    width: auto;
  }
}
.le-step-navigation-img-wrap.le-step-navi-02 {
  width: 62.16%;
}
@media screen and (max-width: 768px) {
  .le-step-navigation-img-wrap.le-step-navi-02 {
    width: auto;
  }
}
.le-step-navigation-img-wrap.le-step-navi-03 {
  width: 62.33%;
}
@media screen and (max-width: 768px) {
  .le-step-navigation-img-wrap.le-step-navi-03 {
    width: auto;
  }
}
.le-step-navigation-img-wrap + .le-step-navigation-lsit-wrap {
  margin-left: 1.72%;
}
@media screen and (max-width: 768px) {
  .le-step-navigation-img-wrap + .le-step-navigation-lsit-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.le-step-navigation-text-wrap {
  width: 32.76%;
}
@media screen and (max-width: 768px) {
  .le-step-navigation-text-wrap {
    width: auto;
  }
}
.le-step-navigation-img-wrap + .le-step-navigation-text-wrap {
  margin-left: 1.72%;
}
@media screen and (max-width: 768px) {
  .le-step-navigation-img-wrap + .le-step-navigation-text-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.le-step-navi-box {
  padding: 10px 20px;
  border-radius: 10px;
}
.le-step-navi-text-box {
  padding: 10px 20px;
  border-radius: 10px;
}
.le-step-navi-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.le-detail-features-img-grid-triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .le-detail-features-img-grid-triple {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
.le-detail-features-img-grid-item-triple {
  width: 100%;
}
.le-detail-features-img-grid-item-triple img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.le-detail-features-img-grid-double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .le-detail-features-img-grid-double {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
.le-detail-features-img-grid-item-double {
  width: 100%;
}
.le-detail-features-img-grid-item-double img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.le-detail-features-text-wrap {
  padding: 20px;
  border-radius: 0 0 8px 8px;
}
.le-detail-features-title {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
.le-detail-features-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .le-detail-features-text {
    margin-top: 10px;
  }
}
.le-detail-features-bottom-text-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .le-detail-features-bottom-text-wrap {
    margin-top: 30px;
  }
}
.le-detail-features-bottom-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.le-detail-features-bottom-text + .le-detail-features-bottom-text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .le-detail-features-bottom-text + .le-detail-features-bottom-text {
    margin-top: 0;
  }
}
.le-detail-features-box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .le-detail-features-box {
    margin-top: 30px;
  }
}
.le-features-bottom.le-detail-features-bottom {
  padding: 40px 40px 40px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .le-features-bottom.le-detail-features-bottom {
    padding: 20px 20px 20px;
  }
}


.l-mail{
  text-align: center;
}
.l-mail .inner {
  padding: 40px;
  background-color: #FFF3F5;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .l-mail .inner {
    padding: 20px;
  }
}
.l-mail .inner a {
  color: #e54b54;
  vertical-align: baseline;
  text-decoration: underline;
}
.l-mail .inner p {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-mail .inner p {
    font-size: 1.8rem;
  }
}
.l-mail .annotation{
  font-size: 1.4em;
  line-height: 1.8;
}
.footer {
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 10px 10px;
  background-color: #942243;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 10px;
  }
}

/* アンカーリンク用css */
@font-face {
  font-family: wayo;
  src: url(../fonts/wayo.ttf?lwt10z) format("truetype"),url(../fonts/wayo.woff?lwt10z) format("woff"),url(../fonts/wayo.svg?lwt10z#wayo) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon--"],
[class^=icon--] {
  font-family: wayo!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--building:before {
  content: "";
}
.icon--document:before {
  content: "";
}
.icon--document {
  font-size: 3rem;
  margin: 0;
}
.icon--building {
  font-size: 3rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .icon--building {
    font-size: 1.8rem;
    margin-bottom: .7rem;
    line-height: 1;
  }
  .icon--document {
    font-size: 1.8rem;
    margin-bottom: .7rem;
    line-height: 1;
  }
}
.section-nav {
  position: sticky;
  top: 0;
  z-index: 8;
  background-color: #FFF6C0;
}
.section-nav .swiper-slide {
  width: auto;
}
.section-nav .section-nav__inner {
  padding-left: max((100% - 114rem) / 2, 3rem);
  padding-right: max((100% - 114rem) / 2, 3rem);
}
@media screen and (max-width: 768px) {
  .section-nav .section-nav__inner {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.section-nav .section-nav__inner .section-nav__list {
  display: flex;
}
.section-nav .section-nav__inner .section-nav__list .section-nav__item:not(:last-child) {
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .section-nav .section-nav__inner .section-nav__list .section-nav__item:not(:last-child) {
    padding-right: 2rem;
  }
}
.section-nav .section-nav__inner .section-nav__list .section-nav__item .section-nav__a {
  display: block;
  color: #FFA043;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  transition: color .3s ease;
  white-space: nowrap;
  padding: 1.4rem 0 1.2rem;
  border-bottom: .2rem solid transparent;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section-nav .section-nav__inner .section-nav__list .section-nav__item .section-nav__a {
    font-size: 1.3rem;
    line-height: 1;
    padding: 1.9rem 0 1.6rem;
  }
}
.section-nav .section-nav__inner .section-nav__list .section-nav__item .section-nav__a:hover {
  color: #E4640F;
  opacity: 1;
}
.section-nav .section-nav__inner .section-nav__list .section-nav__item .section-nav__a.is-current {
  color: #E4640F;
  border-color: #E4640F;
}
.section-nav .section-nav__inner .section-nav__list .section-nav__item .section-nav__a.is-current:hover {
  opacity: 1;
}
.section-nav .section-nav__inner .section-nav__list .section-nav__item .section-nav__a:after {
  font-family: wayo!important;
  font-weight: 400;
  line-height: 1;
  content: "";
  font-size: 1.6rem;
  transform: scale(.8);
  transform-origin: right;
  display: inline-block;
  margin-left: .65rem;
}
@media screen and (max-width: 768px) {
  .section-nav .section-nav__inner .section-nav__list .section-nav__item .section-nav__a:after {
    font-size: 1.1rem;
    margin-left: .3rem;
  }
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.assist-nav {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.assist-nav .assist-nav__inner {
  background: #fff;
  display: flex;
  gap: 1px;
}
.assist-nav .assist-nav__inner .assist-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.025rem 1rem 1.025rem;
  background-color: #ec617e;
  color: #fff;
  font-size: 1.2rem;
  line-height: .8333333333;
  flex: 0 1 100%;
}
.assist-nav .assist-nav__inner .assist-nav__item .icon--marker {
  font-size: 2rem;
  margin-bottom: .6rem;
}
.assist-nav .assist-nav__inner .assist-nav__item .icon--document {
  font-size: 1.8rem;
  margin-bottom: .7rem;
}
@media screen and (min-width: 768px) {
  .assist-nav {
    bottom: calc(var(--vh100) - (800 / 1400 * var(--vw100)/ 2) - (var(--assistNavHeight)/ 2));
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: calc(var(--assistNavHeight) * -1);
  }
  .assist-nav .assist-nav__inner {
    gap: 0;
    flex-direction: column;
    transform: translateX(calc(100% - 67.5px));
    transition: all .3s ease;
  }
  .assist-nav .assist-nav__inner:hover {
    transform: translateX(-0.5px);
  }
  .assist-nav .assist-nav__inner:hover .assist-nav__item:not(:last-child):before {
    content: none;
  }
  .assist-nav .assist-nav__inner:hover .assist-nav__item span {
    transform: translateX(-.5rem);
  }
  .assist-nav .assist-nav__inner:hover .assist-nav__item .icon {
    transform: translateX(.5rem);
  }
  .assist-nav .assist-nav__inner .assist-nav__item {
    font-size: 1.4rem;
    line-height: 1;
    flex: 0 1 auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1.8rem 1.95rem 1.9rem 2.35rem;
    position: relative;
    transition: all .3s ease;
  }
  .assist-nav .assist-nav__inner .assist-nav__item:not(:last-child):before {
    content: "";
    display: block;
    height: 1px;
    width: 4.7rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 1rem;
    margin: auto;
  }
  .assist-nav .assist-nav__inner .assist-nav__item:hover {
    background-color: #d60051;
    opacity: 1;
  }
  .assist-nav .assist-nav__inner .assist-nav__item span {
    padding-left: 2.1rem;
  }
  .assist-nav .assist-nav__inner .assist-nav__item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
  }
  .assist-nav .assist-nav__inner .assist-nav__item .icon--marker {
    font-size: 3rem;
    margin: 0;
  }
  .assist-nav .assist-nav__inner .assist-nav__item .icon--document {
    font-size: 3rem;
    margin: 0;
  }
}
.le-news-button {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.le-news-button-text {
  font-size: 1.6rem;
  color: #d60051;
}

.le-news-button-link {
  transform: translateZ(0px);
  color: rgb(254, 134, 147);
  border: 2px solid #fe8592;
  max-width: 328px;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  font-weight: 700;
  width: 100%;
  border-radius: 10rem;
  transition: all .4s ease;
  appearance: none;
  outline: 0;
  margin: 0;
  min-height: 62px;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.le-news-button-link:hover {
  background: #fe8592;
  color: #fff;
  transform: translateZ(0);
  border: 2px solid #fe8592;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .le-news-button-link {
    max-width: 280px;
  }
}

.le-introduction-video-box {
  margin-top: 60px;
  padding: 60px 120px 80px;
  border-radius: 10px;
}
.le-introduction-video-box.oraneg {
  background-color: #FFA043;
}
.le-introduction-video-wrap {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.le-introduction-video-wrap iframe {
  position: absolute;
  top: 1%;
  left: -0.7%;
  width: 101.5%;
  height: 100%;
  border: 0;
}
.le-yumenavi-button {
  border: 2px solid #6EB51D;
  border-radius: 10px;
  display: flex;
  max-width: 392px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.le-yumenavi-text-wrap {
  padding: 16.5px 0 16.5px 14px;
  min-width: 53.06%;
}
.le-yumenavi-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #6EB51D;
}
.le-yumenavi-link {
  text-decoration: none;
  color: #222222;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222222;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}
.le-yumenavi-button:hover {
  opacity: unset;
}
.le-yumenavi-link::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../images/about-list-normal-arrow-icon.svg);
  background-size: contain;
  margin-left: 8px;
  position: relative;
  top: -2px;
  transition: all .4s ease;
}
.le-yumenavi-button:hover .le-yumenavi-link::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../images/about-list-other-arrow-icon.svg);
  background-size: contain;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.le-yumenavi-img-wrap {
  width: auto;
}
.le-yumenavi-img-wrap img {
  border-radius: 0 8px 8px 0;
  position: relative;
  top: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .le-introduction-video-box {
    margin-top: 30px;
    padding: 20px;
  }
  .le-yumenavi-button {
    margin-top: 20px;
  }
  .le-yumenavi-text-wrap {
    padding: 11.5px 0 11.5px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .le-yumenavi-title {
    font-size: 1.8rem;
  }
  .le-yumenavi-link {
    margin-top: initial;
  }
  .le-yumenavi-link:hover::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url(../images/about-list-normal-arrow-icon.svg);
    background-size: contain;
    margin-left: 8px;
    position: relative;
    top: -2px;
  }
  .le-yumenavi-button:hover .le-yumenavi-link::after {
    background-image: url(../images/about-list-normal-arrow-icon.svg);
  }
}