@charset "UTF-8";
/*
Theme Name: new
*/
* {
  box-sizing: border-box;
  color: #18174a;
  transition-duration: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1.625rem 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0941176471);
  z-index: 9999;
}
@media (max-width: 768px) {
  header {
    padding: 14px 12px;
  }
}
header .logo img {
  width: 200px;
}
@media (max-width: 768px) {
  header .logo img {
    width: 140px;
  }
}

main.r_top {
  position: relative;
}
main.r_top a {
  text-decoration: none;
}
main.r_top section {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  main.r_top section {
    padding: 3rem 0;
  }
}
main.r_top h2 {
  font-family: "Outfit", sans-serif;
  font-size: 3.125em;
  padding: 0 2.25rem 3.625rem;
  margin-bottom: 3.75rem;
  border-bottom: solid 1px #dddddd;
}
@media (max-width: 768px) {
  main.r_top h2 {
    font-size: 1.75em;
    padding: 0 1rem 1rem;
  }
}
main.r_top h3 {
  display: inline;
  background: linear-gradient(transparent 0%, rgb(211, 211, 245) 0%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 1.375em;
  line-height: 2;
  padding: 3px 6px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  main.r_top h3 {
    font-size: 1.125em;
  }
}
main.r_top .stage {
  position: relative;
  min-height: 200vh;
  isolation: isolate;
  padding: 0;
}
main.r_top .mv {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
  background: #18174a;
  padding: 80px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.r_top .mv {
    padding: 50px 0 0;
  }
}
main.r_top .mv h1 {
  position: absolute;
  color: #fff;
  font-size: 3em;
  top: 8vw;
  left: 8vw;
  letter-spacing: 10px;
  z-index: 2;
}
@media (max-width: 768px) {
  main.r_top .mv h1 {
    margin-top: 4.375rem;
  }
}
@media (max-width: 768px) {
  main.r_top .mv h1 {
    position: relative;
    text-align: center;
    top: inherit;
    left: inherit;
  }
}
main.r_top .mv__inner {
  /* 既存そのまま */
  position: relative;
  height: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #2f2e64 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #2f2e64 calc(100% - 1px));
  background-size: 90px 90px;
  background-repeat: repeat;
  background-position: center center;
  padding-top: 3vw;
}
main.r_top .mv__back {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  transition: opacity 0.8s ease;
}
main.r_top .mv__back.is-hidden {
  opacity: 0;
  pointer-events: none;
}
main.r_top .mv__track {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 5rem;
  animation: mv-marquee 80s linear infinite;
  will-change: transform;
}
main.r_top .mv__track img {
  flex: 0 0 auto;
  display: block;
  height: 110px;
  width: auto;
}
@media (max-width: 768px) {
  main.r_top .mv__track img {
    height: 70px;
  }
}
@keyframes mv-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
main.r_top .mv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45vw;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 768px) {
  main.r_top .mv__catch {
    width: 98vw;
  }
}
main.r_top .glass {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  padding: 1rem;
  backdrop-filter: blur(23px) saturate(100%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
main.r_top .glass .container {
  max-width: 850px;
  margin: 0 auto;
}
main.r_top .glass .container img {
  max-width: 500px;
  margin: 0 auto 3rem;
}
main.r_top .glass .container p {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  main.r_top .glass .container p {
    font-size: 1em;
  }
}
main.r_top .research {
  background: #f7f7f7;
}
main.r_top .research .inner {
  padding: 0 2.25rem;
}
@media (max-width: 768px) {
  main.r_top .research .inner {
    padding: 0 1rem;
  }
}
main.r_top .research__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 480px) {
  main.r_top .research__box {
    display: block;
  }
}
main.r_top .research__box-item {
  display: block;
  width: 31%;
  margin-bottom: 5.625rem;
}
@media (max-width: 768px) {
  main.r_top .research__box-item {
    width: 48%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  main.r_top .research__box-item {
    width: 100%;
  }
}
main.r_top .research__box-item .name {
  position: relative;
  font-size: 0.875em;
  padding-left: 14px;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  main.r_top .research__box-item .name {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
  }
}
main.r_top .research__box-item .name::before {
  content: "";
  position: absolute;
  background: #5e4190;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}
main.r_top .research__box-item .ot::before {
  background: #0054a7;
}
main.r_top .research__box-item .st::before {
  background: #1f92c9;
}
main.r_top .research__box-item .at::before {
  background: #298d86;
}
main.r_top .research__box-item .ap::before {
  background: #c15153;
}
main.r_top .research__box-item .mt::before {
  background: #4e529b;
}
main.r_top .research__box-item .ort::before {
  background: #293c8d;
}
main.r_top .research__box-item .em::before {
  background: #0e7bb6;
}
main.r_top .research__box-item .rt::before {
  background: #1895b1;
}
main.r_top .research__box-item .hn::before {
  background: #e27e14;
}
main.r_top .research__box-item .hs::before {
  background: #ce3727;
}
main.r_top .research__box-item .nr::before {
  background: #da4f7a;
}
main.r_top .research__box-item .sw::before {
  background: #44a436;
}
main.r_top .research__box-item .ps::before {
  background: #009c6e;
}
main.r_top .research__box-item .hi::before {
  background: #b74e86;
}
main.r_top .topic {
  background: #18174a;
}
main.r_top .topic h2,
main.r_top .topic p,
main.r_top .topic span {
  color: #fff;
}
main.r_top .topic__box {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  background: #100f31;
  width: 80%;
  padding: 1rem 1.125rem;
  margin: 0 auto 2.25rem;
}
@media (max-width: 768px) {
  main.r_top .topic__box {
    display: block;
    width: 90%;
    padding: 1rem 1rem 2rem;
    margin: 0 auto 2rem;
  }
}
main.r_top .topic__box img {
  width: 45%;
}
@media (max-width: 768px) {
  main.r_top .topic__box img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
main.r_top .topic__box-right .topic01-1 {
  font-size: 1.25em;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  main.r_top .topic__box-right .topic01-1 {
    font-size: 1.125em;
    margin-bottom: 1rem;
  }
}
main.r_top .topic__box-right .topic01-2 {
  font-size: 1.125em;
}
@media (max-width: 768px) {
  main.r_top .topic__box-right .topic01-2 {
    font-size: 1em;
  }
}
main.r_top .topic__box-right .topic01-2 .big {
  font-size: 2.7em;
}
@media (max-width: 768px) {
  main.r_top .topic__box-right .topic01-2 .big {
    font-size: 2em;
  }
}
main.r_top .topic__box-right .topic02 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  main.r_top .topic__box-right .topic02 {
    font-size: 1.5em;
  }
}
main.r_top .topic__box-right .btn {
  font-family: "Outfit", sans-serif;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 220px;
  padding: 8px;
  border: solid 1px #fff;
  border-radius: 60px;
}
main.r_top .topic__box-right .btn01 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  main.r_top .topic__box-right .btn01 {
    margin-top: 2rem;
  }
}
main.r_top .topic__box-right .btn02 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  main.r_top .topic__box-right .btn02 {
    margin-top: 2rem;
  }
}

main.r_page {
  padding-top: 100px;
}
@media (max-width: 768px) {
  main.r_page {
    padding: 4rem 0;
  }
}
main.r_page .inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 1rem;
  margin: 0 auto;
}
main.r_page p {
  line-height: 1.8;
}
main.r_page .breadcrumbs {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  main.r_page .breadcrumbs {
    font-size: 12px;
    margin-bottom: 2rem;
  }
}
main.r_page .title {
  text-align: center;
}
main.r_page .title h2 {
  display: inline;
  background: linear-gradient(transparent 0%, rgb(211, 211, 245) 0%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 1.875em;
  line-height: 2;
  padding: 3px 6px;
}
@media (max-width: 768px) {
  main.r_page .title h2 {
    font-size: 1.25em;
    padding: 2px;
  }
}
@media (max-width: 768px) {
  main.r_page .catch {
    aspect-ratio: 3/2;
  }
}
main.r_page h3 {
  font-size: 1.5em;
  padding: 1.5rem 0;
  margin-top: 5.625rem;
  border-top: solid 1px #d3d3f5;
  border-bottom: solid 1px #d3d3f5;
}
@media (max-width: 768px) {
  main.r_page h3 {
    font-size: 1.125em;
    padding: 1rem 0;
    margin-top: 3rem;
  }
}
main.r_page h4 {
  position: relative;
  font-size: 1.25em;
  padding-left: 1.5rem;
  margin: 3rem auto 1.5rem;
}
@media (max-width: 768px) {
  main.r_page h4 {
    font-size: 1em;
    padding-left: 1rem;
    margin: 2rem auto 1rem;
  }
}
main.r_page h4::before {
  position: absolute;
  content: "";
  background: #d3d3f5;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  main.r_page h4::before {
    width: 10px;
    height: 10px;
  }
}
main.r_page .image {
  width: 100%;
  max-width: 850px;
  margin: 3rem auto 2.625rem;
}
@media (max-width: 768px) {
  main.r_page .image {
    margin: 2rem auto 1rem;
  }
}
main.r_page .name {
  text-align: center;
  font-size: 0.875em;
  margin: 1.875rem 0 3rem;
}
@media (max-width: 768px) {
  main.r_page .name {
    margin: 1rem auto 2rem;
  }
}
main.r_page .message {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  main.r_page .message {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-top: 3rem;
  }
}
main.r_page .message__left {
  background: #fff;
  position: relative;
  display: inline-block;
  width: 78%;
  padding: 3rem 2.25rem;
  margin-top: 1rem;
  border: solid 1px #d3d3f5;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  main.r_page .message__left {
    width: 100%;
    padding: 2rem 1rem;
  }
}
main.r_page .message__left:before {
  content: "";
  position: absolute;
  background: url(./img/arrow.svg) no-repeat;
  background-size: cover;
  top: 2rem;
  right: -1.25rem;
  width: 25px;
  height: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  main.r_page .message__left:before {
    display: none;
  }
}
main.r_page .message__left-ttl {
  position: absolute;
  display: inline;
  background: #fff;
  font-size: 1.25em;
  font-weight: bold;
  top: -1.3em;
  left: 2.25rem;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  main.r_page .message__left-ttl {
    font-size: 1em;
    left: 1rem;
  }
}
main.r_page .message__right {
  width: 20%;
}
@media (max-width: 768px) {
  main.r_page .message__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  main.r_page .message__right img {
    width: 70%;
    margin: 0 auto;
  }
}
main.r_page .message__right p {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 768px) {
  main.r_page .message__right p {
    width: 70%;
    margin: 8px auto 0;
  }
}
main.r_page .topic {
  margin-top: 6.25rem;
  padding-bottom: 3rem;
}
main.r_page .topic h2,
main.r_page .topic p,
main.r_page .topic span {
  color: #fff;
}
main.r_page .topic__box {
  display: flex;
  align-items: stretch;
  gap: 3.5rem;
  background: #5e4190;
  margin: 0 auto 2.25rem;
}
@media (max-width: 768px) {
  main.r_page .topic__box {
    display: block;
  }
}
main.r_page .topic__box img {
  width: 45%;
}
@media (max-width: 768px) {
  main.r_page .topic__box img {
    width: 100%;
  }
}
main.r_page .topic__box-right {
  padding: 2rem 1rem 1rem;
}
@media (max-width: 768px) {
  main.r_page .topic__box-right {
    padding: 1rem;
  }
}
main.r_page .topic__box-right .topic02 {
  font-size: 2em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  main.r_page .topic__box-right .topic02 {
    font-size: 1.3em;
  }
}
main.r_page .topic__box-right .btn {
  font-family: "Outfit", sans-serif;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 220px;
  padding: 8px;
  border: solid 1px #fff;
  border-radius: 60px;
}
main.r_page .topic__box-right .btn01 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  main.r_page .topic__box-right .btn01 {
    margin-top: 2rem;
  }
}
main.r_page .topic__box-right .btn02 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  main.r_page .topic__box-right .btn02 {
    margin-top: 2rem;
  }
}
main.r_page .topic .ot {
  background: #0054a7;
}
main.r_page .topic .st {
  background: #1f92c9;
}
main.r_page .topic .at {
  background: #298d86;
}
main.r_page .topic .ap {
  background: #c15153;
}
main.r_page .topic .mt {
  background: #4e529b;
}
main.r_page .topic .ort {
  background: #293c8d;
}
main.r_page .topic .em {
  background: #0e7bb6;
}
main.r_page .topic .rt {
  background: #1895b1;
}
main.r_page .topic .hn {
  background: #e27e14;
}
main.r_page .topic .hs {
  background: #ce3727;
}
main.r_page .topic .nr {
  background: #da4f7a;
}
main.r_page .topic .sw {
  background: #44a436;
}
main.r_page .topic .ps {
  background: #009c6e;
}
main.r_page .topic .hi {
  background: #b74e86;
}

footer .footer__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer__link {
    display: none;
  }
}
footer .footer__link a {
  text-decoration: none;
}
footer .footer__link-item {
  width: 15%;
  margin-bottom: 3rem;
}
footer .footer__link-item:nth-child(2) {
  width: 66%;
}
footer .footer__link-item .title {
  display: block;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  padding-bottom: 0.75rem;
  margin-bottom: 10px;
  border-bottom: solid 3px #fff;
}
footer .footer__link-item ul li {
  background: #fff;
  font-size: 1.125em;
  padding: 3px 8px;
  margin-bottom: 0.75rem;
}
footer .footer__link-item ul li a {
  color: #eba3a3;
}
footer .footer__link-item-cnt {
  display: flex;
  justify-content: space-between;
}
footer .footer__link-item-cnt ul {
  width: 24%;
}
footer .footer__top {
  background: #eba3a3;
  padding: 5.625rem 1rem 3.75rem;
}
@media screen and (max-width: 768px) {
  footer .footer__top {
    padding: 2rem 1rem;
  }
}
footer .footer__top-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 7vw auto;
}
@media screen and (max-width: 768px) {
  footer .footer__top-sns {
    gap: 1rem;
  }
}
footer .footer__top-sns a {
  width: 5%;
}
@media screen and (max-width: 768px) {
  footer .footer__top-sns a {
    width: 18%;
  }
}
footer .footer__top-logo {
  display: block;
  width: 100%;
  max-width: 28vw;
  margin: 4.5rem auto 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer__top-logo {
    max-width: 250px;
    margin: 2rem auto 1rem;
  }
}
footer .footer__top p {
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  footer .footer__top p {
    font-size: 0.875em;
  }
}
footer .footer__top p a {
  color: #fff;
  display: inline;
  text-decoration: underline;
}
footer .footer__bottom {
  background: #e87057;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  footer .footer__bottom {
    display: none;
  }
}
footer .footer__bottom ul {
  display: flex;
  justify-content: center;
}
footer .footer__bottom ul li {
  position: relative;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 1rem;
  border-right: solid 1px #fff;
}
footer .footer__bottom ul li:last-child {
  border-right: none;
}
footer .footer__bottom ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footer__copy {
  background: #666666;
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px 1rem;
}/*# sourceMappingURL=style.css.map */