/* base
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:wght@500;700&display=swap");
.inner {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}

/* mixin
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: unset;
}

/* ceo_message
=========================================== */
.ceo_message .h2_deco02, .ceo_message .ttl {
  text-align: center;
}
.ceo_message .flex {
  margin: 4.2rem 0;
}
.ceo_message .ttl {
  font-size: 2.8rem;
  font-weight: bold;
}
.ceo_message p {
  margin-bottom: 2rem;
}
.ceo_message .btn {
  margin: 0 auto;
}

/* rinen_movie
=========================================== */
.rinen_movie {
  background: #ECFAFF;
}
@media (max-width: 425px) {
  .rinen_movie p {
    font-size: 1.6rem;
  }
}

/* credo
=========================================== */
.credo {
  background: #fff;
}
.credo .h2_bg {
  text-align: center;
  margin-bottom: -20px;
  font-size: 8.4rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #ECFAFF;
  white-space: nowrap;
  display: block;
}
@media only screen and (max-width: 768px) {
  .credo .h2_bg {
    font-size: 5rem;
    margin-bottom: -24px;
  }
}
@media only screen and (max-width: 425px) {
  .credo .h2_bg {
    font-size: 3.6rem;
    margin-bottom: -26px;
  }
}
.credo p {
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 768px) {
  .credo .pc_only {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .credo .sp_only {
    display: none;
  }
}

/* credo_content
=========================================== */
.credo_content {
  background: #ECFAFF;
}
.credo_content .u_content {
  -webkit-box-shadow: 10px 10px 30px 0px rgba(47, 111, 148, 0.25);
          box-shadow: 10px 10px 30px 0px rgba(47, 111, 148, 0.25);
  border-radius: 12px;
  padding: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .credo_content .u_content {
    padding: 3.4rem;
  }
}
@media (max-width: 425px) {
  .credo_content .u_content {
    padding: 2rem;
  }
}
.credo_content .u_content_inner {
  position: relative;
  z-index: 2;
}
.credo_content .u_content_inner .flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.credo_content .u_content .credo_content_bg {
  z-index: 1;
  position: absolute;
  bottom: 30px;
  right: 0px;
}
.credo_content .u_content .h3_ja {
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 1.6rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.credo_content .u_content .h3_bg {
  position: absolute;
  top: -33px;
  left: -50px;
  font-size: 8rem;
  font-family: "Montserrat", sans-serif;
  background: var(--rinen, linear-gradient(180deg, #1574DB 0%, #368FF0 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}
@media (max-width: 768px) {
  .credo_content .u_content .h3_bg {
    font-size: clamp(40px, 1vw, 70px);
    top: 0px;
    left: -20px;
  }
}
.credo_content .u_content p {
  color: #fff;
  margin-bottom: 2rem;
  font-weight: bold;
}
.credo_content .philosophy {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#006ADD), to(#C6E1FF));
  background: -webkit-linear-gradient(top, #006ADD 0%, #C6E1FF 100%);
  background: linear-gradient(180deg, #006ADD 0%, #C6E1FF 100%);
}
.credo_content .philosophy .flex li {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .credo_content .philosophy .flex li {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .credo_content .philosophy .flex li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.credo_content .philosophy .flex li .icon {
  width: 27%;
}
@media (max-width: 425px) {
  .credo_content .philosophy .flex li .icon {
    width: 60%;
  }
}
.credo_content .philosophy .flex li .right {
  width: 68%;
}
@media (max-width: 425px) {
  .credo_content .philosophy .flex li .right {
    width: 100%;
  }
}
.credo_content .philosophy .flex li .ttl {
  background: var(--rinen, linear-gradient(180deg, #1574DB 0%, #368FF0 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 425px) {
  .credo_content .philosophy .flex li .ttl {
    margin-top: 1.6rem;
    text-align: center;
  }
}
.credo_content .philosophy .flex li .txt {
  color: #333;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0;
}
.credo_content .vision {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.04%, #F972B3), to(#FFD3DE));
  background: -webkit-linear-gradient(top, #F972B3 32.04%, #FFD3DE 100%);
  background: linear-gradient(180deg, #F972B3 32.04%, #FFD3DE 100%);
}
.credo_content .vision .h3_bg {
  background: var(--vision, linear-gradient(180deg, #F13C93 0%, #FD8DA8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.credo_content .vision .vision2030 {
  background: #fff;
  border-radius: 12px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 2rem;
}
@media (max-width: 768px) {
  .credo_content .vision .vision2030 {
    width: 100%;
  }
}
.credo_content .vision .vision2030 .ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.04%, #F972B3), to(#FFD3DE));
  background: -webkit-linear-gradient(top, #F972B3 32.04%, #FFD3DE 100%);
  background: linear-gradient(180deg, #F972B3 32.04%, #FFD3DE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .credo_content .vision .vision2030 .ttl {
    font-size: 3.2rem;
  }
}
.credo_content .vision .vision2030 .txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}
.credo_content .jinzai {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC75A), color-stop(97.88%, #FFEBC3));
  background: -webkit-linear-gradient(top, #FFC75A 0%, #FFEBC3 97.88%);
  background: linear-gradient(180deg, #FFC75A 0%, #FFEBC3 97.88%);
}
.credo_content .jinzai .h3_bg {
  background: var(--jinzai, linear-gradient(180deg, #FFA800 0%, #FFCE6D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 7rem;
}
@media (max-width: 425px) {
  .credo_content .jinzai .h3_bg {
    top: -30px;
  }
}
.credo_content .jinzai ul {
  margin-top: 7rem;
}
.credo_content .jinzai li {
  position: relative;
  margin-bottom: 4rem;
}
.credo_content .jinzai .num {
  font-family: "Montserrat", sans-serif;
  font-size: 6.2rem;
  color: #fff;
  position: absolute;
  top: -34px;
  left: -18px;
  margin-bottom: 0;
  z-index: 1;
  height: 100%;
}
.credo_content .jinzai .ttl {
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding: 0.4rem 1rem;
  position: relative;
  z-index: 2;
}
.credo_content .jinzai .txt {
  color: #333;
  font-weight: normal;
}

/* link50th
=========================================== */
.link50th {
  background: #ECFAFF;
}
.link50th .box {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .link50th .box {
    width: 100%;
  }
}
.link50th .box a {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 50px 0px #C0DFEB;
          box-shadow: 10px 10px 50px 0px #C0DFEB;
  padding: 4rem 2rem;
}
.link50th p {
  font-size: 2.4rem;
  color: #1456A0;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 998px) {
  .link50th p .spbr {
    display: none;
  }
}
.link50th .imgbox {
  width: 40%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 769px) and (max-width: 997px) {
  .link50th .imgbox {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .link50th .imgbox {
    width: 250px;
  }
}/*# sourceMappingURL=page.css.map */