@charset "UTF-8";
body {
  overflow-x: hidden;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.br-sp-rev {
  display: block;
}

@media screen and (max-width: 767px) {
  .br-sp-rev {
    display: none;
  }
}

.br-tab {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br-tab {
    display: block;
  }
}

.br-tab-rev {
  display: block;
}

@media screen and (max-width: 1024px) {
  .br-tab-rev {
    display: none;
  }
}

.campus-bg {
  overflow-x: hidden;
  margin-bottom: -51px;
  max-width: 100vw;
  background-color: #d34e44;
}

.campus-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
}

@media screen and (max-width: 480px) {
  .campus-hero {
    height: calc(100vh - 70px);
  }
}

.campus-hero__mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url(./assets/img/hrs-img/butsu_b.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .campus-hero__mask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.campus-hero__mask--color {
  width: 100%;
  height: 100%;
  background-color: rgba(92, 92, 92, 0.2);
}

.campus-hero__img--left {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(./assets/img/hrs-img/campas-hero1.jpg);
  background-position: center;
  background-size: cover;
}

.campus-hero__img--right {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(./assets/img/hrs-img/campas-hero2.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .campus-hero__img--right {
    background-position: top center;
  }
}

.campus-hero__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  max-width: calc(100vw - 20px);
}

.campus-life {
  padding-top: 140px;
  background-color: #d34e44;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .campus-life {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .campus-life {
    padding-top: 60px;
  }
}

.campus-life__title {
  color: white;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 45px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .campus-life__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .campus-life__title span {
    margin-left: 30px;
  }
}

.campus-life__text {
  margin-top: 65px;
  color: white;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .campus-life__text {
    margin-top: 45px;
    font-size: 14px;
  }
}

.campus-life__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 135px;
}

@media screen and (max-width: 767px) {
  .campus-life__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 190px;
  }
}

.campus-life__nav--text {
  padding: 0 47px;
  border-right: 1px solid white;
  color: white !important;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 1024px) {
  .campus-life__nav--text {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .campus-life__nav--text {
    display: inline-block;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #ffffff80;
    font-size: 14px;
  }
}

.campus-life__nav--text:hover {
  opacity: 1;
}

.campus-life__nav--text:nth-of-type(3) {
  border: none;
}

.campus__title {
  color: white;
  letter-spacing: 0.1em;
  font-size: 40px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .campus__title {
    font-size: 28px;
  }
}

.campus__sub-title {
  margin-top: 15px;
  color: white;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .campus__sub-title {
    font-size: 14px;
  }
}

.campus-calendar {
  position: relative;
  padding-top: 135px;
  padding-bottom: 200px;
  background-color: #d34e44;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .campus-calendar {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.campus-calendar__top-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.calendar {
  position: relative;
  margin: 40px auto -20px;
  width: 990px;
  height: 660px;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .calendar {
    width: 680px;
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .calendar {
    width: 100vw;
    height: 115vw;
  }
}

.calendar__ring {
  position: relative;
  z-index: 1;
  margin-bottom: -17px;
}

@media screen and (max-width: 1024px) {
  .calendar__ring {
    margin-bottom: -7px;
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__ring {
    display: none;
  }
}

.calendar__next {
  position: absolute;
  right: 70px;
  bottom: 108px;
  color: #d83000;
  letter-spacing: 0.04em;
  font-style: italic;
  font-size: 15px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
  cursor: pointer;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
}

@media screen and (max-width: 1024px) {
  .calendar__next {
    right: 15px;
    bottom: 80px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__next {
    right: 12vw;
    bottom: 27vw;
    font-size: 10px;
    line-height: 1;
    -webkit-transform: scale(1) rotate(-55deg);
            transform: scale(1) rotate(-55deg);
  }
}

@media screen and (max-width: 580px) {
  .calendar__next {
    right: 11vw;
    bottom: 25vw;
    -webkit-transform: scale(0.8) rotate(-55deg);
            transform: scale(0.8) rotate(-55deg);
  }
}

.calendar__january, .calendar__february, .calendar__march, .calendar__april, .calendar__may, .calendar__june, .calendar__july, .calendar__august, .calendar__september, .calendar__october, .calendar__november, .calendar__december {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  max-height: 630px;
  width: calc(100vw - 40px);
  height: calc(63vw - 40px);
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .calendar__january, .calendar__february, .calendar__march, .calendar__april, .calendar__may, .calendar__june, .calendar__july, .calendar__august, .calendar__september, .calendar__october, .calendar__november, .calendar__december {
    width: 660px;
    height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__january, .calendar__february, .calendar__march, .calendar__april, .calendar__may, .calendar__june, .calendar__july, .calendar__august, .calendar__september, .calendar__october, .calendar__november, .calendar__december {
    max-height: 100%;
    width: 100vw;
    height: 113vw;
  }
}

.calendar__january--mask, .calendar__february--mask, .calendar__march--mask, .calendar__april--mask, .calendar__may--mask, .calendar__june--mask, .calendar__july--mask, .calendar__august--mask, .calendar__september--mask, .calendar__october--mask, .calendar__november--mask, .calendar__december--mask {
  width: 550px;
  height: 340px;
  background-image: url(./assets/img/hrs-img/calendar-mask.png);
  background-position: center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .calendar__january--mask, .calendar__february--mask, .calendar__march--mask, .calendar__april--mask, .calendar__may--mask, .calendar__june--mask, .calendar__july--mask, .calendar__august--mask, .calendar__september--mask, .calendar__october--mask, .calendar__november--mask, .calendar__december--mask {
    width: 500px;
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__january--mask, .calendar__february--mask, .calendar__march--mask, .calendar__april--mask, .calendar__may--mask, .calendar__june--mask, .calendar__july--mask, .calendar__august--mask, .calendar__september--mask, .calendar__october--mask, .calendar__november--mask, .calendar__december--mask {
    height: 70vw;
    background-image: none;
  }
}

.calendar__january--number, .calendar__february--number, .calendar__march--number, .calendar__april--number, .calendar__may--number, .calendar__june--number, .calendar__july--number, .calendar__august--number, .calendar__september--number, .calendar__october--number, .calendar__november--number, .calendar__december--number {
  border-bottom: 3px solid white;
}

@media screen and (max-width: 1024px) {
  .calendar__january--number, .calendar__february--number, .calendar__march--number, .calendar__april--number, .calendar__may--number, .calendar__june--number, .calendar__july--number, .calendar__august--number, .calendar__september--number, .calendar__october--number, .calendar__november--number, .calendar__december--number {
    max-height: 100px;
    width: auto;
  }
}

.calendar__january--month, .calendar__february--month, .calendar__march--month, .calendar__april--month, .calendar__may--month, .calendar__june--month, .calendar__july--month, .calendar__august--month, .calendar__september--month, .calendar__october--month, .calendar__november--month, .calendar__december--month {
  color: white;
  font-family: "minion-pro", A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho;
}

.calendar__january--text, .calendar__february--text, .calendar__march--text, .calendar__april--text, .calendar__may--text, .calendar__june--text, .calendar__july--text, .calendar__august--text, .calendar__september--text, .calendar__october--text, .calendar__november--text, .calendar__december--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 25px;
  max-width: 510px;
}

@media screen and (max-width: 767px) {
  .calendar__january--text, .calendar__february--text, .calendar__march--text, .calendar__april--text, .calendar__may--text, .calendar__june--text, .calendar__july--text, .calendar__august--text, .calendar__september--text, .calendar__october--text, .calendar__november--text, .calendar__december--text {
    position: absolute;
    bottom: 18vw;
    left: 13vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 260px;
  }
}

.calendar__january--inner, .calendar__february--inner, .calendar__march--inner, .calendar__april--inner, .calendar__may--inner, .calendar__june--inner, .calendar__july--inner, .calendar__august--inner, .calendar__september--inner, .calendar__october--inner, .calendar__november--inner, .calendar__december--inner {
  margin: 5px 10px;
  padding: 5px;
  background-color: white;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 16px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1024px) {
  .calendar__january--inner, .calendar__february--inner, .calendar__march--inner, .calendar__april--inner, .calendar__may--inner, .calendar__june--inner, .calendar__july--inner, .calendar__august--inner, .calendar__september--inner, .calendar__october--inner, .calendar__november--inner, .calendar__december--inner {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__january--inner, .calendar__february--inner, .calendar__march--inner, .calendar__april--inner, .calendar__may--inner, .calendar__june--inner, .calendar__july--inner, .calendar__august--inner, .calendar__september--inner, .calendar__october--inner, .calendar__november--inner, .calendar__december--inner {
    margin: 5px;
    padding: 2px 5px;
    font-size: 10px;
  }
}

.calendar__january {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-january.png);
}

@media screen and (max-width: 767px) {
  .calendar__january {
    background-image: url(./assets/img/hrs-img/calendar-january-sp.png);
  }
}

.calendar__january--mask {
  background-image: none;
}

.calendar__february {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-february.png);
}

@media screen and (max-width: 767px) {
  .calendar__february {
    background-image: url(./assets/img/hrs-img/calendar-february-sp.png);
  }
}

.calendar__march {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-march.png);
}

@media screen and (max-width: 767px) {
  .calendar__march {
    background-image: url(./assets/img/hrs-img/calendar-march-sp.png);
  }
}

.calendar__april {
  background-image: url(./assets/img/hrs-img/calendar-april.png);
}

@media screen and (max-width: 767px) {
  .calendar__april {
    background-image: url(./assets/img/hrs-img/calendar-april-sp.png);
  }
}

.calendar__may {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-may.png);
}

@media screen and (max-width: 767px) {
  .calendar__may {
    background-image: url(./assets/img/hrs-img/calendar-may-sp.png);
  }
}

.calendar__june {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-june.png);
}

@media screen and (max-width: 767px) {
  .calendar__june {
    background-image: url(./assets/img/hrs-img/calendar-june-sp.png);
  }
}

.calendar__july {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-july.png);
}

@media screen and (max-width: 767px) {
  .calendar__july {
    background-image: url(./assets/img/hrs-img/calendar-july-sp.png);
  }
}

.calendar__august {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-august.png);
}

@media screen and (max-width: 767px) {
  .calendar__august {
    background-image: url(./assets/img/hrs-img/calendar-august-sp.png);
  }
}

@media screen and (max-width: 767px) {
  .calendar__august--text {
    max-width: 230px;
  }
}

.calendar__september {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-september.png);
}

@media screen and (max-width: 767px) {
  .calendar__september {
    background-image: url(./assets/img/hrs-img/calendar-september-sp.png);
  }
}

.calendar__october {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-october.png);
}

@media screen and (max-width: 767px) {
  .calendar__october {
    background-image: url(./assets/img/hrs-img/calendar-october-sp.png);
  }
}

.calendar__november {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-november.png);
}

@media screen and (max-width: 767px) {
  .calendar__november {
    background-image: url(./assets/img/hrs-img/calendar-november-sp.png);
  }
}

.calendar__december {
  display: none;
  background-image: url(./assets/img/hrs-img/calendar-december.png);
}

@media screen and (max-width: 767px) {
  .calendar__december {
    background-image: url(./assets/img/hrs-img/calendar-december-sp.png);
  }
}

@media screen and (max-width: 767px) {
  .calendar__december--text {
    max-width: 230px;
  }
}

.calendar-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 942px;
}

@media screen and (max-width: 1024px) {
  .calendar-btn {
    max-width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .calendar-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 325px;
  }
}

.calendar-btn__top, .calendar-btn__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .calendar-btn__top, .calendar-btn__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .calendar-btn__bottom .calendar-btn__number {
    margin-top: 30px;
  }
}

.calendar-btn__number {
  position: relative;
  width: auto;
  height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .calendar-btn__number svg {
    max-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .calendar-btn__number svg {
    max-height: 70px;
  }
}

.calendar-btn__4 {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

@media screen and (max-width: 767px) {
  .calendar-btn__4 {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@media screen and (max-width: 1024px) {
  .calendar-btn__4 svg {
    max-height: 87px;
  }
}

@media screen and (max-width: 767px) {
  .calendar-btn__4 svg {
    max-height: 77px;
  }
}

@media screen and (max-width: 1024px) {
  .calendar-btn__9 {
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .calendar-btn__9 {
    margin-right: -8px;
  }
}

@media screen and (max-width: 1024px) {
  .calendar-btn__10 {
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .calendar-btn__10 {
    margin-right: -19px;
  }
}

@media screen and (max-width: 1024px) {
  .calendar-btn__11 {
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .calendar-btn__11 {
    margin-right: -18px;
  }
}

@media screen and (max-width: 1024px) {
  .calendar-btn__12 {
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .calendar-btn__12 {
    margin-right: -10px;
  }
}

.campus-map {
  padding: 0 20px 150px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .campus-map {
    padding-bottom: 260px;
  }
}

.campus-map__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0;
  max-width: 1220px;
}

@media screen and (max-width: 767px) {
  .campus-map__span {
    display: none;
  }
}

.campus-map__left, .campus-map__right {
  position: absolute;
  background-color: white;
}

.campus-map__left--top, .campus-map__right--top {
  color: #d83000;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 23px;
}

@media screen and (max-width: 1080px) {
  .campus-map__left--top, .campus-map__right--top {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__left--top, .campus-map__right--top {
    font-size: 14px;
  }
}

.campus-map__left--title, .campus-map__right--title {
  color: #d83000;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 38px;
}

@media screen and (max-width: 1080px) {
  .campus-map__left--title, .campus-map__right--title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__left--title, .campus-map__right--title {
    font-size: 20px;
  }
}

.campus-map__left--btn, .campus-map__right--btn {
  margin: 10px auto 0;
  max-width: 432px;
  width: calc(100% - 80px);
  height: 75px;
  background-color: #d83000;
  color: white;
  letter-spacing: 0.4em;
  font-weight: bold;
  font-size: 24px;
  line-height: 75px;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .campus-map__left--btn, .campus-map__right--btn {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__left--btn, .campus-map__right--btn {
    width: 150px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }
}

.campus-map__left {
  top: 0;
  left: 0;
  padding: 30px 0 30px;
  width: calc(50% - 30px);
  height: 250px;
  background-color: white;
  opacity: 0.6;
}

@media screen and (max-width: 1080px) {
  .campus-map__left {
    width: calc(50% - 15px);
    height: 215px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__left {
    left: 50%;
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
    width: 160px;
    height: 185px;
  }
}

.campus-map__left.map-current {
  top: -8px;
  left: 0;
  padding: 40px 0 30px;
  width: calc(50% - 13px);
  height: 350px;
  background-color: transparent;
  background-image: url(./assets/img/hrs-img/balloon-left.svg);
  background-position: bottom center;
  background-size: cover;
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  .campus-map__left.map-current {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__left.map-current {
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
    padding: 38px 0 0;
    width: 160px;
    height: 240px;
    background-image: url(./assets/img/hrs-img/balloon-left-sp.png);
  }
}

.campus-map__right {
  top: 0;
  right: 0;
  padding: 30px 0 30px;
  width: calc(50% - 30px);
  height: 250px;
  opacity: 0.6;
}

@media screen and (max-width: 1080px) {
  .campus-map__right {
    width: calc(50% - 15px);
    height: 215px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__right {
    right: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 164px;
    height: 185px;
  }
}

.campus-map__right.map-current {
  top: -8px;
  right: 0;
  padding: 40px 0 30px;
  width: calc(50% - 13px);
  height: 350px;
  background-color: transparent;
  background-image: url(./assets/img/hrs-img/balloon-right.svg);
  background-size: cover;
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  .campus-map__right.map-current {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__right.map-current {
    top: -9px;
    right: 50%;
    -webkit-transform: translateX(89.9%);
            transform: translateX(89.9%);
    padding: 39px 0 0 18px;
    width: 183px;
    height: 240px;
    background-image: url(./assets/img/hrs-img/balloon-right-sp.png);
  }
}

.campus-map__map {
  position: relative;
  margin: 350px auto 0;
  max-width: 725px;
}

@media screen and (max-width: 1080px) {
  .campus-map__map {
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map {
    margin-top: 450px;
    width: calc(100vw - 40px);
  }
}

.campus-map__map a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.campus-map__map a:hover {
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.campus-map__map--left01 {
  position: absolute;
  top: 53px;
  left: -140px;
  max-width: 195px;
}

@media screen and (max-width: 1024px) {
  .campus-map__map--left01 {
    left: -80px;
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map--left01 {
    top: -170px;
    left: 0;
    max-width: 170px;
  }
}

.campus-map__map--left02 {
  position: absolute;
  top: 50px;
  right: -80px;
  max-width: 190px;
}

@media screen and (max-width: 1024px) {
  .campus-map__map--left02 {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map--left02 {
    top: -170px;
    right: 0;
    max-width: 170px;
  }
}

.campus-map__map--left03 {
  position: absolute;
  bottom: -93px;
  left: 65px;
  max-width: 215px;
}

@media screen and (max-width: 1024px) {
  .campus-map__map--left03 {
    max-width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map--left03 {
    bottom: -170px;
    left: 10px;
  }
}

.campus-map__map--left04 {
  position: absolute;
  right: 75px;
  bottom: -80px;
  max-width: 205px;
}

@media screen and (max-width: 1024px) {
  .campus-map__map--left04 {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map--left04 {
    right: -10px;
    bottom: -160px;
    max-width: 170px;
  }
}

.campus-map__map--right {
  display: none;
}

.campus-map__map--right01 {
  position: absolute;
  top: -35px;
  left: 13px;
  max-width: 195px;
}

@media screen and (max-width: 1024px) {
  .campus-map__map--right01 {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map--right01 {
    top: -170px;
    left: 0;
    max-width: 170px;
  }
}

.campus-map__map--right02 {
  position: absolute;
  top: 50px;
  right: -50px;
  max-width: 190px;
}

@media screen and (max-width: 1024px) {
  .campus-map__map--right02 {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map--right02 {
    top: -170px;
    right: 0;
    max-width: 170px;
  }
}

.campus-map__map--right03 {
  position: absolute;
  bottom: -55px;
  left: -55px;
  max-width: 215px;
}

@media screen and (max-width: 1024px) {
  .campus-map__map--right03 {
    max-width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map--right03 {
    bottom: -140px;
    left: 0;
    max-width: 170px;
  }
}

.campus-map__map--right04 {
  position: absolute;
  right: 100px;
  bottom: -90px;
  max-width: 205px;
}

@media screen and (max-width: 1024px) {
  .campus-map__map--right04 {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .campus-map__map--right04 {
    right: 0;
    bottom: -170px;
    max-width: 170px;
  }
}

.life-facility {
  text-align: center;
}

.life-facility__sub-title {
  color: white;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 23px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .life-facility__sub-title {
    font-size: 16px;
  }
}

.life-facility__title {
  margin-top: 25px;
  color: white;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 38px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .life-facility__title {
    font-size: 24px;
    margin-top: 5px;
  }
}

.life-facility__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px auto 0;
  padding: 0 20px;
  max-width: 1160px;
}

@media screen and (max-width: 767px) {
  .life-facility__wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.life-facility__item {
  max-width: 550px;
}

@media screen and (max-width: 1160px) {
  .life-facility__item {
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .life-facility__item {
    max-width: 100%;
  }
}

.life-facility__item--num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 15px;
  width: 68px;
  height: 49px;
  background-image: url(./assets/img/hrs-img/facility-num.png);
  background-position: center;
  background-size: cover;
  color: white;
  font-style: italic;
  font-size: 31px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@media screen and (max-width: 767px) {
  .life-facility__item--num {
    padding-right: 10px;
    width: 52px;
    height: 43px;
    font-size: 18px;
  }
}

.life-facility__img1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 318px;
  background-image: url(./assets/img/hrs-img/life-facility__img1.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .life-facility__img1 {
    height: 190px;
  }
}

.life-facility__img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 318px;
  background-image: url(./assets/img/hrs-img/life-facility__img2.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .life-facility__img2 {
    height: 190px;
  }
}

.life-facility__img3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 318px;
  background-image: url(./assets/img/hrs-img/life-facility__img3.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .life-facility__img3 {
    height: 190px;
  }
}

.life-facility__img4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 318px;
  background-image: url(./assets/img/hrs-img/life-facility__img4.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .life-facility__img4 {
    height: 190px;
  }
}

.life-facility__text {
  margin-bottom: 23px;
  padding: 33px 44px;
  background-color: white;
}

@media screen and (max-width: 1160px) {
  .life-facility__text {
    padding: 30px 20px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .life-facility__text {
    height: 100%;
  }
}

.life-facility__text--top {
  color: #d83000;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 24px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 1024px) {
  .life-facility__text--top {
    font-size: 18px;
  }
}

.life-facility__text--bottom {
  margin-top: 15px;
  color: #454545;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 17px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  line-height: 1.76;
  text-align: left;
}

@media screen and (max-width: 1160px) {
  .life-facility__text--bottom {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .life-facility__text--bottom {
    font-size: 14px;
  }
}

.learning-facility {
  padding-top: 120px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .learning-facility {
    padding-top: 30px;
  }
}

.learning-facility__sub-title {
  color: white;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 23px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .learning-facility__sub-title {
    font-size: 16px;
  }
}

.learning-facility__title {
  margin-top: 25px;
  color: white;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 38px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .learning-facility__title {
    font-size: 24px;
    margin-top: 5px;
  }
}

.learning-facility__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px auto 0;
  padding: 0 20px;
  max-width: 1160px;
}

@media screen and (max-width: 767px) {
  .learning-facility__wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.learning-facility__item {
  max-width: 550px;
}

@media screen and (max-width: 1160px) {
  .learning-facility__item {
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .learning-facility__item {
    max-width: 100%;
  }
}

.learning-facility__item--num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 15px;
  width: 68px;
  height: 49px;
  background-image: url(./assets/img/hrs-img/facility-num.png);
  background-position: center;
  background-size: cover;
  color: white;
  font-style: italic;
  font-size: 31px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@media screen and (max-width: 767px) {
  .learning-facility__item--num {
    padding-right: 10px;
    width: 52px;
    height: 43px;
    font-size: 18px;
  }
}

.learning-facility__img1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 318px;
  background-image: url(./assets/img/hrs-img/life-facility__img5.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .learning-facility__img1 {
    height: 190px;
  }
}

.learning-facility__img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 318px;
  background-image: url(./assets/img/hrs-img/life-facility__img6.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .learning-facility__img2 {
    height: 190px;
  }
}

.learning-facility__img3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 318px;
  background-image: url(./assets/img/hrs-img/life-facility__img7.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .learning-facility__img3 {
    height: 190px;
  }
}

.learning-facility__img4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 318px;
  background-image: url(./assets/img/hrs-img/life-facility__img8.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .learning-facility__img4 {
    height: 190px;
  }
}

.learning-facility__text {
  margin-bottom: 23px;
  padding: 33px 44px;
  background-color: white;
}

@media screen and (max-width: 1160px) {
  .learning-facility__text {
    padding: 30px 20px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .learning-facility__text {
    height: 100%;
  }
}

.learning-facility__text--top {
  color: #d83000;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 24px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 1024px) {
  .learning-facility__text--top {
    font-size: 18px;
  }
}

.learning-facility__text--bottom {
  margin-top: 15px;
  color: #454545;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 17px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  line-height: 1.76;
  text-align: left;
}

@media screen and (max-width: 1160px) {
  .learning-facility__text--bottom {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .learning-facility__text--bottom {
    font-size: 14px;
  }
}

.campus-circle {
  position: relative;
  padding-top: 160px;
  padding-bottom: 120px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .campus-circle {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

.campus-circle__sp-text {
  display: none;
}

@media screen and (max-width: 767px) {
  .campus-circle__sp-text {
    display: inline;
  }
}

.campus-circle__sp-text--dance {
  display: none;
}

@media screen and (max-width: 767px) {
  .campus-circle__sp-text--dance {
    display: block;
    margin-top: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.7;
  }
}

.campus-circle__top-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.campus-circle__sub-title {
  color: white;
  letter-spacing: 0.2em;
  font-size: 19px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
}

@media screen and (max-width: 767px) {
  .campus-circle__sub-title {
    font-size: 16px;
  }
}

.campus-circle__title {
  margin-top: 20px;
  color: white;
  letter-spacing: 0.2em;
  font-size: 41px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .campus-circle__title {
    font-size: 24px;
  }
}

.campus-circle__dance {
  position: relative;
  margin: 54px auto 0;
  padding: 0 20px;
  max-width: 1150px;
}

@media screen and (max-width: 767px) {
  .campus-circle__dance {
    margin-top: 34px;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__dance--title {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 125px;
  }
}

.campus-circle__dance--img {
  width: 693px;
  height: 463px;
  background-image: url(./assets/img/hrs-img/dance-img.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .campus-circle__dance--img {
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .campus-circle__dance--img {
    height: 250px;
  }
}

.campus-circle__dance--text {
  position: absolute;
  right: 0;
  bottom: -20px;
  padding: 85px 60px;
  max-width: 550px;
  background-color: white;
  text-align: left;
}

@media screen and (max-width: 1180px) {
  .campus-circle__dance--text {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__dance--text {
    position: static;
    right: auto;
    bottom: auto;
    padding: 35px 25px;
    max-width: 100%;
  }
}

.campus-circle__dance--icon1 {
  position: absolute;
  bottom: -22px;
  left: -60px;
}

@media screen and (max-width: 1200px) {
  .campus-circle__dance--icon1 {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__dance--icon1 {
    top: -30px;
    bottom: auto;
    width: 150px;
  }
}

.campus-circle__dance--icon2 {
  position: absolute;
  top: -5px;
  right: 35px;
}

@media screen and (max-width: 767px) {
  .campus-circle__dance--icon2 {
    top: 150px;
    right: 0;
  }
}

.campus-circle__music {
  position: relative;
  margin: 180px auto 0;
  padding: 0 20px;
  max-width: 1150px;
}

@media screen and (max-width: 767px) {
  .campus-circle__music {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__music--title {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 220px;
  }
}

.campus-circle__music--img {
  position: absolute;
  top: -90px;
  right: 35px;
  width: 600px;
  height: 400px;
  background-image: url(./assets/img/hrs-img/music-band-img.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1145px) {
  .campus-circle__music--img {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__music--img {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .campus-circle__music--img {
    height: 250px;
  }
}

.campus-circle__music--text {
  padding: 85px 60px;
  max-width: 550px;
  background-color: white;
  text-align: left;
}

@media screen and (max-width: 1145px) {
  .campus-circle__music--text {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__music--text {
    padding: 35px 25px;
    max-width: 100%;
  }
}

.campus-circle__music--icon1 {
  position: absolute;
  top: -130px;
  left: 440px;
}

@media screen and (max-width: 767px) {
  .campus-circle__music--icon1 {
    top: -20px;
    right: 20px;
    left: auto;
    width: 110px;
  }
}

.campus-circle__music--icon2 {
  position: absolute;
  right: 150px;
  bottom: -30px;
  width: 130px;
}

@media screen and (max-width: 767px) {
  .campus-circle__music--icon2 {
    top: 140px;
    right: auto;
    bottom: auto;
    left: 20px;
    width: 80px;
  }
}

.campus-circle__theater {
  position: relative;
  margin: 115px auto 0;
  padding: 0 20px;
  max-width: 1150px;
}

@media screen and (max-width: 767px) {
  .campus-circle__theater {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__theater--title {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 125px;
  }
}

.campus-circle__theater--img {
  margin-left: 15px;
  width: 700px;
  height: 460px;
  background-image: url(./assets/img/hrs-img/theater-img.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1180px) {
  .campus-circle__theater--img {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__theater--img {
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .campus-circle__theater--img {
    height: 250px;
  }
}

.campus-circle__theater--text {
  position: absolute;
  top: 110px;
  right: 0;
  padding: 50px 60px;
  max-width: 550px;
  background-color: white;
  text-align: left;
}

@media screen and (max-width: 1180px) {
  .campus-circle__theater--text {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .campus-circle__theater--text {
    position: static;
    top: auto;
    right: auto;
    padding: 35px 25px;
    max-width: 100%;
  }
}

.campus-circle__theater--icon1 {
  position: absolute;
  top: 0;
  right: 56px;
}

@media screen and (max-width: 767px) {
  .campus-circle__theater--icon1 {
    top: 30px;
    right: 20px;
    width: 80px;
  }
}

.campus-circle__theater--icon2 {
  position: absolute;
  top: -20px;
  left: 190px;
}

@media screen and (max-width: 767px) {
  .campus-circle__theater--icon2 {
    top: -10px;
    left: 20px;
  }
}

.campus-circle__theater--icon3 {
  position: absolute;
  bottom: 150px;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .campus-circle__theater--icon3 {
    top: -20px;
    bottom: 0;
    left: 90px;
  }
}

.campus-circle__theater--icon4 {
  position: absolute;
  bottom: -50px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .campus-circle__theater--icon4 {
    display: none;
  }
}

.campus-circle__text--sub-title {
  margin: 24px 0 33px;
  color: #d83000;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .campus-circle__text--sub-title {
    margin: 40px 0 20px;
    text-align: center;
    font-size: 14px;
  }
}

.campus-circle__text--text {
  color: #3e3e3e;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .campus-circle__text--text {
    font-size: 14px;
  }
}

.other-club {
  padding: 0 20px 125px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .other-club {
    padding-bottom: 50px;
  }
}

.other-club__wrap {
  margin: 0 auto;
  padding: 35px 125px;
  max-width: 1100px;
  background-color: white;
}

@media screen and (max-width: 1024px) {
  .other-club__wrap {
    padding: 30px 70px;
  }
}

@media screen and (max-width: 767px) {
  .other-club__wrap {
    padding: 25px 30px;
  }
}

.other-club__title {
  margin-bottom: 25px;
  color: #d83000;
  letter-spacing: 0.1em;
  font-style: italic;
  font-size: 35px;
  font-family: "minion-pro", A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho !important;
}

@media screen and (max-width: 767px) {
  .other-club__title {
    font-size: 20px;
  }
}

.other-club__sub-title {
  padding: 10px 0;
  border-top: 1px dotted #d83000;
  border-bottom: 1px dotted #d83000;
  color: #d83000;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 22px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .other-club__sub-title {
    font-size: 18px;
  }
}

.other-club__list--sports {
  margin: 30px 0;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .other-club__list--sports {
    text-align: left;
  }
}

.other-club__list--culture {
  margin-top: 30px;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .other-club__list--culture {
    text-align: left;
  }
}

.outside {
  position: relative;
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .outside {
    margin-bottom: 30px;
  }
}

.outside__bg--left {
  position: absolute;
  top: 600px;
  left: -335px;
  width: 674px;
}

@media screen and (max-width: 767px) {
  .outside__bg--left {
    display: none;
  }
}

.outside__bg--right {
  position: absolute;
  top: 570px;
  right: -272px;
  width: 522px;
}

@media screen and (max-width: 767px) {
  .outside__bg--right {
    display: none;
  }
}

.outside__wrapper {
  padding: 0 20px;
}

.outside-hero {
  position: relative;
  width: 100%;
  height: 567px;
  background-image: url(./assets/img/hrs-img/outside-hero.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .outside-hero {
    background-position: 70%;
    height: 440px;
  }
}

.outside-hero__bg {
  position: absolute;
  top: 80px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .outside-hero__bg {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .outside-hero__bg {
    display: none;
  }
}

.outside-hero__img {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 614px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .outside-hero__img {
    width: 475px;
  }
}

@media screen and (max-width: 767px) {
  .outside-hero__img {
    position: static;
    top: auto;
    left: auto;
    width: 100vw;
    -webkit-transform: translateY(440px);
            transform: translateY(440px);
  }
}

.outside-top {
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 150px;
  max-width: 1100px;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .outside-top {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .outside-top {
    padding-top: calc(67.5vw + 40px);
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .outside-top__icon {
    width: 8px;
  }
}

.outside-top__title {
  margin-top: 30px;
  color: #d83000;
  letter-spacing: 0.1em;
  font-style: italic;
  font-size: 44px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 1024px) {
  .outside-top__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .outside-top__title {
    margin-top: 15px;
    font-size: 28px;
  }
}

.outside-top__sub-title {
  margin-top: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .outside-top__sub-title {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .outside-top__sub-title {
    margin-top: 15px;
    font-size: 14px;
  }
}

.outside-top__text {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  .outside-top__text {
    font-size: 14px;
  }
}

.outside-top__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 955px;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .outside-top__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.outside-top__btn-left, .outside-top__btn-right {
  border: 1px solid #d83000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 465px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #d83000;
  color: white;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .outside-top__btn-left, .outside-top__btn-right {
    width: 100%;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.outside-top__btn-left--icon, .outside-top__btn-right--icon {
  margin-right: 15px;
  width: 8.2px;
}

@media screen and (max-width: 767px) {
  .outside-top__btn-left--icon, .outside-top__btn-right--icon {
    width: 5px;
  }
}

.outside-top__btn-left--path, .outside-top__btn-right--path {
  fill: white;
  stroke: white;
}

@media screen and (max-width: 767px) {
  .outside-top__btn-left {
    margin-bottom: 10px;
  }
}

.current-outside {
  background-color: white;
  color: #d83000;
}

.current-outside path {
  fill: #d83000;
  stroke: #d83000;
}

.outside-line-up {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .outside-line-up {
    margin-top: 40px;
  }
}

.outside-line-up__title {
  position: relative;
  text-align: center;
}

.outside-line-up__title--text {
  color: #d83000;
  font-style: italic;
  font-size: 31px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 1024px) {
  .outside-line-up__title--text {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .outside-line-up__title--text {
    font-size: 24px;
  }
}

.outside-line-up__title--line {
  position: absolute;
  right: 0;
  left: 0;
  margin: 15px auto 0;
  width: 16px;
  height: 1px;
  background-color: #d83000;
}

.outside-line-up__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px auto 0;
  max-width: 1150px;
}

@media screen and (max-width: 767px) {
  .outside-line-up__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.outside-line-up__item {
  max-width: 365px;
  width: 31.5%;
}

@media screen and (max-width: 767px) {
  .outside-line-up__item {
    margin-bottom: 25px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.outside-line-up__textarea {
  padding: 25px;
  background-color: #f7f7f7;
  position: relative;
}

.outside-line-up__textarea--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .outside-line-up__textarea--top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.outside-line-up__textarea--icon {
  width: 6px;
  height: auto;
}

.outside-line-up__textarea--title {
  margin-left: 6px;
  color: #d83000;
  font-style: italic;
  font-size: 14px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.outside-line-up__textarea--from {
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .outside-line-up__textarea--from {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .outside-line-up__textarea--from {
    font-size: 16px;
  }
}

.outside-line-up__textarea--from span {
  font-size: 14px;
}

.outside-line-up__textarea--current {
  margin-top: 5px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .outside-line-up__textarea--current {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .outside-line-up__textarea--current {
    font-size: 13px;
  }
}

.outside-line-up__textarea--name {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 1024px) {
  .outside-line-up__textarea--name {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .outside-line-up__textarea--name {
    font-size: 15px;
  }
}

.outside-line-up__textarea--name span {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .outside-line-up__textarea--name span {
    font-size: 11px;
  }
}

.outside-line-up__textarea--educational {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.outside-line-up__textarea--gihu-map {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.outside-line-up__textarea--shizuoka-map {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.outside-line-up__textarea--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  width: 175px;
  height: 35px;
  background-color: #d83000;
  color: white !important;
  letter-spacing: 0.1em;
  font-style: italic;
  font-size: 18px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .outside-line-up__textarea--btn {
    margin: 20px auto 0;
    margin-top: 18px;
    width: 160px;
    height: 25px;
  }
}

.beautiful-life-01__img {
  background-image: url(./assets/img/hrs-img/beautiful-life-01.jpg);
  background-position: right;
}

.beautiful-life-01__top {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.beautiful-life-01__top--bg {
  position: absolute;
  top: 40px;
  right: 42px;
  z-index: -1;
  width: 460px;
  height: 270px;
  background-image: url(./assets/img/hrs-img/outside-bg.svg);
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top--bg {
    height: 222px;
  }
}

.beautiful-life-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.beautiful-life-02__img {
  background-image: url(./assets/img/hrs-img/beautiful-life-02.jpg);
  background-position: right;
}

.beautiful-life-02__top {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}

.beautiful-life-02__top--bg {
  position: absolute;
  top: 40px;
  left: 52px;
  z-index: 1;
  width: 460px;
  height: 270px;
  background-image: url(./assets/img/hrs-img/outside-bg.svg);
}

@media screen and (max-width: 1024px) {
  .beautiful-life-02__top--bg {
    width: 380px;
    height: 222px;
  }
}

.beautiful-life-03__img {
  background-image: url(./assets/img/hrs-img/beautiful-life-03.jpg);
  background-position: center;
}

.beautiful-life-03__top {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.beautiful-life-03__top--bg {
  position: absolute;
  top: 40px;
  right: 42px;
  z-index: 1;
  width: 460px;
  height: 270px;
  background-image: url(./assets/img/hrs-img/outside-bg.svg);
}

@media screen and (max-width: 1024px) {
  .beautiful-life-03__top--bg {
    width: 380px;
    height: 222px;
  }
}

.beautiful-life-01,
.beautiful-life-02,
.beautiful-life-03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 180px auto 0;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .beautiful-life-01,
  .beautiful-life-02,
  .beautiful-life-03 {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.beautiful-life-01__img,
.beautiful-life-02__img,
.beautiful-life-03__img {
  position: relative;
  width: 800px;
  height: 550px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__img,
  .beautiful-life-02__img,
  .beautiful-life-03__img {
    margin-left: -20px;
    height: 278px;
    width: calc(100% + 50px);
  }
}

.beautiful-life-01__top,
.beautiful-life-02__top,
.beautiful-life-03__top {
  margin-top: 35px;
  padding: 50px;
  width: 461px;
  height: 270px;
  background-color: white;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top,
  .beautiful-life-02__top,
  .beautiful-life-03__top {
    padding: 20px;
    width: 380px;
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__top,
  .beautiful-life-02__top,
  .beautiful-life-03__top {
    margin: 0 auto;
    max-width: 100%;
    width: calc(100% - 6px);
    -webkit-transform: translate(-3px, -25px);
            transform: translate(-3px, -25px);
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__top--bg,
  .beautiful-life-02__top--bg,
  .beautiful-life-03__top--bg {
    top: 258px;
    right: 0;
    left: auto;
    z-index: 1;
    width: calc(100% - 6px);
  }
}

.beautiful-life-01__top--title,
.beautiful-life-02__top--title,
.beautiful-life-03__top--title {
  padding-left: 7px;
  color: #d83000;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 14px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top--title,
  .beautiful-life-02__top--title,
  .beautiful-life-03__top--title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__top--title,
  .beautiful-life-02__top--title,
  .beautiful-life-03__top--title {
    font-size: 14px;
  }
}

.beautiful-life-01__top--from,
.beautiful-life-02__top--from,
.beautiful-life-03__top--from {
  padding-left: 7px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top--from,
  .beautiful-life-02__top--from,
  .beautiful-life-03__top--from {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__top--from,
  .beautiful-life-02__top--from,
  .beautiful-life-03__top--from {
    font-size: 16px;
  }
}

.beautiful-life-01__top--current,
.beautiful-life-02__top--current,
.beautiful-life-03__top--current {
  padding-bottom: 25px;
  padding-left: 7px;
  border-bottom: 1px dotted #d83000;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top--current,
  .beautiful-life-02__top--current,
  .beautiful-life-03__top--current {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__top--current,
  .beautiful-life-02__top--current,
  .beautiful-life-03__top--current {
    padding-bottom: 18px;
  }
}

.beautiful-life-01__top--name,
.beautiful-life-02__top--name,
.beautiful-life-03__top--name {
  margin-top: 20px;
  padding-left: 7px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top--name,
  .beautiful-life-02__top--name,
  .beautiful-life-03__top--name {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__top--name,
  .beautiful-life-02__top--name,
  .beautiful-life-03__top--name {
    font-size: 16px;
  }
}

.beautiful-life-01__top--name span,
.beautiful-life-02__top--name span,
.beautiful-life-03__top--name span {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top--name span,
  .beautiful-life-02__top--name span,
  .beautiful-life-03__top--name span {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__top--name span,
  .beautiful-life-02__top--name span,
  .beautiful-life-03__top--name span {
    font-size: 12px;
  }
}

.beautiful-life-01__top--affiliation,
.beautiful-life-02__top--affiliation,
.beautiful-life-03__top--affiliation {
  padding-left: 6px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top--affiliation,
  .beautiful-life-02__top--affiliation,
  .beautiful-life-03__top--affiliation {
    font-size: 12px;
  }
}

.beautiful-life-01__top--right,
.beautiful-life-02__top--right,
.beautiful-life-03__top--right {
  position: absolute;
  top: 35px;
  right: 55px;
  width: 45px;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__top--right,
  .beautiful-life-02__top--right,
  .beautiful-life-03__top--right {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__top--right,
  .beautiful-life-02__top--right,
  .beautiful-life-03__top--right {
    top: 27px;
    right: 30px;
    width: 32px;
  }
}

.beautiful-life-01__bottom,
.beautiful-life-02__bottom,
.beautiful-life-03__bottom {
  margin-top: 60px;
  margin-left: 40px;
  max-width: 375px;
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__bottom,
  .beautiful-life-02__bottom,
  .beautiful-life-03__bottom {
    margin-top: 35px;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

.beautiful-life-01__bottom--top,
.beautiful-life-02__bottom--top,
.beautiful-life-03__bottom--top {
  padding-left: 15px;
  border-left: 2px solid #d83000;
  line-height: 1;
}

.beautiful-life-01__bottom--sub-title,
.beautiful-life-02__bottom--sub-title,
.beautiful-life-03__bottom--sub-title {
  color: #d83000;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 14px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__bottom--sub-title,
  .beautiful-life-02__bottom--sub-title,
  .beautiful-life-03__bottom--sub-title {
    margin-bottom: 10px;
  }
}

.beautiful-life-01__bottom--title,
.beautiful-life-02__bottom--title,
.beautiful-life-03__bottom--title {
  margin-top: 7px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__bottom--title,
  .beautiful-life-02__bottom--title,
  .beautiful-life-03__bottom--title {
    font-size: 16px;
  }
}

.beautiful-life-01__bottom--text,
.beautiful-life-02__bottom--text,
.beautiful-life-03__bottom--text {
  margin-top: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.14;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__bottom--text,
  .beautiful-life-02__bottom--text,
  .beautiful-life-03__bottom--text {
    margin-right: 40px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__bottom--text,
  .beautiful-life-02__bottom--text,
  .beautiful-life-03__bottom--text {
    margin-right: 0;
    font-size: 14px;
  }
}

.beautiful-life-01__schedule,
.beautiful-life-02__schedule,
.beautiful-life-03__schedule {
  text-align: center;
}

.beautiful-life-01__schedule--title,
.beautiful-life-02__schedule--title,
.beautiful-life-03__schedule--title {
  color: #d83000;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  font-style: italic;
  font-size: 27px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__schedule--title,
  .beautiful-life-02__schedule--title,
  .beautiful-life-03__schedule--title {
    margin-top: 50px;
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@media screen and (max-width: 520px) {
  .beautiful-life-01__schedule--title,
  .beautiful-life-02__schedule--title,
  .beautiful-life-03__schedule--title {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (max-width: 350px) {
  .beautiful-life-01__schedule--title,
  .beautiful-life-02__schedule--title,
  .beautiful-life-03__schedule--title {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.beautiful-life-01__schedule--sub-title,
.beautiful-life-02__schedule--sub-title,
.beautiful-life-03__schedule--sub-title {
  color: #d83000;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 14px;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__schedule--sub-title,
  .beautiful-life-02__schedule--sub-title,
  .beautiful-life-03__schedule--sub-title {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__schedule--sub-title,
  .beautiful-life-02__schedule--sub-title,
  .beautiful-life-03__schedule--sub-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 520px) {
  .beautiful-life-01__schedule--sub-title,
  .beautiful-life-02__schedule--sub-title,
  .beautiful-life-03__schedule--sub-title {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (max-width: 350px) {
  .beautiful-life-01__schedule--sub-title,
  .beautiful-life-02__schedule--sub-title,
  .beautiful-life-03__schedule--sub-title {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__schedule--image,
  .beautiful-life-02__schedule--image,
  .beautiful-life-03__schedule--image {
    display: none;
  }
}

.beautiful-life-01__schedule--sp-image,
.beautiful-life-02__schedule--sp-image,
.beautiful-life-03__schedule--sp-image {
  display: none;
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__schedule--sp-image,
  .beautiful-life-02__schedule--sp-image,
  .beautiful-life-03__schedule--sp-image {
    display: block;
    margin: 0 auto;
    margin-top: -100px;
    width: 100%;
    height: auto;
  }
}

.beautiful-life-01__comment,
.beautiful-life-02__comment,
.beautiful-life-03__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  padding: 20px;
  max-width: 956px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__comment,
  .beautiful-life-02__comment,
  .beautiful-life-03__comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 25px;
  }
}

.beautiful-life-01__comment--text,
.beautiful-life-02__comment--text,
.beautiful-life-03__comment--text {
  margin-right: 45px;
  padding-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__comment--text,
  .beautiful-life-02__comment--text,
  .beautiful-life-03__comment--text {
    margin: 0;
    padding: 0;
    padding-top: 10px;
  }
}

.beautiful-life-01__comment--top,
.beautiful-life-02__comment--top,
.beautiful-life-03__comment--top {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.9;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__comment--top,
  .beautiful-life-02__comment--top,
  .beautiful-life-03__comment--top {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__comment--top,
  .beautiful-life-02__comment--top,
  .beautiful-life-03__comment--top {
    font-size: 16px;
  }
}

.beautiful-life-01__comment--bottom,
.beautiful-life-02__comment--bottom,
.beautiful-life-03__comment--bottom {
  margin-top: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.1;
}

@media screen and (max-width: 1024px) {
  .beautiful-life-01__comment--bottom,
  .beautiful-life-02__comment--bottom,
  .beautiful-life-03__comment--bottom {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__comment--bottom,
  .beautiful-life-02__comment--bottom,
  .beautiful-life-03__comment--bottom {
    margin-top: 25px;
    font-size: 14px;
  }
}

.beautiful-life-01__comment--img,
.beautiful-life-02__comment--img,
.beautiful-life-03__comment--img {
  max-width: 360px;
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .beautiful-life-01__comment--img,
  .beautiful-life-02__comment--img,
  .beautiful-life-03__comment--img {
    margin-top: 15px;
    max-width: 100%;
    max-height: none;
  }
}

.oneday-profile {
  position: relative;
  padding-top: 45px;
  padding-bottom: 250px;
  background-color: #fffef2;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .oneday-profile {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-profile {
    background-color: white;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .oneday-profile__bg-sp {
    background-color: #fffef2;
    width: 100vw;
  }
}

.oneday-profile__side {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 13px;
  height: 100%;
  border-right: 7px solid #e33503;
  -ms-writing-mode: tb-rl;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}

@media screen and (max-width: 1024px) {
  .oneday-profile__side {
    display: none;
  }
}

.oneday-profile__side--right {
  color: #e7351c;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.oneday-profile__side--left {
  margin-right: 5px;
  color: #e33503;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.oneday-profile__title {
  max-width: 436px;
}

@media screen and (max-width: 1024px) {
  .oneday-profile__title {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-profile__title {
    max-width: 200px;
  }
}

.oneday-profile__text {
  margin-top: 25px;
  color: #e33503;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.92;
}

.oneday-profile__sub-title {
  margin-top: 45px;
  max-width: 355px;
}

@media screen and (max-width: 767px) {
  .oneday-profile__sub-title {
    max-width: 295px;
  }
}

.oneday-profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 72px;
  max-width: 745px;
  width: 100%;
  -webkit-transform: translateX(-140px) translateY(10px);
          transform: translateX(-140px) translateY(10px);
}

@media screen and (max-width: 1199px) {
  .oneday-profile__wrap {
    max-width: 600px;
    -webkit-transform: translateX(-100px) translateY(10px);
            transform: translateX(-100px) translateY(10px);
  }
}

@media screen and (max-width: 1024px) {
  .oneday-profile__wrap {
    max-width: 500px;
    -webkit-transform: translateX(-90px) translateY(-20px);
            transform: translateX(-90px) translateY(-20px);
  }
}

@media screen and (max-width: 767px) {
  .oneday-profile__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -140px;
  }
}

.oneday-profile__item {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}

@media screen and (max-width: 767px) {
  .oneday-profile__item {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.oneday-profile__item--top {
  color: #e33503;
  letter-spacing: 0.02em;
  font-size: 11px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .oneday-profile__item--top {
    font-size: 12px;
    margin-top: 40px;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.oneday-profile__item--center {
  margin-top: 10px;
  color: #e33503;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .oneday-profile__item--center {
    font-size: 14px;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.oneday-profile__item--center span {
  letter-spacing: 0.1em;
  font-size: 12px;
}

.oneday-profile__item--bottom {
  margin-top: 16px;
  color: #e33503;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 12px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .oneday-profile__item--bottom {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 32px;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.oneday-profile__image {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: 0 auto;
  max-width: 974px;
  z-index: 1;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

@media screen and (max-width: 1199px) {
  .oneday-profile__image {
    max-width: 800px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-profile__image {
    max-width: 650px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-profile__image {
    display: none;
  }
}

.oneday-profile__image--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .oneday-profile__image--sp {
    display: block;
    max-width: 230px;
    margin: 0 auto;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    position: relative;
    z-index: 1;
  }
}

.oneday-routine {
  position: relative;
  padding-top: 180px;
  background-color: #fdefe1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .oneday-routine {
    z-index: -1;
    padding: 180px 0 50px;
    overflow-x: hidden;
  }
}

.oneday-routine__side {
  position: absolute;
  top: 0;
  left: 0;
  padding: 300px 13px 0;
  height: 100%;
  border-right: 7px solid #f3810b;
  -ms-writing-mode: tb-rl;
  text-align: left;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}

@media screen and (max-width: 1024px) {
  .oneday-routine__side {
    display: none;
  }
}

.oneday-routine__side--right {
  color: #f3810b;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.oneday-routine__side--left {
  margin-right: 5px;
  padding-top: 10px;
  color: #f3810b;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.oneday-routine__title {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .oneday-routine__title {
    max-width: 205px;
  }
}

.oneday-routine__text {
  margin-top: 20px;
  color: #f3810b;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.92;
}

.oneday-routine__case01, .oneday-routine__case02, .oneday-routine__case03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 55px;
  max-width: 1160px;
  width: 100%;
  height: 95px;
  border-radius: 10px;
  background-color: white;
}

@media screen and (max-width: 1300px) {
  .oneday-routine__case01, .oneday-routine__case02, .oneday-routine__case03 {
    max-width: 850px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case01, .oneday-routine__case02, .oneday-routine__case03 {
    max-width: 700px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01, .oneday-routine__case02, .oneday-routine__case03 {
    margin-top: 100px;
    width: calc(100% - 40px);
  }
}

.oneday-routine__case01--title, .oneday-routine__case02--title, .oneday-routine__case03--title {
  color: #f3810b;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 24px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case01--title, .oneday-routine__case02--title, .oneday-routine__case03--title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--title, .oneday-routine__case02--title, .oneday-routine__case03--title {
    font-size: 16px;
  }
}

.oneday-routine__case01--image, .oneday-routine__case02--image, .oneday-routine__case03--image {
  position: relative;
  margin: 26px auto 0;
  max-width: 800px;
}

.oneday-routine__case01--gallery, .oneday-routine__case02--gallery, .oneday-routine__case03--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px auto 0;
  max-width: 925px;
}

@media screen and (max-width: 1250px) {
  .oneday-routine__case01--gallery, .oneday-routine__case02--gallery, .oneday-routine__case03--gallery {
    max-width: 880px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case01--gallery, .oneday-routine__case02--gallery, .oneday-routine__case03--gallery {
    margin-top: 180px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--gallery, .oneday-routine__case02--gallery, .oneday-routine__case03--gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 190px;
  }
}

.oneday-routine__case01--item, .oneday-routine__case02--item, .oneday-routine__case03--item {
  position: relative;
  width: 24.5%;
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--item, .oneday-routine__case02--item, .oneday-routine__case03--item {
    width: 49%;
  }
}

.oneday-routine__case01--box, .oneday-routine__case02--box, .oneday-routine__case03--box {
  padding: 8px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--box, .oneday-routine__case02--box, .oneday-routine__case03--box {
    padding: 6px;
  }
}

.oneday-routine__case01--text, .oneday-routine__case02--text, .oneday-routine__case03--text {
  margin: 10px 0;
  color: #f3810b;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case01--text, .oneday-routine__case02--text, .oneday-routine__case03--text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--text, .oneday-routine__case02--text, .oneday-routine__case03--text {
    font-size: 12px;
  }
}

.oneday-routine__case01--left-arrow, .oneday-routine__case02--left-arrow, .oneday-routine__case03--left-arrow {
  position: absolute;
  top: -22px;
  right: 70px;
  width: 20px;
  height: 22px;
  background-color: white;
  -webkit-clip-path: polygon(65% 0, 0% 100%, 62% 100%);
          clip-path: polygon(65% 0, 0% 100%, 62% 100%);
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--left-arrow, .oneday-routine__case02--left-arrow, .oneday-routine__case03--left-arrow {
    display: none;
  }
}

.oneday-routine__case01--right-arrow, .oneday-routine__case02--right-arrow, .oneday-routine__case03--right-arrow {
  position: absolute;
  top: -22px;
  left: 70px;
  width: 20px;
  height: 22px;
  background-color: white;
  -webkit-clip-path: polygon(35% 0, 38% 100%, 100% 100%);
          clip-path: polygon(35% 0, 38% 100%, 100% 100%);
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--right-arrow, .oneday-routine__case02--right-arrow, .oneday-routine__case03--right-arrow {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  .oneday-routine__case01--schedule, .oneday-routine__case02--schedule, .oneday-routine__case03--schedule {
    max-width: 700px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--schedule, .oneday-routine__case02--schedule, .oneday-routine__case03--schedule {
    display: none;
  }
}

.oneday-routine__case01--schedule-sp, .oneday-routine__case02--schedule-sp, .oneday-routine__case03--schedule-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--schedule-sp, .oneday-routine__case02--schedule-sp, .oneday-routine__case03--schedule-sp {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}

.oneday-routine__case01--icon {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 170px;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case01--icon {
    width: 140px;
    top: -50px;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--icon {
    width: 150px;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    top: -70px;
  }
}

.oneday-routine__case01--left {
  position: absolute;
  top: 21px;
  left: -167px;
  max-width: 193px;
}

@media screen and (max-width: 1300px) {
  .oneday-routine__case01--left {
    max-width: 160px;
    left: -150px;
  }
}

@media screen and (max-width: 1250px) {
  .oneday-routine__case01--left {
    left: -50px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case01--left {
    top: 150px;
    left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--left {
    max-width: 120px;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}

.oneday-routine__case01--right {
  position: absolute;
  top: 24px;
  right: -206px;
  max-width: 186px;
}

@media screen and (max-width: 1250px) {
  .oneday-routine__case01--right {
    max-width: 150px;
    right: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case01--right {
    top: 200px;
    right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case01--right {
    top: 270px;
    right: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.oneday-routine__case02--icon {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 180px;
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case02--icon {
    width: 140px;
    top: -40px;
    -webkit-transform: translateX(275px);
            transform: translateX(275px);
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case02--icon {
    display: none;
  }
}

.oneday-routine__case02--icon-sp {
  position: absolute;
  top: -75px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 177px;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}

.oneday-routine__case02--left {
  position: absolute;
  top: -5px;
  left: -136px;
  max-width: 140px;
}

@media screen and (max-width: 1250px) {
  .oneday-routine__case02--left {
    max-width: 120px;
    left: -40px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case02--left {
    top: 150px;
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case02--left {
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-148%);
            transform: translateX(-148%);
  }
}

.oneday-routine__case02--right {
  position: absolute;
  top: 24px;
  right: -206px;
  max-width: 186px;
}

@media screen and (max-width: 1250px) {
  .oneday-routine__case02--right {
    max-width: 150px;
    right: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case02--right {
    top: 200px;
    right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case02--right {
    right: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    top: 240px;
  }
}

.oneday-routine__case03--icon {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 193px;
  -webkit-transform: translateX(375px);
          transform: translateX(375px);
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case03--icon {
    width: 160px;
    top: -30px;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case03--icon {
    width: 150px;
    top: -60px;
    -webkit-transform: translate(-100px);
            transform: translate(-100px);
  }
}

.oneday-routine__case03--left {
  position: absolute;
  top: 10px;
  left: -132px;
  max-width: 143px;
}

@media screen and (max-width: 1250px) {
  .oneday-routine__case03--left {
    max-width: 110px;
    left: -30px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case03--left {
    top: 150px;
    left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case03--left {
    left: 50%;
    -webkit-transform: translateX(-148%);
            transform: translateX(-148%);
    top: 220px;
  }
}

.oneday-routine__case03--right {
  position: absolute;
  top: 24px;
  right: -206px;
  max-width: 186px;
}

@media screen and (max-width: 1250px) {
  .oneday-routine__case03--right {
    max-width: 150px;
    right: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .oneday-routine__case03--right {
    top: 200px;
    right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__case03--right {
    right: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media (max-width: 767px) {
  .oneday-routine__case03--gallery {
    margin-top: 230px;
  }
}

.oneday-routine__bottom {
  margin-top: 130px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .oneday-routine__bottom {
    margin-top: 0;
  }
}

.oneday-routine__bottom--pc {
  width: calc(100% - 68px);
}

@media screen and (max-width: 1024px) {
  .oneday-routine__bottom--pc {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .oneday-routine__bottom--pc {
    display: none;
  }
}

.oneday-routine__bottom--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .oneday-routine__bottom--sp {
    display: block;
    width: 100%;
  }
}

.weekly-schedule {
  position: relative;
  padding-top: 110px;
  padding-bottom: 80px;
  background-color: #fffef2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .weekly-schedule {
    padding-top: 0;
  }
}

.weekly-schedule__btn1, .weekly-schedule__btn2, .weekly-schedule__btn3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.weekly-schedule__side {
  position: absolute;
  top: 0;
  left: 0;
  padding: 270px 13px 0;
  height: 100%;
  border-right: 7px solid #f0c200;
  -ms-writing-mode: tb-rl;
  text-align: left;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__side {
    display: none;
  }
}

.weekly-schedule__side--right {
  color: #f0c200;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.weekly-schedule__side--left {
  margin-right: 5px;
  padding-top: 20px;
  color: #f0c200;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.weekly-schedule__title {
  max-width: 464px;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__title {
    max-width: 330px;
    margin-top: 35px;
  }
}

.weekly-schedule__text {
  margin-top: 20px;
  color: #f0c200;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.92;
}

.weekly-schedule__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0;
  max-width: 985px;
  height: 235px;
}

@media screen and (max-width: 1140px) {
  .weekly-schedule__wrap {
    max-width: 850px;
  }
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__wrap {
    max-width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .weekly-schedule__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.weekly-schedule__wrap.show {
  height: 100%;
}

.weekly-schedule__left, .weekly-schedule__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 100%;
  border: 5px solid #f0c200;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__left, .weekly-schedule__right {
    width: 100%;
  }
}

.weekly-schedule__left {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__left {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
  }
}

.weekly-schedule__left.show {
  overflow-y: scroll;
  padding-top: 80px;
  width: 100%;
  height: 670px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 0;
}

.weekly-schedule__left.none {
  display: none;
}

.weekly-schedule__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 49%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__right {
    width: 100%;
    height: 160px;
  }
}

.weekly-schedule__right.none {
  display: none;
}

.weekly-schedule__right.show {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.weekly-schedule__second {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49%;
  height: 102%;
  border-right: 5px solid #f0c200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.weekly-schedule__second.show {
  padding: 80px 120px 0;
  width: 100%;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__second.show {
    padding: 80px 10px 0;
  }
}

.weekly-schedule__second.none {
  display: none;
}

.weekly-schedule__third {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.weekly-schedule__third.show {
  padding: 80px 120px 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__third.show {
    padding: 80px 10px 0;
  }
}

.weekly-schedule__third.none {
  display: none;
}

.weekly-schedule__item--top {
  color: #f0c200;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__item--top {
    font-size: 12px;
  }
}

.weekly-schedule__item--center {
  color: #f0c200;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 24px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__item--center {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .weekly-schedule__item--center {
    font-size: 16px;
  }
}

.weekly-schedule__item--bottom1, .weekly-schedule__item--bottom2, .weekly-schedule__item--bottom3 {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  color: #f0c200;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__item--bottom1, .weekly-schedule__item--bottom2, .weekly-schedule__item--bottom3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .weekly-schedule__item--bottom1, .weekly-schedule__item--bottom2, .weekly-schedule__item--bottom3 {
    font-size: 10px;
  }
}

.weekly-schedule__accordion1, .weekly-schedule__accordion2, .weekly-schedule__accordion3, .weekly-schedule__accordion {
  display: none;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1, .weekly-schedule__accordion2, .weekly-schedule__accordion3, .weekly-schedule__accordion {
    padding: 0 10px;
  }
}

.weekly-schedule__accordion1::after, .weekly-schedule__accordion2::after, .weekly-schedule__accordion3::after, .weekly-schedule__accordion::after {
  display: block;
  width: 1px;
  height: 90px;
  background-color: transparent;
  content: "";
}

.weekly-schedule__accordion1--cross, .weekly-schedule__accordion2--cross, .weekly-schedule__accordion3--cross, .weekly-schedule__accordion--cross {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}

.weekly-schedule__accordion1--sub-title, .weekly-schedule__accordion2--sub-title, .weekly-schedule__accordion3--sub-title, .weekly-schedule__accordion--sub-title {
  margin-top: 80px;
  margin-bottom: 15px;
  color: #f0c200;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.weekly-schedule__accordion1--title, .weekly-schedule__accordion2--title, .weekly-schedule__accordion3--title, .weekly-schedule__accordion--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  width: 290px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(240, 194, 0, 0.2);
  color: #f0c200;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 20px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--title, .weekly-schedule__accordion2--title, .weekly-schedule__accordion3--title, .weekly-schedule__accordion--title {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
}

.weekly-schedule__accordion1--title-other, .weekly-schedule__accordion2--title-other, .weekly-schedule__accordion3--title-other, .weekly-schedule__accordion--title-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  width: 290px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(240, 194, 0, 0.2);
  color: #f0c200;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 20px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--title-other, .weekly-schedule__accordion2--title-other, .weekly-schedule__accordion3--title-other, .weekly-schedule__accordion--title-other {
    width: 240px;
    height: 40px;
    font-size: 16px;
  }
}

.weekly-schedule__accordion1--time, .weekly-schedule__accordion2--time, .weekly-schedule__accordion3--time, .weekly-schedule__accordion--time {
  width: 67px;
  border-bottom: 2px solid white;
  background-color: #f0c200;
  color: white;
  font-weight: bold;
  font-size: 29px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--time, .weekly-schedule__accordion2--time, .weekly-schedule__accordion3--time, .weekly-schedule__accordion--time {
    font-size: 12px;
    vertical-align: middle;
  }
}

.weekly-schedule__accordion1--time span, .weekly-schedule__accordion2--time span, .weekly-schedule__accordion3--time span, .weekly-schedule__accordion--time span {
  font-size: 16px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--time span, .weekly-schedule__accordion2--time span, .weekly-schedule__accordion3--time span, .weekly-schedule__accordion--time span {
    font-size: 10px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.weekly-schedule__accordion1--top, .weekly-schedule__accordion2--top, .weekly-schedule__accordion3--top, .weekly-schedule__accordion--top {
  border: 2px solid white;
  border-bottom: none;
  background-color: #f0c200;
  color: white;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.weekly-schedule__accordion1--top:nth-of-type(2), .weekly-schedule__accordion2--top:nth-of-type(2), .weekly-schedule__accordion3--top:nth-of-type(2), .weekly-schedule__accordion--top:nth-of-type(2) {
  border-left: none;
}

.weekly-schedule__accordion1--table, .weekly-schedule__accordion2--table, .weekly-schedule__accordion3--table, .weekly-schedule__accordion--table {
  display: table-cell;
  width: 120px;
  height: 55px;
  border: 2px solid #f0c200;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 12px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--table, .weekly-schedule__accordion2--table, .weekly-schedule__accordion3--table, .weekly-schedule__accordion--table {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.weekly-schedule__accordion1--table span, .weekly-schedule__accordion2--table span, .weekly-schedule__accordion3--table span, .weekly-schedule__accordion--table span {
  font-size: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--table span, .weekly-schedule__accordion2--table span, .weekly-schedule__accordion3--table span, .weekly-schedule__accordion--table span {
    display: none;
  }
}

.weekly-schedule__accordion1--non-table, .weekly-schedule__accordion2--non-table, .weekly-schedule__accordion3--non-table, .weekly-schedule__accordion--non-table {
  border: 2px solid #f0c200;
  background-image: url(./assets/img/hrs-img/non-time.png);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--non-table, .weekly-schedule__accordion2--non-table, .weekly-schedule__accordion3--non-table, .weekly-schedule__accordion--non-table {
    height: 50px;
  }
}

.weekly-schedule__accordion1--last .weekly-schedule__accordion--non-table, .weekly-schedule__accordion2--last .weekly-schedule__accordion--non-table, .weekly-schedule__accordion3--last .weekly-schedule__accordion--non-table, .weekly-schedule__accordion--last .weekly-schedule__accordion--non-table {
  border-bottom: 2px solid white;
}

.weekly-schedule__accordion1--last .weekly-schedule__accordion--table, .weekly-schedule__accordion2--last .weekly-schedule__accordion--table, .weekly-schedule__accordion3--last .weekly-schedule__accordion--table, .weekly-schedule__accordion--last .weekly-schedule__accordion--table {
  border-bottom: 2px solid white;
}

.weekly-schedule__accordion1--position, .weekly-schedule__accordion2--position, .weekly-schedule__accordion3--position, .weekly-schedule__accordion--position {
  position: relative;
}

.weekly-schedule__accordion1--number, .weekly-schedule__accordion2--number, .weekly-schedule__accordion3--number, .weekly-schedule__accordion--number {
  position: absolute;
  top: -200px;
  left: -90px;
  font-size: 200px;
  color: #f0c200;
  opacity: 0.36;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__accordion1--number, .weekly-schedule__accordion2--number, .weekly-schedule__accordion3--number, .weekly-schedule__accordion--number {
    font-size: 150px;
  }
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--number, .weekly-schedule__accordion2--number, .weekly-schedule__accordion3--number, .weekly-schedule__accordion--number {
    font-size: 100px;
    left: 20px;
    top: -150px;
  }
}

.weekly-schedule__accordion1--number-3, .weekly-schedule__accordion2--number-3, .weekly-schedule__accordion3--number-3, .weekly-schedule__accordion--number-3 {
  position: absolute;
  top: -90px;
  left: -90px;
  font-size: 200px;
  color: #f0c200;
  opacity: 0.36;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__accordion1--number-3, .weekly-schedule__accordion2--number-3, .weekly-schedule__accordion3--number-3, .weekly-schedule__accordion--number-3 {
    font-size: 150px;
  }
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--number-3, .weekly-schedule__accordion2--number-3, .weekly-schedule__accordion3--number-3, .weekly-schedule__accordion--number-3 {
    font-size: 100px;
    left: 20px;
    top: -10px;
  }
}

.weekly-schedule__accordion1--number-4, .weekly-schedule__accordion2--number-4, .weekly-schedule__accordion3--number-4, .weekly-schedule__accordion--number-4 {
  position: absolute;
  top: -70px;
  left: -90px;
  font-size: 200px;
  color: #f0c200;
  opacity: 0.36;
}

@media screen and (max-width: 1024px) {
  .weekly-schedule__accordion1--number-4, .weekly-schedule__accordion2--number-4, .weekly-schedule__accordion3--number-4, .weekly-schedule__accordion--number-4 {
    font-size: 150px;
  }
}

@media screen and (max-width: 767px) {
  .weekly-schedule__accordion1--number-4, .weekly-schedule__accordion2--number-4, .weekly-schedule__accordion3--number-4, .weekly-schedule__accordion--number-4 {
    font-size: 100px;
    left: 20px;
    top: -10px;
  }
}

.free-time {
  background-color: #fffef2;
  text-align: center;
  position: relative;
}

.free-time__side {
  position: absolute;
  top: 0;
  left: 0;
  padding: 270px 13px 0;
  height: 100%;
  border-right: 7px solid #f3767f;
  -ms-writing-mode: tb-rl;
  text-align: left;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}

@media screen and (max-width: 1024px) {
  .free-time__side {
    display: none;
  }
}

.free-time__side--right {
  color: #f3767f;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.free-time__side--left {
  margin-right: 5px;
  padding-top: 20px;
  color: #f3767f;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.free-time__image {
  height: 50vw;
  background-image: url(./assets/img/hrs-img/free-time-bg.png);
  background-size: cover;
  margin-left: auto;
  width: calc(100% - 68px);
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .free-time__image {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .free-time__image {
    background-image: url(./assets/img/hrs-img/free-time-bg-sp.png);
    height: 443vw;
    padding-top: 30px;
  }
}

.free-time__title {
  max-width: 385px;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}

@media screen and (max-width: 1140px) {
  .free-time__title {
    max-width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .free-time__title {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media screen and (max-width: 767px) {
  .free-time__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-width: 272px;
  }
}

.free-time__text {
  margin-top: 15px;
  color: #f3767f;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.92;
}

@media screen and (max-width: 1140px) {
  .free-time__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .free-time__text {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media screen and (max-width: 767px) {
  .free-time__text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.part-time-job {
  margin-bottom: -51px;
  padding-top: 70px;
  padding-bottom: 150px;
  background-color: #fffef2;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .part-time-job {
    padding: 70px 20px 10px;
  }
}

.part-time-job__side {
  position: absolute;
  top: 0;
  left: 0;
  padding: 270px 13px 0;
  height: 100%;
  -ms-writing-mode: tb-rl;
  text-align: left;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}

@media screen and (max-width: 1024px) {
  .part-time-job__side {
    display: none;
  }
}

.part-time-job__side--right {
  color: #b58bbf;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.part-time-job__side--left {
  margin-right: 5px;
  padding-top: 20px;
  color: #b58bbf;
  letter-spacing: 0.1em;
  font-size: 10px;
  margin-bottom: 2500px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.part-time-job__side--line {
  width: 7px;
  height: 100%;
  top: 0;
  left: 61px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#b58bbf), to(#3396d3));
  background: linear-gradient(#b58bbf, #3396d3);
}

.part-time-job__side-bottom-1, .part-time-job__side-bottom-2 {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  position: absolute;
  left: 5px;
}

@media screen and (max-width: 1024px) {
  .part-time-job__side-bottom-1, .part-time-job__side-bottom-2 {
    display: none;
  }
}

.part-time-job__side-bottom-1 {
  top: 2500px;
}

.part-time-job__side-bottom-2 {
  top: 5000px;
}

.part-time-job__side-bottom--right-1, .part-time-job__side-bottom--right-2 {
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.part-time-job__side-bottom--right-1 {
  color: #858ec6;
}

.part-time-job__side-bottom--right-2 {
  color: #4694d0;
}

.part-time-job__side-bottom--left-1, .part-time-job__side-bottom--left-2 {
  letter-spacing: 0.1em;
  font-size: 10px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.part-time-job__side-bottom--left-1 {
  color: #858ec6;
}

.part-time-job__side-bottom--left-2 {
  color: #4694d0;
}

.part-time-job__title {
  max-width: 428px;
}

@media screen and (max-width: 767px) {
  .part-time-job__title {
    max-width: 305px;
  }
}

.part-time-job__text {
  margin-top: 40px;
  color: #b58bbf;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.92;
}

.part-time-job__question01, .part-time-job__question02, .part-time-job__question03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 65px auto;
  max-width: 850px;
  width: 100%;
  height: 95px;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .part-time-job__question01, .part-time-job__question02, .part-time-job__question03 {
    max-width: 700px;
  }
}

.part-time-job__question01--img, .part-time-job__question02--img, .part-time-job__question03--img {
  margin: 0 30px;
  max-width: 100px;
}

@media screen and (max-width: 767px) {
  .part-time-job__question01--img, .part-time-job__question02--img, .part-time-job__question03--img {
    max-width: 80px;
    margin: 0 15px;
  }
}

.part-time-job__question01--text, .part-time-job__question02--text, .part-time-job__question03--text {
  padding-left: 45px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 24px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 65px;
}

@media screen and (max-width: 767px) {
  .part-time-job__question01--text, .part-time-job__question02--text, .part-time-job__question03--text {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 20px;
  }
}

.part-time-job__question--top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.part-time-job__question--top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.part-time-job__question--bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.part-time-job__question--bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.part-time-job__question01 {
  background-color: white;
  position: relative;
}

.part-time-job__question01--text {
  border-left: 1px solid #b58bbf;
  color: #b58bbf;
}

.part-time-job__question02 {
  background-color: white;
  position: relative;
}

.part-time-job__question02--text {
  border-left: 1px solid #858ec6;
  color: #858ec6;
  position: relative;
}

.part-time-job__question03 {
  background-color: white;
  position: relative;
}

.part-time-job__question03--text {
  border-left: 1px solid #4694d0;
  color: #4694d0;
  position: relative;
}

.part-time-job__item01, .part-time-job__item02, .part-time-job__item03 {
  margin: 0 auto 150px;
  max-width: 940px;
}

@media screen and (max-width: 767px) {
  .part-time-job__item01, .part-time-job__item02, .part-time-job__item03 {
    margin-bottom: 35px;
  }
}

.part-time-job__item01--title, .part-time-job__item02--title, .part-time-job__item03--title {
  width: 100%;
  height: 35px;
  color: white;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 35px;
}

@media screen and (max-width: 1170px) {
  .part-time-job__item01--title, .part-time-job__item02--title, .part-time-job__item03--title {
    max-width: 700px;
    margin: 0 auto;
  }
}

.part-time-job__item01--tab, .part-time-job__item02--tab, .part-time-job__item03--tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  line-height: 30px;
}

.part-time-job__item01--btn, .part-time-job__item02--btn, .part-time-job__item03--btn {
  margin: 0 25px;
  font-size: 30px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--btn, .part-time-job__item02--btn, .part-time-job__item03--btn {
    font-size: 22px;
  }
}

.part-time-job__item01--btn span, .part-time-job__item02--btn span, .part-time-job__item03--btn span {
  font-weight: bold;
  font-size: 20px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--btn span, .part-time-job__item02--btn span, .part-time-job__item03--btn span {
    font-size: 16px;
  }
}

.part-time-job__item01--current, .part-time-job__item02--current, .part-time-job__item03--current {
  margin: 0 25px;
  font-size: 30px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--current, .part-time-job__item02--current, .part-time-job__item03--current {
    font-size: 22px;
  }
}

.part-time-job__item01--current span, .part-time-job__item02--current span, .part-time-job__item03--current span {
  font-weight: bold;
  font-size: 20px;
  font-family: "游ゴシック", "Yu-gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--current span, .part-time-job__item02--current span, .part-time-job__item03--current span {
    font-size: 16px;
  }
}

.part-time-job__item01--wrap, .part-time-job__item02--wrap, .part-time-job__item03--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .part-time-job__item01--wrap, .part-time-job__item02--wrap, .part-time-job__item03--wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--wrap, .part-time-job__item02--wrap, .part-time-job__item03--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.part-time-job__item01--left01, .part-time-job__item02--left01, .part-time-job__item03--left01 {
  max-width: 330px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .part-time-job__item01--left01, .part-time-job__item02--left01, .part-time-job__item03--left01 {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--left01, .part-time-job__item02--left01, .part-time-job__item03--left01 {
    margin-top: 40px;
  }
}

.part-time-job__item01--left02, .part-time-job__item02--left02, .part-time-job__item03--left02 {
  max-width: 330px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .part-time-job__item01--left02, .part-time-job__item02--left02, .part-time-job__item03--left02 {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--left02, .part-time-job__item02--left02, .part-time-job__item03--left02 {
    margin-top: 40px;
  }
}

.part-time-job__item01--left03, .part-time-job__item02--left03, .part-time-job__item03--left03 {
  max-width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .part-time-job__item01--left03, .part-time-job__item02--left03, .part-time-job__item03--left03 {
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--left03, .part-time-job__item02--left03, .part-time-job__item03--left03 {
    margin-top: 40px;
  }
}

.part-time-job__item01--right, .part-time-job__item02--right, .part-time-job__item03--right {
  display: none;
  max-width: 355px;
  height: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .part-time-job__item01--right, .part-time-job__item02--right, .part-time-job__item03--right {
    max-width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .part-time-job__item01--right, .part-time-job__item02--right, .part-time-job__item03--right {
    margin-top: 40px;
  }
}

.part-time-job__item01--right.current, .part-time-job__item02--right.current, .part-time-job__item03--right.current {
  display: block;
}

.part-time-job__item01--right-other01, .part-time-job__item02--right-other01, .part-time-job__item03--right-other01 {
  margin-right: -100px;
  max-width: 460px;
}

@media screen and (max-width: 1024px) {
  .part-time-job__item01--right-other01, .part-time-job__item02--right-other01, .part-time-job__item03--right-other01 {
    max-width: 380px;
  }
}

.part-time-job__item01--right-other02, .part-time-job__item02--right-other02, .part-time-job__item03--right-other02 {
  margin-right: -50px;
  max-width: 430px;
}

@media screen and (max-width: 1024px) {
  .part-time-job__item01--right-other02, .part-time-job__item02--right-other02, .part-time-job__item03--right-other02 {
    max-width: 340px;
  }
}

.part-time-job__item01--title {
  background-color: #b48bbf;
}

.part-time-job__item01--btn {
  color: #b48bbf4d;
}

.part-time-job__item01--current {
  border-bottom: 1px solid #b48bbf;
  color: #b48bbf;
}

.part-time-job__item02--title {
  background-color: #858ec6;
}

.part-time-job__item02--btn {
  color: #858ec673;
}

.part-time-job__item02--current {
  border-bottom: 1px solid #858ec6;
  color: #858ec6;
}

.part-time-job__item03--title {
  background-color: #4694d0;
}

.part-time-job__item03--btn {
  color: #4694d073;
}

.part-time-job__item03--current {
  border-bottom: 1px solid #4694d0;
  color: #4694d0;
}

.graph-3-1-1 {
  margin-right: -90px;
  max-width: 487px;
}

@media screen and (max-width: 1024px) {
  .graph-3-1-1 {
    max-width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .graph-3-1-1 {
    max-width: 300px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

@media screen and (max-width: 767px) {
  .graph-3-1-4 {
    max-width: 300px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

.graph-3-2-2 {
  max-width: 387px;
}

@media screen and (max-width: 1024px) {
  .graph-3-2-2 {
    max-width: 300px;
  }
}

.graph-3-3-2 {
  margin-right: -50px;
  max-width: 446px;
}

@media screen and (max-width: 1024px) {
  .graph-3-3-2 {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .graph-3-3-2 {
    max-width: 300px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@media screen and (max-width: 767px) {
  .graph-3-3-3 {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    max-width: 300px;
  }
}

.beautiful-life-collection-02 {
  display: none;
}

.outside-other {
  max-width: 1150px;
  margin: 180px auto 0;
}

@media screen and (max-width: 767px) {
  .outside-other {
    margin-top: 25px;
  }
  .outside-other:first-child {
    margin-top: 80px;
  }
}

.outside-other__img01 {
  background-image: url(./assets/img/hrs-img/outside-other01.jpg);
  height: 580px;
  width: 100%;
  background-size: cover;
  background-position: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .outside-other__img01 {
    margin-left: -20px;
    padding-left: 0;
    padding-right: 30px;
    height: 278px;
    width: calc(100% + 50px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.outside-other__img01--icon01 {
  position: absolute;
  top: 33px;
  right: 387px;
}

@media screen and (max-width: 767px) {
  .outside-other__img01--icon01 {
    width: 135px;
    top: 10px;
    right: 190px;
  }
}

.outside-other__img01--icon02 {
  position: absolute;
  top: 260px;
  right: 16px;
}

@media screen and (max-width: 767px) {
  .outside-other__img01--icon02 {
    top: 130px;
  }
}

.outside-other__img01--icon03 {
  position: absolute;
  bottom: 35px;
  right: 535px;
}

@media screen and (max-width: 767px) {
  .outside-other__img01--icon03 {
    right: 230px;
  }
}

.outside-other__img02 {
  background-image: url(./assets/img/hrs-img/outside-other02.jpg);
  height: 580px;
  width: 100%;
  background-size: cover;
  background-position: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .outside-other__img02 {
    background-position: -15px;
    margin-left: -20px;
    padding-right: 30px;
    height: 278px;
    width: calc(100% + 50px);
  }
}

.outside-other__img02--icon01 {
  position: absolute;
  bottom: 40px;
  right: 600px;
}

@media screen and (max-width: 767px) {
  .outside-other__img02--icon01 {
    right: auto;
    left: 65px;
    width: 30px;
  }
}

.outside-other__img02--icon02 {
  position: absolute;
  top: 42px;
  left: 435px;
}

@media screen and (max-width: 767px) {
  .outside-other__img02--icon02 {
    top: 10px;
    left: 200px;
    width: 100px;
  }
}

.outside-other__img02--icon03 {
  position: absolute;
  top: 245px;
  left: 60px;
}

@media screen and (max-width: 767px) {
  .outside-other__img02--icon03 {
    display: none;
  }
}

.outside-other__img02--icon04 {
  position: absolute;
  top: 40px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .outside-other__img02--icon04 {
    display: none;
  }
}

.outside-other__img02--icon04-sp {
  display: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .outside-other__img02--icon04-sp {
    display: block;
    top: 130px;
  }
}

.outside-other__img03 {
  background-image: url(./assets/img/hrs-img/outside-other03.jpg);
  height: 580px;
  width: 100%;
  background-size: cover;
  background-position: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .outside-other__img03 {
    background-position: -35px;
    margin-left: -20px;
    padding-right: 30px;
    height: 278px;
    width: calc(100% + 50px);
  }
}

.outside-other__img03--icon01 {
  position: absolute;
  top: 85px;
  left: 500px;
}

@media screen and (max-width: 767px) {
  .outside-other__img03--icon01 {
    top: 10px;
    left: 35px;
    width: 40px;
  }
}

.outside-other__img03--icon02 {
  position: absolute;
  top: 445px;
  right: 555px;
}

@media screen and (max-width: 767px) {
  .outside-other__img03--icon02 {
    top: 180px;
    width: 30px;
    right: 40px;
  }
}

.outside-other__img03--icon03 {
  position: absolute;
  top: 20px;
  left: 35px;
}

@media screen and (max-width: 767px) {
  .outside-other__img03--icon03 {
    display: none;
  }
}

.outside-other__img03--icon03-sp {
  position: absolute;
  display: none;
}

@media screen and (max-width: 767px) {
  .outside-other__img03--icon03-sp {
    display: block;
    top: 10px;
    left: 200px;
  }
}

.outside-other__img03--icon04 {
  position: absolute;
  bottom: 15px;
  left: 60px;
}

@media screen and (max-width: 767px) {
  .outside-other__img03--icon04 {
    display: none;
  }
}

.outside-other__top--bg {
  position: absolute;
  top: 180px;
  right: 35px;
  width: 460px;
  height: 235px;
  background-image: url(./assets/img/hrs-img/outside-bg.svg);
}

@media screen and (max-width: 767px) {
  .outside-other__top--bg {
    width: calc(100% - 50px);
    height: 175px;
    top: 260px;
    right: 25px;
  }
}

.outside-other__top--bg-other {
  position: absolute;
  top: 180px;
  left: 45px;
  width: 460px;
  height: 235px;
  background-image: url(./assets/img/hrs-img/outside-bg.svg);
}

@media screen and (max-width: 767px) {
  .outside-other__top--bg-other {
    width: calc(100% - 50px);
    height: 175px;
    top: 260px;
    left: auto;
    right: 25px;
  }
}

.outside-other__textarea {
  background-color: white;
  width: 460px;
  height: 240px;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .outside-other__textarea {
    padding: 25px 20px;
    height: 180px;
    top: 200px;
    right: 0;
    left: auto;
    z-index: 1;
    width: calc(100% - 20px);
  }
}

.outside-other__textarea--gihu-map {
  position: absolute;
  top: 55px;
  right: 15px;
  width: 147px;
}

@media screen and (max-width: 767px) {
  .outside-other__textarea--gihu-map {
    width: 100px;
    z-index: -1;
  }
}

.outside-other__textarea--shizuoka-map {
  position: absolute;
  top: 55px;
  right: 15px;
  width: 210px;
}

@media screen and (max-width: 767px) {
  .outside-other__textarea--shizuoka-map {
    width: 140px;
    z-index: -1;
  }
}

.outside-other__text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #d83000;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.outside-other__text-top--left {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .outside-other__text-top--left {
    position: absolute;
    width: 10px;
    top: 2px;
  }
}

.outside-other__text-top--title {
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #d83000;
}

@media screen and (max-width: 767px) {
  .outside-other__text-top--title {
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

.outside-other__text-top--from {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .outside-other__text-top--from {
    font-size: 18px;
    white-space: nowrap;
  }
}

.outside-other__text-top--from span {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .outside-other__text-top--from span {
    font-size: 13px;
  }
}

.outside-other__text-bottom--affiliation {
  font-weight: bold;
  font-size: 13px;
  margin-top: 25px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .outside-other__text-bottom--affiliation {
    font-size: 12px;
    margin-top: 10px;
  }
}

.outside-other__text-bottom--name {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .outside-other__text-bottom--name {
    font-size: 16px;
    margin-top: 0;
  }
}

.outside-other__text-bottom--name span {
  font-size: 13px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .outside-other__text-bottom--name span {
    font-size: 12px;
  }
}

.outside-other__content {
  background-color: #fceeea;
  margin-top: 35px;
  padding: 70px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .outside-other__content {
    padding-top: 50px;
    padding-bottom: 25px;
    margin-top: 200px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.outside-other__content--icon1 {
  position: absolute;
  top: 500px;
  left: 100px;
}

@media screen and (max-width: 767px) {
  .outside-other__content--icon1 {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
    width: 100px;
  }
}

.outside-other__content--icon2 {
  position: absolute;
  top: 370px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .outside-other__content--icon2 {
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
    width: 70px;
  }
}

.outside-other__content--icon3 {
  position: absolute;
  top: 164px;
  left: 35px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .outside-other__content--icon3 {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
    width: 25px;
  }
}

.outside-other__content--icon4 {
  position: absolute;
  top: 30px;
  left: 145px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .outside-other__content--icon4 {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
    width: 25px;
  }
}

.outside-other__content--icon5 {
  position: absolute;
  top: 180px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .outside-other__content--icon5 {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    width: 40px;
  }
}

.outside-other__content--icon6 {
  position: absolute;
  top: 100px;
  right: 100px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .outside-other__content--icon6 {
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(115px);
            transform: translateX(115px);
    width: 20px;
  }
}

.outside-other__content--icon7 {
  position: absolute;
  top: 400px;
  right: 125px;
}

@media screen and (max-width: 767px) {
  .outside-other__content--icon7 {
    display: none;
  }
}

.outside-other__content--icon8 {
  position: absolute;
  top: 510px;
  right: 35px;
}

@media screen and (max-width: 767px) {
  .outside-other__content--icon8 {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(110px);
            transform: translateX(110px);
    width: 50px;
  }
}

.outside-other__content-title {
  text-align: center;
  position: relative;
}

.outside-other__content-title--top {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .outside-other__content-title--top {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.outside-other__content-title--bottom {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .outside-other__content-title--bottom {
    font-size: 17px;
    line-height: 1.88;
  }
}

.outside-other__content-title--bottom span {
  font-size: 40px;
  color: #d83000;
}

@media screen and (max-width: 767px) {
  .outside-other__content-title--bottom span {
    font-size: 22px;
  }
}

.outside-other__content-title--right {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
}

@media screen and (max-width: 767px) {
  .outside-other__content-title--right {
    width: 15px;
    top: 55px;
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
}

.outside-other__content-title--left {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-330px);
          transform: translateX(-330px);
}

@media screen and (max-width: 767px) {
  .outside-other__content-title--left {
    width: 15px;
    top: 55px;
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
  }
}

.outside-other__merit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px dotted #d05c53;
  max-width: 950px;
  padding-bottom: 60px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .outside-other__merit-wrap {
    position: relative;
    border: none;
    padding-bottom: 340px;
  }
}

.outside-other__merit01, .outside-other__merit02, .outside-other__merit03 {
  background-image: url(./assets/img/hrs-img/merit-bg.svg);
  background-size: cover;
  width: 260px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .outside-other__merit01, .outside-other__merit02, .outside-other__merit03 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 165px;
    height: 165px;
  }
}

.outside-other__merit01--top, .outside-other__merit02--top, .outside-other__merit03--top {
  font-size: 16px;
  color: #d83000;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .outside-other__merit01--top, .outside-other__merit02--top, .outside-other__merit03--top {
    font-size: 13px;
  }
}

.outside-other__merit01--bottom, .outside-other__merit02--bottom, .outside-other__merit03--bottom {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.18em;
  margin-top: 15px;
  line-height: 2.18;
}

@media screen and (max-width: 767px) {
  .outside-other__merit01--bottom, .outside-other__merit02--bottom, .outside-other__merit03--bottom {
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .outside-other__merit02 {
    top: 145px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-82px);
            transform: translateX(-82px);
  }
  .outside-other__merit03 {
    top: 145px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(82px);
            transform: translateX(82px);
  }
}

.outside-other__schedule {
  text-align: center;
}

.outside-other__schedule--title {
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-style: italic;
  font-size: 27px;
  letter-spacing: 0.05em;
  margin-top: 55px;
  color: #d83000;
}

.outside-other__schedule--sub-title {
  color: #d83000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.outside-other__schedule--image {
  max-width: 980px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .outside-other__schedule--image {
    display: none;
  }
}

.outside-other__schedule--image-sp {
  display: none;
  max-width: 980px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .outside-other__schedule--image-sp {
    display: block;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
}

.outside-other__question {
  background-color: white;
  margin: 100px auto 0;
  max-width: 950px;
  text-align: center;
  padding: 45px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .outside-other__question {
    margin-top: 45px;
    padding-top: 25px;
    padding-bottom: 0;
  }
}

.outside-other__question--icon {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .outside-other__question--icon {
    width: 25px;
  }
}

.outside-other__question--title {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: bold;
  border-bottom: 1px dotted #d05c53;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .outside-other__question--title {
    font-size: 16px;
    text-align: left;
    padding: 0 25px 20px;
    letter-spacing: 0.1em;
  }
}

.outside-other__question--text {
  padding: 40px 40px 0;
  max-width: 800px;
  text-align: left;
  font-size: 14px;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .outside-other__question--text {
    padding: 20px 25px;
  }
}

.outside-other__question--text2 {
  padding: 40px 30px 0;
  max-width: 780px;
  text-align: left;
  font-size: 14px;
  margin-left: auto;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .outside-other__question--text2 {
    padding: 20px 25px;
    text-align: right;
  }
}

.outside-other__question--text2 span {
  display: block;
  margin-left: 100px;
}

.outside-other__question--image {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .outside-other__question--image {
    width: 90px;
  }
}

.outside-other__question--image03 {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .outside-other__question--image03 {
    width: 80px;
  }
}

.outside-other__question--image02 {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .outside-other__question--image02 {
    width: 110px;
  }
}

.outside-other__question--image03 {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .outside-other__question--image03 {
    width: 80px;
  }
}

.outside-other__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin: 90px auto 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .outside-other__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.outside-other__btn-text {
  width: 50%;
  position: relative;
  z-index: 1;
  background-color: #d83000;
}

@media screen and (max-width: 767px) {
  .outside-other__btn-text {
    width: 100%;
    padding-bottom: 30px;
  }
}

.outside-other__btn-text--img {
  position: absolute;
}

.outside-other__btn-text--top {
  text-align: center;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  font-style: italic;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .outside-other__btn-text--top {
    margin-top: 30px;
  }
}

.outside-other__btn-text--top1 {
  text-align: center;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  font-style: italic;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .outside-other__btn-text--top1 {
    margin-top: 30px;
  }
}

.outside-other__btn-text--center {
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 28px;
  text-align: center;
  color: white;
  line-height: 1.75;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .outside-other__btn-text--center {
    font-size: 18px;
    margin-top: 10px;
  }
}

.outside-other__btn-text--bottom-1, .outside-other__btn-text--bottom-2 {
  width: 120px;
  height: 40px;
  border: 1px solid white;
  color: white !important;
  font-size: 19px;
  font-family: minion-pro, A1 Mincho, "A1明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
  padding-bottom: 5px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .outside-other__btn-text--bottom-1, .outside-other__btn-text--bottom-2 {
    height: 25px;
  }
}

.outside-other__btn-img {
  width: 50%;
  height: auto;
  max-height: 290px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .outside-other__btn-img {
    width: 100%;
    max-height: none;
  }
}

.outside-other__btn-bg {
  position: absolute;
  top: 10px;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .outside-other__btn-bg {
    display: none;
  }
}

.piano {
  overflow-x: hidden;
  font-weight: bold;
}

.piano-hero {
  position: relative;
}

@media screen and (max-width: 767px) {
  .piano-hero {
    text-align: center;
    padding: 0 20px;
  }
}

.piano-hero__bg {
  background-image: url(./assets/img/hrs-img/piano-hero.jpg);
  background-position: center;
  background-size: cover;
  margin: 33px 33px 0;
  height: 562px;
}

@media screen and (max-width: 767px) {
  .piano-hero__bg {
    background-image: url(./assets/img/hrs-img/piano-hero-sp.jpg);
    margin: 0 0 0 -20px;
    width: calc(100% + 40px);
    height: 450px;
  }
}

.piano-hero__top-left {
  max-width: 400px;
}

.piano-hero__top-right {
  max-width: 275px;
}

.piano-hero__title {
  max-width: 428px;
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .piano-hero__title {
    display: none;
  }
}

.piano-hero__title-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .piano-hero__title-sp {
    display: block;
    max-width: 275px;
    width: 100%;
    margin: 60px auto 25px;
  }
}

.piano-hero__title-bottom {
  max-width: 444px;
}

@media screen and (max-width: 767px) {
  .piano-hero__title-bottom {
    display: none;
  }
}

.piano-hero__title-bottom-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .piano-hero__title-bottom-sp {
    display: block;
    width: 100%;
  }
}

.piano-hero__left-bottom {
  min-width: 711px;
}

.piano-hero__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 190px;
  padding-left: 127px;
}

@media screen and (max-width: 1024px) {
  .piano-hero__text-area {
    padding-left: 20px;
  }
}

.piano-main {
  margin-top: 160px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .piano-main {
    margin-top: 120px;
  }
}

.piano-main__title-top {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2.18;
  margin-bottom: 55px;
  color: #454545;
  font-family: "A1 Mincho", A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media screen and (max-width: 767px) {
  .piano-main__title-top {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.piano-main__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.18;
  color: #454545;
}

@media screen and (max-width: 767px) {
  .piano-main__text {
    font-size: 14px;
  }
}

.piano-main__icon1 {
  max-width: 109px;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateX(450px);
          transform: translateX(450px);
}

@media screen and (max-width: 1024px) {
  .piano-main__icon1 {
    -webkit-transform: translateX(325px);
            transform: translateX(325px);
  }
}

@media screen and (max-width: 767px) {
  .piano-main__icon1 {
    -webkit-transform: none;
            transform: none;
    bottom: -120px;
  }
}

.piano-point {
  margin-top: 150px;
}

.piano-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1225px;
  margin: 0 auto;
}

.piano-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fdfcf0;
  margin-bottom: 65px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .piano-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.piano-point__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .piano-point__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.piano-point__item:last-child {
  margin-bottom: 0;
}

.piano-point__item--left-top, .piano-point__item--left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.piano-point__item--img-box {
  position: relative;
}

.piano-point__item--img-big {
  max-width: 465px;
  max-height: 430px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--img-big {
    width: auto;
    display: none;
  }
}

.piano-point__item--img-bigSp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--img-bigSp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.piano-point__item--img-small {
  width: 232.5px;
  height: auto;
  max-width: 232.5px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--img-small {
    display: none;
  }
}

.piano-point__item--img-smallSp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--img-smallSp {
    display: block;
    width: 50vw;
    height: 100%;
  }
}

.piano-point__item--room {
  background-color: #d83000;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
}

.piano-point__item--right {
  margin-top: 45px;
  margin-left: 80px;
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--right {
    position: relative;
    margin: 30px 0 0;
    padding: 0 20px 30px;
  }
}

.piano-point__item--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.piano-point__item--onpu {
  margin-top: -10px;
  margin-right: 10px;
}

.piano-point__item--num {
  color: #d83000;
  font-family: "Minion";
  font-size: 14px;
  font-weight: normal;
}

.piano-point__item--title {
  font-size: 28px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--title {
    font-size: 20px;
    text-align: center;
  }
}

.piano-point__item--text {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--text {
    font-size: 14px;
  }
}

.piano-point__item--cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .piano-point__item--cat {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 879px) {
  .piano-point__item--cat {
    max-width: 799px;
  }
}

@media (max-width: 709px) {
  .piano-point__item--cat {
    max-width: 639px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 374px) {
  .piano-point__item--cat {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 160px;
    margin: 0 auto;
  }
}

.piano-point__item--name {
  background-color: #ffffff;
  width: 170px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .piano-point__item--name {
    width: 160px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 374px) {
  .piano-point__item--name {
    margin: 0 0 15px;
  }
}

.piano-point__item--name:nth-of-type(3n - 1) {
  margin: 0 15px 15px;
}

@media (max-width: 1164px) {
  .piano-point__item--name:nth-of-type(3n - 1) {
    margin: 0;
  }
}

@media (max-width: 709px) {
  .piano-point__item--name:nth-of-type(3n - 1) {
    margin: 0 15px 15px;
  }
}

@media (max-width: 549px) {
  .piano-point__item--name:nth-of-type(3n - 1) {
    margin: 0;
  }
}

@media (max-width: 374px) {
  .piano-point__item--name:nth-of-type(3n - 1) {
    margin: 0 0 10px;
  }
}

@media (max-width: 1164px) {
  .piano-point__item--name:nth-of-type(odd) {
    margin-right: 15px;
  }
}

@media (max-width: 1024px) {
  .piano-point__item--name:nth-of-type(odd) {
    margin-right: 0;
  }
}

@media (max-width: 549px) {
  .piano-point__item--name:nth-of-type(odd) {
    margin-right: 15px;
  }
}

@media (max-width: 374px) {
  .piano-point__item--name:nth-of-type(odd) {
    margin: 0 0 10px;
  }
}

.piano-point__item--box {
  background-color: #ffffff;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--box {
    padding: 20px 0 20px 20px;
    letter-spacing: 0.05em;
  }
}

.piano-point__item--desc {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--desc {
    font-size: 12px;
  }
}

.piano-point__item--red {
  color: #d83000;
}

.piano-point__item--support-box {
  background-color: #ffffff;
  max-width: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--support-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 10px 5px 20px;
  }
}

.piano-point__item--support-left, .piano-point__item--support-leftLast {
  background-color: #d83000;
  color: #ffffff;
  font-size: 14px;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--support-left, .piano-point__item--support-leftLast {
    background-color: inherit;
    color: #d83000;
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.piano-point__item--support-leftLast {
  letter-spacing: 0.02em;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--support-leftLast {
    font-size: 14px;
  }
}

.piano-point__item--support-right {
  width: 424px;
  padding-left: 20px;
  padding: 5px 0 5px 20px;
}

@media screen and (max-width: 1024px) {
  .piano-point__item--support-right {
    font-size: 14px;
    width: auto;
    padding: 5px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .piano-point__item--wrapper {
    overflow-x: auto;
    width: calc(100% + 20px);
  }
}

.piano-point__item--table {
  width: 585px;
}

.piano-point__item--th {
  background-color: #ffffff;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

.piano-point__item--th:nth-of-type(2) {
  border-right: 1px solid #e3e3e3;
}

.piano-point__item--th:nth-of-type(3), .piano-point__item--th:nth-of-type(4), .piano-point__item--th:nth-of-type(5), .piano-point__item--th:nth-of-type(6) {
  border-right: 1px dashed #e3e3e3;
}

.piano-point__item--th-right {
  background-color: #ffffff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  width: 210px;
}

.piano-point__item--td {
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}

.piano-point__item--td:nth-of-type(2) {
  border-right: 1px solid #e3e3e3;
}

.piano-point__item--td:nth-of-type(3), .piano-point__item--td:nth-of-type(4), .piano-point__item--td:nth-of-type(5), .piano-point__item--td:nth-of-type(6) {
  border-right: 1px dashed #e3e3e3;
}

.piano-point__item--td-right {
  background-color: #ffffff;
  vertical-align: middle;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 10px 0 10px 10px;
  line-height: 1.25;
}

.piano-point__item--td-sub {
  font-size: 12px;
}

.piano-point__item--line {
  background-color: #ffffff;
  background-image: url(./assets/img/hrs-img/piano-line.svg);
  border-top: 1px solid #e3e3e3;
  border-right: 1px dashed #e3e3e3;
}

.onpu__01 {
  width: 400px;
  position: absolute;
  top: -105px;
  left: -125px;
}

.onpu__02 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -90px;
  right: -70px;
}

@media screen and (max-width: 1024px) {
  .onpu__02 {
    display: none;
  }
}

.onpu__03 {
  width: 680px;
  height: 235px;
  position: absolute;
  bottom: -70px;
  left: -10px;
}

@media screen and (max-width: 1024px) {
  .onpu__03 {
    display: none;
  }
}

.onpu__03-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .onpu__03-sp {
    display: block;
    width: 680px;
    height: 235px;
    position: absolute;
    bottom: -160px;
    left: 0;
  }
}

.onpu__04 {
  position: absolute;
  bottom: -24px;
  right: -14px;
}

@media screen and (max-width: 1024px) {
  .onpu__04 {
    width: 220px;
    bottom: -18px;
    right: -17px;
  }
}

.onpu__05 {
  position: absolute;
  top: -17px;
  left: -11px;
}

@media screen and (max-width: 1024px) {
  .onpu__05 {
    display: none;
  }
}

.onpu__05-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .onpu__05-sp {
    display: block;
    position: absolute;
    top: -47px;
    left: -17px;
  }
}

.onpu__06-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .onpu__06-sp {
    display: block;
    width: 184px;
    position: absolute;
    bottom: 100px;
    left: -35px;
  }
}

.piano-question {
  position: relative;
  padding: 0 15px;
}

.piano-question__img--rhythm1 {
  max-width: 400px;
  position: absolute;
  top: -200px;
  left: -130px;
  z-index: -1;
}

.piano-question__img--rhythm5 {
  max-width: 377px;
  position: absolute;
  top: 50px;
  right: -30px;
}

@media screen and (max-width: 1024px) {
  .piano-question__img--rhythm5 {
    width: 300px;
    top: 90px;
  }
}

.piano-question__sub-title {
  max-width: 115px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .piano-question__sub-title {
    max-width: 82px;
  }
}

.piano-question__title {
  max-width: 140px;
}

@media screen and (max-width: 767px) {
  .piano-question__title {
    max-width: 100px;
  }
}

.piano-question__title--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 106px;
}

.piano-question__text {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.18;
  color: #454545;
  margin-top: 41px;
  margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
  .piano-question__text {
    font-size: 14px;
    line-height: 2.14;
    margin-top: 26px;
    margin-bottom: 45px;
  }
}

.piano-question__wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 43px;
}

@media screen and (max-width: 1190px) {
  .piano-question__wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .piano-question__wrapper-top {
    margin-bottom: 0;
  }
}

.piano-question__num {
  white-space: nowrap;
  color: #D83000;
  font-size: 28px;
  letter-spacing: 0;
  margin-right: 15px;
  margin-left: 23px;
  vertical-align: middle;
  font-weight: normal;
  font-family: "minion";
}

@media screen and (max-width: 767px) {
  .piano-question__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
  }
}

.piano-question__box {
  background-color: #FDFCF0;
  max-width: 567px;
  width: 100%;
  height: 260px;
  position: relative;
}

@media screen and (max-width: 1190px) {
  .piano-question__box {
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .piano-question__box {
    height: auto;
  }
}

.piano-question__box-title {
  background-color: #FFFFFF;
  max-width: 511px;
  width: 100%;
  padding: 12px 0;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  border-radius: 34px;
  color: #454545;
  margin-top: 35px;
  margin-bottom: 23px;
  margin-left: 25px;
}

.piano-question__box-title br {
  display: none;
}

@media screen and (max-width: 1190px) {
  .piano-question__box-title {
    margin: 0 auto;
    max-width: 550px;
    margin-top: 35px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .piano-question__box-title {
    font-size: 14px;
    line-height: 1.57;
    height: 100px;
    border-radius: 62px;
    margin-top: 24px;
    margin-bottom: 21px;
  }
  .piano-question__box-title br {
    display: block;
  }
}

.piano-question__box-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 0.1em;
  margin-left: 47px;
  color: #454545;
}

@media screen and (max-width: 767px) {
  .piano-question__box-text {
    margin-left: 0;
    padding: 0 15px;
    margin-bottom: 25px;
    text-align: left;
  }
  .piano-question__box-text br {
    display: none;
  }
}

.piano-question__box-img {
  max-width: 24px;
  height: 41px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.piano-question__wrapper-bottom {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 90px;
  padding-top: 35px;
  width: 100%;
  padding-bottom: 50px;
  background-color: #FDFCF0;
}

@media screen and (max-width: 1190px) {
  .piano-question__wrapper-bottom {
    max-width: 950px;
  }
}

@media screen and (max-width: 767px) {
  .piano-question__wrapper-bottom {
    padding: 0 15px;
    padding-top: 24px;
  }
}

.piano-question__bottom--title {
  background-color: #FFFFFF;
  max-width: 1114px;
  width: 100%;
  padding: 12px 0;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  border-radius: 34px;
  color: #454545;
  margin-bottom: 33px;
  margin-left: 25px;
}

.piano-question__bottom--title br {
  display: none;
}

@media screen and (max-width: 1190px) {
  .piano-question__bottom--title {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .piano-question__bottom--title {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 21px;
  }
  .piano-question__bottom--title br {
    display: block;
  }
}

.piano-question__bottom--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 1190px) {
  .piano-question__bottom--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.piano-question__bottom--item {
  background-color: #ffffff;
  max-width: 235px;
  width: 100%;
  height: 190px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1190px) {
  .piano-question__bottom--item {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .piano-question__bottom--item {
    height: 145px;
  }
}

.piano-question__bottom--item-title {
  font-size: 14px;
  font-weight: bold;
  color: #D83000;
  background-color: #FCEEEA;
  border-radius: 16px;
  max-width: 198px;
  width: 100%;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 13px;
}

.piano-question__bottom--box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.piano-question__bottom--item-text {
  max-width: 198px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.78;
  text-align: center;
  color: #454545;
}

@media screen and (max-width: 767px) {
  .piano-question__bottom--item-text {
    max-width: none;
  }
}

.piano-question__bottom--item-arrow {
  position: absolute;
  max-width: 20px;
  height: 20px;
  top: 95px;
  right: -30px;
}

@media screen and (max-width: 1190px) {
  .piano-question__bottom--item-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 195px;
    right: 240px;
  }
}

@media screen and (max-width: 767px) {
  .piano-question__bottom--item-arrow {
    top: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
  }
}

.piano-examination {
  background-image: url(./assets/img/hrs-img/piano-bottom.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.piano-examination__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1013px;
  margin: 0 auto;
  padding-top: 109px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .piano-examination__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 950px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.piano-examination__title {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #454545;
}

@media screen and (max-width: 1024px) {
  .piano-examination__title {
    text-align: center;
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .piano-examination__title {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.piano-examination__title--num {
  font-size: 44px;
  color: #D83000;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.21;
}

@media screen and (max-width: 767px) {
  .piano-examination__title--num {
    line-height: 1.16;
    font-size: 31px;
  }
}

.piano-examination__title--center {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.01em;
  color: #454545;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .piano-examination__title--center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .piano-examination__title--center {
    text-align: left;
    padding: 0 17px;
    margin-bottom: 25px;
  }
  .piano-examination__title--center br {
    display: none;
  }
}

.piano-examination__title--bottom {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #D05C53;
}

@media screen and (max-width: 767px) {
  .piano-examination__title--bottom {
    line-height: 2.25;
    padding: 0 22px;
  }
}

.piano-examination__graph {
  max-width: 283px;
  max-height: 283px;
}
/*# sourceMappingURL=hrs.css.map */