@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.osechi_shudo {
  overflow: hidden;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #431603;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #431603;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}

.con {
  width: 95%;
  margin: 0 auto;
  max-width: 850px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .con {
    margin-bottom: 80px;
  }
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
main {
  position: relative;
  background: #fff0ec;
  padding-bottom: 20%;
}
main .pc_wrap {
  background: url(../img/shudo/main-bg.png) repeat-y;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  main .pc_wrap {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  main {
    background: url(../img/shudo/main-bg-sp.png) no-repeat #fff0ec;
    background-size: contain;
  }
}
main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: url(../img/shudo/top-bg.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main::before {
    background: url(../img/shudo/top-bg-sp.png) no-repeat;
    background-size: contain;
  }
}
main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: url(../img/shudo/bottom-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main::after {
    background: url(../img/shudo/bottom-bg-sp.png) no-repeat;
    background-size: contain;
    background-position: bottom;
  }
}

.fv {
  position: relative;
  padding-top: 16%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 24%;
  }
}
.fv__logo {
  width: 32%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 50%;
  }
}
.fv__ttl {
  width: 40%;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 80%;
    margin-top: 20px;
  }
}
.fv__img {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 95%;
    margin-bottom: 40%;
    margin-top: 10px;
  }
}

/* -------------------------------------
        予約
------------------------------------- */
.reserve {
  position: relative;
  z-index: 1;
}
.reserve--top::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 50%;
  background: url(../img/shudo/reserve-img-topleft.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  left: 4%;
  bottom: -50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .reserve--top::before {
    background: url(../img/shudo/reserve-img-top-sp.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    left: 0;
    right: 0;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    bottom: auto;
    top: -95%;
    z-index: 0;
  }
}
.reserve--top::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 50%;
  background: url(../img/shudo//reserve-top-right.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  right: 0;
  bottom: -50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .reserve--top::after {
    content: none;
  }
}
.reserve--bottom::before {
  content: "";
  position: absolute;
  width: 26%;
  height: 50%;
  background: url(../img/shudo/reserve-img-bottomleft.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  left: -2%;
  bottom: -50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .reserve--bottom::before {
    width: 95%;
    height: 60%;
    background: url(../img/shudo/reserve-img-bottom-sp.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    top: -10%;
    z-index: 0;
  }
}
.reserve--bottom::after {
  content: "";
  position: absolute;
  width: 26%;
  height: 50%;
  background: url(../img/shudo//reserve-img-bottomright.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  right: -2%;
  bottom: -50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reserve--bottom::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .reserve--bottom .reserve__wrap {
    margin-top: 60%;
  }
}
.reserve__wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../img/shudo/reserve-wrap.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .reserve__wrap {
    background: url(../img/shudo/reserve-wrap-sp.png) no-repeat;
    background-size: contain;
    background-position: center;
    padding: 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .reserve__ttl {
    width: 40%;
    margin: 0 auto;
  }
}
.reserve__day {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .reserve__day {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.reserve__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .reserve__btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.reserve__zehi {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}

/* -------------------------------------
        プレゼン
------------------------------------- */
@media screen and (max-width: 767px) {
  .presen {
    background: url(../img/shudo/oshi-bg-sp.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .presen__ttl::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 60px;
    background: url(../img/shudo/dec-shikaku.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 20%;
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 767px) {
  .presen__item {
    margin-bottom: 40px;
  }
}
.presen__img {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .presen__img {
    margin-top: 10px;
  }
}
.presen__img--second::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 100px;
  background: url(../img/shudo/dec-shikaku2.png) no-repeat;
  background-size: contain;
  right: -8%;
  top: -8%;
}
@media screen and (max-width: 767px) {
  .presen__img--second::before {
    content: none;
  }
}

/* -------------------------------------
        学生考案メニュー
------------------------------------- */
@media screen and (max-width: 767px) {
  .menu_develop {
    background: url(../img/shudo/menu-bg-sp.png) no-repeat;
    background-size: cover;
  }
}

.menu__ttl {
  position: relative;
}
.menu__ttl::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../img/shudo/dec-shikaku.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: -35%;
  transform: rotate(100deg);
}
@media screen and (max-width: 767px) {
  .menu__ttl::before {
    width: 60px;
    height: 60px;
    right: 10%;
  }
}
.menu__list {
  position: relative;
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 30px 2em;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .menu__list {
    margin-top: 60px;
    padding: 20px 1em;
  }
}
.menu__list ul {
  list-style: disc;
}
.menu__list ul li {
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .menu__list ul li {
    font-size: 0.9em;
  }
}
.menu__list ul li span.no {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1.5em;
  background: #e4d488;
  height: 1.5em;
  font-size: 1em;
  text-align: center;
}
.menu__pickuplist {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .menu__pickuplist {
    margin-top: 20px;
  }
}
.menu__pickuplist::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 80px;
  background: url(../img/shudo/menu-dec-rt.png) no-repeat;
  background-size: contain;
  right: -8%;
  top: -20%;
}
@media screen and (max-width: 767px) {
  .menu__pickuplist::before {
    content: none;
  }
}
.menu__pickuplist::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 80px;
  background: url(../img/shudo/menu-dec-lb.png) no-repeat;
  background-size: contain;
  left: -12%;
  bottom: -18%;
}
@media screen and (max-width: 767px) {
  .menu__pickuplist::after {
    content: none;
  }
}
.menu__pickuplist ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menu__pickuplist ul li {
  margin: 10px 0;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .menu__pickuplist ul li {
    width: 48%;
  }
}

/* -------------------------------------
        開発の裏側
------------------------------------- */
.develop_shudo {
  background: url(../img/shudo/develop-shudo-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .develop_shudo {
    background: none;
  }
}

.develop .con {
  margin-bottom: 0;
}
.develop__ttl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .develop__ttl::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/shudo/dec-shikaku.png) no-repeat;
    background-size: contain;
    right: 0;
    top: -15%;
    transform: rotate(-40deg);
  }
}
.develop__img {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.develop__img::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: url(../img/shudo/dec-flower.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: -2%;
}
@media screen and (max-width: 767px) {
  .develop__img::before {
    content: none;
  }
}
.develop__txt {
  width: 95%;
  margin: 0 auto;
  max-width: 850px;
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .develop__txt {
    margin-top: 0;
    font-size: 1em;
    margin-bottom: 60px;
  }
}
.develop__txt span.alpha {
  color: #ed8292;
}

/* -------------------------------------
        広島修道大学って？
------------------------------------- */
.shudo {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shudo {
    background: url(../img/shudo/shudo-bg-sp.png) no-repeat;
    background-size: cover;
  }
}
.shudo__ttl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .shudo__ttl::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/shudo/dec-shikaku.png) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    transform: rotate(-40deg);
  }
}
.shudo__img {
  margin-top: 60px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .shudo__img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.shudo__logo {
  position: absolute;
  width: 30%;
  top: 3%;
  left: 3%;
}
@media screen and (max-width: 767px) {
  .shudo__logo {
    width: 45%;
  }
}
.shudo__txt {
  position: relative;
}
.shudo__txt::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: url(../img/shudo/dec-flower2.png) no-repeat;
  background-size: contain;
  right: -8%;
  bottom: 20%;
}
@media screen and (max-width: 767px) {
  .shudo__txt::before {
    content: none;
  }
}
.shudo__teacher {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.4s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
  }
}