@charset "UTF-8";

@media print, screen and (max-width: 1100px) {
  #customer_header,
  #customer_footer {
    width: 1100px;
  }
}
.asp-header,
.asp-header a {
  color: #ffffff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    sans-serif;
}
.asp-header__img {
  height: 500px;
  background-image: url(https://www.flugel-kuju.com/wp/wp-content/themes/s-original/assets/images//common/mv_asp.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.asp-header__img p {
  font-size: 24px;
}
.asp-header__img p span {
  display: inline-block;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.asp-header__img p span::before,
.asp-header__img p span::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.asp-header__img p span::before {
  left: 0;
}
.asp-header__img p span::after {
  right: 0;
}
.asp-header__nav {
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(to right, #009352 0%, #0065db 100%, #5280e5 100%);
}
.asp-header__nav ul {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.asp-header__nav ul li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.asp-header__nav ul li {
  font-size: 18px;
}
.asp-header__nav ul li span {
  display: block;
  font-size: 13px;
}

/* -- footer --
--------------------------------------------------------------*/
footer {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    sans-serif;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer a {
  text-decoration: none;
}
.ft-menu__asp .ft-menu__btm {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #009352 0%, #0065db 100%, #5280e5 100%);
  z-index: 5;
}
.ft-menu__asp .ft-menu__btm p {
  width: 50%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
}
.ft-menu__asp .ft-menu__btm p:nth-child(1) {
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.ft-menu__asp .ft-menu__btm p:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ft-menu__asp .ft-menu__btm p:nth-child(2) a {
  color: #fff;
  padding: 15px;
  display: block;
}
@media print, screen and (max-width: 767.9px) {
  .ft-menu__asp.open .ft-menu__wrap {
    transform: translateY(0);
  }
  .ft-menu__asp .ft-menu__wrap {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 59px;
    transition: transform 1s ease;
    transform: translateY(100%);
    background-color: rgba(0, 2, 23, 0.7);
    padding: 20px;
    z-index: 3;
  }
  .ft-menu__asp .ft-menu__wrap .hd-menu__asp {
    margin: auto;
  }
  .ft-menu__asp .ft-menu__wrap .close {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    padding-top: 30px;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
  }
  .ft-menu__asp .ft-menu__wrap .close::before,
  .ft-menu__asp .ft-menu__wrap .close::after {
    content: "";
    width: 18px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ft-menu__asp .ft-menu__wrap .close::before {
    transform: rotate(45deg);
  }
  .ft-menu__asp .ft-menu__wrap .close::after {
    transform: rotate(-45deg);
  }
}

@media print, screen and (max-width: 767.9px) {
  footer {
    margin-bottom: 59px;
  }
}

.ft-main {
  background-image: url(https://www.flugel-kuju.com/wp/wp-content/themes/s-original/assets//images/common/footer_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.ft-main__wrap {
  max-width: 1640px;
  margin: auto;
  padding-top: 48px;
  padding-bottom: 54px;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) and (max-width: 1650px) {
  .ft-main__wrap {
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 601px) {
  .ft-main__wrap {
    display: flex;
    justify-content: space-between;
  }
  .ft-main__wrap .tel {
    display: flex;
  }
  .ft-main__wrap .tel li {
    font-size: 14px;
  }
  .ft-main__wrap .tel li a,
  .ft-main__wrap .tel li span {
    font-size: 24px;
  }
  .ft-main__wrap .tel li:last-of-type {
    margin-left: 20px;
  }
}
.ft-main__wrap p {
  color: #fff;
  margin-top: 19px;
  margin-bottom: 24px;
}
.ft-main__wrap .tel li {
  color: #fff;
}
.ft-main__wrap .tel li a,
.ft-main__wrap .tel li span {
  color: #fff;
}
@media print, screen and (max-width: 600px) {
  .ft-main__wrap .tel li a,
  .ft-main__wrap .tel li span {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 600px) {
  .ft-main__wrap nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .ft-main__wrap nav ul li {
    width: 33.3%;
    text-align: center;
  }
}
.ft-main__wrap nav ul li {
  line-height: 1;
}
.ft-main__wrap nav ul li:not(:last-of-type) {
  margin-bottom: 24px;
}
.ft-main__wrap nav ul li a {
  display: inline-block;
  color: #fff;
}

.ft-main__link {
  background-color: rgba(0, 0, 50, 0.9);
}
.ft-main__link ul {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767.9px) {
  .ft-main__link ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft-main__link ul li:first-of-type {
    width: 100%;
  }
  .ft-main__link ul li:first-of-type a {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ft-main__link ul li:nth-child(n + 2):nth-last-child(n + 2) {
    margin-right: 30px;
  }
  .ft-main__link ul li:not(:first-of-type) {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ft-main__link ul li:not(:first-of-type) a {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .ft-main__link ul li:first-of-type {
    flex: 0 0 260px;
  }
  .ft-main__link ul li:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1261px) {
  .ft-main__link ul li:first-of-type {
    flex: 0 0 556px;
  }
  .ft-main__link ul li:not(:first-of-type) {
    margin-left: 80px;
  }
  .ft-main__link ul li:not(:first-of-type) a {
    font-size: 18px;
  }
}
.ft-main__link ul li:first-of-type a {
  display: block;
  text-align: center;
  background: linear-gradient(to right, #009352 0%, #0065db 100%, #5280e5 100%);
  letter-spacing: 0.08em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .ft-main__link ul li:first-of-type a {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.ft-main__link ul li:first-of-type a span {
  display: inline-block;
  background-image: url(https://www.flugel-kuju.com/wp/wp-content/themes/s-original/assets//images/common/calendar_icon.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding: 5px 0 5px 30px;
}
.ft-main__link ul li:not(:first-of-type) a {
  display: inline-block;
}
.ft-main__link ul li a {
  color: #fff;
  font-weight: 400;
}
.ft-copy {
  text-align: center;
  font-size: 14px;
  padding-bottom: 32px;
}
