@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Oooh+Baby&family=Shippori+Mincho&display=swap");
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

#muchu {
  font-family: "UDShinGoPr", "BIZ UDGothic", sans-serif;
  color: #2C3755;
}

a:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.8;
}

.top-content-btn {
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 22px 30px;
  background: #FFD500;
  border-radius: 60px;
  margin-top: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 750px) {
  .top-content-btn {
    max-width: 260px;
    width: 100%;
    padding: 18px 20px;
    background: #FFD500;
    border-radius: 60px;
    margin-top: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1;
    margin: 30px auto 0;
  }
}
.top-content-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 28px;
  top: 27px;
}
@media screen and (max-width: 750px) {
  .top-content-btn::after {
    right: 20px;
    top: 20px;
  }
}
.top-content-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-content-btn-wrapper.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-content-btn-wrapper.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-main {
  background-image: linear-gradient(150deg, rgb(255, 255, 255) 10%, rgb(255, 252, 229) 40%, rgb(248, 255, 229) 80%, rgb(232, 245, 255) 100%);
  padding: 0 100px;
  font-size: 1rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1400px) {
  .top-main {
    padding: 0 60px;
  }
}
@media screen and (max-width: 750px) {
  .top-main {
    font-size: 0.75rem;
    line-height: 1;
    padding: 0 5.3333333333%;
  }
}
.top-main .top-main-wrapper {
  position: relative;
}
.top-main .top-main-wrapper .top-main-scroll {
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 377px;
  left: -46px;
  width: 25px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .top-main .top-main-wrapper .top-main-scroll {
    display: none;
  }
}
.top-main .top-main-wrapper .top-main-scroll span {
  font-family: "Oooh Baby", cursive;
  display: block;
  position: relative;
}
.top-main .top-main-wrapper .top-main-scroll span::after {
  content: "";
  width: 1px;
  height: 120px;
  background: #FFD500;
  position: absolute;
  bottom: -140px;
  left: 12px;
}
.top-main .top-main-link {
  display: block;
  max-width: 600px;
  width: 50%;
  text-align: center;
  padding: 24px 0 40px;
  background: url(/muchu/assets/img/index/main_link_arrow_pc.png) no-repeat bottom 21px center;
}
@media screen and (max-width: 750px) {
  .top-main .top-main-link {
    font-size: 0.75rem;
    line-height: 1;
    padding: 20px 0 30px;
    background: url(/muchu/assets/img/index/main_link_arrow_pc.png) no-repeat bottom 15px center;
    background-size: 8px 8px;
    letter-spacing: 0;
  }
}
.top-main .top-main-link-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #FFD500;
}
.top-main .top-main-inner {
  max-width: 1400px;
  width: 100%;
  padding: 120px 0 300px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .top-main .top-main-inner {
    position: relative;
    padding: 60px 0 50px;
    display: block;
  }
}
.top-main .top-main-inner.height {
  padding-bottom: 90px;
}
.top-main .top-main-inner .accordion {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .top-main .top-main-inner .accordion {
    display: block;
    height: 380px;
    overflow: hidden;
  }
}
.top-main .top-main-inner .top-accordion-btn {
  display: none;
}
.top-main .top-main-inner .top-accordion-btn-wrapper {
  display: none;
}
@media screen and (max-width: 750px) {
  .top-main .top-main-inner .top-accordion-btn-wrapper {
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(248, 255, 229)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(248, 255, 229) 70%);
    position: absolute;
    bottom: 0;
    left: -5.3333333333%;
    padding: 150px 5.3333333333% 0;
  }
}
@media screen and (max-width: 750px) {
  .top-main .top-main-inner .top-accordion-btn {
    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;
    background: #FFD500;
    border-radius: 9px;
    margin: 0 auto 80px;
    width: 260px;
    height: 50px;
  }
  .top-main .top-main-inner .top-accordion-btn span {
    font-size: 0.875rem;
    line-height: 1;
    display: inline-block;
    position: relative;
  }
  .top-main .top-main-inner .top-accordion-btn span::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 6px;
    width: 11px;
    height: 1px;
    background: #2C3755;
  }
  .top-main .top-main-inner .top-accordion-btn span::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    height: 11px;
    width: 1px;
    background: #2C3755;
  }
}
.top-main .top-main-txt {
  font-size: 1.375rem;
  line-height: 2;
}
@media print, screen and (max-width: 1400px) {
  .top-main .top-main-txt {
    font-size: 1.5277777778vw;
    line-height: 3.0555555556vw;
  }
}
@media screen and (max-width: 750px) {
  .top-main .top-main-txt {
    font-size: 1rem;
    line-height: 2;
  }
}
.top-main .top-main-txt-wrapper {
  width: 50%;
  padding: 0 0 0 60px;
}
@media print, screen and (max-width: 1400px) {
  .top-main .top-main-txt-wrapper {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 750px) {
  .top-main .top-main-txt-wrapper {
    width: 100%;
    padding: 0;
  }
}
.top-main .top-main-txt-wrapper .top-main-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1400px) {
  .top-main .top-main-txt-wrapper .top-main-ttl {
    font-size: 4.8245614035vw;
  }
}
@media screen and (max-width: 750px) {
  .top-main .top-main-txt-wrapper .top-main-ttl {
    font-size: 10.4vw;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
  }
}
.top-main .top-main-logo {
  width: 50%;
  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;
}
@media screen and (max-width: 750px) {
  .top-main .top-main-logo {
    width: 100%;
  }
}
.top-main .top-main-logo img {
  max-width: 440px;
  width: 62.8571428571%;
}
@media screen and (max-width: 750px) {
  .top-main .top-main-logo img {
    max-width: 436px;
    width: 65.0746268657%;
    margin-top: 50px;
  }
}

.observatory {
  position: relative;
  margin: -153px 0 0;
  background: #fff;
  padding: 20px 0 0;
  border-radius: 60px;
}
@media screen and (max-width: 750px) {
  .observatory {
    margin: -30px 0 0;
    border-radius: 30px;
    padding: 20px 0 0;
  }
}
.observatory .observatory-wrapper {
  margin: 120px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1600px) {
  .observatory .observatory-wrapper {
    padding-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .observatory .observatory-wrapper {
    display: block;
    padding: 0;
    margin: 30px 0 0;
  }
}
.observatory .observatory-txt {
  font-size: 1rem;
  line-height: 2;
  padding-left: 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1600px) {
  .observatory .observatory-txt {
    padding-left: 5.3125vw;
  }
}
@media print, screen and (max-width: 1400px) {
  .observatory .observatory-txt {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.observatory .observatory-txt-wrapper {
  max-width: 445px;
  width: 29.6666666667%;
  background: url(/muchu/assets/img/index/observatory_txt_bg_pc.png) no-repeat top left;
  padding: 40px 0 0 30px;
  margin-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1600px) {
  .observatory .observatory-txt-wrapper {
    margin-right: 4.375vw;
  }
}
@media screen and (max-width: 750px) {
  .observatory .observatory-txt-wrapper {
    max-width: none;
    width: 100%;
    margin-right: 0;
    padding: 15px 5.4054054054% 0;
    background: url(/muchu/assets/img/index/observatory_txt_bg_sp.png) no-repeat top left 20px;
    background-size: 45px auto;
  }
}
.observatory .top-content-btn {
  margin-left: 85px;
}
@media print, screen and (max-width: 1600px) {
  .observatory .top-content-btn {
    margin-left: 5.3125vw;
  }
}
@media print, screen and (max-width: 1400px) {
  .observatory .top-content-btn {
    margin-top: 30px;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .observatory .top-content-btn {
    margin: 30px auto 0;
  }
}
.observatory .observatory-ttl {
  font-size: 2.25rem;
  line-height: 1.3333333333;
  margin-bottom: 40px;
  font-weight: bold;
}
@media print, screen and (max-width: 1400px) {
  .observatory .observatory-ttl {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 25px;
    padding-left: 15px;
  }
}
.observatory .observatory-pic {
  background: #fff;
  border-radius: 20px 0 0 20px;
  max-width: 756px;
  width: 47.25vw;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .observatory .observatory-pic {
    background: none;
    border-radius: 0;
  }
}
.observatory .observatory-pic a {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.observatory .observatory-pic-wrapper {
  width: 65.6%;
  padding: 146px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  .observatory .observatory-pic-wrapper {
    width: 1170px;
  }
}
@media screen and (min-width: 1830px) {
  .observatory .observatory-pic-wrapper {
    width: 1125px;
  }
}
@media print, screen and (max-width: 1600px) {
  .observatory .observatory-pic-wrapper {
    padding: 9.125vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .observatory .observatory-pic-wrapper {
    width: 100%;
    padding: 30px 0 21.6vw 5.4054054054%;
  }
}
.observatory .observatory-pic-wrapper img {
  width: 100%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 750px) {
  .observatory .observatory-pic {
    width: 87.323943662%;
  }
}
.observatory .observatory-pic-sub {
  max-width: 425px;
  width: 26.5625vw;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  .observatory .observatory-pic-sub {
    width: 48.2666666667vw;
    top: auto;
    bottom: 0;
  }
}
.observatory .observatory-pic-sub img {
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .observatory .observatory-pic-sub img {
    border-radius: 10px;
  }
}
.observatory .observatory-wrapper.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 100px;
  padding-left: 0;
}
@media print, screen and (max-width: 1600px) {
  .observatory .observatory-wrapper.right {
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .observatory .observatory-wrapper.right {
    padding: 0;
  }
}
.observatory .observatory-wrapper.right .observatory-txt-wrapper {
  padding: 40px 0 0 30px;
  margin-left: 70px;
  margin-right: 0;
}
@media print, screen and (max-width: 1600px) {
  .observatory .observatory-wrapper.right .observatory-txt-wrapper {
    margin-left: 4.375vw;
  }
}
@media screen and (max-width: 750px) {
  .observatory .observatory-wrapper.right .observatory-txt-wrapper {
    margin-left: 0;
    padding: 15px 5.4054054054% 0;
  }
}
.observatory .observatory-wrapper.right .observatory-pic {
  border-radius: 0 20px 20px 0;
  max-width: 860px;
  width: 53.75vw;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .observatory .observatory-wrapper.right .observatory-pic {
    border-radius: 0;
  }
}
.observatory .observatory-wrapper.right .observatory-pic-wrapper {
  width: 65.2666666667%;
  padding: 0 0 190px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  .observatory .observatory-wrapper.right .observatory-pic-wrapper {
    width: 1170px;
  }
}
@media print, screen and (max-width: 1600px) {
  .observatory .observatory-wrapper.right .observatory-pic-wrapper {
    padding: 0 0 11.875vw;
  }
}
@media screen and (max-width: 750px) {
  .observatory .observatory-wrapper.right .observatory-pic-wrapper {
    width: 100%;
    padding: 30px 5.4054054054% 21.8666666667vw 0;
  }
}
.observatory .observatory-wrapper.right .observatory-pic-wrapper img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .observatory .observatory-wrapper.right .observatory-pic {
    width: 87.323943662%;
  }
}
.observatory .observatory-wrapper.right .observatory-pic-sub {
  max-width: 360px;
  width: 22.5vw;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .observatory .observatory-wrapper.right .observatory-pic-sub {
    width: 37.6vw;
    bottom: 0;
    right: 20px;
  }
}
.observatory .hyakka .observatory-pic-wrapper {
  padding: 0 0 164px;
  position: relative;
}
@media print, screen and (max-width: 1600px) {
  .observatory .hyakka .observatory-pic-wrapper {
    padding: 0 0 10.25vw;
  }
}
@media screen and (max-width: 750px) {
  .observatory .hyakka .observatory-pic-wrapper {
    width: 100%;
    padding: 30px 0 20.9333333333vw 5.4054054054%;
  }
}
.observatory .hyakka .observatory-pic-wrapper img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .observatory .hyakka .observatory-pic {
    width: 87.323943662%;
  }
}
.observatory .hyakka .observatory-pic-sub {
  max-width: 400px;
  width: 25vw;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 60px;
}
@media screen and (max-width: 750px) {
  .observatory .hyakka .observatory-pic-sub {
    width: 46.6666666667vw;
    top: auto;
    bottom: 0;
    left: auto;
  }
}

.top-links {
  max-width: 1514px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top-links {
    padding: 90px 2.6666666667% 0;
    border-radius: 30px;
  }
}
.top-links-ttl {
  font-size: 3rem;
  line-height: 1.2083333333;
  font-weight: bold;
  display: inline-block;
  width: 595px;
  height: 90px;
  background: url(/muchu/assets/img/index/partner.png) no-repeat right bottom;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-links-ttl {
    width: 100%;
    height: 60px;
    font-size: 1.875rem;
    line-height: 1.2;
    background-size: 50%;
    padding: 0 2.8169014085%;
  }
}
.top-links-txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 60px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-links-txt {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 45px;
    padding: 0 2.8169014085%;
  }
}
.top-links .top-links-wrapper {
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1600px) {
  .top-links .top-links-wrapper {
    padding-left: 7.5vw;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-links .top-links-wrapper {
    padding-left: 0;
  }
}
.top-links .top-links-wrapper img {
  width: 100%;
}
.top-links .top-links-wrapper .top-links-bnr {
  margin-right: 16px;
  max-width: 1280px;
}
@media screen and (max-width: 750px) {
  .top-links .top-links-wrapper .top-links-bnr {
    margin: 0 auto;
    width: 76.0563380282%;
  }
}
.top-links .top-links-wrapper .top-links-list {
  width: 100%;
  max-width: 1296px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  display: grid;
  margin: 40px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1600px) {
  .top-links .top-links-wrapper .top-links-list {
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top-links .top-links-wrapper .top-links-list {
    padding-left: 2.6666666667%;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin: 50px 0 30px;
  }
}
.top-links .top-links-wrapper .top-links-list li {
  padding: 16px 0 0 16px;
}
.top-links .top-links-wrapper .top-links-list li a {
  display: block;
  border-radius: 16px;
  border-bottom-right-radius: 36px;
  background-color: #FFD500;
  background-image: url(/muchu/assets/img/index/links_arrow_pc.png);
  background-repeat: no-repeat;
  background-position: right 16px bottom 14px;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 750px) {
  .top-links .top-links-wrapper .top-links-list li a {
    border-radius: 10px;
    border-bottom-right-radius: 22px;
    background-image: url(/muchu/assets/img/index/links_arrow_sp.png);
    background-position: right 15px bottom 14px;
    background-size: 36px auto;
  }
}
.top-links .top-links-wrapper .top-links-list li a:hover {
  opacity: 1;
}
.top-links .top-links-wrapper .top-links-list-pic {
  position: relative;
  top: -16px;
  margin: 0 16px 0 -16px;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .top-links .top-links-wrapper .top-links-list-pic {
    border-radius: 10px;
  }
}
.top-links .top-links-wrapper .top-links-list-pic img {
  border-radius: 16px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 750px) {
  .top-links .top-links-wrapper .top-links-list-pic img {
    border-radius: 10px;
  }
}
.top-links .top-links-wrapper .top-links-list-pic:hover img {
  opacity: 0.6;
}
.top-links .top-links-wrapper .top-links-list-txt {
  padding: 11px 70px 27px 20px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 750px) {
  .top-links .top-links-wrapper .top-links-list-txt {
    padding: 9px 50px 25px 15px;
    font-size: 0.875rem;
    line-height: 1;
  }
}

.top-shirushi {
  background-image: linear-gradient(130deg, rgb(247, 255, 229) 0%, rgb(255, 252, 229) 20%, rgb(255, 245, 229) 55%, rgb(255, 246, 244) 65%, rgb(255, 246, 229) 75%, rgb(255, 252, 229) 100%);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .top-shirushi {
    background-image: linear-gradient(150deg, rgb(247, 255, 229) 0%, rgb(255, 252, 229) 20%, rgb(255, 245, 229) 55%, rgb(255, 246, 244) 65%, rgb(255, 246, 229) 75%, rgb(255, 252, 229) 100%);
  }
}
.top-shirushi .top-shirushi-top-bg {
  background: #fff;
  height: 60px;
  width: 100%;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 750px) {
  .top-shirushi .top-shirushi-top-bg {
    height: 30px;
    border-radius: 0 0 30px 30px;
  }
}
.top-shirushi .top-shirushi-wrapper {
  background: url(/muchu/assets/img/index/shirushi_bg_pc.png) center top -36px no-repeat;
  background-size: auto auto;
}
@media screen and (max-width: 750px) {
  .top-shirushi .top-shirushi-wrapper {
    background: url(/muchu/assets/img/index/shirushi_bg_sp.png) center top 85px no-repeat;
    background-size: 100% auto;
  }
}
.top-shirushi .top-shirushi-inner {
  padding: 120px 40px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .top-shirushi .top-shirushi-inner {
    padding: 155px 8% 80px;
  }
}
@media screen and (max-width: 750px) {
  .top-shirushi .top-shirushi-inner .top-content-btn {
    margin-top: 40px;
  }
}
.top-shirushi-ttl {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  padding-top: 29px;
  background: url(/muchu/assets/img/index/philosophy.png) no-repeat center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 750px) {
  .top-shirushi-ttl {
    width: 100%;
    font-size: 0.75rem;
    line-height: 2;
    background-size: 50%;
    padding-top: 21px;
    margin-bottom: 10px;
  }
}
.top-shirushi-ttl02 {
  font-size: 3.75rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-shirushi-ttl02 {
    font-size: 2.5rem;
    line-height: 1.45;
    margin-bottom: 15px;
  }
}
.top-shirushi-txt {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-shirushi-txt {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.top-shirushi-link {
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .top-shirushi-link {
    font-size: 1rem;
    line-height: 1.875;
    display: block;
  }
}
.top-shirushi-link li {
  width: 440px;
  height: auto;
  position: relative;
  position: relative;
  margin: 80px 0 0;
  overflow: hidden;
}
@media print, screen and (max-width: 1140px) {
  .top-shirushi-link li {
    width: 38.5964912281vw;
  }
}
@media screen and (max-width: 750px) {
  .top-shirushi-link li {
    width: 100%;
    margin: 50px 0 0;
  }
}
@media print, screen and (min-width: 751px) {
  .top-shirushi-link li:nth-child(odd) {
    margin: 0 0 80px;
  }
}
@media print, screen and (max-width: 1140px) {
  .top-shirushi-link li .top-shirushi-link-pic {
    width: 38.5964912281vw;
  }
}
.top-shirushi-link li img {
  width: 440px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media print, screen and (max-width: 1140px) {
  .top-shirushi-link li img {
    width: 38.5964912281vw;
  }
}
@media screen and (max-width: 750px) {
  .top-shirushi-link li img {
    width: 100%;
  }
}
.top-shirushi-link li .top-shirushi-link-hover {
  display: none;
}
@media screen and (max-width: 750px) {
  .top-shirushi-link li .top-shirushi-link-hover {
    display: block;
    position: static;
    margin-top: 15px;
  }
}
.top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-ttl-sub {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1140px) {
  .top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-ttl-sub {
    font-size: 0.75rem;
    line-height: 2;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 750px) {
  .top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-ttl-sub {
    margin-bottom: 5px;
  }
}
.top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-ttl {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-bottom: 15px;
  font-weight: bold;
}
@media print, screen and (max-width: 1140px) {
  .top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-ttl {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-ttl {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-txt {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 15px;
  letter-spacing: 0;
}
@media print, screen and (max-width: 1140px) {
  .top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-txt {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 0;
  }
}
.top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-arrow {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 15px;
  text-align: right;
  padding-right: 56px;
  position: absolute;
  bottom: 0;
  right: 40px;
  background: url(/muchu/assets/img/index/shirushi_arrow.png) no-repeat right center;
}
@media print, screen and (max-width: 1140px) {
  .top-shirushi-link li .top-shirushi-link-hover .top-shirushi-link-arrow {
    font-size: 0.75rem;
    line-height: 2;
    background-size: auto 50%;
  }
}
@media print, screen and (min-width: 751px) {
  .top-shirushi-link li:hover {
    font-size: 0.75rem;
    line-height: 2;
  }
  .top-shirushi-link li:hover img {
    width: 100% auto;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 1;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1140px) {
  .top-shirushi-link li:hover img {
    width: 39.4736842105vw;
  }
}
@media print, screen and (min-width: 751px) {
  .top-shirushi-link li:hover .top-shirushi-link-hover {
    -webkit-animation: appear 0.5s ease;
            animation: appear 0.5s ease;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1140px) {
  .top-shirushi-link li:hover .top-shirushi-link-hover {
    padding: 10px 30px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-shirushi-link li:hover.crazy img {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .top-shirushi-link li:hover.crazy .top-shirushi-link-hover {
    background: rgba(255, 255, 255, 0.6);
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-localNav {
  width: 100%;
  height: 200px;
  background: url(/muchu/assets/img/index/nav_bg_pc.png) no-repeat top center;
  padding-top: 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-localNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-localNav ul li {
  font-size: 1rem;
  line-height: 1;
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  .top-localNav ul li {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.cmn-pagetop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
.cmn-pagetop-wrapper {
  position: relative;
}
@media screen and (max-width: 750px) {
  .cmn-pagetop {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
  .cmn-pagetop img {
    width: 100%;
  }
}
.cmn-pagetop.fixed {
  position: fixed;
  bottom: 30px;
}
@media screen and (max-width: 750px) {
  .cmn-pagetop.fixed {
    bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .cmn-pagetop > a > img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .cmn-pagetop > a > img:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
/*# sourceMappingURL=../../../_development/maps/assets/css/top.css.map */
