@charset "UTF-8";
/*
  anime
----------------------------------------------------- */
.anime-textUp {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  max-width: 13em;
}

.text-up-item {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  will-change: transform;
}

.text-up {
  overflow: hidden;
}
.text-up:nth-child(2) .text-up-item {
  transition-delay: 0.06s;
}
.text-up:nth-child(3) .text-up-item {
  transition-delay: 0.12s;
}
.text-up:nth-child(4) .text-up-item {
  transition-delay: 0.18s;
}
.text-up:nth-child(5) .text-up-item {
  transition-delay: 0.24s;
}
.text-up:nth-child(6) .text-up-item {
  transition-delay: 0.3s;
}
.text-up:nth-child(7) .text-up-item {
  transition-delay: 0.36s;
}
.text-up:nth-child(8) .text-up-item {
  transition-delay: 0.42s;
}
.text-up:nth-child(9) .text-up-item {
  transition-delay: 0.48s;
}
.text-up:nth-child(10) .text-up-item {
  transition-delay: 0.54s;
}
.text-up:nth-child(11) .text-up-item {
  transition-delay: 0.6s;
}
.text-up:nth-child(12) .text-up-item {
  transition-delay: 0.66s;
}
.text-up:nth-child(13) .text-up-item {
  transition-delay: 0.72s;
}
.text-up:nth-child(14) .text-up-item {
  transition-delay: 0.78s;
}
.text-up:nth-child(15) .text-up-item {
  transition-delay: 0.84s;
}
.text-up:nth-child(16) .text-up-item {
  transition-delay: 0.9s;
}
.text-up:nth-child(17) .text-up-item {
  transition-delay: 0.96s;
}
.text-up:nth-child(18) .text-up-item {
  transition-delay: 1.02s;
}
.text-up:nth-child(19) .text-up-item {
  transition-delay: 1.08s;
}
.text-up:nth-child(20) .text-up-item {
  transition-delay: 1.14s;
}
.text-up:nth-child(21) .text-up-item {
  transition-delay: 1.2s;
}
.text-up:nth-child(22) .text-up-item {
  transition-delay: 1.26s;
}
.text-up:nth-child(23) .text-up-item {
  transition-delay: 1.32s;
}
.text-up:nth-child(24) .text-up-item {
  transition-delay: 1.38s;
}
.text-up:nth-child(25) .text-up-item {
  transition-delay: 1.44s;
}
.text-up:nth-child(26) .text-up-item {
  transition-delay: 1.5s;
}

.anime-textUp.is-active .text-up-item {
  transform: translate(0, 0);
}

/*
  Break
*/
.u-break.-xxs {
  display: inline-block;
}

:root {
  --F-XXXL: 1rem;
  --F-XXL: 3rem;
  --F-XL: 2rem;
  --F-L: 1.375rem;
  --F-M: 1rem;
  --F-S: 0.875rem;
}
@media (max-width: 768px) {
  :root {
    --F-XXXL: 1rem;
    --F-XXL: 2rem;
    --F-XL: 1.375rem;
    --F-L: 1.375rem;
    --F-M: 1rem;
    --F-S: 0.875rem;
  }
}

:root {
  --S-XXL: 10rem;
  --S-XL: 4rem;
  --S-L: 2rem;
  --S-M: 1.5rem;
  --S-S: 1rem;
}
@media (max-width: 768px) {
  :root {
    --S-XXL: 5rem;
    --S-XL: 3rem;
    --S-L: 1.5rem;
    --S-M: 1.5rem;
    --S-S: 1rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  touch-action: none;
  width: 100vw;
}

.p-cursor {
  background-color: #e5e7ea;
  border-radius: 100%;
  height: 2rem;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: top 0.2s, left 0.2s, width 0.5s, height 0.5s;
  transition-timing-function: ease-out;
  width: 2rem;
  z-index: 100;
}
.p-cursor.active {
  height: 6rem;
  width: 6rem;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 2rem;
}

figure {
  margin: 0;
}

.paragraph {
  line-height: 2rem;
}
@media (min-width: 769px) {
  .paragraph {
    font-size: 1.125rem;
  }
}

.sub-text {
  font-weight: 700;
}
.sub-text strong {
  color: #1a1395;
}
@media (max-width: 768px) {
  .sub-text {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .sub-text {
    font-size: 2.5rem;
  }
}

.more-button {
  height: 4rem;
  max-width: 16rem;
  width: 100%;
}

.more-button-link {
  align-items: center;
  background: #1a1395;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
}
.more-button-link:hover {
  background: #141f4e;
}

.more-button-min {
  height: 3rem;
  width: 3rem;
}

.more-button-min-link {
  align-items: center;
  background: #1a1395;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.more-button-min-link svg {
  width: 2rem;
  height: 2rem;
}

@media (max-width: 768px) {
  .news-content {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .news-content {
    display: grid;
    gap: 4rem;
    grid-template-columns: 16rem 1fr;
  }
}

.news-list {
  display: flex;
  flex-direction: column;
}

.news-list-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.news-list-item-link {
  align-items: center;
  display: grid;
  font-weight: 700;
  gap: 1rem;
  grid-template-columns: 1fr auto auto;
  padding: 1.5rem 0;
}
.news-list-item-link .time {
  color: rgba(39, 43, 51, 0.6);
  font-size: 0.875rem;
}

.tags {
  align-items: center;
  background: rgba(26, 19, 149, 0.08);
  border-radius: 1rem;
  color: #1a1395;
  display: flex;
  font-size: 0.875rem;
  height: 1.5rem;
  padding: 0 0.5rem;
}

.conversion-button {
  margin: 0 auto;
  max-width: 66.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .conversion-button {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .conversion-button {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .conversion-button {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .conversion-button {
    margin: 0 auto;
    gap: 2rem;
    padding: 4rem 0;
    max-width: 30rem;
  }
}

.conversion-materials,
.conversion-contact {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 4rem;
  font-weight: 700;
  border-radius: 0.5rem;
}

.conversion-materials {
  background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
  color: #fff;
}

.conversion-contact {
  border: 2px solid #1a1395;
  color: #1a1395;
}

.u-loading {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a0f95;
}

.u-loading__curtain {
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f5f7fa;
}

.u-loading__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1a0f95;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.u-loading__body ._space {
  padding-right: 0.5em;
}
.u-loading__body span {
  animation: loading 1.4s infinite alternate;
  display: inline-block;
  margin: 0 -0.05em;
}
.u-loading__body span:nth-child(2) {
  animation-delay: 0.1s;
}
.u-loading__body span:nth-child(3) {
  animation-delay: 0.2s;
}
.u-loading__body span:nth-child(4) {
  animation-delay: 0.3s;
}
.u-loading__body span:nth-child(5) {
  animation-delay: 0.4s;
}
.u-loading__body span:nth-child(6) {
  animation-delay: 0.5s;
}
.u-loading__body span:nth-child(7) {
  animation-delay: 0.6s;
}
.u-loading__body span:nth-child(8) {
  animation-delay: 0.7s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.is-animation {
  animation-name: loadinganime;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes loadinganime {
  from {
    transform: translateY(0);
  }
  30%, 70% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.header {
  display: none;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
  z-index: 99;
}
.header.is-scrolled {
  backdrop-filter: blur(10px);
  background: #fff;
}
.header.is-scrolled .global-menu a {
  color: #272b33;
}
.header.is-scrolled .global-menu .button {
  color: #fff;
}
.header.is-scrolled .site-logo svg {
  color: #1a1395;
}
@media (max-width: 768px) {
  .header.sp {
    display: flex;
    padding: 1rem;
  }
  .header.sp .global-nav {
    background: #fff;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 5rem 2rem 2rem;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  .header.sp .global-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .header.sp .global-menu a {
    color: #272b33;
    font-size: 1.25rem;
    font-weight: 700;
    opacity: 0;
    padding: 1rem 0;
    transform: translateY(1rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .header.sp .global-menu li:nth-child(1) a {
    transition-delay: 0.05s;
  }
  .header.sp .global-menu li:nth-child(2) a {
    transition-delay: 0.1s;
  }
  .header.sp .global-menu li:nth-child(3) a {
    transition-delay: 0.15s;
  }
  .header.sp .global-menu li:nth-child(4) a {
    transition-delay: 0.2s;
  }
  .header.sp .global-menu li:nth-child(5) a {
    transition-delay: 0.25s;
  }
  .header.sp.is-menu-open .global-nav {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  .header.sp.is-menu-open .global-menu a {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  .header.pc {
    display: flex;
    padding: 2rem;
  }
  .header.pc.is-scrolled {
    padding: 1rem 2rem;
  }
}

.site-logo a {
  align-items: center;
  display: flex;
  height: 100%;
}
.site-logo svg {
  color: #fff;
  transition: fill 0.3s ease;
}

.menu-button {
  align-items: center;
  background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: 0;
  width: 3rem;
}
.menu-button svg {
  color: #fff;
}

.global-menu a {
  align-items: center;
  color: #fff;
  display: flex;
  transition: color 0.3s ease;
}
@media (min-width: 769px) {
  .global-menu {
    align-items: center;
    display: flex;
  }
  .global-menu a {
    height: 2.5rem;
    padding: 0 1rem;
  }
  .global-menu .button {
    align-items: center;
    background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    height: 4rem;
    justify-content: center;
    width: 10rem;
  }
}

.footer {
  background: var(--Gradation, linear-gradient(135deg, #1a1395 40%, #743fe7 100%));
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .footer {
    padding: 8rem 4rem;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .site-logo a {
  display: flex;
}

.footer-content {
  display: grid;
}
@media (max-width: 768px) {
  .footer-content {
    gap: 2rem;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 769px) {
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer-menu:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer-menu {
    font-size: 1.125rem;
  }
  .footer-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer-menu a {
    display: flex;
    padding: 1rem 0;
  }
}
@media (min-width: 769px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (min-width: 769px) {
  .footer-menu-category {
    font-size: 1.125rem;
    font-weight: 700;
  }
}

.footer-signature {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.footer-signature small {
  font-size: 1rem;
}

.footer-signature-links {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  body {
    padding-top: 20rem;
  }
}
@media (min-width: 769px) {
  body {
    padding-top: 30rem;
  }
}

.hero {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 30rem;
  padding: 0 4rem;
}
.hero::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero .title {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  z-index: 1;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}
.hero .title .sub-title {
  color: #1a1395;
  display: block !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .hero .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .hero .title {
    font-size: 4rem;
  }
}
.hero .title .sub-title {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .hero {
    height: 20rem;
    padding: 0 1rem;
  }
  .hero .title {
    font-size: 12vw;
  }
}

.hero-content {
  display: flex;
  gap: 2rem;
  height: 30rem;
  justify-content: end;
  margin: 0 auto;
  max-width: 66.875rem;
  padding: 4rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hero-content {
    height: 20rem;
    padding: 2rem 0;
  }
}

.bread-crumbs {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  gap: 0.625rem;
}
.bread-crumbs svg {
  flex-shrink: 0;
  min-width: 24px;
}
.bread-crumbs .current {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .bread-crumbs {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bread-crumbs::-webkit-scrollbar {
    display: none;
  }
}

.main {
  background: #fff;
  position: relative;
}

.section-content {
  margin: 0 auto;
  max-width: 66.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-content {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .section-content {
    gap: 4rem;
  }
}

.hero {
  background: url("../img/common/content-hero.webp") no-repeat center/cover;
}
.hero.materials {
  background: url("../img/common/materials-hero.webp") no-repeat center/cover;
}

.form-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .form-container {
    padding: 4rem 1rem;
  }
}
@media (min-width: 769px) {
  .form-container {
    padding: 8rem 4rem;
  }
}
.form-container {
  background: var(--Gradation, linear-gradient(115deg, #e9e6ff 0%, #e4f2fe 50%, #e1e3fd 100%));
}

.form-content {
  margin: 0 auto;
  max-width: 66.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .form-content {
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .form-content {
    gap: 4rem;
  }
}
.form-content form,
.form-content .c-textbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-select a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 0.5rem;
}
.form-select a.active {
  background: #1a1395;
  color: #fff;
}
@media (min-width: 769px) {
  .form-select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .form-select a {
    height: 4rem;
  }
}

.input-item {
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  padding: 4rem;
}
.input-item dt {
  font-weight: 700;
  margin-bottom: 1rem;
}
.input-item dt.required:after {
  content: "必須";
  background: #c70036;
  margin-left: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 1rem;
  line-height: 1;
}
.input-item dd + dt {
  margin-top: 2rem;
}
.input-item input[type=text],
.input-item textarea {
  border: solid 1px rgba(39, 43, 51, 0.3);
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
  padding: 0 1rem;
}
.input-item textarea {
  height: 16rem;
  padding: 1rem;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mw_wp_form .horizontal-item + .horizontal-item label {
  cursor: pointer;
}

.submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.submit input,
.submit button {
  display: flex;
  width: 15rem;
  height: var(--Width-Height-9, 4rem);
  padding: 0 var(--Spacing-M, 1rem);
  justify-content: center;
  align-items: center;
  background: #1a1395;
  color: #fff;
  gap: var(--Spacing-SM, 0.5rem);
  border-radius: 5rem;
}
