@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
}
header, footer,
nav,
h1, h2, h3, h4, h5,
article, section,
p, div, span, figure,
ul, ol, li, dl, dt, dd, img, a {
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}

a, div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

img, video {
  display: block;
  width: 100%;
  height: auto;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

body {
  width: 100%;
}

main {
  overflow: hidden;
}

.zen {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen.bold {
  font-weight: 700;
}
.zen.bold {
  font-weight: 700;
}

header .headArea {
  border-top: 16px solid #cc0000;
  height: 60px;
  margin-bottom: 10px;
}

header .headArea .siteid {
  position: absolute;
  left: 0;
  top: -16px;
}

header .headArea .siteid a img {
  height: 60px;
  width: auto;
}

footer .footArea .lower {
  background: #cc0000;
  padding: 10px 33px;
}

footer .footArea .lower .sitewidth {
  max-width: 1400px;
  margin: auto;
  display: flex;
}

footer .footArea .lower .copy {
  text-align: right;
  flex: 1;
  position: relative;
  top: 2px;
}
footer .footArea .lower .copy img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  header {
    background: #cc0000;
    position: relative;
    height: 52px;
    width: 100%;
    order: 1;
  }
  header .headArea {
    position: relative;
    z-index: 100;
    border-top: 0;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  header .headArea .siteid {
    text-align: center;
    padding: 12px 0 9px;
    position: relative;
    display: inline-block;
    top: 0;
  }
  header .headArea .siteid a img {
    margin: auto;
    height: 31px;
    width: auto;
  }
  footer {
    width: 100%;
    order: 4;
  }
  footer .footArea .sp .copy {
    text-align: center;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
    margin: 0.8em 0;
  }
  footer .footArea .sp .bar {
    background: #cc0000;
    padding: 15px 0;
    text-align: center;
  }
  footer .footArea .sp .bar img {
    width: 144px;
    display: inline-block;
  }
  footer .footArea .lower {
    display: none;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 126rem;
  }
  #page404 {
    min-height: 100vh;
  }
  #page404 footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  header {
    position: absolute;
    z-index: 1;
    width: 100%;
  }
  article {
    width: 100%;
    overflow: hidden;
  }
  section a {
    transition: opacity 0.2s ease;
  }
  section a:hover {
    opacity: 0.7;
  }
  section .inner_wrap {
    width: 126rem;
    margin: 0 auto;
  }
  section#mv {
    padding-top: 16px;
    background: #eff6f7;
  }
  section#mv .video {
    width: auto;
    height: auto;
    max-height: calc(100vh - 16px - 13.5rem);
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 1920/1080;
  }
  section#mv .skip {
    position: absolute;
    color: #002a36;
    font-size: 1.6rem;
    text-decoration: underline;
    left: 234px;
    top: 32px;
    z-index: 1;
  }
  section#mv .stop_play {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    width: 13rem;
    line-height: 5rem;
    font-size: 1.6rem;
    padding-left: 2.6rem;
    border-radius: 1rem;
    position: absolute;
    right: 5rem;
    bottom: 1.7rem;
    background: url(../images/icon_stop.svg) calc(100% - 1.6rem) center/3rem 3rem no-repeat #002a36;
  }
  section#mv .stop_play.bold {
    font-weight: 700;
  }
  section#mv .stop_play.play {
    background-image: url(../images/icon_play.svg);
  }
  section.cv {
    background: #c0dbe5;
  }
  section.cv .inner_wrap {
    width: 82.4rem;
    padding: 2.4rem 0 2.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  section.cv .inner_wrap .cv_title {
    width: 100%;
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
    color: #002a36;
  }
  section.cv .inner_wrap .cv_title span {
    display: inline-block;
    padding-right: 0.5rem;
    background: #c0dbe5;
    position: relative;
  }
  section.cv .inner_wrap .cv_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 61.8rem;
    height: 1px;
    left: 0;
    top: 50%;
    background: #002a36;
  }
  section.cv .inner_wrap .app_icon {
    width: 8.8rem;
    border-radius: 2rem;
    overflow: hidden;
    background: #fff;
  }
  section.cv .inner_wrap .btn_set {
    margin-left: 2rem;
    width: 31.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  section.cv .inner_wrap .btn_set .btn_set_title {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #002a36;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  section.cv .inner_wrap .btn_set .btn_set_title.bold {
    font-weight: 700;
  }
  section.cv .inner_wrap .btn_set .icon_new {
    position: absolute;
    width: 4.2rem;
    height: 2.1rem;
    left: 0;
    top: -2.4rem;
  }
  section.cv .inner_wrap .btn_set .btn {
    display: block;
  }
  section.cv .inner_wrap .btn_set .btn img {
    width: 100%;
    height: 100%;
  }
  section.cv .inner_wrap .btn_set .btn.btn_appstore {
    width: 13.6rem;
    height: 5rem;
  }
  section.cv .inner_wrap .btn_set .btn.btn_googleplay {
    width: 16.9rem;
    height: 5rem;
  }
  section.cv .inner_wrap .qr_set {
    margin-left: 2rem;
    width: 18.3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.cv .inner_wrap .qr_set .qr {
    width: 8.8rem;
  }
  section.cv .inner_wrap .qr_set .qr .qr_title {
    position: absolute;
    width: 200%;
    left: -50%;
    text-align: center;
    color: #002a36;
    font-size: 1.1rem;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 0.5rem;
    transform-origin: center center;
  }
  section.cv .inner_wrap .sp_image {
    position: absolute;
    width: 14rem;
    bottom: -10rem;
    left: calc(50% + 26.5rem);
  }
  section.cv:not(#cv1) {
    overflow: hidden;
    min-height: 18.5rem;
  }
  section.cv:not(#cv1) .inner_wrap {
    padding: 4.9rem 0 4.8rem;
  }
  section.cv:not(#cv1) .inner_wrap .sp_image {
    bottom: -11rem;
  }
  section#nav_section {
    background: #fff;
    padding: 4.2rem 0 0;
  }
  section#nav_section .nav {
    width: 110rem;
    margin: 0 auto;
  }
  section#nav_section .nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  section#nav_section .nav ul li {
    width: 26rem;
    margin: 0 1rem;
  }
  section#nav_section .nav ul li a {
    width: 26rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 1.5rem;
    border: #002a36 1px solid;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #002a36;
    background: url(../images/arrow.svg) calc(100% - 2.3rem) center/1.6rem 1.6rem no-repeat;
  }
  section#nav_section .nav ul li a.bold {
    font-weight: 700;
  }
  section .section_title {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    color: #002a36;
    letter-spacing: 0.02em;
    font-size: 4rem;
    line-height: 1;
    height: 4rem;
    text-align: center;
    margin-bottom: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section .section_title.bold {
    font-weight: 700;
  }
  section .main_text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  section#about_app {
    padding-top: 15rem;
    padding-bottom: 14.4rem;
  }
  section#about_app .section_title:before {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background: url(../images/app_icon.svg) center center/4rem 4rem no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    margin-right: 2rem;
  }
  section#about_app .feature_id {
    margin: 10rem auto 8.9rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  section#about_app .feature_id .feature {
    padding: 3.3rem 3rem 3rem;
    width: 38rem;
    background: #f2f8fa;
    border-radius: 2rem;
  }
  section#about_app .feature_id .feature dt {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #002a36;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
  section#about_app .feature_id .feature dt.bold {
    font-weight: 700;
  }
  section#about_app .feature_id .feature .text {
    font-size: 1.5rem;
    line-height: 2.6rem;
    text-align: justify;
  }
  section#about_app .feature_id .feature .id_note {
    font-size: 1.2rem;
    line-height: 2.4rem;
    height: 2.4rem;
    padding-right: 5.8rem;
    margin-top: 1.5rem;
    text-align: right;
    position: static;
  }
  section#about_app .feature_id .feature .id_note:after {
    content: "";
    display: block;
    width: 100%;
    height: 3rem;
    background: url(../images/ico_id.svg?0523) right center/2.8rem 3.1rem no-repeat;
    position: absolute;
    right: 3rem;
    bottom: 3rem;
  }
  section#about_app .feature_id .feature .note {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
  section#about_app .feature_id .feature .note a {
    color: #000;
    text-decoration: underline;
  }
  section#about_app .feature_id .feature .img {
    display: block;
    width: auto;
    height: 20rem;
    margin: 0 auto 1.5rem;
  }
  section#about_app .feature_id .feature:nth-child(n+4) {
    margin-top: 4rem;
  }
  section#about_app .main_text.id_text {
    text-align: left;
    margin: 0 auto;
    width: fit-content;
    padding-left: 8.5rem;
    background: url(../images/ico_id.svg?0523) left center/5.5rem 6.1rem no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 6.1rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  section#about_app .link_btn {
    display: block;
    margin: 3.6rem auto 0;
    width: 24rem;
    height: 5rem;
    border-radius: 1rem;
    background: #c0dbe5;
    color: #002a36;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
  }
  section#about_app .link_btn.bold {
    font-weight: 700;
  }
  section#about_app .link_btn:after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 0.8rem;
    background: url(../images/icon_link.svg) center center/1.8rem 1.8rem no-repeat;
  }
  section#users_voice {
    padding-top: 15rem;
  }
  section#users_voice .voice_set {
    width: 100%;
    margin: 9.5rem auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  section#users_voice .voice_set .voice {
    display: block;
    width: 42rem;
    margin: 0 -0.6rem;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0.7rem 0.7rem 2rem 0 rgba(0, 0, 0, 0.2);
    padding: 3rem 3.6rem 3rem 13rem;
    min-height: 14rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section#users_voice .voice_set .voice dt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #646464;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    margin-bottom: 1.6rem;
  }
  section#users_voice .voice_set .voice .pic {
    position: absolute;
    width: 8rem;
    left: 3rem;
    top: 3rem;
  }
  section#users_voice .voice_set .voice .text {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
  }
  section#users_voice .voice_set .voice.voice2 {
    margin-top: 8rem;
    z-index: 1;
  }
  section#users_voice .voice_set .voice.voice3 {
    margin-top: 3rem;
  }
  section#users_voice .more_btn {
    display: block;
    width: fit-content;
    margin: 4.9rem auto 0;
    font-size: 2rem;
    line-height: 2.4rem;
    height: 2.4rem;
    font-weight: bold;
    color: #002a36;
    letter-spacing: 0.04em;
    padding-right: 3.4rem;
    background: url(../images/link_arrow.svg) calc(100% - 0.2rem) center/2.4rem 2.4rem no-repeat;
  }
  section#contents {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }
  section#contents .bnr_set {
    width: 100%;
    margin: 9.5rem auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  section#contents .bnr_set .content_bnr {
    display: block;
    width: 52.5rem;
    margin: 0 2.5rem;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0.7rem 0.7rem 2rem 0 rgba(0, 0, 0, 0.2);
    padding: 2rem;
    color: #000;
  }
  section#contents .bnr_set .content_bnr:after {
    content: "";
    clear: both;
    display: block;
  }
  section#contents .bnr_set .content_bnr .pic {
    float: left;
    width: 20rem;
  }
  section#contents .bnr_set .content_bnr .text {
    width: 26rem;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: justify;
    float: right;
  }
  section#contents .bnr_set .content_bnr .btn {
    display: block;
    width: 11rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3rem;
    background: url(../images/content_arrow.svg) calc(100% - 0.7rem) center/1.5rem 1.5rem no-repeat, #cc0000;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    padding-right: 1.4rem;
    text-align: center;
    font-weight: bold;
    border-radius: 1.5rem;
  }
  section#contents .more_btn {
    display: block;
    width: 45rem;
    margin: 5rem auto 0;
  }
  section#bnr_section {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
  section#bnr_section .bnr {
    display: block;
    border: #cc0000 1px solid;
    border-radius: 2rem;
    background: #fff;
    text-align: center;
    padding: 2.4rem 0 2.2rem;
    color: #cc0000;
    width: 75rem;
    margin: 0 auto;
  }
  section#bnr_section .bnr .bnr_title {
    color: #cc0000;
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 0.04em;
    height: 7rem;
    margin-bottom: 3.3rem;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#bnr_section .bnr .bnr_title:before {
    content: "";
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background: url(../images/app_icon.svg) center center/7rem 7rem no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0.7rem 0.7rem 1rem 0 rgba(0, 0, 0, 0.1);
    margin-right: 2rem;
  }
  section#bnr_section .bnr .feature_app {
    margin: 0 auto 2.1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#bnr_section .bnr .feature_app li {
    width: 17rem;
    height: 15.4rem;
    background: url(../images/bnr_illust1.png) center center/100% auto no-repeat;
    margin: 0 2rem;
  }
  section#bnr_section .bnr .feature_app li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: #cc0000;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.04em;
    padding-left: 0.04em;
    font-weight: bold;
    left: -1.2rem;
    top: -1.9rem;
    border-radius: 3rem;
  }
  section#bnr_section .bnr .feature_app li .icon.double {
    font-size: 1.5rem;
  }
  section#bnr_section .bnr .feature_app li .text {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    top: 12.3rem;
    left: 0;
  }
  section#bnr_section .bnr .feature_app li:nth-child(1) {
    background-image: url(../images/bnr_illust2.png);
  }
  section#bnr_section .bnr .feature_app li:nth-child(3) {
    background-image: url(../images/bnr_illust3.png);
  }
  section#bnr_section .bnr .link_text {
    font-size: 2rem;
    padding-left: 0.04em;
    line-height: 2.4rem;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-right: 3.2rem;
    background: url(../images/bnr_arrow.svg) right center/2.4rem 2.4rem no-repeat;
  }
  section#bnr_section .note_list {
    margin-top: 3.6rem;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  section.faq {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }
  section.faq .section_title {
    letter-spacing: 0;
    font-size: 3.2rem;
  }
  section.faq .faq_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 3rem auto 0;
    width: fit-content;
    font-size: 2rem;
    height: 3.2em;
    padding: 0 5em;
    border-radius: 0.8rem;
    background: #002a36;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  section.error {
    padding: 100px 0 0;
  }
  section.error .link {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 140%;
    color: #0b2a3a;
    letter-spacing: 0.012em;
  }
  section.error .section_title {
    margin: 3.5rem auto 0;
  }
  footer .footer_nav {
    display: flex;
    align-items: center;
    padding: 2rem 33px;
  }
  footer .footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
  footer .footer_nav li {
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }
  footer .footer_nav li a {
    font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    color: #0b2a3a;
    letter-spacing: 0.012em;
    color: #6e828b;
  }
  footer .footer_nav li:not(:first-child):before {
    padding: 0 16px;
    font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    color: #6e828b;
    letter-spacing: 0.012em;
    content: "|";
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1300px) {
  html {
    font-size: 0.6153846154vw;
  }
}
@media screen and (min-width: 751px) {
  body {
    min-width: 126rem;
  }
  #page404 {
    min-height: 100vh;
  }
  #page404 footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  header {
    position: absolute;
    z-index: 1;
    width: 100%;
  }
  article {
    width: 100%;
    overflow: hidden;
  }
  section a {
    transition: opacity 0.2s ease;
  }
  section a:hover {
    opacity: 0.7;
  }
  section .inner_wrap {
    width: 126rem;
    margin: 0 auto;
  }
  section#mv {
    padding-top: 16px;
    background: #eff6f7;
  }
  section#mv .video {
    width: auto;
    height: auto;
    max-height: calc(100vh - 16px - 13.5rem);
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 1920/1080;
  }
}
@media only screen and (min-width: 751px) and (min-width: 1537px) {
  section#mv .video {
    max-width: 1536px;
  }
}
@media screen and (min-width: 751px) {
  section#mv .skip {
    position: absolute;
    color: #002a36;
    font-size: 1.6rem;
    text-decoration: underline;
    left: 234px;
    top: 32px;
    z-index: 1;
  }
  section#mv .stop_play {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    width: 13rem;
    line-height: 5rem;
    font-size: 1.6rem;
    padding-left: 2.6rem;
    border-radius: 1rem;
    position: absolute;
    right: 5rem;
    bottom: 1.7rem;
    background: url(../images/icon_stop.svg) calc(100% - 1.6rem) center/3rem 3rem no-repeat #002a36;
  }
  section#mv .stop_play.bold {
    font-weight: 700;
  }
  section#mv .stop_play.play {
    background-image: url(../images/icon_play.svg);
  }
  section.cv {
    background: #c0dbe5;
  }
  section.cv .inner_wrap {
    width: 82.4rem;
    padding: 2.4rem 0 2.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  section.cv .inner_wrap .cv_title {
    width: 100%;
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
    color: #002a36;
  }
  section.cv .inner_wrap .cv_title span {
    display: inline-block;
    padding-right: 0.5rem;
    background: #c0dbe5;
    position: relative;
  }
  section.cv .inner_wrap .cv_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 61.8rem;
    height: 1px;
    left: 0;
    top: 50%;
    background: #002a36;
  }
  section.cv .inner_wrap .app_icon {
    width: 8.8rem;
    border-radius: 2rem;
    overflow: hidden;
    background: #fff;
  }
  section.cv .inner_wrap .btn_set {
    margin-left: 2rem;
    width: 31.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  section.cv .inner_wrap .btn_set .btn_set_title {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #002a36;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  section.cv .inner_wrap .btn_set .btn_set_title.bold {
    font-weight: 700;
  }
  section.cv .inner_wrap .btn_set .icon_new {
    position: absolute;
    width: 4.2rem;
    height: 2.1rem;
    left: 0;
    top: -2.4rem;
  }
  section.cv .inner_wrap .btn_set .btn {
    display: block;
  }
  section.cv .inner_wrap .btn_set .btn img {
    width: 100%;
    height: 100%;
  }
  section.cv .inner_wrap .btn_set .btn.btn_appstore {
    width: 13.6rem;
    height: 5rem;
  }
  section.cv .inner_wrap .btn_set .btn.btn_googleplay {
    width: 16.9rem;
    height: 5rem;
  }
  section.cv .inner_wrap .qr_set {
    margin-left: 2rem;
    width: 18.3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.cv .inner_wrap .qr_set .qr {
    width: 8.8rem;
  }
  section.cv .inner_wrap .qr_set .qr .qr_title {
    position: absolute;
    width: 200%;
    left: -50%;
    text-align: center;
    color: #002a36;
    font-size: 1.1rem;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 0.5rem;
    transform-origin: center center;
  }
  section.cv .inner_wrap .sp_image {
    position: absolute;
    width: 14rem;
    bottom: -10rem;
    left: calc(50% + 26.5rem);
  }
  section.cv:not(#cv1) {
    overflow: hidden;
    min-height: 18.5rem;
  }
  section.cv:not(#cv1) .inner_wrap {
    padding: 4.9rem 0 4.8rem;
  }
  section.cv:not(#cv1) .inner_wrap .sp_image {
    bottom: -11rem;
  }
  section#nav_section {
    background: #fff;
    padding: 4.2rem 0 0;
  }
  section#nav_section .nav {
    width: 110rem;
    margin: 0 auto;
  }
  section#nav_section .nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  section#nav_section .nav ul li {
    width: 26rem;
    margin: 0 1rem;
  }
  section#nav_section .nav ul li a {
    width: 26rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 1.5rem;
    border: #002a36 1px solid;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #002a36;
    background: url(../images/arrow.svg) calc(100% - 2.3rem) center/1.6rem 1.6rem no-repeat;
  }
  section#nav_section .nav ul li a.bold {
    font-weight: 700;
  }
  section .section_title {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    color: #002a36;
    letter-spacing: 0.02em;
    font-size: 4rem;
    line-height: 1;
    height: 4rem;
    text-align: center;
    margin-bottom: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section .section_title.bold {
    font-weight: 700;
  }
  section .main_text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  section#about_app {
    padding-top: 15rem;
    padding-bottom: 14.4rem;
  }
  section#about_app .section_title:before {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background: url(../images/app_icon.svg) center center/4rem 4rem no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    margin-right: 2rem;
  }
  section#about_app .feature_id {
    margin: 10rem auto 8.9rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
  }
  section#about_app .feature_id .feature {
    padding: 3.3rem 3rem 3rem;
    width: 38rem;
    background: #f2f8fa;
    border-radius: 2rem;
  }
  section#about_app .feature_id .feature dt {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #002a36;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
  }
  section#about_app .feature_id .feature dt.bold {
    font-weight: 700;
  }
  section#about_app .feature_id .feature .text {
    font-size: 1.5rem;
    line-height: 2.6rem;
    text-align: justify;
  }
  section#about_app .feature_id .feature .id_note {
    font-size: 1.2rem;
    line-height: 2.4rem;
    height: 2.4rem;
    padding-right: 5.8rem;
    margin-top: 1.5rem;
    text-align: right;
    position: static;
  }
  section#about_app .feature_id .feature .id_note:after {
    content: "";
    display: block;
    width: 100%;
    height: 3rem;
    background: url(../images/ico_id.svg?0523) right center/2.8rem 3.1rem no-repeat;
    position: absolute;
    right: 3rem;
    bottom: 3rem;
  }
  section#about_app .feature_id .feature .note {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
  section#about_app .feature_id .feature .note a {
    color: #000;
    text-decoration: underline;
  }
  section#about_app .feature_id .feature .img {
    display: block;
    width: auto;
    height: 20rem;
    margin: 0 auto 1.5rem;
  }
  section#about_app .feature_id .feature:nth-child(n+4) {
    margin-top: 4rem;
  }
  section#about_app .main_text.id_text {
    text-align: left;
    margin: 0 auto;
    width: fit-content;
    padding-left: 8.5rem;
    background: url(../images/ico_id.svg?0523) left center/5.5rem 6.1rem no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 6.1rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  section#about_app .link_btn {
    display: block;
    margin: 3.6rem auto 0;
    width: 24rem;
    height: 5rem;
    border-radius: 1rem;
    background: #c0dbe5;
    color: #002a36;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
  }
  section#about_app .link_btn.bold {
    font-weight: 700;
  }
  section#about_app .link_btn:after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 0.8rem;
    background: url(../images/icon_link.svg) center center/1.8rem 1.8rem no-repeat;
  }
  section#users_voice {
    padding-top: 15rem;
  }
  section#users_voice .voice_set {
    width: 100%;
    margin: 9.5rem auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  section#users_voice .voice_set .voice {
    display: block;
    width: 42rem;
    margin: 0 -0.6rem;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0.7rem 0.7rem 2rem 0 rgba(0, 0, 0, 0.2);
    padding: 3rem 3.6rem 3rem 13rem;
    min-height: 14rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section#users_voice .voice_set .voice dt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #646464;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    margin-bottom: 1.6rem;
  }
  section#users_voice .voice_set .voice .pic {
    position: absolute;
    width: 8rem;
    left: 3rem;
    top: 3rem;
  }
  section#users_voice .voice_set .voice .text {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
  }
  section#users_voice .voice_set .voice.voice2 {
    margin-top: 8rem;
    z-index: 1;
  }
  section#users_voice .voice_set .voice.voice3 {
    margin-top: 3rem;
  }
  section#users_voice .more_btn {
    display: block;
    width: fit-content;
    margin: 4.9rem auto 0;
    font-size: 2rem;
    line-height: 2.4rem;
    height: 2.4rem;
    font-weight: bold;
    color: #002a36;
    letter-spacing: 0.04em;
    padding-right: 3.4rem;
    background: url(../images/link_arrow.svg) calc(100% - 0.2rem) center/2.4rem 2.4rem no-repeat;
  }
  section#contents {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }
  section#contents .bnr_set {
    width: 100%;
    margin: 9.5rem auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  section#contents .bnr_set .content_bnr {
    display: block;
    width: 52.5rem;
    margin: 0 2.5rem;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0.7rem 0.7rem 2rem 0 rgba(0, 0, 0, 0.2);
    padding: 2rem;
    color: #000;
  }
  section#contents .bnr_set .content_bnr:after {
    content: "";
    clear: both;
    display: block;
  }
  section#contents .bnr_set .content_bnr .pic {
    float: left;
    width: 20rem;
  }
  section#contents .bnr_set .content_bnr .text {
    width: 26rem;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: justify;
    float: right;
  }
  section#contents .bnr_set .content_bnr .btn {
    display: block;
    width: 11rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3rem;
    background: url(../images/content_arrow.svg) calc(100% - 0.7rem) center/1.5rem 1.5rem no-repeat, #cc0000;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    padding-right: 1.4rem;
    text-align: center;
    font-weight: bold;
    border-radius: 1.5rem;
  }
  section#contents .more_btn {
    display: block;
    width: 45rem;
    margin: 5rem auto 0;
  }
  section#bnr_section {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
  section#bnr_section .bnr {
    display: block;
    border: #cc0000 1px solid;
    border-radius: 2rem;
    background: #fff;
    text-align: center;
    padding: 2.4rem 0 2.2rem;
    color: #cc0000;
    width: 75rem;
    margin: 0 auto;
  }
  section#bnr_section .bnr .bnr_title {
    color: #cc0000;
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 0.04em;
    height: 7rem;
    margin-bottom: 3.3rem;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#bnr_section .bnr .bnr_title:before {
    content: "";
    display: inline-block;
    width: 7rem;
    height: 7rem;
    background: url(../images/app_icon.svg) center center/7rem 7rem no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0.7rem 0.7rem 1rem 0 rgba(0, 0, 0, 0.1);
    margin-right: 2rem;
  }
  section#bnr_section .bnr .feature_app {
    margin: 0 auto 2.1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#bnr_section .bnr .feature_app li {
    width: 17rem;
    height: 15.4rem;
    background: url(../images/bnr_illust1.png) center center/100% auto no-repeat;
    margin: 0 2rem;
  }
  section#bnr_section .bnr .feature_app li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: #cc0000;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.04em;
    padding-left: 0.04em;
    font-weight: bold;
    left: -1.2rem;
    top: -1.9rem;
    border-radius: 3rem;
  }
  section#bnr_section .bnr .feature_app li .icon.double {
    font-size: 1.5rem;
  }
  section#bnr_section .bnr .feature_app li .text {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    top: 12.3rem;
    left: 0;
  }
  section#bnr_section .bnr .feature_app li:nth-child(1) {
    background-image: url(../images/bnr_illust2.png);
  }
  section#bnr_section .bnr .feature_app li:nth-child(3) {
    background-image: url(../images/bnr_illust3.png);
  }
  section#bnr_section .bnr .link_text {
    font-size: 2rem;
    padding-left: 0.04em;
    line-height: 2.4rem;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-right: 3.2rem;
    background: url(../images/bnr_arrow.svg) right center/2.4rem 2.4rem no-repeat;
  }
  section#bnr_section .note_list {
    margin-top: 3.6rem;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  section.faq {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }
  section.faq .section_title {
    letter-spacing: 0;
    font-size: 3.2rem;
  }
  section.faq .faq_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 3rem auto 0;
    width: fit-content;
    font-size: 2rem;
    height: 3.2em;
    padding: 0 5em;
    border-radius: 0.8rem;
    background: #002a36;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  section.error {
    padding: 100px 0 0;
  }
  section.error .link {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 140%;
    color: #0b2a3a;
    letter-spacing: 0.012em;
  }
  section.error .section_title {
    margin: 3.5rem auto 0;
  }
  footer .footer_nav {
    display: flex;
    align-items: center;
    padding: 2rem 33px;
  }
  footer .footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
  footer .footer_nav li {
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }
  footer .footer_nav li a {
    font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    color: #0b2a3a;
    letter-spacing: 0.012em;
    color: #6e828b;
  }
  footer .footer_nav li:not(:first-child):before {
    padding: 0 16px;
    font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    color: #6e828b;
    letter-spacing: 0.012em;
    content: "|";
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 750px) and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  body {
    min-width: 320px;
  }
  #page404 {
    min-height: 100vh;
  }
  #page404 footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  article {
    width: 100%;
    overflow: hidden;
  }
  section .inner_wrap {
    width: calc(100% - 5rem);
    margin: 0 auto;
  }
  section#mv .skip {
    position: absolute;
    color: #002a36;
    font-size: 1.1rem;
    text-decoration: underline;
    left: 1.35rem;
    top: 1.1rem;
    z-index: 1;
  }
  section#mv .stop_play {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    width: 4.7rem;
    height: 4.7rem;
    line-height: 1;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 0.55rem;
    border-radius: 0.5rem;
    position: absolute;
    right: 1rem;
    bottom: 1.1rem;
    background: url(../images/icon_stop.svg) center calc(100% - 0.65rem)/1.9rem 1.9rem no-repeat #002a36;
  }
  section#mv .stop_play.bold {
    font-weight: 700;
  }
  section#mv .stop_play.play {
    background-image: url(../images/icon_play.svg);
  }
  section.cv {
    background: #c0dbe5;
    overflow: hidden;
  }
  section.cv .inner_wrap {
    width: 100%;
    padding: 3.2rem 0 2.5rem;
  }
  section.cv .inner_wrap .cv_title {
    width: 100%;
    font-weight: bold;
    font-size: 1.85rem;
    margin-bottom: 2.25rem;
    color: #002a36;
    left: calc(50% - 14.7rem);
    padding-left: 4.5rem;
    line-height: 3.5rem;
  }
  section.cv .inner_wrap .cv_title:before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background: url(../images/app_icon.svg) center center/3.5rem 3.5rem no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.cv .inner_wrap .app_icon {
    width: 3.5rem;
    height: 3.5rem;
    background: url(../images/app_icon.svg) center center/3.5rem 3.5rem no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    position: absolute;
    left: calc(50% - 14.7rem);
    top: 3.2rem;
  }
  section.cv .inner_wrap .btn_set .btn_set_title {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    width: fit-content;
    text-align: left;
    color: #002a36;
    font-size: 1.55rem;
    letter-spacing: -0.08em;
    font-weight: bold;
    margin-bottom: 1.8rem;
    line-height: 1;
    left: calc(50% - 14.7rem);
    padding-left: 4.1rem;
    padding-top: 1.3rem;
  }
  section.cv .inner_wrap .btn_set .btn_set_title.bold {
    font-weight: 700;
  }
  section.cv .inner_wrap .btn_set .icon_new {
    position: absolute;
    width: 4.1rem;
    height: 2.35rem;
    left: calc(50% - 10.5rem);
    top: -1.6rem;
  }
  section.cv .inner_wrap .btn_set .btn {
    display: block;
    width: 15.15rem;
    left: calc(50% - 14.7rem);
  }
  section.cv .inner_wrap .btn_set .btn img {
    width: 100%;
    height: 100%;
  }
  section.cv .inner_wrap .btn_set .btn.btn_appstore {
    height: 5.55rem;
  }
  section.cv .inner_wrap .btn_set .btn.btn_googleplay {
    height: 4.5rem;
    margin-top: 0.45rem;
  }
  section.cv .inner_wrap .sp_image {
    position: absolute;
    width: 11.95rem;
    bottom: -10.2rem;
    left: calc(50% + 2.65rem);
  }
  section.cv.float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  section.cv.float.show {
    opacity: 1;
    pointer-events: auto;
  }
  section.cv.float .cv_title,
  section.cv.float .sp_image,
  section.cv.float .app_icon {
    display: none;
  }
  section.cv.float .inner_wrap .btn_set {
    display: flex;
    flex-wrap: wrap;
    width: 31.55rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    white-space: nowrap;
  }
  section.cv.float .inner_wrap .btn_set .btn_set_title {
    width: 100%;
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 0.85rem;
    color: #002a36;
    left: calc(50% - 15.75rem);
    line-height: 1;
    padding: 1.4rem 0 0.25rem;
    padding-left: 4.4rem;
  }
  section.cv.float .inner_wrap .btn_set .btn_set_title:before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background: url(../images/app_icon.svg) center center/3.5rem 3.5rem no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.cv.float .inner_wrap .btn_set .icon_new {
    width: 4.2rem;
    height: 1.75rem;
    left: calc(50% - 12.05rem);
    top: -0.8rem;
  }
  section.cv.float .inner_wrap .btn_set .btn {
    height: 5rem;
    width: auto;
    margin: 0;
    left: auto;
  }
  section.cv.float .inner_wrap .btn_set .btn.btn_appstore {
    width: 13.65rem;
  }
  section.cv.float .inner_wrap .btn_set .btn.btn_googleplay {
    width: 16.9rem;
  }
  section#nav_section {
    background: #fff;
    padding: 2.6rem 0 0;
  }
  section#nav_section .nav {
    width: calc(100% - 5rem);
    margin: 0 auto;
  }
  section#nav_section .nav ul {
    width: 100%;
  }
  section#nav_section .nav ul li {
    width: 100%;
  }
  section#nav_section .nav ul li a {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    border-radius: 0.5rem;
    border: #002a36 1px solid;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #002a36;
    background: url(../images/arrow.svg) calc(100% - 1.4rem) center/1.5rem 1.5rem no-repeat;
    padding-left: 2.5rem;
  }
  section#nav_section .nav ul li a.bold {
    font-weight: 700;
  }
  section#nav_section .nav ul li:nth-child(n+2) {
    margin-top: 1rem;
  }
  section .section_title {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    color: #002a36;
    letter-spacing: 0.02em;
    font-size: 2.6rem;
    font-feature-settings: "palt";
    white-space: nowrap;
    line-height: 1;
    height: 3rem;
    text-align: center;
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section .section_title.bold {
    font-weight: 700;
  }
  section .main_text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  section#about_app {
    padding-top: 10rem;
    padding-bottom: 6.95rem;
  }
  section#about_app .section_title:before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: url(../images/app_icon.svg) center center/3rem 3rem no-repeat;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
    margin-right: 0.75rem;
  }
  section#about_app .feature_id {
    margin: 7.5rem auto 5.05rem;
    width: 100%;
  }
  section#about_app .feature_id .feature {
    padding: 1.95rem 0 2.4rem;
    width: 100%;
    background: #f2f8fa;
    border-radius: 1.5rem;
  }
  section#about_app .feature_id .feature dt {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #002a36;
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 2.25rem;
    white-space: nowrap;
  }
  section#about_app .feature_id .feature dt.bold {
    font-weight: 700;
  }
  section#about_app .feature_id .feature .text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: justify;
    padding: 0 2.55rem;
  }
  section#about_app .feature_id .feature .id_note {
    font-size: 1.2rem;
    line-height: 3.55rem;
    height: 3.55rem;
    padding: 0 2.55rem;
    padding-right: 8.55rem;
    text-align: right;
    margin-top: 1.5rem;
    background: url(../images/ico_id.svg?0516) calc(100% - 2.55rem) center/3.2rem 3.55rem no-repeat;
  }
  section#about_app .feature_id .feature .note {
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding: 0 2.55rem;
    margin-top: 1.5rem;
  }
  section#about_app .feature_id .feature .note a {
    color: #000;
    text-decoration: underline;
  }
  section#about_app .feature_id .feature .img {
    display: block;
    width: auto;
    height: 17.1rem;
    margin: 0 auto 2.45rem;
  }
  section#about_app .feature_id .feature:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  section#about_app .main_text.id_text {
    padding-top: 8.35rem;
    background: url(../images/ico_id.svg?0516) center top/5.8rem 6.5rem no-repeat;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  section#about_app .link_btn {
    display: block;
    margin: 1.5rem auto 0;
    width: 26rem;
    height: 5rem;
    border-radius: 1rem;
    background: #c0dbe5;
    color: #002a36;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
  }
  section#about_app .link_btn.bold {
    font-weight: 700;
  }
  section#about_app .link_btn:after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 1.2rem;
    background: url(../images/icon_link.svg) center center/1.8rem 1.8rem no-repeat;
  }
  section#users_voice {
    padding-top: 10rem;
  }
  section#users_voice .section_title {
    height: auto;
    line-height: 1.4;
  }
  section#users_voice .voice_set {
    width: 100%;
    margin: 0 auto 0;
  }
  section#users_voice .voice_set:after {
    content: "";
    display: block;
    clear: both;
  }
  section#users_voice .voice_set .voice {
    display: block;
    width: 30rem;
    float: left;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0.35rem 0.35rem 1.5rem 0 rgba(0, 0, 0, 0.2);
    padding: 5.25rem 2.5rem 2.55rem;
    padding-top: 2.5rem;
    clear: both;
    min-height: 12rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section#users_voice .voice_set .voice dt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #646464;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    margin-bottom: 4.15rem;
    padding-left: 8.9rem;
  }
  section#users_voice .voice_set .voice .pic {
    position: absolute;
    width: 7rem;
    left: 2.5rem;
    top: 2.5rem;
  }
  section#users_voice .voice_set .voice .text {
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: justify;
    letter-spacing: -0.04em;
    padding-left: 8.9rem;
  }
  section#users_voice .voice_set .voice.voice2 {
    float: right;
    margin-top: -1rem;
    z-index: 1;
  }
  section#users_voice .voice_set .voice.voice3 {
    margin-top: -1rem;
  }
  section#users_voice .more_btn {
    display: block;
    width: fit-content;
    margin: 2.95rem auto 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 1.6rem;
    font-weight: bold;
    color: #002a36;
    letter-spacing: 0.04em;
    padding-right: 2.5rem;
    background: url(../images/link_arrow.svg) calc(100% - 0.1rem) center/1.55rem 1.55rem no-repeat;
  }
  section#contents {
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
  }
  section#contents .bnr_set {
    margin-top: 4.5rem;
  }
  section#contents .content_bnr {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0.35rem 0.35rem 1.5rem 0 rgba(0, 0, 0, 0.2);
    padding: 1.25rem;
    color: #000;
  }
  section#contents .content_bnr:after {
    content: "";
    clear: both;
    display: block;
  }
  section#contents .content_bnr .pic {
    width: 100%;
    margin-bottom: 1.45rem;
  }
  section#contents .content_bnr .text {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  section#contents .content_bnr .btn {
    display: block;
    width: 11rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3rem;
    background: url(../images/content_arrow.svg) calc(100% - 0.7rem) center/1.5rem 1.5rem no-repeat, #cc0000;
    color: #fff;
    float: right;
    padding-right: 1.4rem;
    text-align: center;
    font-weight: bold;
    border-radius: 1.5rem;
    margin-top: 0.65rem;
  }
  section#contents .content_bnr:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  section#contents .more_btn {
    display: block;
    width: 100%;
    margin: 2.5rem auto 0;
  }
  section#bnr_section {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }
  section#bnr_section .bnr {
    display: block;
    border: #cc0000 1px solid;
    border-radius: 1rem;
    background: #fff;
    text-align: center;
    padding: 1.4rem 0 1.8rem;
    color: #cc0000;
    width: 32.5rem;
    margin: 0 auto;
  }
  section#bnr_section .bnr .bnr_title {
    color: #cc0000;
    font-weight: bold;
    font-size: 2.3rem;
    letter-spacing: 0.04em;
    height: 3.5rem;
    margin-bottom: 2.4rem;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#bnr_section .bnr .bnr_title:before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background: url(../images/app_icon.svg) center center/3.5rem 3.5rem no-repeat;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0.35rem 0.35rem 0.5rem 0 rgba(0, 0, 0, 0.1);
    margin-right: 1.1rem;
  }
  section#bnr_section .bnr .feature_app {
    margin: 0 auto 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#bnr_section .bnr .feature_app li {
    width: 8.5rem;
    height: 8.25rem;
    background: url(../images/bnr_illust1_sp.png) center center/100% auto no-repeat;
    margin: 0 0.75rem;
  }
  section#bnr_section .bnr .feature_app li .icon {
    display: block;
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    background: #cc0000;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    padding-left: 0.04em;
    line-height: 3.5rem;
    font-weight: bold;
    left: -0.55rem;
    top: -1.4rem;
    border-radius: 1.75rem;
  }
  section#bnr_section .bnr .feature_app li .icon.double {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  section#bnr_section .bnr .feature_app li .text {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
    top: 6.8rem;
    transform: translateY(-50%);
    left: 0;
  }
  section#bnr_section .bnr .feature_app li:nth-child(2) {
    background-image: url(../images/bnr_illust2_sp.png);
  }
  section#bnr_section .bnr .feature_app li:nth-child(3) {
    background-image: url(../images/bnr_illust3_sp.png);
  }
  section#bnr_section .bnr .link_text {
    font-size: 1.6rem;
    padding-left: 0.04em;
    line-height: 1;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-right: 2.4rem;
    background: url(../images/bnr_arrow.svg) right center/1.55rem 1.55rem no-repeat;
  }
  section#bnr_section .note_list {
    margin-top: 2.75rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  section.faq {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  section.faq .section_title {
    letter-spacing: 0;
    font-size: 2.1rem;
    line-height: 1.5;
    height: auto;
  }
  section.faq .faq_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 2.1rem auto 0;
    width: fit-content;
    font-size: 1.6rem;
    height: 3.2em;
    padding: 0 3em;
    border-radius: 0.8rem;
    background: #002a36;
    font-weight: bold;
  }
  section.error {
    padding: 2rem 0 5rem;
  }
  section.error .link {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 140%;
    color: #0b2a3a;
    letter-spacing: 0.012em;
  }
  section.error .section_title {
    margin: 3.5rem auto 0;
    line-height: 1.3;
  }
  footer .footer_nav {
    display: flex;
    align-items: center;
    padding: 0 2.4rem;
    margin: 3.2rem 0;
  }
  footer .footer_nav ul {
    display: grid;
    flex-wrap: wrap;
    gap: 2rem;
  }
  footer .footer_nav li {
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }
  footer .footer_nav li a {
    font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Noto Sans JP, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: #0b2a3a;
    letter-spacing: 0.012em;
    color: #6e828b;
  }
  .pc {
    display: none !important;
  }
}