@charset "utf-8";
.introduction {
  font-size: 1.8rem;
}

.box-link {
  display: block;
  border: 5px solid #8b810c;
  padding: 3%;
  margin: 5% auto;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.36);
}

#current {
  background: #dbe8ed;
  font-size: 1.8rem;
  line-height: 3rem;
}
.bg-white {
  background: white;
}
.purple {
  color: #352b5b;
}
.d-md-inline {
  display: inline;
}
.d-md-block {
  display: block;
}
.d-md-none {
  display: none;
}
.text-center {
  text-align: center;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1;
}
.kaisyo {
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#current .inner {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
#current .title {
  background-color: white;
}
#current .title > div {
  max-width: 1000px;
  font-size: 25px;
  margin: -30px auto 0;
  padding: 60px 0;
  line-height: 50px;
  background-image: url(images/title_bg.jpg);
  background-size: cover;
}
#current .inner div img {
  max-width: 500px;
}
#current .inner p {
  padding: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .d-inlien {
    display: inline !important;
  }
  .d-block {
    display: block !important;
  }
  .d-none {
    display: none !important;
  }
  #current .inner {
    display: block;
    padding: 0;
  }
  #current .title > div {
    font-size: 20px;
    padding: 3rem 0;
    line-height: 30px;
    text-align: left;
    background-image: url(images/title_bg_sp.jpg);
    background-position: right;
  }
  #current .inner p {
    padding: 3rem 1rem;
    text-align: center;
  }
  #current .inner div img {
    padding: 0 0 70px;
  }
  .dream,
  .dream-out,
  .pc_none {
    display: none;
  }
}
