/**
 * * --------------------------------------------------
 * * Link Button
 * * -------------------------------------------------- */
@media screen and (max-width: 991px) {
  #main-visual .main-btn {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#main-visual .main-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/**
 * * --------------------------------------------------
 * * Header
 * * -------------------------------------------------- */
.site-header {
  position: relative;
}

.site-header.fixed {
  position: fixed;
  top: 0;
}

header.aelz-header {
  width: 100%;
  background: #fff;
  border-top: solid 4px #EB631E;
  height: 92px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
header.aelz-header .container {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 991px) {
  header.aelz-header .container {
    position: unset;
  }
}
header.aelz-header h1 {
  text-indent: -9999px;
  position: absolute;
  left: 0;
}
header.aelz-header h1.aelz-logo {
  background: url("/assets/logo_ayellz-4a5c113f.png") no-repeat;
  background-size: contain;
  width: 182px;
  height: 50px;
  top: 16px;
  left: 15px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  header.aelz-header h1.aelz-logo {
    top: 10px;
    left: 10px;
    height: 28px;
  }
}
header.aelz-header .aelz-logo-subtitle {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 200px;
  top: 50px;
}
@media screen and (max-width: 991px) {
  header.aelz-header .aelz-logo-subtitle {
    font-size: 10px;
    left: 114px;
    top: 26px;
  }
}
header.aelz-header h1.aelmap-logo {
  background: url("/assets/logo_map-0383be4b.png") no-repeat;
  background-size: contain;
  width: 236px;
  height: 50px;
  top: 18px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  header.aelz-header h1.aelmap-logo {
    top: 10px;
    height: 28px;
  }
}
header.aelz-header h1.aelsystem-logo {
  background: url("/assets/logo_aelsystem-a3c8f246.png") no-repeat;
  background-size: contain;
  width: 236px;
  height: 50px;
  top: 24px;
  left: 10px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  header.aelz-header h1.aelsystem-logo {
    top: 14px;
    height: 20px;
    left: 8px;
  }
}
header.aelz-header nav.nav {
  position: absolute;
  top: 25px;
  right: 15px;
}
@media screen and (max-width: 991px) {
  header.aelz-header nav.nav {
    right: 0;
  }
}
header.aelz-header ul.menu {
  font-size: 0px;
  line-height: 0;
  padding-left: 0;
}
header.aelz-header ul.menu > li {
  display: inline-block;
  padding-left: 6px;
}
@media screen and (max-width: 991px) {
  header.aelz-header ul.menu > li {
    padding-left: 8px;
  }
}
header.aelz-header ul.menu > li > a {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
  header.aelz-header ul.menu > li > a {
    border-bottom: none;
    font-size: 14px;
  }
}
header.aelz-header ul.menu > li a.activity-dropdown {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #444444;
  color: white;
  padding: 0;
}
@media screen and (max-width: 991px) {
  header.aelz-header ul.menu > li a.activity-dropdown {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
header.aelz-header ul.menu > li a.activity-dropdown .fa.fa-bell {
  font-size: 18px;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  header.aelz-header ul.menu > li a.activity-dropdown .fa.fa-bell {
    font-size: 14px;
    line-height: 32px;
  }
}
header.aelz-header ul.menu > li a.mypage-link {
  padding: 12px 21px;
  min-width: 128px;
  height: 40px;
  background: #22B1D2 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  text-align: center;
  letter-spacing: 0px;
  color: white;
  text-decoration: none !important;
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  header.aelz-header ul.menu > li a.mypage-link {
    min-width: 64px;
    height: 19px;
    padding: 4px;
    font-size: 10px;
  }
}
header.aelz-header ul.menu > li a.mypage-link:hover {
  color: white;
  border-bottom: none;
}
header.aelz-header ul.menu > li a.text-link {
  color: #666;
  padding: 6px 0;
  border-bottom: 1px solid #333;
}
header.aelz-header ul.menu > li a.text-link:hover {
  color: #EB631E;
  border-bottom: 1px solid #EB631E;
}
@media screen and (max-width: 991px) {
  header.aelz-header ul.menu > li a.text-link:hover {
    border-bottom: none;
  }
}
header.aelz-header b {
  border: none;
}
@media screen and (max-width: 991px) {
  header.aelz-header {
    border: none;
    height: 48px;
  }
  header.aelz-header h1 {
    width: 106px;
    height: 30px;
    top: 10px;
    left: 8px;
  }
  header.aelz-header nav.nav {
    top: 8px;
    right: 12px;
  }
}

header.aelmap-header {
  width: 100%;
  background: #fff;
  border-top: solid 4px #EB631E;
  height: 92px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
header.aelmap-header .container {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 991px) {
  header.aelmap-header .container {
    position: unset;
  }
}
header.aelmap-header h1 {
  text-indent: -9999px;
  position: absolute;
  left: 0;
}
header.aelmap-header h1.aelmap-logo {
  background: url("/assets/logo_map-0383be4b.png") no-repeat;
  background-size: contain;
  width: 236px;
  height: 50px;
  top: 18px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  header.aelmap-header h1.aelmap-logo {
    top: 10px;
    height: 28px;
  }
}
header.aelmap-header nav.nav {
  position: absolute;
  top: 34px;
  right: 0;
}
header.aelmap-header ul {
  font-size: 0px;
  line-height: 0;
  padding-left: 0;
}
header.aelmap-header ul li {
  display: inline-block;
  padding-left: 24px;
}
header.aelmap-header ul li a {
  color: #666;
  display: block;
  font-size: 16px;
  line-height: 1;
  text-decoration: none !important;
  padding: 6px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border-bottom: 1px solid #333;
}
header.aelmap-header ul li a:hover {
  color: #EB631E;
  border-bottom: 1px solid #EB631E;
}
header.aelmap-header b {
  border: none;
}
@media screen and (max-width: 991px) {
  header.aelmap-header {
    border: none;
    height: 48px;
  }
  header.aelmap-header h1 {
    width: 106px;
    height: 30px;
    top: 10px;
    left: 8px;
  }
  header.aelmap-header nav.nav {
    top: 48px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  header.aelmap-header nav.nav.show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  header.aelmap-header ul {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }
  header.aelmap-header ul li {
    display: block;
    padding: 0;
  }
  header.aelmap-header ul li a {
    display: block;
    line-height: 64px;
    padding: 0 48px;
    background: #EF9F25;
    color: #fff !important;
    border: none;
  }
  header.aelmap-header .nav_toggle {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #22B1D2;
  }
  header.aelmap-header .nav_toggle i {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: transform 0.3s, opacity 0.3s;
  }
  header.aelmap-header .nav_toggle i:nth-child(1) {
    top: 15px;
    left: 16px;
  }
  header.aelmap-header .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16px;
  }
  header.aelmap-header .nav_toggle i:nth-child(3) {
    bottom: 15px;
    left: 16px;
  }
  header.aelmap-header .nav_toggle.show {
    background: #333;
  }
  header.aelmap-header .nav_toggle.show i:nth-child(1) {
    transform: translateX(1px) translateY(8px) rotate(-45deg);
  }
  header.aelmap-header .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  header.aelmap-header .nav_toggle.show i:nth-child(3) {
    transform: translateX(1px) translateY(-8px) rotate(45deg);
  }
}

/**
 * * --------------------------------------------------
 * * banner
 * * -------------------------------------------------- */
#banner {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px;
}
#banner .banner-item {
  background: #EFEFEF;
  width: 100%;
  height: 520px;
  margin-bottom: 40px;
  display: flex;
}
#banner .banner-item-text {
  width: 400px;
  padding: 40px 32.5px;
}
#banner img.banner-img {
  width: 700px;
}
#banner h2 {
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1em;
  margin-top: 0;
  color: #27476E;
}
#banner .banner-btn {
  width: 280px;
  margin: 30px auto 0 auto;
}
#banner .container {
  position: relative;
  width: 1100px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#banner .container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 991px) {
  #banner {
    margin-top: 16vw;
  }
  #banner .container {
    width: 100%;
  }
  #banner .banner-item {
    width: 91.466vw;
    height: auto;
    margin: 0 auto 4vw auto;
    flex-direction: column;
  }
  #banner .banner-item-text {
    width: 100%;
    padding: 4vw;
  }
  #banner img.banner-img {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
    margin: 0.4em 0 0.8em 0;
  }
  #banner .banner-btn {
    width: 74.666vw;
    margin: 6vw auto;
  }
  #banner .order1 {
    order: 2;
  }
  #banner .order2 {
    order: 1;
  }
  #banner .order5 {
    order: 6;
  }
  #banner .order6 {
    order: 5;
  }
}

/**
 * * --------------------------------------------------
 * * Footer
 * * -------------------------------------------------- */
footer {
  width: 100%;
  margin-top: 80px;
  padding: 40px 0;
  text-align: left;
}

footer a {
  color: #333;
  text-decoration: underline;
}

footer .footer-contents {
  display: flex;
}

.footer-contents.container {
  position: relative;
  width: 1100px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

footer img.footer-logo {
  width: 182px;
  height: 50px;
}

footer .footer-links {
  width: 750px;
  margin-left: 168px;
}

footer ul.footer-text-link {
  font-size: 0;
  line-height: 0;
  float: left;
  width: 240px;
  margin: 8px 0 0 10px;
  padding: 0;
}

footer ul.footer-text-link li {
  text-align: left;
}

footer ul.footer-text-link li a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0.8em;
}

footer ul.footer-bnr-link {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

footer ul.footer-bnr-link li {
  display: inline-block;
  width: 360px;
  margin-right: 20px;
}

footer ul.footer-bnr-link li:last-child {
  margin-right: 0;
}

footer ul.footer-bnr-link li a {
  font-size: 18px;
  line-height: 1.8;
  color: #27476E;
  text-decoration: none;
  font-weight: 600;
}

footer ul.footer-bnr-link li a:hover {
  text-decoration: underline;
  color: #EB631E;
}

footer ul.footer-bnr-link img {
  width: 100%;
  margin-bottom: 0.8em;
}

footer p.copyright {
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  font-family: "Text Me One", sans-serif;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 16vw;
    padding: 0;
  }
  footer .footer-contents {
    flex-direction: column;
  }
  .footer-contents.container {
    width: 100%;
  }
  footer img.footer-logo {
    width: 46.666vw;
    height: auto;
    margin: 12vw auto 8vw auto;
  }
  footer .footer-links {
    width: 91.466vw;
    margin: 0 auto;
  }
  footer ul.footer-text-link {
    float: none;
    text-align: left;
    width: 100%;
    margin: 4vw 0 0 0;
    border-bottom: solid 1px #C9DCE0;
  }
  footer ul.footer-text-link li {
    display: inline-block;
    text-align: left;
    width: 50%;
  }
  footer ul.footer-text-link li a {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0.8em;
  }
  footer ul.footer-bnr-link {
    flex-direction: column;
  }
  footer ul.footer-bnr-link li {
    display: block;
    width: 100%;
    margin: 0 0 8vw 0;
  }
  footer ul.footer-bnr-link li a {
    font-size: 16px;
  }
  footer ul.footer-bnr-link img {
    width: 100%;
    margin-bottom: 0.6em;
  }
  footer p.copyright {
    width: 91.466vw;
    margin: 0 auto;
    text-align: center;
    padding: 8vw;
  }
}
.bg-glay {
  background: #F4F4F4;
}

/**
 * * --------------------------------------------------
 * * hr
 * * -------------------------------------------------- */
hr.hr-reset-zero {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border-top: 0;
}

hr.hr-reset-half {
  clear: both;
  float: none;
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 0;
}

hr.hr-reset {
  clear: both;
  float: none;
  margin: 0 0 80px 0;
  padding: 0;
  border-top: 0;
}

hr.border1px {
  clear: both;
  float: none;
  border-bottom: solid 1px #ddd;
  margin: 80px 0 40px 0;
  padding: 0;
}

hr.border1px-evenness {
  clear: both;
  float: none;
  border-bottom: solid 1px #ddd;
  margin: 40px 0 40px 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  hr.hr-reset {
    margin: 0 0 10.66vw 0;
  }
  hr.hr-reset-half {
    margin: 0 0 5.33vw 0;
  }
  hr.border1px {
    margin: 10.66vw 6.93vw 5.33vw 6.93vw;
  }
  hr.border1px-evenness {
    margin: 5.33vw 6.93vw;
  }
}
.swiper-button-next, .swiper-button-prev {
  background: #FC983D;
  color: white;
  width: 40px;
  height: 40px;
  --swiper-navigation-size: 16px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet-active {
  --swiper-pagination-color: orange;
}
