@charset "UTF-8";
h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

p {
  margin: 0;
}

img {
  display: block;
}

h2 {
  font: 32px;
  font-weight: bold;
}

h3 {
  font-size: 24px;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: url(../image/back.jpg) center/cover repeat;
  background-attachment: fixed;
  color: #333333;
}

#logo_animation {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: opacity 0.5s, visibility 0.5s;
}

.logo_animation_end {
  opacity: 0;
  visibility: hidden;
}

a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.nav {
  display: none;
}

@media screen and (min-width: 1200px) {
  .nav {
    color: #333333;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0%;
    top: 25%;
    gap: 16px;
    width: 20%;
    min-width: 250px;
    margin-right: 8%;
    align-items: center;
    padding: 24px 16px;
    border-radius: 16px;
    border: 3px solid #2DC2C9;
    background-color: #fff;
  }
  .nav p {
    margin: 0;
    font-size: 12px;
    font-weight: medium;
  }
  .nav .nav_title {
    font-family: "Zen Maru Gothic", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .nav .nav_logo {
    width: 60%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .nav h1 {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
  }
  .nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 32px 0;
    height: auto;
  }
  .nav li {
    box-sizing: border-box;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #E5772E;
  }
  .nav li:hover {
    background-color: #cf631b;
  }
  .nav li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .nav img {
    width: 60%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .nav .nav_cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .nav .nav_cta p {
    display: block;
    text-align: center;
    font-size: 16px;
  }
}
#gheader {
  background-color: #FFFFFF;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  max-width: 400px;
  min-width: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  gap: 16px;
  box-sizing: border-box;
}
#gheader p {
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0;
  font-size: 12px;
  font-weight: medium;
}
#gheader img {
  width: 45%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

#top-image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
#top-image img {
  max-width: 400px;
  height: auto;
  display: block;
}

#download {
  box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  font-weight: medium;
  height: auto;
  background-color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  gap: 24px;
  padding: 32px 16px;
  color: rgba(238, 238, 238, 0.9333333333);
}
#download div {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
#download div a {
  height: 56px;
  width: auto;
}
#download div img {
  width: auto;
  height: 100%;
}

#problem {
  background-color: #2DC2C9;
}
#problem h2 {
  color: #333333;
  font-size: 24px;
}
#problem h2 span {
  color: #FFFFFF;
  font-size: 48px;
}

.content {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 16px;
  gap: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.content h2 {
  text-align: center;
}

.content_inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

.card-item {
  width: 100%;
  max-width: 400px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 0;
  border-radius: 8px;
  position: relative;
}
.card-item h3 {
  color: #333333;
  text-align: center;
}
.card-item .item-image {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
  min-width: 262px;
  min-height: 262px;
}
.card-item .check {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.card-item p {
  padding: 16px 32px;
  line-height: 1.6;
  color: #333333;
}

.card-item {
  opacity: 0; /* 最初は隠す */
  transform: scale(0.8); /* 小さくしておく */
  transition: all 1s;
}

.zoom {
  opacity: 1; /* 見えるようにする */
  transform: scale(1);
}

#features {
  background-color: #fff;
  content-gap: 24px;
}
#features span {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 32px;
  padding: 8px 16px;
  width: 122px;
  box-sizing: border-box;
  color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  background-color: #E5772E;
}

.card-item {
  gap: 16px;
}
.card-item h3 {
  color: #1E8389;
}
.card-item .features_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#features h2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #333333;
}
#features h2 div {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: #E5772E 3px solid;
}
#features h2 img {
  width: 188px;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#voice {
  background-color: #dddddd;
  padding: 72px 16px;
  box-sizing: border-box;
}
#voice h2 {
  background-color: #fff;
  border-radius: 16px;
  padding: 8px 24px;
  color: #E5772E;
  border: #E5772E 5px solid;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  margin-right: auto;
  margin-left: auto;
}

.voice {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.voice h4 {
  text-align: center;
}
.voice .voice_inner {
  background-color: #FFFFFF;
  max-width: 262px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-radius: 16px;
  padding: 24px 16px;
  position: relative;
}
.voice .voice_inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 30%;
  border-top: white 25px solid;
  border-bottom: transparent 25px solid;
  border-right: transparent 25px solid;
  border-left: transparent 25px solid;
}
.voice .voice_inner h3 {
  color: #E5772E;
  text-align: center;
}
.voice .voice_inner p {
  padding: 8px 0;
}
.voice .voice-user {
  width: 150px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

#gfooter {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  border-top: 1px solid white;
  padding: 16px 0px;
}/*# sourceMappingURL=style.css.map */