/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@700&family=Manrope:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  background-color: #FEF7EC;
  color: #717071;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.17em;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    font-size: 1rem;
    line-height: 1.9375;
    letter-spacing: 0.05em;
  }
}

.inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .inner {
    padding: 0 1.875rem;
    max-width: 25.875rem;
  }
}

img {
  width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

.js-animate {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.js-animate.is-animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.js-animate.is-delay {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 750px) {
  .js-animate.is-delay {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7000;
  background: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 8002;
  position: relative;
  background: #fff;
}
@media (min-width: 751px) {
  .l-header__inner {
    height: 5rem;
  }
}
@media (max-width: 750px) {
  .l-header__inner {
    height: 4.375rem;
    position: relative;
  }
}
.l-header__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 750px) {
  .l-header__bg.is-open {
    visibility: visible;
    opacity: 1;
  }
}
.l-header.is-open .l-header__inner {
  background: rgba(112, 112, 112, 0.9);
  opacity: 1;
}

.l-header-logo {
  z-index: 8002;
  margin-left: 1.875rem;
}
@media (max-width: 750px) {
  .l-header-logo {
    margin-left: 1.125rem;
  }
}
.l-header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: none;
  transition: none;
}
.l-header-logo__img {
  display: block;
  width: 33.125rem;
}
.l-header-logo__img.-logo__01 {
  display: block;
}
.l-header-logo__img.-logo__02 {
  display: none;
}
@media (max-width: 750px) {
  .l-header-logo__img {
    width: 17.0625rem;
  }
}

.is-open .-logo__01 {
  display: none;
}
.is-open .-logo__02 {
  display: block;
}

.l-header-menu {
  color: #717071;
  background: transparent;
  cursor: pointer;
  border-left: 2px solid #C1C1C1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9001;
}
.l-header-menu span {
  width: 9.375rem;
  height: 2.5rem;
  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;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
}
@media (min-width: 751px) {
  .l-header-menu span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.l-header-menu span:before, .l-header-menu span:after {
  content: "";
  height: 2px;
  width: 4.6875rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 750px) {
  .l-header-menu span:before, .l-header-menu span:after {
    width: 3.625rem;
    top: 40%;
  }
}
.l-header-menu span::before {
  -webkit-transform: translate(-50%, 50%) rotate(12deg);
          transform: translate(-50%, 50%) rotate(12deg);
}
.l-header-menu span:after {
  -webkit-transform: translate(-50%, 50%) rotate(-12deg);
          transform: translate(-50%, 50%) rotate(-12deg);
}
@media (max-width: 750px) {
  .l-header-menu span {
    font-size: 1.125rem;
    width: 6.25rem;
    height: 1.5rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 751px) {
  .l-header-menu:hover span {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    color: #C1C1C1;
  }
}
.l-header-menu.is-open span {
  font-size: 0;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.l-header-menu.is-open span::before, .l-header-menu.is-open span:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 751px) {
  .l-header-menu.is-open span:hover::before, .l-header-menu.is-open span:hover:after {
    width: 6.25rem;
  }
}

.l-header-nav {
  margin-left: 1.875rem;
  position: fixed;
  height: calc(100% - 5rem);
  top: 5rem;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(112, 112, 112, 0.9);
  -webkit-box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  z-index: 8001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .l-header-nav {
    height: calc(100% - 4.375rem);
    background: rgba(112, 112, 112, 0.85);
    -webkit-box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(1.5rem);
            backdrop-filter: blur(1.5rem);
    top: 4.375rem;
  }
}
.l-header-nav__inner {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 0 0.625rem 3.125rem;
  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;
  border-top: 0.125rem solid #fff;
  opacity: 1;
}
@media (min-width: 751px) {
  .l-header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50rem;
    position: relative;
  }
  .l-header-nav__items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 31.5%;
    bottom: 0;
    width: 2px;
    background: #fff;
  }
}
@media (max-width: 750px) {
  .l-header-nav__items {
    width: 19.375rem;
  }
}
.l-header-nav__item {
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
@media (min-width: 751px) {
  .l-header-nav__item {
    width: 61%;
  }
  .l-header-nav__item:nth-child(1) {
    width: 39%;
  }
  .l-header-nav__item:nth-child(3), .l-header-nav__item:nth-child(4) {
    margin-left: 39%;
  }
}
@media (max-width: 750px) {
  .l-header-nav__item {
    margin-bottom: 2.5rem;
  }
  .l-header-nav__item:nth-child(1) {
    margin-bottom: 7.5rem;
  }
}
.l-header-nav__item .l-header-nav__link {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0.625rem;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
@media (max-width: 750px) {
  .l-header-nav__item .l-header-nav__link {
    padding: 0;
    white-space: nowrap;
  }
}
.l-header-nav__item .l-header-nav__link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  padding-right: 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .l-header-nav__item .l-header-nav__link span {
    font-size: 1.0625rem;
    letter-spacing: 0.1em;
    height: 2.5rem;
    padding-right: 2.1875rem;
  }
}
.l-header-nav__item .l-header-nav__link span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .l-header-nav__item .l-header-nav__link span::before {
    width: 100%;
  }
}
.l-header-nav__item .l-header-nav__link span:after {
  content: "";
  background: url("/100th/img/ico_next.svg") center no-repeat;
  background-size: 100%;
  width: 1.25rem;
  height: 1.625rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .l-header-nav__item .l-header-nav__link span:after {
    opacity: 1;
    right: 0;
    width: 1.125rem;
    height: 1.5rem;
  }
}
@media (min-width: 751px) {
  .l-header-nav__item:hover .l-header-nav__link span {
    font-size: 1.5625rem;
  }
  .l-header-nav__item:hover .l-header-nav__link span::before {
    width: 100%;
  }
  .l-header-nav__item:hover .l-header-nav__link span::after {
    right: 0rem;
    opacity: 1;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
.is-open .l-header-nav {
  visibility: visible;
  opacity: 1;
}
.is-open .l-header-nav .l-header-nav__item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.is-open .l-header-nav .l-header-nav__item:nth-child(1), .is-open .l-header-nav .l-header-nav__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.is-open .l-header-nav .l-header-nav__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.is-open .l-header-nav .l-header-nav__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-locked {
  overflow: hidden;
}
.is-locked .main {
  -ms-touch-action: none !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.footer {
  background: #78B844;
  padding: 4.6875rem 0 5.125rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 750px) {
  .footer {
    padding: 0.625rem 0;
  }
}
@media (max-width: 750px) {
  .footer .inner {
    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;
    height: 100vh;
  }
}
.footer__logo {
  width: 14.5rem;
  margin: 0 auto 3.75rem;
}
@media (max-width: 750px) {
  .footer__logo {
    width: 13.125rem;
    margin: 0 auto 10.9375rem;
  }
}
@media screen and (max-width: 750px) and (min-width: 450px) {
  .footer__logo {
    width: 12.5rem;
    margin: 0 auto 1.875rem;
  }
}
.footer__logo--sub {
  width: 28.4375rem;
  margin: 0 auto 1.25rem;
}
@media (max-width: 750px) {
  .footer__logo--sub {
    width: 18.625rem;
  }
}
@media screen and (max-width: 750px) and (min-width: 450px) {
  .footer__logo--sub {
    width: 16.25rem;
  }
}
.footer .c-btn__main {
  text-align: center;
}
.footer .c-btn__main a {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  background: transparent;
  border: 2px solid #fff;
  padding: 0.625rem 1.25rem;
  width: 100%;
  max-width: 23.4375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.875rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .footer .c-btn__main a {
    max-width: 15.9375rem;
    font-size: 0.875rem;
    padding: 0.3125rem 1.25rem;
  }
}
.footer .c-btn__main a:before {
  content: "";
  position: absolute;
  background: url("/100th/img/ico_next02.svg") center no-repeat;
  background-size: cover;
  width: 0.625rem;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .footer .c-btn__main a:before {
    right: 0.75rem;
    width: 0.5rem;
    height: 0.75rem;
  }
}
@media (min-width: 751px) {
  .footer .c-btn__main a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer .c-btn__main a:hover:before {
  right: 1rem;
}
@media (max-width: 750px) {
  .footer .c-btn__main a:hover:before {
    right: 0.5rem;
  }
}
.footer address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  padding-top: 3.4375rem;
}
@media (max-width: 750px) {
  .footer address {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) and (min-width: 450px) {
  .footer address {
    padding-top: 1.875rem;
  }
}

.main {
  padding-top: 5rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .main {
    padding-top: 4.375rem;
  }
}

.mv {
  position: relative;
  background: #A6A79B;
  overflow: hidden;
  position: relative;
}
@media (min-width: 751px) {
  .mv {
    padding-left: 40.6%;
  }
}
@media (max-width: 750px) {
  .mv {
    padding-bottom: 7.5rem;
  }
}
.mv__video {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
}
.mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__ttl {
  position: absolute;
  top: 50%;
  left: calc(50% - 19rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.06em;
  z-index: 1;
}
@media (max-width: 750px) {
  .mv__ttl {
    top: auto;
    bottom: 1.5625rem;
    left: 0;
    right: 0;
    font-size: 2.0625rem;
    letter-spacing: 0.1em;
    line-height: 1.2727272727;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
}
.mv__ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.4em;
  display: block;
  margin-top: 0.9375rem;
}
@media (max-width: 750px) {
  .mv__ttl span {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 750px) {
  .main {
    max-width: 25.875rem;
    overflow: hidden;
  }
}

.rectangle {
  position: absolute;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: -webkit-transform 3s cubic-bezier(0, 1, 0.5, 1);
  transition: -webkit-transform 3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0, 1, 0.5, 1);
}
.rectangle__01 {
  width: 9.1875rem;
  height: 6.625rem;
  background: #767CBA;
  top: -6.25rem;
  left: calc(50% - 36.3rem);
}
@media (max-width: 750px) {
  .rectangle__01 {
    top: 50.3125rem;
    left: 0;
    height: 4.875rem;
    width: 5.125rem;
  }
}
.rectangle__02 {
  width: 12.75rem;
  height: 9.1875rem;
  background: #8DC21F;
  top: -3.125rem;
  left: calc(50% + 25.5rem);
}
@media (max-width: 750px) {
  .rectangle__02 {
    top: 0;
    left: auto;
    right: 0;
    height: 6.75rem;
    width: 3.5rem;
  }
}
.rectangle__03 {
  width: 7.6875rem;
  height: 5.5rem;
  background: #F29600;
  top: 26.875rem;
  left: calc(50% + 26.5rem);
  opacity: 0.4;
}
@media (max-width: 750px) {
  .rectangle__03 {
    top: 44.125rem;
    left: 4.0625rem;
    height: 4.0625rem;
    width: 5.625rem;
    opacity: 0.2;
  }
}
.rectangle__04 {
  width: 9.1875rem;
  height: 6.625rem;
  background: #767CBA;
  bottom: 43.75rem;
  left: calc(50% - 33rem);
}
@media (max-width: 750px) {
  .rectangle__04 {
    top: 16.875rem;
    left: auto;
    right: 0;
    height: 4.125rem;
    width: 4.375rem;
    background: #767CBA;
  }
}
.rectangle__05 {
  width: 7.6875rem;
  height: 5.5rem;
  background: #78B844;
  top: 30rem;
  left: calc(50% + 26rem);
}
@media (max-width: 750px) {
  .rectangle__05 {
    display: none;
  }
}
.rectangle__06 {
  width: 7.6875rem;
  height: 5.5rem;
  background: #767CBA;
  opacity: 0.4;
  top: 81.25rem;
  left: calc(50% - 37rem);
}
@media (min-width: 751px) {
  .rectangle__06 {
    display: none;
  }
}
@media (max-width: 750px) {
  .rectangle__06 {
    top: 47.5rem;
    left: 10.3125rem;
    height: 4rem;
    width: 5.25rem;
    background: #F29600;
    opacity: 0.2;
  }
}
.rectangle__07 {
  width: 7.6875rem;
  height: 5.5rem;
  background: #78B844;
  bottom: 59.375rem;
  left: calc(50% + 28.5rem);
}
@media (max-width: 750px) {
  .rectangle__07 {
    top: 192.5rem;
    left: 0;
    height: 6.0625rem;
    width: 3.875rem;
    background: #767CBA;
  }
}
.rectangle__08 {
  width: 7.6875rem;
  height: 5.5rem;
  background: #F29600;
  bottom: 1.25rem;
  left: calc(50% - 37rem);
}
@media (max-width: 750px) {
  .rectangle__08 {
    bottom: 108.75rem;
    left: auto;
    right: 0;
    height: 3.75rem;
    width: 3.75rem;
  }
}
@media (min-width: 751px) {
  .rectangle__09 {
    display: none;
  }
}
@media (max-width: 750px) {
  .rectangle__09 {
    bottom: 35rem;
    left: 0;
    height: 7.3125rem;
    width: 7.0625rem;
    background: #78B844;
  }
}
@media (min-width: 751px) {
  .rectangle__10 {
    display: none;
  }
}
@media (max-width: 750px) {
  .rectangle__10 {
    bottom: 2.5rem;
    right: 0;
    height: 5.0625rem;
    width: 5.5625rem;
    background: #767CBA;
  }
}
@media (min-width: 751px) {
  .rectangle__11 {
    display: none;
  }
}
@media (max-width: 750px) {
  .rectangle__11 {
    top: 60rem;
    right: 0;
    height: 4rem;
    width: 3.625rem;
    background: #767CBA;
  }
}
@media (min-width: 751px) {
  .rectangle__12 {
    display: none;
  }
}
@media (max-width: 750px) {
  .rectangle__12 {
    bottom: -1.25rem;
    right: 0;
    height: 6rem;
    width: 6.25rem;
    background: #767CBA;
  }
}
@media (min-width: 751px) {
  .rectangle__13 {
    display: none;
  }
}
@media (max-width: 750px) {
  .rectangle__13 {
    bottom: 53.125rem;
    left: 0;
    height: 3.75rem;
    width: 5.125rem;
    background: #F29600;
  }
}

.s-item {
  position: absolute;
  z-index: -1;
}
.s-item .s-photo {
  -webkit-transition: -webkit-transform 6s cubic-bezier(0, 1, 0.5, 1);
  transition: -webkit-transform 6s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 6s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 6s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 6s cubic-bezier(0, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .s-item .s-photo {
    display: none;
  }
}
.s-item .s-rectangle {
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: -webkit-transform 3s cubic-bezier(0, 1, 0.5, 1);
  transition: -webkit-transform 3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0, 1, 0.5, 1);
  width: 7.6875rem;
  height: 5.5rem;
}
@media (min-width: 751px) {
  .s-item .s-rectangle {
    position: absolute;
  }
}
@media (max-width: 750px) {
  .s-item .s-rectangle {
    display: block;
  }
}
@media (min-width: 751px) {
  .s-item--01 {
    width: 15.5rem;
    top: 34.375rem;
    left: calc(50% + 21.5rem);
  }
}
@media (max-width: 750px) {
  .s-item--01 {
    top: 55.625rem;
    right: 0;
  }
}
.s-item--01 .s-rectangle {
  background: #F29600;
}
@media (min-width: 751px) {
  .s-item--01 .s-rectangle {
    top: -2.1875rem;
    left: -4.0625rem;
  }
}
@media (max-width: 750px) {
  .s-item--01 .s-rectangle {
    width: 4.6875rem;
    height: 4.0625rem;
  }
}
@media (min-width: 751px) {
  .s-item--02 {
    top: 61.25rem;
    left: calc(50% - 43.75rem);
    width: 27.5rem;
  }
}
@media (max-width: 750px) {
  .s-item--02 {
    left: 0;
    bottom: 31.875rem;
  }
}
.s-item--02 .s-rectangle {
  background: #78B844;
}
@media (min-width: 751px) {
  .s-item--02 .s-rectangle {
    bottom: -1.875rem;
    right: -4.6875rem;
  }
}
@media (max-width: 750px) {
  .s-item--02 .s-rectangle {
    width: 10.75rem;
    height: 8.9375rem;
  }
}
@media (min-width: 751px) {
  .s-item--03 {
    width: 30.625rem;
    bottom: -9.375rem;
    left: calc(50% + 18rem);
  }
}
@media (max-width: 750px) {
  .s-item--03 {
    bottom: -4.375rem;
    right: 0;
  }
}
.s-item--03 .s-rectangle {
  background: #767CBA;
}
@media (min-width: 751px) {
  .s-item--03 .s-rectangle {
    display: none;
  }
}
@media (max-width: 750px) {
  .s-item--03 .s-rectangle {
    width: 8.25rem;
    height: 7.1875rem;
  }
}
@media (min-width: 751px) {
  .s-item--04 {
    width: 31.5rem;
    top: 53.4375rem;
    left: calc(50% - 46.25rem);
  }
}
@media (max-width: 750px) {
  .s-item--04 {
    top: 114.375rem;
    left: 0;
  }
}
.s-item--04 .s-rectangle {
  background: #8DC21F;
}
@media (min-width: 751px) {
  .s-item--04 .s-rectangle {
    top: -1.875rem;
    right: 6.875rem;
    opacity: 0.4;
  }
}
@media (max-width: 750px) {
  .s-item--04 .s-rectangle {
    opacity: 0.2;
    width: 6.0625rem;
    height: 7.375rem;
  }
}
@media (min-width: 751px) {
  .s-item--05 {
    width: 25.3125rem;
    bottom: -6.25rem;
    left: calc(50% + 17.25rem);
  }
}
@media (max-width: 750px) {
  .s-item--05 {
    bottom: -3.125rem;
    right: 0;
  }
}
@media (min-width: 751px) {
  .s-item--05 .s-rectangle {
    background: #767CBA;
    width: 9.1875rem;
    height: 6.625rem;
    top: -3.4375rem;
    right: 3.5625rem;
  }
}
@media (max-width: 750px) {
  .s-item--05 .s-rectangle {
    background: #F29600;
    width: 10rem;
    height: 8rem;
  }
}
@media (min-width: 751px) {
  .s-item--06 {
    width: 26.875rem;
    top: 56.25rem;
    left: calc(50% - 43.5rem);
  }
}
@media (max-width: 750px) {
  .s-item--06 {
    top: 47.1875rem;
    left: 0;
  }
}
.s-item--06 .s-rectangle {
  background: #8DC21F;
}
@media (min-width: 751px) {
  .s-item--06 .s-rectangle {
    top: -2.1875rem;
    right: 9.0625rem;
    width: 9.1875rem;
    height: 6.625rem;
  }
}
@media (max-width: 750px) {
  .s-item--06 .s-rectangle {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}
@media (min-width: 751px) {
  .s-item--07 {
    width: 25.75rem;
    top: 100rem;
    left: calc(50% + 19.5rem);
  }
}
@media (max-width: 750px) {
  .s-item--07 {
    top: 84.6875rem;
    right: 0;
  }
}
.s-item--07 .s-rectangle {
  background: #F29600;
}
@media (min-width: 751px) {
  .s-item--07 .s-rectangle {
    bottom: -1.5625rem;
    left: -2.5rem;
    opacity: 0.4;
  }
}
@media (max-width: 750px) {
  .s-item--07 .s-rectangle {
    width: 6.375rem;
    height: 5.5rem;
  }
}
@media (min-width: 751px) {
  .s-item--08 {
    width: 25.6875rem;
    bottom: -1.25rem;
    left: calc(50% + 17rem);
  }
}
@media (max-width: 750px) {
  .s-item--08 {
    bottom: 93.75rem;
    right: 0;
  }
}
.s-item--08 .s-rectangle {
  background: #767CBA;
}
@media (min-width: 751px) {
  .s-item--08 .s-rectangle {
    bottom: -2.5rem;
    right: -2.5rem;
    width: 9.1875rem;
    height: 6.625rem;
  }
}
@media (max-width: 750px) {
  .s-item--08 .s-rectangle {
    background: #8DC21F;
    width: 6.875rem;
    height: 5.625rem;
  }
}
@media (min-width: 751px) {
  .s-item--09 {
    width: 25.625rem;
    top: 112.5rem;
    left: calc(50% + 18.5rem);
  }
}
@media (max-width: 750px) {
  .s-item--09 {
    top: 87.5rem;
    left: 0;
  }
}
@media (min-width: 751px) {
  .s-item--09 .s-rectangle {
    background: #767CBA;
    width: 7.6875rem;
    height: 5.5rem;
    bottom: -8.125rem;
    right: -0.9375rem;
    opacity: 0.4;
  }
}
@media (max-width: 750px) {
  .s-item--09 .s-rectangle {
    background: #8DC21F;
    width: 7.3125rem;
    height: 7.25rem;
  }
}
@media (min-width: 751px) {
  .s-item--10 {
    width: 27.6875rem;
    top: 25rem;
    left: calc(50% + 19.5rem);
  }
}
@media (max-width: 750px) {
  .s-item--10 {
    bottom: 128.125rem;
    left: 0;
  }
}
@media (min-width: 751px) {
  .s-item--10 .s-rectangle {
    display: none;
  }
}
@media (max-width: 750px) {
  .s-item--10 .s-rectangle {
    background: #767CBA;
    width: 6.25rem;
    height: 5.9375rem;
  }
}
@media (min-width: 751px) {
  .s-item--11 {
    width: 27.6875rem;
    top: 60.625rem;
    left: calc(50% - 44.5rem);
  }
}
@media (max-width: 750px) {
  .s-item--11 {
    top: 153.75rem;
    right: 0;
  }
}
@media (min-width: 751px) {
  .s-item--11 .s-rectangle {
    background: #F29600;
    width: 9.1875rem;
    height: 6.625rem;
    top: -6.25rem;
    left: -0.9375rem;
  }
}
@media (max-width: 750px) {
  .s-item--11 .s-rectangle {
    background: #767CBA;
    width: 6.25rem;
    height: 5.9375rem;
  }
}
@media (min-width: 751px) {
  .s-item--12 {
    width: 23.125rem;
    top: 100rem;
    left: calc(50% + 18.5rem);
  }
}
@media (max-width: 750px) {
  .s-item--12 {
    display: none;
  }
}

.c-nav {
  height: 6.25rem;
  position: relative;
}
.c-nav__wrap {
  background: #FEF7EC;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.c-nav__wrap.fixed {
  top: 5rem;
  position: fixed;
  z-index: 99;
}
@media (max-width: 750px) {
  .c-nav__wrap.fixed {
    top: 4.375rem;
  }
}
@media (max-width: 750px) {
  .c-nav .inner {
    padding: 0 0.625rem;
  }
}
.c-nav ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 6.25rem;
}
@media (max-width: 750px) {
  .c-nav ul {
    padding: 0.625rem 0 0;
  }
}
.c-nav ul li {
  padding: 0 2.5rem;
}
@media (max-width: 750px) {
  .c-nav ul li {
    padding: 0;
    width: 33.3333333333%;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .c-nav ul li:nth-child(4), .c-nav ul li:nth-child(5) {
    width: 40%;
  }
}
.c-nav ul li a {
  padding-right: 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #717071;
  font-family: "Manrope", sans-serif;
  position: relative;
}
@media (max-width: 750px) {
  .c-nav ul li a {
    font-size: 1rem;
  }
}
.c-nav ul li a:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  right: -0.1875rem;
  background: url("../img/ico_down.svg") center no-repeat;
  background-size: cover;
  width: 1rem;
  height: 0.75rem;
}
@media (max-width: 750px) {
  .c-nav ul li a:before {
    width: 0.875rem;
    height: 0.625rem;
    right: -0.0625rem;
  }
}
.c-nav ul li a:hover {
  opacity: 0.8;
}

.c-ttl__main {
  text-align: center;
  font-family: "Kaisei Tokumin", serif;
  font-size: 8.125rem;
  line-height: 1;
}
@media (max-width: 750px) {
  .c-ttl__main {
    font-size: 4.375rem;
  }
}

.c-txt__main {
  text-align: center;
  padding: 2.375rem 0 4.9375rem;
}
@media (max-width: 750px) {
  .c-txt__main {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    text-align: left;
    padding: 1.6875rem 0 3rem;
  }
}

@media (min-width: 751px) {
  .c-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-media + .c-media {
  margin-top: 2.75rem;
}
.c-media .c-photo {
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .c-media .c-photo {
    width: 22.875rem;
  }
}
@media (min-width: 751px) {
  .c-media .c-photo--small {
    width: 16.5rem;
  }
}
@media (max-width: 750px) {
  .c-media .c-photo--small {
    width: 15rem;
    margin: 0 auto;
  }
}
.c-media .c-text {
  width: 24.8125rem;
  height: 16.875rem;
  color: #fff;
  padding: 0.625rem 1.875rem 0.4375rem 2.1875rem;
  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;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .c-media .c-text {
    margin-left: -3.125rem;
    margin-top: 3.125rem;
  }
}
@media (max-width: 750px) {
  .c-media .c-text {
    width: 100%;
    height: auto;
    padding: 1.6875rem 1.25rem 1.5rem;
  }
}
@media (min-width: 751px) {
  .c-media .c-text__big01 {
    height: 21.875rem;
  }
}
@media (min-width: 751px) {
  .c-media .c-text__big02 {
    width: 44.625rem;
    height: 15.625rem;
  }
}
.c-media .c-text h3 {
  font-size: 1.25rem;
  line-height: 1.7;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .c-media .c-text h3 {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
.c-media .c-text .txt {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .c-media .c-text .txt {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}
.c-media .c-text__purple {
  background: #A09DD8;
}
.c-media .c-text__green {
  background: #83C95B;
}
.c-media .c-text__orange {
  background: #FF9500;
}
.c-media .c-text__white {
  background: #fff;
  color: #7974C9;
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 751px) {
  .c-media .c-text__white {
    width: 22.875rem;
    min-height: 16.5rem;
  }
}
.c-media .c-text__white h3 {
  border-bottom: 2px solid #7974C9;
}
.c-media .c-year {
  font-family: "Kaisei Tokumin", serif;
  font-size: 3.125rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 751px) {
  .c-media .c-year {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.625rem;
  }
}
@media (max-width: 750px) {
  .c-media .c-year {
    font-size: 2.5rem;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 0.625rem;
  }
}
.c-media--revert {
  -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;
}
@media (min-width: 751px) {
  .c-media--revert .c-text {
    margin-left: 0;
    margin-right: -3.125rem;
  }
}

.timeline-01 {
  padding-top: 1.875rem;
  position: relative;
}
@media (min-width: 751px) {
  .timeline-01 {
    margin-top: 14.6875rem;
  }
}
@media (max-width: 750px) {
  .timeline-01 {
    padding-top: 4.375rem;
  }
}
@media (min-width: 751px) {
  .timeline-01 .c-txt__main {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 751px) {
  .timeline-01 .c-media__01 {
    position: relative;
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 751px) {
  .timeline-01 .c-media__01 .c-text {
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .timeline-01 .c-media__02 {
    margin-left: 39.375rem;
    position: relative;
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 751px) {
  .timeline-01 .c-media__03 {
    margin-left: -1.875rem;
  }
}

.timeline-02 {
  padding-top: 1.875rem;
  position: relative;
}
@media (min-width: 751px) {
  .timeline-02 {
    margin-top: 11.375rem;
  }
}
@media (max-width: 750px) {
  .timeline-02 {
    margin-top: 5rem;
  }
}
@media (max-width: 750px) {
  .timeline-02 .c-txt__main {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 751px) {
  .timeline-02 .c-media__01 {
    margin-left: 23.125rem;
    margin-right: -2.5rem;
    margin-top: 2.8125rem;
  }
}
@media (min-width: 751px) {
  .timeline-02 .c-media__01 .c-text {
    margin-top: 1.875rem;
  }
}
@media (min-width: 751px) {
  .timeline-02 .c-media__01 .c-year {
    left: 21.875rem;
    bottom: -0.3125rem;
  }
}
@media (min-width: 751px) {
  .timeline-02 .c-media__02 {
    margin-left: 17.8125rem;
    position: relative;
  }
}
@media (min-width: 751px) {
  .timeline-02 .c-media__03 {
    margin-left: -1.875rem;
  }
}

.timeline-03 {
  padding-top: 1.875rem;
  position: relative;
}
@media (min-width: 751px) {
  .timeline-03 {
    margin-top: 11.875rem;
  }
}
@media (max-width: 750px) {
  .timeline-03 {
    margin-top: 5.25rem;
  }
}
@media (max-width: 750px) {
  .timeline-03 .c-txt__main {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 751px) {
  .timeline-03 .c-media__01 {
    margin-left: 19.8125rem;
    margin-right: -2.5rem;
    margin-top: 2.375rem;
  }
}
@media (min-width: 751px) {
  .timeline-03 .c-media__02 {
    margin-left: 17.8125rem;
    position: relative;
  }
}
@media (min-width: 751px) {
  .timeline-03 .c-media__03 {
    margin-left: -1.875rem;
  }
}
@media (min-width: 751px) {
  .timeline-03 .c-media__05 {
    margin-left: 19.8125rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-03 .c-media__06 {
    margin-left: 17.9375rem;
  }
}
@media (min-width: 751px) {
  .timeline-03 .c-media__07 {
    margin-left: -1.875rem;
  }
}

.timeline-04 {
  padding-top: 1.875rem;
  position: relative;
}
@media (min-width: 751px) {
  .timeline-04 {
    margin-top: 11.875rem;
  }
}
@media (max-width: 750px) {
  .timeline-04 {
    margin-top: 5rem;
  }
}
@media (max-width: 750px) {
  .timeline-04 .c-txt__main {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__01 {
    margin-left: 20rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__02 {
    margin-left: 17.8125rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__02 .c-year {
    bottom: 4.0625rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__03 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__03 .c-text {
    margin-right: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__04 .c-text {
    margin-top: 4.375rem;
    margin-right: -2.1875rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__05 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__05 .c-text {
    margin-top: 4.375rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__06 {
    margin-right: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__06 .c-text {
    margin-top: 4.375rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__07 {
    margin-left: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__07 .c-text {
    margin-top: 4.375rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__08 {
    margin-right: -2.5rem;
  }
}
@media (min-width: 751px) {
  .timeline-04 .c-media__08 .c-text {
    margin-top: 4.375rem;
  }
}

.timeline-05 {
  padding-top: 1.875rem;
  padding-bottom: 10.3125rem;
  position: relative;
}
@media (min-width: 751px) {
  .timeline-05 {
    margin-top: 11.6875rem;
  }
}
@media (max-width: 750px) {
  .timeline-05 {
    margin-top: 5rem;
    padding-bottom: 7.8125rem;
  }
}
.timeline-05 .c-txt__main {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  padding: 2.25rem 0 2.5rem;
}
@media (max-width: 750px) {
  .timeline-05 .c-txt__main {
    font-size: 1.25rem;
    text-align: center;
    padding: 1.6875rem 0 0;
  }
}
@media (min-width: 751px) {
  .timeline-05__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.1875rem;
  }
}
.timeline-05__logo {
  width: 21.875rem;
}
@media (max-width: 750px) {
  .timeline-05__logo {
    width: 18.75rem;
    margin: 0 auto;
  }
}
.timeline-05 .c-media {
  margin-top: 1.25rem;
}
@media (max-width: 750px) {
  .timeline-05 .c-media {
    margin-top: 0.625rem;
  }
}
.timeline-05 .c-media h3 {
  border-bottom: 2px solid #FF8200;
}
.timeline-05 .c-media .c-text {
  background: #fff;
  color: #FF8200;
  margin: 0;
}
@media (min-width: 751px) {
  .timeline-05 .c-media .c-text {
    width: 32.375rem;
    height: 10.375rem;
  }
}