body {
  width: 100vw;
  font-family: "a-otf-ryumin-pr6n", serif; }

#AllWrap {
  width: 100%;
  background-color: #e2dcdc; }

.flexBrake {
  width: auto; }

.startScreen {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  background-image: url("../assets/images/logoTitleBack5.jpeg");
  background-image: url("../assets/images/webp/logoTitleBack5.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .startScreen_logoMark {
    width: 100%;
    height: 40%;
    padding-top: 20%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    display: flex;
    align-items: end;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10%; }
    @media (min-width: 768px) {
      .startScreen_logoMark {
        padding-top: 10%;
        width: 45%;
        height: 70%;
        align-items: center;
        text-align: right;
        padding-right: 30px;
        padding-bottom: 5%; } }
    .startScreen_logoMark .logoMark {
      width: 30%;
      align-items: center;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7)); }
      @media (min-width: 768px) {
        .startScreen_logoMark .logoMark {
          width: 70%;
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7)); } }
  .startScreen_logoTitle {
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: visible; }
    @media (min-width: 768px) {
      .startScreen_logoTitle {
        width: 55%;
        height: 70%;
        padding-top: 10%;
        align-items: center; } }
    .startScreen_logoTitle svg {
      width: 60%;
      overflow: visible; }
      @media (min-width: 768px) {
        .startScreen_logoTitle svg {
          width: 70%; } }
      .startScreen_logoTitle svg path {
        fill: whitesmoke;
        fill-opacity: 0;
        stroke-width: 3px;
        stroke: whitesmoke;
        stroke-dasharray: 500;
        stroke-dashoffset: 500;
        animation: logoTitle_SP 1.8s forwards ease-in; }
        @media (min-width: 768px) {
          .startScreen_logoTitle svg path {
            animation: logoTitle_PC 1.8s forwards ease-in; } }
@keyframes logoTitle_PC {
  0% {
    stroke-dashoffset: 500;
    fill-opacity: 0;
    filter: drop-shadow(-5px -5px 1px rgba(200, 200, 200, 0.8)); }
  90% {
    stroke: whitesmoke;
    stroke-dashoffset: 0;
    fill-opacity: 0;
    filter: drop-shadow(-5px -5px 1px rgba(200, 200, 200, 0.8)); }
  100% {
    stroke: none;
    stroke-dashoffset: 0;
    fill-opacity: 1;
    filter: drop-shadow(10px 10px 1px rgba(200, 200, 200, 0.2)); } }
@keyframes logoTitle_SP {
  0% {
    stroke-dashoffset: 500;
    fill-opacity: 0; }
  90% {
    stroke: whitesmoke;
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    stroke: none;
    stroke-dashoffset: 0;
    fill-opacity: 1; } }
  .startScreen_bottomTitle {
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(0, 0, 0, 0.4) 65%, #e2dcdc);
    color: whitesmoke;
    text-align: center;
    padding-top: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); }
    @media (min-width: 768px) {
      .startScreen_bottomTitle {
        height: 30%; } }
    .startScreen_bottomTitle h1 {
      font-size: 18px;
      text-align: center;
      letter-spacing: 0.2em;
      padding-left: 5%;
      padding-right: 5%; }
      @media (min-width: 768px) {
        .startScreen_bottomTitle h1 {
          font-size: 24px;
          letter-spacing: 0.6em; } }
      .startScreen_bottomTitle h1 span {
        display: block; }
        @media (min-width: 768px) {
          .startScreen_bottomTitle h1 span {
            display: inline-block; } }
    .startScreen_bottomTitle svg {
      width: 20%;
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translateX(-50%);
      overflow: visible; }
      @media (min-width: 768px) {
        .startScreen_bottomTitle svg {
          width: 10%; } }
      .startScreen_bottomTitle svg polygon {
        fill: whitesmoke;
        stroke: none;
        animation: tryangle_SP 1.5s ease-in-out infinite; }
        @media (min-width: 768px) {
          .startScreen_bottomTitle svg polygon {
            filter: drop-shadow(0px 20px 1px gray);
            animation: tryangle_PC 1.5s ease-in-out infinite; } }
@keyframes tryangle_PC {
  0% {
    filter: drop-shadow(0px 0px 1px gray); }
  50% {
    filter: drop-shadow(0px 40px 1px gray); }
  100% {
    filter: drop-shadow(0px 0px 1px gray); } }
@keyframes tryangle_SP {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(30px); }
  100% {
    transform: translateY(0); } }
.main {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2dcdc; }
  .main .contents {
    width: 80%; }
    .main .contents_topic1 {
      text-align: center;
      margin: 0 auto;
      color: #333; }
      .main .contents_topic1 p {
        margin-bottom: 30px;
        letter-spacing: 0.2em;
        font-size: 14px;
        line-height: 30px; }
        .main .contents_topic1 p span {
          display: block; }
          @media (min-width: 768px) {
            .main .contents_topic1 p span {
              display: inline-block; } }
        @media (min-width: 768px) {
          .main .contents_topic1 p {
            font-size: 18px; } }

.login_wrapper {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("../assets/images/logoTitleBack2.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap; }
  .login_wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: none; }
    @media (min-width: 768px) {
      .login_wrapper::before {
        background-image: url(../assets/images/logoTitleBack4.jpeg);
        background-position: center;
        background-size: cover;
        clip-path: inset(15% 67% 0 5%); } }
  .login_wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    @media (min-width: 768px) {
      .login_wrapper::after {
        background-image: url(../assets/images/logoTitleBack7.jpeg);
        background-position: center;
        background-size: cover;
        clip-path: inset(0 5% 13% 66%); } }
  .login_wrapper .login {
    width: 250px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 1; }
    .login_wrapper .login > h2 {
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fafafa;
      font-size: 3rem;
      transition: 0.5s;
      opacity: 0; }
      @media (min-width: 768px) {
        .login_wrapper .login > h2 {
          opacity: 1; } }
    .login_wrapper .login .content {
      padding: 20px;
      font-family: Arial, Helvetica, sans-serif;
      color: rgba(255, 255, 255, 0.9);
      position: relative; }
      @media (min-width: 768px) {
        .login_wrapper .login .content {
          transform: translateY(50px);
          opacity: 0;
          transition: 0.5s; } }
      .login_wrapper .login .content h2 {
        position: absolute;
        color: rgba(255, 255, 255, 0.3);
        font-size: 6rem;
        font-weight: bolder;
        right: 10px;
        top: -40px; }
      .login_wrapper .login .content h3 {
        color: #fafafa;
        font-size: 1.8rem;
        font-weight: bold; }
      .login_wrapper .login .content p {
        font-size: 1rem;
        color: #fafafa;
        font-weight: lighter; }
      .login_wrapper .login .content a {
        display: inline-block;
        padding: 8px 25px;
        text-align: center;
        border-radius: 20px;
        background-color: cadetblue;
        text-decoration: none;
        color: whitesmoke;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
        transition: 0.2s;
        margin-top: 15px; }
        .login_wrapper .login .content a:hover {
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
          background-color: rgba(95, 158, 160, 0.8); }
    .login_wrapper .login:hover .content {
      transform: none;
      opacity: 1; }
    .login_wrapper .login:hover > h2 {
      opacity: 0; }

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