.hero-area .img-1 {
  top: 50px;
}
@media print, screen and (min-width: 768px) {
  .hero-area .img-1 {
    display: none;
  }
}
.hero-area .hero-wrapper {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .hero-area .hero-wrapper {
    width: 1080px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .hero-area .hero-wrapper {
    top: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area .hero-wrapper {
    padding: 0 min(24px, calc((24 / 375) * 100vw));
    bottom: 40px;
  }
}
.hero-area .hero-photo img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .hero-area .hero-photo img {
    height: 560px;
    max-height: calc(100vh - 290px);
    min-height: 410px;
    object-fit: cover;
    object-position: 50% 70%;
  }
}
.hero-area .text-wrap {
  display: inline-block;
  color: #fff;
}
.hero-area .text-wrap .wrap-1 {
  display: flex;
  align-items: end;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .hero-area .text-wrap .wrap-1 {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .wrap-1 {
    gap: 10px;
  }
}
.hero-area .text-wrap .wrap-1 .point {
  width: 108px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  border-radius: 50%;
  background-color: #F89B8A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .wrap-1 .point {
    font-size: 14px;
    width: 76px;
  }
}
.hero-area .text-wrap .wrap-1 .text-1 {
  font-size: 21px;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 30px 7px;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .wrap-1 .text-1 {
    font-size: 16px;
    padding: 3px 8px;
    margin-bottom: 10px;
  }
}
.hero-area .text-wrap .title-hero {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin-bottom: 20px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .title-hero {
    font-size: calc((37 / 375) * 100vw);
    margin: 0 0 10px;
  }
}
.hero-area .text-wrap .text-2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hero-area .text-wrap .text-2 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.nav-area {
  transform: translateY(-80%);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-area {
    margin-bottom: 10px;
    transform: translateY(-50%);
  }
}
.nav-area .nav-list {
  display: flex;
  justify-content: space-around;
  padding: 15px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: -50px;
  margin-right: -50px;
}
@media only screen and (max-width: 767px) {
  .nav-area .nav-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.nav-area .nav-list .nav-item {
  width: 100%;
}
.nav-area .nav-list .nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #B5B5B5;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .nav-area .nav-list .nav-item a {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .nav-area .nav-list .nav-item a {
    font-size: 12px;
    text-align: center;
    padding: 0px;
  }
}
.nav-area .nav-list .nav-item a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F89B8A;
}
@media only screen and (max-width: 767px) {
  .nav-area .nav-list .nav-item a::before {
    width: 14px;
    height: 14px;
  }
}
.nav-area .nav-list .nav-item:last-child a {
  border-right: none;
}

.intro-area {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .intro-area {
    margin-bottom: 0;
  }
}
.intro-area .inner {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .intro-area .inner {
    padding: 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .inner {
    position: relative;
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .intro-area .text-wrap {
    margin-top: 70px;
  }
}
.intro-area .text-wrap .title-1 {
  color: #D88D9C;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .intro-area .text-wrap .title-1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.intro-area .text-wrap .list-wrap li {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .intro-area .text-wrap .list-wrap li {
    font-size: 14px;
  }
}
.intro-area .text-wrap .list-wrap li::before {
  content: "";
  display: inline-block;
  width: 21px;
  aspect-ratio: 1 / 1;
  background: url("../byouji/img/icon-check.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: -4px;
}
@media only screen and (max-width: 767px) {
  .intro-area .text-wrap .list-wrap li::before {
    width: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-area .photo-wrap {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 10px;
    z-index: -1;
  }
}

.tokucho-area {
  background-color: #FBF8F9;
  padding-top: 80px;
  position: relative;
  margin-bottom: 10px;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .tokucho-area {
    margin-bottom: 40px;
  }
}
.tokucho-area::before {
  content: "";
  display: block;
  width: 195px;
  aspect-ratio: 195 / 107;
  background: url("../byouji/img/img-sankaku.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .tokucho-area::before {
    width: 145px;
  }
}
.tokucho-area .heading-wrap {
  position: relative;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .tokucho-area .heading-wrap {
    padding: 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .tokucho-area .heading-wrap {
    margin-bottom: -20px;
    z-index: 1;
  }
}
.tokucho-area .heading-wrap .title-1 {
  color: #D88D9C;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .heading-wrap .title-1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.tokucho-area .heading-wrap .text-1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .heading-wrap .text-1 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .tokucho-area .heading-wrap .img-1 {
    position: absolute;
    top: 30px;
    right: 150px;
    z-index: 10;
  }
}
@media only screen and (max-width: 767px) {
  .tokucho-area .heading-wrap .img-1 {
    width: 50%;
    margin: auto;
    display: block;
  }
}
.tokucho-area .heading-wrap .img-2 {
  position: absolute;
  top: -140px;
  right: 70px;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .heading-wrap .img-2 {
    width: calc((40 / 375) * 100vw);
    top: auto;
    bottom: calc((100 / 375) * 100vw);
    right: calc((10 / 375) * 100vw);
  }
}
.tokucho-area .tokucho-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 60px 40px;
  margin: 0 50px 60px;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .tokucho-wrap {
    margin: 0 0 20px;
    padding: 25px;
  }
}
.tokucho-area .tokucho-wrap .img-3 {
  position: absolute;
  left: -100px;
  top: -60px;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .tokucho-wrap .img-3 {
    display: none;
  }
}
.tokucho-area .tokucho-wrap .title-2 {
  color: #D88D9C;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .tokucho-wrap .title-2 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.tokucho-area .tokucho-wrap .list-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .tokucho-wrap .list-wrap {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .tokucho-area .tokucho-wrap .list-wrap li {
    width: 50%;
  }
}
.tokucho-area .tokucho-wrap .list-wrap .photo-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.tokucho-area .tokucho-wrap .list-wrap .photo-wrap img {
  width: 100%;
}
.tokucho-area .tokucho-wrap .list-wrap .text-2 {
  margin: 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .tokucho-wrap .list-wrap .text-2 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.tokucho-area .auto-scroll-wrap {
  overflow: hidden;
  display: flex;
}
.tokucho-area .auto-scroll-wrap .clone-wrap {
  display: flex;
  flex-shrink: 0;
}
.tokucho-area .auto-scroll-wrap.go .clone-wrap {
  animation: tokuchoscroll 30s linear infinite;
}
.tokucho-area .auto-scroll-item {
  margin-bottom: 0;
  overflow: hidden;
}
.tokucho-area .auto-scroll-item img {
  width: 33vw;
}
@media only screen and (max-width: 767px) {
  .tokucho-area .auto-scroll-item img {
    width: 80vw;
  }
}

@keyframes tokuchoscroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.flow-area {
  background-color: #FBF8F9;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .flow-area {
    padding: 90px 0 50px;
  }
}
.flow-area .flow-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 60px;
}
@media print, screen and (min-width: 768px) {
  .flow-area .flow-wrap {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
}
.flow-area .flow-wrap .title-1 {
  color: #D88D9C;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .title-1 {
    font-size: 21px;
    transform: translateY(-80px);
    margin-bottom: -20px;
  }
}
.flow-area .flow-wrap .list-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap {
    flex-direction: column;
  }
}
.flow-area .flow-wrap .list-wrap::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='4'%3E%3Crect x='0' y='0' width='5' height='4' rx='2' ry='2' fill='%23D88D9C'/%3E%3C/svg%3E");
  background-size: 9px 4px;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap::before {
    width: 4px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='9'%3E%3Crect x='0' y='0' width='4' height='5' rx='2' ry='2' fill='%23D88D9C'/%3E%3C/svg%3E");
    background-size: 4px 9px;
    background-repeat: repeat-y;
    top: 0;
    left: 26px;
  }
}
.flow-area .flow-wrap .list-wrap li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .flow-area .flow-wrap .list-wrap li {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap li {
    display: flex;
    align-items: start;
    gap: 10px;
  }
}
.flow-area .flow-wrap .list-wrap .num {
  aspect-ratio: 1 / 1;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #D88D9C;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  padding-bottom: 2px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap .num {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap .text-wrap {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.flow-area .flow-wrap .list-wrap .text-wrap .text-1 {
  color: #D88D9C;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}
.flow-area .flow-wrap .list-wrap .text-wrap .text-2 {
  font-weight: bold;
  margin-bottom: 0;
}
.flow-area .flow-wrap .list-wrap .text-wrap .text-2 .link-text {
  color: #0800FF;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .flow-area .flow-wrap .list-wrap .photo-wrap {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap .list-1 {
    margin-bottom: 70px;
  }
}
.flow-area .flow-wrap .list-wrap .list-1 .photo-wrap {
  width: 88px;
  top: -60px;
  left: 60px;
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap .list-1 .photo-wrap {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap .list-2 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap .list-2 .num {
    margin-top: 10px;
  }
}
.flow-area .flow-wrap .list-wrap .list-2 .photo-wrap {
  width: 135px;
  top: -40px;
  left: 75px;
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap .list-2 .photo-wrap {
    margin-left: 10px;
  }
}
.flow-area .flow-wrap .list-wrap .list-3 {
  background-color: #fff;
}
.flow-area .flow-wrap .list-wrap .list-3 .photo-wrap {
  width: 125px;
  top: -60px;
  left: 70px;
}
@media only screen and (max-width: 767px) {
  .flow-area .flow-wrap .list-wrap .list-3 .photo-wrap {
    margin-left: 10px;
  }
}
.flow-area .text-wave {
  font-size: 18px;
  font-weight: bold;
  color: #D88D9C;
  background: url("../img/wave-underline-2.svg") repeat-x center bottom;
  padding-bottom: 11px;
  line-height: 2.4;
}
@media only screen and (max-width: 767px) {
  .flow-area .text-wave {
    font-size: 16px;
  }
}
.flow-area .text-3 {
  margin-bottom: 10px;
}
.flow-area .title-3 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .flow-area .title-3 {
    font-size: 17px;
  }
}
.flow-area .text-4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flow-area .text-4 {
    font-size: 18px;
  }
}
.flow-area .text-5, .flow-area .tel-link {
  font-size: 28px;
  color: #D88D9C;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .flow-area .text-5, .flow-area .tel-link {
    font-size: 27px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .flow-area .tel-link {
    pointer-events: none;
  }
}
.flow-area .text-6 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flow-area .btn-wrap {
    margin: 10px auto 5px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-area .btn-item-sp {
    font-size: 16px;
    color: #fff;
    background-color: #D88D9C;
    border-radius: 30px;
    padding: 6px 36px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-area .btn-item-sp a {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
  }
}

.guide-area {
  background: url("../byouji/img/guide-bg.jpg") no-repeat center top/cover;
  padding: 60px 0 90px;
}
@media only screen and (max-width: 767px) {
  .guide-area {
    background: url("../byouji/img/guide-bg-sp.jpg") no-repeat center bottom/cover;
    padding: 40px 0 60px;
  }
}
.guide-area .heading-wrap {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .guide-area .heading-wrap {
    margin-bottom: 40px;
  }
}
.guide-area .heading-wrap .title-1 {
  font-size: 28px;
  color: #D88D9C;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .guide-area .heading-wrap .title-1 {
    font-size: 18px;
  }
}
.guide-area .heading-wrap .text-1 {
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .guide-area .list-wrap {
    width: 564px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
}
.guide-area .list-wrap .list-item {
  display: flex;
  align-items: start;
  border-bottom: 1px solid #C9C9C9;
  padding: 1.2em 1em 1.2em 0;
}
@media only screen and (max-width: 767px) {
  .guide-area .list-wrap .list-item {
    flex-direction: column;
    gap: 10px;
    padding-right: 0;
  }
}
.guide-area .list-wrap .list-item dt {
  color: #D88D9C;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .guide-area .list-wrap .list-item dt {
    width: 140px;
    flex-shrink: 0;
  }
}
.guide-area .list-wrap .list-item dd {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .guide-area .list-wrap .list-item dd {
    font-size: 14px;
  }
}
.guide-area .list-wrap .list-item .text-1 {
  line-height: 2;
}

.apply-area {
  background: url("../byouji/img/apply-bg.jpg") no-repeat center top/cover;
  padding: 85px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .apply-area {
    background: url("../byouji/img/apply-bg-sp.jpg") no-repeat center top/cover;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.apply-area .heading-wrap {
  text-align: center;
}
.apply-area .heading-wrap .title-1 {
  font-size: 28px;
  font-weight: bold;
  color: #FBF8F9;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .apply-area .heading-wrap .title-1 {
    font-size: 18px;
  }
}
.apply-area .apply-wrap {
  display: flex;
  gap: 3px;
}
@media only screen and (max-width: 767px) {
  .apply-area .apply-wrap {
    flex-direction: column;
  }
}
.apply-area .apply-wrap .apply-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 40px 20px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .apply-area .apply-wrap .apply-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .apply-area .apply-wrap .apply-item {
    justify-content: space-between;
    padding: 40px 20px;
    flex-direction: column;
    height: 200px;
  }
}
.apply-area .apply-wrap .apply-item .text-1 {
  font-size: 24px;
  font-weight: bold;
  color: #D88D9C;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .apply-area .apply-wrap .apply-item .text-1 {
    font-size: 18px;
  }
}
.apply-area .apply-wrap .apply-item .btn-item {
  display: inline-block;
  color: #fff;
  background-color: #D88D9C;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .apply-area .apply-wrap .apply-item .btn-item {
    display: block;
    padding: 5px 30px;
  }
}
.apply-area .apply-wrap .apply-item .btn-item img {
  margin-bottom: 5px;
  margin-left: 5px;
}
.apply-area .apply-wrap .apply-2 .text-2 {
  font-weight: bold;
  margin-bottom: 0;
}
.apply-area .apply-wrap .apply-2 .text-3, .apply-area .apply-wrap .apply-2 .tel-link {
  font-size: 28px;
  color: #D88D9C;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .apply-area .apply-wrap .apply-2 .text-3, .apply-area .apply-wrap .apply-2 .tel-link {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 768px) {
  .apply-area .apply-wrap .apply-2 .tel-link {
    pointer-events: none;
  }
}
.apply-area .apply-wrap .apply-2 .text-4 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .apply-area .apply-wrap .apply-2 .btn-wrap {
    margin: 10px 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .apply-area .apply-wrap .apply-2 .btn-item-sp {
    font-size: 16px;
    color: #fff;
    background-color: #D88D9C;
    border-radius: 30px;
    padding: 8px 36px;
  }
}
@media only screen and (max-width: 767px) {
  .apply-area .apply-wrap .apply-2 .btn-item-sp a {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
  }
}

#footer {
  position: relative;
}
#footer .deco-img {
  position: absolute;
  top: -80px;
  left: 40px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #footer .deco-img {
    display: none;
  }
}

/*# sourceMappingURL=page_byouji.css.map */
