@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
}

p {
  max-width: 100%;
  width: fit-content;
  font-size: 16px;
  margin: 0 auto;
}

.container {
  max-width: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.logo {
  margin-bottom: 60px;
}
.text_1 {
  font-size: 24px;
  margin-bottom: 40px;
}
.text_2 {
  font-weight: bold;
  margin-bottom: 5px;
}
.text_3 {
  margin-bottom: 65px;
}