@import url("olo3hqx.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
main {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main .container {
  margin-bottom: 80px;
}
main .container .chead {
  text-align: left;
  width: 100%;
  padding: 442px 0 80px 0;
  position: relative;
}
main .container .chead .inner {
  width: calc(100% - 80px);
  min-width: 900px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .container .chead .inner.on dl {
  opacity: 1;
}
main .container .chead .inner.on h3 {
  opacity: 1;
}
main .container .chead .inner.on .lead {
  opacity: 1;
}
main .container .chead .inner.on .profile {
  opacity: 1;
}
main .container .chead .inner dl {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .container .chead .inner dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  order: 2;
}
main .container .chead .inner dl dd {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  display: inline-block;
  margin-bottom: 20px;
  order: 1;
}
main .container .chead .inner .lead {
  width: 300px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .container .chead .inner .lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .container .chead .inner .lead p:not(:last-child) {
  margin-bottom: 10px;
}
main .container .chead .inner h3 {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.3s;
}
main .container .chead .inner h3 > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  padding: 5px;
  background-color: #FFF;
  display: inline-block;
}
main .container .chead .inner h3 > span:not(:last-child) {
  margin-bottom: 10px;
}
main .container .chead .visual {
  width: 1200px;
  position: absolute;
  top: 0px;
  left: calc(50% - 200px);
  z-index: -1;
}
main .container .chead .visual.on img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .container .chead .visual.on::before {
  clip-path: inset(0 0 0 0);
}
main .container .chead .visual.on::after {
  clip-path: inset(0 0 0 0);
}
main .container .chead .visual img {
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .container .chead .visual::before {
  content: "";
  width: 200vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: -4px;
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .container .chead .visual::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: center center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0s;
}
main .container .chead .visual2 {
  width: 800px;
  position: absolute;
  top: -115px;
  left: calc(50% - 600px);
  z-index: -1;
}
main .container .chead .visual2.on img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .container .chead .visual2.on::before {
  clip-path: inset(0 0 0 0);
}
main .container .chead .visual2.on::after {
  clip-path: inset(0 0 0 0);
}
main .container .chead .visual2 img {
  clip-path: polygon(0 50%, 0 50%, 0 50%, 0% 50%);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .container .chead .visual2::before {
  content: "";
  width: 150vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 75vw);
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .container .chead .visual2::after {
  content: "";
  width: 100vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: calc(100% - 400px);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: left top;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0s;
}
main .cat-link {
  width: 100%;
  padding: 100px 0;
  background-color: rgba(220, 218, 235, 0.95);
}
main .cat-link .inner {
  width: 1080px;
  margin: 0 auto;
}
main .cat-link .inner h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 100px;
}
main .cat-link .inner .banners {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
main .cat-link .inner .banners .banner {
  width: calc(50% - 10px);
}
main .cat-link .inner .banners .banner a {
  text-align: left;
  width: 100%;
  padding: 10px 10px 10px 30px;
  background-color: #51489d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
main .cat-link .inner .banners .banner a:hover {
  background-color: #907aa8;
}
main .cat-link .inner .banners .banner a dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .cat-link .inner .banners .banner a dl dd {
  width: 84px;
  height: 28px;
  border: solid 1px #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .cat-link .inner .banners .banner a dl dd span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .cat-link .inner .banners .banner a div {
  width: 250px;
}
main .cat-link .inner .banners .banner:first-child {
  margin-bottom: 20px;
}
main .cat-link .inner .banners.type2 {
  justify-content: space-between;
}
main .cat-link .inner .banners.type2 .banner {
  width: calc((100% - 40px) / 3);
}
main .cat-link .inner .banners.type2 .banner a {
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .cat-link .inner .banners.type2 .banner a dl {
  padding: 20px;
  order: 2;
}
main .cat-link .inner .banners.type2 .banner a div {
  width: 100%;
  order: 1;
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main .container {
    margin-bottom: 40px;
  }
  main .container .chead {
    padding: 220px 0 80px 0;
    position: relative;
  }
  main .container .chead .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  main .container .chead .inner dl {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main .container .chead .inner dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main .container .chead .inner dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    order: 2;
  }
  main .container .chead .inner dl dd {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    display: inline-block;
    margin-bottom: 20px;
    order: 1;
  }
  main .container .chead .inner .lead {
    width: 100%;
  }
  main .container .chead .inner .lead p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-color: #FFF;
  }
  main .container .chead .inner .lead p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .container .chead .inner h3 {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.5s ease-in 0.3s;
  }
  main .container .chead .inner h3 > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    padding: 5px;
    background-color: #FFF;
    display: inline-block;
  }
  main .container .chead .inner h3 > span:not(:last-child) {
    margin-bottom: 10px;
  }
  main .container .chead .visual {
    width: 500px;
    top: 0px;
    left: calc(50% - 150px);
  }
  main .container .chead .visual::before {
    content: "";
    width: 200vw;
    height: 8px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: -4px;
    left: calc(50% - 100vw);
    z-index: 1;
    transform: rotate(30deg);
    transform-origin: center center;
  }
  main .container .chead .visual::after {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: calc(100% - 2px);
    left: calc(50% - 100vw);
    z-index: 1;
    transform: rotate(-30deg);
    transform-origin: center center;
  }
  main .container .chead .visual2 {
    width: 400px;
    top: -85px;
    left: calc(50% - 350px);
  }
  main .container .chead .visual2::before {
    content: "";
    width: 150vw;
    height: 4px;
    top: 374px;
    left: auto;
    right: -50px;
    z-index: 1;
    transform: rotate(30deg);
    transform-origin: right top;
  }
  main .container .chead .visual2::after {
    content: "";
    width: 100vw;
    height: 4px;
    top: calc(100% - 2px);
    left: calc(100% - 200px);
  }
  main .cat-link {
    padding: 40px 0;
  }
  main .cat-link .inner {
    width: calc(100% - 20px);
  }
  main .cat-link .inner h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-bottom: 40px;
  }
  main .cat-link .inner .banners {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .cat-link .inner .banners .banner {
    width: calc((100% - 10px) / 2);
  }
  main .cat-link .inner .banners .banner:first-child {
    margin-bottom: 10px;
  }
  main .cat-link .inner .banners .banner a {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .cat-link .inner .banners .banner a:hover {
    background-color: #51489d;
  }
  main .cat-link .inner .banners .banner a dl {
    width: 100%;
    padding: 10px;
    order: 2;
    box-sizing: border-box;
  }
  main .cat-link .inner .banners .banner a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: center;
    margin-bottom: 10px;
  }
  main .cat-link .inner .banners .banner a dl dd {
    width: 100%;
    height: 20px;
    border: solid 1px #FFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .cat-link .inner .banners .banner a dl dd span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .cat-link .inner .banners .banner a div {
    width: 100%;
    order: 1;
  }
  main .cat-link .inner .banners .banner:first-child {
    margin-bottom: 10px;
  }
  main .cat-link .inner .banners.type2 .banner {
    width: calc((100% - 20px) / 3);
  }
  main .cat-link .inner .banners.type2 .banner a {
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .cat-link .inner .banners.type2 .banner a dl {
    width: 100%;
    padding: 10px;
    order: 2;
  }
  main .cat-link .inner .banners.type2 .banner a div {
    width: 100%;
    order: 1;
  }
}

/*# sourceMappingURL=style_link.css.map */
