:root {
  --accentlight: #DBEFEE;
  --accent: #4BAEA8;
  --awardgold: #EBC500;
  --awardsilver: #A1A1A1;
  --awardbronze: #A86540;
  --awardother: #4BAEA8;
  --textprimary: #111111;
  --textsecondary: #969696;
  --texttertiary: #707070;
  --primarydark: #111111;
  --primary: #666666;
  --primarylight: #969696;
  --secondarydark: #C6C6C6;
  --secondary: #F6F6F6;
  --secondarylight: #FFFFFF;
  --link: #2F80ED;
  --twitter: #1DA1F2;
  --twitterhover: #0FB7FF;
  --twitterpress: #0C88D4;
  --twitterdisable: #C6C6C6;
  --line: #00C300;
  --linehover: #00E000;
  --linepress: #00B300;
  --linedisable: #C6C6C6;
  --error: #C00E0E;
  --facebook: #1678F2;
  --instagram: #000000;
  --sub: #FFD770;
}
html {
  font-family: 'Noto Sans JP', sans-serif;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: var(--secondary);
  position: relative;
}
.v-application--wrap {
  background: var(--secondary);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: var(--link);
}
ul,
ol {
  list-style: none;
}
.app {
  max-width: 576px;
  margin: 0 auto;
}
.intro {
  padding: 80px 20px calc(984px / 2);
  background: url(/app/img/app_image.png) no-repeat bottom center;
  background-size: calc(750px / 2) auto;
}
.intro_logo {
  width: 200px;
}
.intro_logo img {
  max-width: 100%;
  height: auto;
}
.intro_title {
  font-size: 30px;
  margin: 40px 0 0;
  line-height: 1.6;
  white-space: pre-wrap;
  font-weight: bold;
}
.intro_description {
  font-size: 16px;
  margin: 24px 0 80px;
  line-height: 1.6;
}
.download {
  padding: 0 0 64px;
}
.download_title {
  margin: 60px 0 40px;
  font-size: 28px;
  font-weight: bold;
  white-space: pre-wrap;
  text-align: center;
}
.download_ios {
  width: calc(583 / (750 - 80) * 100%);
  max-width: calc(583px * 0.5);
  margin: 0 auto;
}
.download_ios img {
  max-width: 100%;
  height: auto;
}
.download_android {
  width: calc(670 / (750 - 80) * 100%);
  max-width: calc(670px * 0.5);
  margin: 0 auto;
}
.download_android img {
  max-width: 100%;
  height: auto;
}
.download_web {
  text-align: center;
}
.download_web a {
  color: var(--link) !important;
}
.services {
  background: var(--primarydark);
  color: var(--secondarylight);
  padding: 40px 20px 80px;
}
.services_subtitle {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.services_title {
  font-size: calc(56px / 2);
  line-height: 1.6;
  margin: 8px 0 0;
  font-weight: bold;
}
.service_visual {
  font-size: calc(112px / 2);
  width: calc(246px / 2);
  height: calc(246px / 2);
  background: url(/app/img/app_hexagon.png) no-repeat 0 0;
  background-size: calc(246px / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.service_visual * {
  width: 40px;
}
.service {
  margin: 64px 0 0;
}
.service_title {
  font-size: 28px;
  font-weight: bold;
  margin: 32px 0 0;
}
.service_description {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0;
  line-height: 1.6;
}