@charset "UTF-8";
/*
Site Name: SOMPO Drive
Version: 2025.08.29
*/
/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

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

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
======================================================
  body
--------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #333;
  font-family: -apple-system, blinkmacsystemfont, "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, arial, sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: none;
  width: 100%;
  overflow-wrap: break-word;
}

.content {
  overflow-x: hidden;
}

/*
======================================================
  common
--------------------------------------------------- */
.pc-br,
img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-br,
  img.pc {
    display: block;
  }
}

.sp-br,
img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br,
  img.sp {
    display: block;
  }
}

.super-txt {
  font-size: 70%;
  vertical-align: super;
}

.marker {
  background: linear-gradient(transparent 50%, #ffe100 0%);
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

_:-ms-lang(x)::-ms-backdrop,
.arrow {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.kome-list {
  padding-left: 1em;
}
ul.kome-list li {
  padding-left: 0.2em;
  position: relative;
}
ul.kome-list li::before {
  content: "※";
  left: -1em;
  position: absolute;
  top: 0;
}

.red {
  color: #c02;
}

.content a {
  transition: all 0.3s ease;
}
.content a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1025px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .section__inner {
    width: 948px;
  }
}
@media screen and (max-width: 1024px) {
  .section__inner {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .section__inner {
    width: 85.4%;
  }
}

@media screen and (min-width: 768px) {
  ul.btn__download {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  ul.btn__download {
    bottom: 12%;
    display: flex;
    justify-content: center;
    left: 6%;
    position: absolute;
    width: 88%;
    z-index: 2;
  }
  ul.btn__download li {
    margin: 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .app-download {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .app-download {
    background-color: #4cbeea;
    padding-top: 46.66%;
    position: relative;
    width: 100%;
  }
  .app-download::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .app-download__inner {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .app-download__inner.active {
    opacity: 1;
  }
}

.app-download__line {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}

.app-download__ttl {
  font-size: 3.4vw;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 12.5%;
  width: 100%;
  z-index: 2;
}

.app-download__logo {
  left: 12.67%;
  position: absolute;
  top: 25%;
  width: 74.66%;
  z-index: 2;
}

.app-download__release {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  height: 48%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3;
}

/*
======================================================
  loading
--------------------------------------------------- */
#loading {
  background-color: #4cbeea;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 1280px) {
  #loading {
    height: 740px;
  }
}
@media screen and (max-width: 1279px) {
  #loading {
    padding-top: 57.81%;
  }
  #loading::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #loading {
    padding-top: 154.6%;
  }
  #loading::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.loading-inner {
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  height: 80px;
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
  animation-delay: 0.22s;
  animation-duration: 0.9s;
}

.ball-grid-pulse > div:nth-child(2) {
  animation-delay: 0.64s;
  animation-duration: 1s;
}

.ball-grid-pulse > div:nth-child(3) {
  animation-delay: -0.15s;
  animation-duration: 0.63s;
}

.ball-grid-pulse > div:nth-child(4) {
  animation-delay: -0.03s;
  animation-duration: 1.24s;
}

.ball-grid-pulse > div:nth-child(5) {
  animation-delay: 0.08s;
  animation-duration: 1.37s;
}

.ball-grid-pulse > div:nth-child(6) {
  animation-delay: 0.43s;
  animation-duration: 1.55s;
}

.ball-grid-pulse > div:nth-child(7) {
  animation-delay: 0.05s;
  animation-duration: 0.7s;
}

.ball-grid-pulse > div:nth-child(8) {
  animation-delay: 0.05s;
  animation-duration: 0.97s;
}

.ball-grid-pulse > div:nth-child(9) {
  animation-delay: 0.3s;
  animation-duration: 0.63s;
}

.ball-grid-pulse > div {
  animation-delay: 0;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: ball-grid-pulse;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

/*
======================================================
  about
--------------------------------------------------- */
#about {
  background-color: #4cbeea;
}

.about__ttl {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .about__ttl {
    padding: 18px 0;
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .about__ttl {
    padding: 18px 0;
    width: 48%;
  }
  .about__ttl img {
    width: 78.66%;
  }
}
@media screen and (max-width: 767px) {
  .about__ttl {
    padding: 16px 0;
    width: 70.32%;
  }
}

.about__mds {
  margin: 45px 0 0;
}
@media screen and (max-width: 1024px) {
  .about__mds {
    margin: 35px 0 0;
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .about__mds {
    margin: 20px 0 0;
    padding-top: 10px;
    width: 62.5%;
  }
}

.about__content {
  background-image: url(../images/about_japanda.png);
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about__content {
    background-position: right center;
    margin: 0 20px;
    padding-right: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .about__content {
    background-position: right center;
    background-size: 22%;
    padding-right: 24%;
  }
}
@media screen and (max-width: 767px) {
  .about__content {
    background-position: right top;
    background-size: 28%;
    padding-right: 0;
  }
}
.about__content .about__waribiki {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 25px;
}
.about__content p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .about__content p {
    font-size: 1.4rem;
  }
}
.about__content ul.kome-list {
  margin-top: 20px;
}
.about__content ul.kome-list li {
  font-size: 1.2rem;
  line-height: 1.5;
}

.about__download-after {
  margin: 40px auto 0;
  width: 390px;
}
@media screen and (max-width: 767px) {
  .about__download-after {
    margin: 30px auto 0;
    width: 94%;
  }
}
.about__download-after a {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 24px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .about__download-after a {
    font-size: 3.8vw;
    padding-right: 15px;
  }
}
.about__download-after a::after {
  background-image: url(../images/icon_arrow_down_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  right: 20px;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .about__download-after a::after {
    right: 15px;
  }
}

/*
======================================================
  app
--------------------------------------------------- */
@media screen and (min-width: 1025px) {
  #app {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  #app {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #app {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #app .section__inner {
    width: 100%;
  }
}

.app__mds {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .app__mds {
    font-size: 1.2rem;
    width: 120px;
  }
}
.app__mds::before, .app__mds::after {
  background-color: #c02;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  top: 8px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .app__mds::before, .app__mds::after {
    height: 22px;
    top: 4px;
  }
}
.app__mds::before {
  left: 0;
  transform: rotate(-45deg) translateY(-50%);
}
.app__mds::after {
  right: 0;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .app__logo {
    margin: 0 auto;
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .app__logo {
    margin: 10px auto 0;
    width: 74.66%;
  }
}

.app__download {
  position: relative;
}
@media screen and (min-width: 768px) {
  .app__download {
    height: 120px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .app__download {
    height: 90px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  ul.btn__download-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: calc(50% - 274px);
    position: absolute;
    top: 0;
    width: 548px;
  }
}
@media screen and (max-width: 767px) {
  ul.btn__download-list {
    display: none;
  }
}
ul.btn__download-list li:first-child {
  border-right: 2px solid #333;
  text-align: left;
  width: 257px;
}
ul.btn__download-list li:first-child dl.btn__download-item {
  margin: 0 4px 0 0;
}
.fv__app ul.btn__download-list li:first-child {
  border-right: 2px solid #fff;
}
ul.btn__download-list li:last-child {
  width: 270px;
}

dl.btn__download-item {
  align-items: center;
  display: flex;
}
dl.btn__download-item dt {
  margin: 0 10px 0 0;
}
dl.btn__download-item dt img {
  height: 49px;
}
dl.btn__download-item dd {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .fv__app > ul.btn__download-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: static;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__app > ul.btn__download-list {
    width: 548px;
  }
}
@media screen and (max-width: 1279px) {
  .fv__app > ul.btn__download-list li:first-child {
    width: 46.89%;
  }
  .fv__app > ul.btn__download-list li:first-child dl.btn__download-item {
    width: 100%;
  }
  .fv__app > ul.btn__download-list li:first-child dl.btn__download-item dt {
    width: 50.58%;
  }
  .fv__app > ul.btn__download-list li:first-child dl.btn__download-item dt img {
    height: auto;
  }
  .fv__app > ul.btn__download-list li:first-child dl.btn__download-item dd {
    width: 38.91%;
  }
  .fv__app > ul.btn__download-list li:first-child dl.btn__download-item dd img {
    height: auto;
  }
  .fv__app > ul.btn__download-list li:last-child {
    width: 49.27%;
  }
  .fv__app > ul.btn__download-list li:last-child dl.btn__download-item {
    width: 100%;
  }
  .fv__app > ul.btn__download-list li:last-child dl.btn__download-item dt {
    width: 58.88%;
  }
  .fv__app > ul.btn__download-list li:last-child dl.btn__download-item dt img {
    height: auto;
  }
  .fv__app > ul.btn__download-list li:last-child dl.btn__download-item dd {
    width: 37.03%;
  }
  .fv__app > ul.btn__download-list li:last-child dl.btn__download-item dd img {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  ul.btn__download-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  ul.btn__download-sp {
    display: flex;
    justify-content: space-between;
    left: 9%;
    position: absolute;
    top: 10px;
    width: 82%;
  }
  ul.btn__download-sp li {
    margin: 0 4px;
  }
}

.app__release {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .app__release {
    height: 120px;
    left: calc(50% - 287px);
    top: -10px;
    width: 574px;
  }
}
@media screen and (max-width: 767px) {
  .app__release {
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}

/*
======================================================
  challenge
--------------------------------------------------- */
.challenge__ttl {
  align-items: flex-end;
  background-image: url(../images/challenge_japanda.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .challenge__ttl {
    background-size: 120px;
    height: 160px;
    margin: 0 auto;
    width: 734px;
  }
}
@media screen and (max-width: 1024px) {
  .challenge__ttl {
    background-size: contain;
    height: 120px;
    margin: 0 auto;
    width: 80%;
  }
  .challenge__ttl img {
    width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .challenge__ttl {
    height: 100px;
    width: 100%;
  }
  .challenge__ttl img {
    width: 72.6%;
  }
}

.challenge__fukidashi {
  background-color: #4cbeea;
  border-radius: 6px;
  color: #fff;
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .challenge__fukidashi {
    margin: 30px auto 0;
    padding: 20px 0;
    width: 734px;
  }
}
@media screen and (max-width: 1024px) {
  .challenge__fukidashi {
    margin: 30px auto 0;
    padding: 20px 0;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .challenge__fukidashi {
    width: 100%;
  }
}
.challenge__fukidashi.fukidashi-text {
  margin-bottom: 30px;
  padding: 15px 0;
  text-align: center;
}
.challenge__fukidashi::before {
  border: 15px solid transparent;
  border-top: 15px solid #4cbeea;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 100%;
}

.challenge__fukidashi-ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .challenge__fukidashi-ttl {
    flex-direction: column;
  }
}
.fukidashi-text .challenge__fukidashi-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
}
.challenge__fukidashi-ttl img {
  margin-left: 10px;
  width: 45.5%;
}
@media screen and (max-width: 1024px) {
  .challenge__fukidashi-ttl img {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .challenge__fukidashi-ttl img {
    display: block;
    margin: 8px 0 0;
    width: 80%;
  }
}

.challenge__fukidashi-txt {
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0.8em auto 0;
  padding-top: 0.8em;
  text-align: center;
  width: 77.65%;
}
@media screen and (max-width: 1024px) {
  .challenge__fukidashi-txt {
    width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .challenge__fukidashi-txt {
    margin: 1em auto 0;
    width: 88%;
  }
}

@media screen and (min-width: 768px) {
  ul.challenge__illust {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.challenge__illust {
    width: 734px;
  }
}
@media screen and (max-width: 1024px) {
  ul.challenge__illust {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  ul.challenge__illust {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  ul.challenge__illust li {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  ul.challenge__illust li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  dl.challenge__illust-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
dl.challenge__illust-item dt {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  dl.challenge__illust-item dt {
    height: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  dl.challenge__illust-item dt {
    width: 50%;
  }
}
dl.challenge__illust-item dt p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
dl.challenge__illust-item dd {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  dl.challenge__illust-item dd {
    height: 115px;
  }
}
@media screen and (max-width: 1024px) {
  dl.challenge__illust-item dd {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  dl.challenge__illust-item dd {
    flex: 1;
  }
}
dl.challenge__illust-item dd img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  dl.challenge__illust-item dd img {
    width: 186px;
  }
}
@media screen and (max-width: 1024px) {
  dl.challenge__illust-item dd img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  dl.challenge__illust-item dd img {
    margin-left: auto;
    margin-right: 0;
    width: 84%;
  }
}

.challenge__hyo {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .challenge__hyo {
    width: 734px;
  }
}
@media screen and (max-width: 1024px) {
  .challenge__hyo {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .challenge__hyo {
    margin: 20px auto 0;
    width: 100%;
  }
}

dl.challenge__hosoku {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  dl.challenge__hosoku {
    margin: 8px auto 0;
    width: 764px;
  }
}
@media screen and (max-width: 1024px) {
  dl.challenge__hosoku {
    margin: 15px auto 0;
    width: 100%;
  }
}
dl.challenge__hosoku dt,
dl.challenge__hosoku dd {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}
dl.challenge__hosoku dt {
  float: left;
  padding: 0.2em 0;
  width: 4em;
}
dl.challenge__hosoku dd {
  padding: 0.2em 0 0.2em 4em;
}

/* 追加（2024.9.25）
========================================================= */
.challenge__info {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 50px;
  width: 734px;
}
@media screen and (max-width: 767px) {
  .challenge__info {
    flex-direction: column;
    margin: 30px auto 0;
    width: 100%;
  }
}

.challenge__info-block:first-child {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .challenge__info-block:first-child {
    width: 100%;
  }
}

.challenge__info-block:last-child {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .challenge__info-block:last-child {
    margin-top: 20px;
    width: 100%;
  }
}

.challenge__info-ttl {
  background-color: #4cbeea;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .challenge__info-ttl {
    font-size: 1.9rem;
  }
}

dl.challenge__item {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
}
dl.challenge__item dt {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  dl.challenge__item dt {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  dl.challenge__item dt {
    font-size: 1.5rem;
  }
}
dl.challenge__item dd {
  height: 98px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.challenge__item dd {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  dl.challenge__item dd img {
    height: 70px;
    width: auto;
  }
}

.challenge__item-block.two {
  display: flex;
  justify-content: space-around;
}
.challenge__item-block.two dl.challenge__item {
  width: 44%;
}

.challenge__point {
  margin: 0 auto;
  padding-top: 1em;
  width: 744px;
}
@media screen and (max-width: 767px) {
  .challenge__point {
    width: 100%;
  }
}

.challenge__point-item {
  color: #c02;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1em;
  padding-left: 8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .challenge__point-item {
    font-size: 1.3rem;
    padding-left: 7em;
  }
}
.challenge__point-item span {
  background: #c02;
  color: #fff;
  display: inline-block;
  left: 0;
  padding: 0.2em 1.2rem;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .challenge__point-item span {
    font-size: 1.2rem;
    padding: 0.2em 0.8em 0.1em;
  }
}
.challenge__point-item span::after {
  border-color: transparent transparent transparent #c02;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
  height: 0;
  position: absolute;
  right: -8px;
  top: calc(50% - 5px);
  width: 0;
}

.challenge__ttl-02 {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .challenge__ttl-02 {
    width: 734px;
  }
}
@media screen and (max-width: 1024px) {
  .challenge__ttl-02 {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .challenge__ttl-02 {
    width: 100%;
  }
}

/*
======================================================
  faq
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  #faq .section__inner {
    width: 94.66%;
  }
}

.faq__ttl {
  color: #4cbeea;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

ul.faq__list {
  border-top: 1px solid #333;
  margin: 30px auto 0;
  padding-top: 30px;
}
@media screen and (min-width: 1025px) {
  ul.faq__list {
    width: 900px;
  }
}
@media screen and (max-width: 767px) {
  ul.faq__list {
    margin: 20px auto 0;
    padding-top: 20px;
  }
}
ul.faq__list > li {
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  ul.faq__list > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
ul.faq__list > li a {
  text-decoration: none;
}

a.noscroll-faq dl.faq__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  a.noscroll-faq dl.faq__header {
    align-items: start;
  }
}
a.noscroll-faq dl.faq__header dt {
  margin-right: 18px;
  width: 36px;
}
@media screen and (max-width: 767px) {
  a.noscroll-faq dl.faq__header dt {
    margin-right: 8px;
  }
}
a.noscroll-faq dl.faq__header dt span.faq__q-icon {
  background-color: #4cbeea;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
a.noscroll-faq dl.faq__header dd.faq__header-txt {
  color: #333;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  a.noscroll-faq dl.faq__header dd.faq__header-txt {
    font-size: 1.4rem;
  }
}
a.noscroll-faq dl.faq__header dd.faq__header-arrow {
  text-align: right;
  width: 70px;
}
@media screen and (max-width: 1024px) {
  a.noscroll-faq dl.faq__header dd.faq__header-arrow {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  a.noscroll-faq dl.faq__header dd.faq__header-arrow {
    width: 30px;
  }
}
a.noscroll-faq dl.faq__header dd.faq__header-arrow img {
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 14px;
}
@media screen and (max-width: 767px) {
  a.noscroll-faq dl.faq__header dd.faq__header-arrow img {
    margin-right: 5px;
  }
}
a.noscroll-faq.active dl.faq__header dd.faq__header-arrow img {
  transform: rotate(180deg);
}

.faq__content {
  display: none;
  overflow: hidden;
}

dl.faq__content-txt {
  display: flex;
  padding-top: 20px;
}
dl.faq__content-txt dt {
  margin-right: 18px;
  width: 36px;
}
@media screen and (max-width: 767px) {
  dl.faq__content-txt dt {
    margin-right: 8px;
  }
}
dl.faq__content-txt dt span.faq__a-icon {
  border: 1px solid #4cbeea;
  border-radius: 50%;
  color: #4cbeea;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  height: 36px;
  line-height: 32px;
  text-align: center;
  width: 36px;
}
dl.faq__content-txt dd {
  flex: 1;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  dl.faq__content-txt dd {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  dl.faq__content-txt dd {
    padding-right: 35px;
  }
}
dl.faq__content-txt dd p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.faq__more {
  margin: 40px auto 0;
  width: 224px;
}
.faq__more a {
  align-items: center;
  background-color: #4cbeea;
  border-radius: 23px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .faq__more a {
    border-radius: 20px;
    font-size: 4vw;
    height: 40px;
  }
}

/*
======================================================
  floating
--------------------------------------------------- */
#pagetop {
  bottom: 30px;
  position: fixed;
  right: 30px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 70px;
    right: 15px;
  }
}
#pagetop .btn--totop {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 40px;
}
#pagetop .btn--totop img {
  height: auto;
  margin-top: -3px;
  width: 15px;
}
@media screen and (min-width: 1025px) {
  #pagetop .btn--totop:hover {
    opacity: 0.7;
  }
}

/*
======================================================
  flow
--------------------------------------------------- */
#flow {
  background-color: #4cbeea;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #flow {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #flow .section__inner {
    width: 94%;
  }
}

.flow__header {
  background-color: #0088be;
  border-radius: 6px 6px 0 0;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__header {
    padding: 18px 0;
  }
}

.flow__header-ttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flow__header-ttl {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .flow__header-ttl {
    font-size: 1.4rem;
    margin-left: 9%;
    text-align: left;
  }
}
.flow__header-ttl img {
  margin-left: 10px;
  width: 284px;
}
@media screen and (max-width: 1024px) {
  .flow__header-ttl img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .flow__header-ttl img {
    display: block;
    margin: 7px 0 0;
    width: 58%;
  }
}

.flow__header-japanda {
  bottom: 10px;
  position: absolute;
  right: 80px;
  width: 118px;
}
@media screen and (max-width: 1024px) {
  .flow__header-japanda {
    right: 60px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .flow__header-japanda {
    right: 9%;
    width: 84px;
  }
}

.flow__content {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  ul.flow__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
ul.flow__list > li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  ul.flow__list > li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  ul.flow__list > li:first-child {
    position: relative;
  }
  ul.flow__list > li:first-child::after {
    background-color: #4cbeea;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 1;
  }
  ul.flow__list > li:first-child::before {
    background-color: #fff;
    border-right: 1px solid #4cbeea;
    border-top: 1px solid #4cbeea;
    content: "";
    height: 30px;
    position: absolute;
    right: -15px;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    width: 30px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  ul.flow__list > li:first-child {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  ul.flow__list > li:nth-of-type(3), ul.flow__list > li:nth-of-type(4) {
    margin-top: 40px;
    position: relative;
    width: 100%;
  }
  ul.flow__list > li:nth-of-type(3)::after, ul.flow__list > li:nth-of-type(4)::after {
    background-color: #4cbeea;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  ul.flow__list > li:nth-of-type(3)::before, ul.flow__list > li:nth-of-type(4)::before {
    background-color: #fff;
    border-bottom: 1px solid #4cbeea;
    border-right: 1px solid #4cbeea;
    content: "";
    height: 30px;
    left: calc(50% - 15px);
    position: absolute;
    top: -15px;
    transform: rotate(45deg);
    width: 30px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  ul.flow__list > li:nth-of-type(2), ul.flow__list > li:nth-of-type(3), ul.flow__list > li:nth-of-type(4) {
    margin-top: 40px;
    position: relative;
    width: 100%;
  }
  ul.flow__list > li:nth-of-type(2)::after, ul.flow__list > li:nth-of-type(3)::after, ul.flow__list > li:nth-of-type(4)::after {
    background-color: #4cbeea;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  ul.flow__list > li:nth-of-type(2)::before, ul.flow__list > li:nth-of-type(3)::before, ul.flow__list > li:nth-of-type(4)::before {
    background-color: #fff;
    border-bottom: 1px solid #4cbeea;
    border-right: 1px solid #4cbeea;
    content: "";
    height: 16px;
    left: calc(50% - 8px);
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 16px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  ul.flow__list > li:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  ul.flow__list > li:nth-of-type(4) {
    margin-top: 20px;
  }
}

ul.flow__cap {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  ul.flow__cap {
    width: 296px;
  }
}
@media screen and (max-width: 1024px) {
  ul.flow__cap {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  ul.flow__cap {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  ul.flow__cap li {
    width: 132px;
  }
}
@media screen and (max-width: 1024px) {
  ul.flow__cap li {
    width: 46%;
  }
}
ul.flow__cap li:first-child {
  position: relative;
}
ul.flow__cap li:first-child::after {
  background-image: url(../images/flow_cap_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  right: -22px;
  top: calc(50% - 11px);
  width: 11px;
}
@media screen and (max-width: 1024px) {
  ul.flow__cap li:first-child::after {
    height: 18px;
    right: -17px;
    top: calc(50% - 9px);
    width: 9px;
  }
}

.flow__txt {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .flow__txt {
    width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .flow__txt {
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .flow__txt {
    width: 98%;
  }
  ul.flow__list > li:nth-of-type(2) .flow__txt {
    padding-top: 30px;
  }
}
.flow__txt h3 {
  color: #4cbeea;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.flow__txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0.3em;
}

.flow__03-left,
.flow__03-right {
  padding-top: 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flow__03-left,
  .flow__03-right {
    width: 100%;
  }
}

.flow__kikan {
  margin: 0 auto;
  width: 380px;
}
@media screen and (max-width: 1024px) {
  .flow__kikan {
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .flow__kikan {
    width: 96%;
  }
}

.flow__kikan-header {
  background-color: #4cbeea;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 14px 0;
  text-align: center;
}

.flow__kikan-body {
  border-bottom: 2px solid #4cbeea;
  border-left: 2px solid #4cbeea;
  border-radius: 0 0 6px 6px;
  border-right: 2px solid #4cbeea;
  padding: 10px 0 15px;
}
.flow__kikan-body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 15px;
}

.flow__kikan-cap {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0.7em 15px 0;
}

.flow__kikan-img {
  margin: 0 auto;
  padding-top: 15px;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .flow__kikan-img {
    width: 90%;
  }
}

ul.flow__kome-list {
  padding-left: 1em;
}
ul.flow__kome-list li {
  padding-left: 0.2em;
  position: relative;
}
ul.flow__kome-list li::before {
  content: "※";
  left: -1em;
  position: absolute;
  top: 0;
}
ul.flow__kome-list {
  font-size: 1rem;
  margin-top: 15px;
}

.flow__04 {
  margin-top: 50px;
  padding: 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .flow__04 {
    margin-top: 30px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow__04 {
    padding: 30px 0 0;
  }
}
.flow__04 .flow__txt {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow__04 .flow__txt {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .flow__04 .flow__txt {
    padding-bottom: 10px;
    width: 98%;
  }
}
.flow__04 .flow__txt::after {
  background-image: url(../images/flow_04_illust.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 94px;
  position: absolute;
  right: 0;
  top: calc(50% - 47px);
  width: 82px;
}
.flow__04 .flow__txt p {
  padding-right: 100px;
}

dl.flow__kikan-atten {
  display: flex;
  margin: 1em 10px 0;
}
dl.flow__kikan-atten dt,
dl.flow__kikan-atten dd {
  font-size: 1.2rem;
  line-height: 1.6;
}
dl.flow__kikan-atten dt {
  width: 3em;
}
dl.flow__kikan-atten dd {
  flex: 1;
}

/*
======================================================
  fv
--------------------------------------------------- */
#fv {
  background-color: #4cbeea;
}
@media screen and (min-width: 1280px) {
  #fv {
    height: 740px;
    position: relative;
  }
}
@media screen and (max-width: 1279px) {
  #fv {
    padding-top: 57.81%;
    position: relative;
  }
  #fv::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    padding-top: 112.2%;
    position: relative;
  }
  #fv::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.fv {
  opacity: 0;
}
.fv.active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .fv__line {
    background-color: #fff;
    position: absolute;
    width: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__line {
    height: 120px;
    top: 416px;
  }
}
@media screen and (max-width: 1279px) {
  .fv__line {
    height: 18.46%;
    top: 56.21%;
  }
}
@media screen and (max-width: 767px) {
  .fv__line {
    display: none;
  }
}

.fv__inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    background-image: url(../images/fv_star_pc@2x.png);
  }
}
@media screen and (min-width: 1280px) {
  .fv__inner {
    height: 740px;
    left: calc(50% - 640px);
    margin: 0 auto;
    width: 1280px;
  }
}
@media screen and (max-width: 1279px) {
  .fv__inner {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    background-image: url(../images/fv_star_sp@2x.png);
  }
}

.fv__recomend {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .fv__recomend {
    left: 15.15%;
    top: 6.75%;
    width: 37.5%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__recomend {
    left: calc(50% - 446px);
    top: 50px;
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .fv__recomend {
    left: 4.66%;
    top: 14.21%;
    width: 89.74%;
  }
}

.fv__ttl {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .fv__ttl {
    left: 15.15%;
    top: 20.94%;
    width: 44.76%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__ttl {
    left: calc(50% - 446px);
    top: 155px;
    width: 573px;
  }
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    left: 4.66%;
    top: 43.6%;
    width: 49.6%;
  }
}

.fv__fukidashi {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .fv__fukidashi {
    right: 12.96%;
    top: 6.92%;
    width: 17.89%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__fukidashi {
    left: calc(50% + 246px);
    width: 229px;
  }
}
@media screen and (max-width: 767px) {
  .fv__fukidashi {
    left: 4.93%;
    top: 31.04%;
    width: 90.13%;
  }
}

.fv__illust {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .fv__illust {
    right: 9.76%;
    top: 19.69%;
    width: 30.15%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__illust {
    left: calc(50% + 132px);
    width: 386px;
  }
}
@media screen and (max-width: 767px) {
  .fv__illust {
    right: -2.8%;
    top: 34.09%;
    width: 47.2%;
  }
}

@media screen and (min-width: 768px) {
  .fv__logo {
    left: 17.5%;
    position: absolute;
    top: 58.76%;
    width: 37.73%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__logo {
    left: calc(50% - 416px);
    top: 428px;
    width: 483px;
  }
}
@media screen and (max-width: 767px) {
  .fv__logo {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fv__app {
    left: 15.15%;
    position: absolute;
    top: 78.15%;
    width: 42.9%;
    z-index: 2;
  }
}
@media screen and (min-width: 1280px) {
  .fv__app {
    left: calc(50% - 446px);
    width: 548px;
  }
}
@media screen and (max-width: 767px) {
  .fv__app {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fv__app-release {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: flex;
    font-size: 1.8rem;
    height: 17.2%;
    justify-content: center;
    left: 14.3%;
    position: absolute;
    top: 77.2%;
    width: 44.76%;
    z-index: 3;
  }
}
@media screen and (min-width: 1280px) {
  .fv__app-release {
    left: calc(50% - 457px);
    width: 573px;
  }
}
@media screen and (max-width: 767px) {
  .fv__app-release {
    display: none;
  }
}

.fv__under {
  background-color: #4cbeea;
  color: #c02;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.2em 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fv__under {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__under {
    font-size: 1.3rem;
    padding: 0.3em 4% 1.4em;
  }
}

/*
======================================================
  info
--------------------------------------------------- */
#info {
  background-color: #4cbeea;
}
@media screen and (min-width: 1025px) {
  #info {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  #info {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #info {
    padding: 35px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #info .section__inner {
    width: 100%;
  }
}

.info__kiyaku {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .info__kiyaku {
    width: 224px;
  }
}
@media screen and (max-width: 767px) {
  .info__kiyaku {
    width: 70.66%;
  }
}
.info__kiyaku a {
  align-items: center;
  background-color: #fff;
  border-radius: 23px;
  color: #4cbeea;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .info__kiyaku a {
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .info__pamphlet {
    margin: 30px auto 0;
    width: 224px;
  }
}
@media screen and (max-width: 767px) {
  .info__pamphlet {
    margin: 25px auto 0;
    width: 70.66%;
  }
}
.info__pamphlet a {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 23px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .info__pamphlet a {
    font-size: 4vw;
  }
}

.bobun-txt {
  color: #fff;
  font-size: 1.4rem;
  margin: 30px auto 0;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .bobun-txt {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .bobun-txt {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .bobun-txt {
    font-size: 1.2rem;
  }
}

/*
======================================================
  kiyaku
--------------------------------------------------- */
#kiyaku {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #kiyaku {
    padding: 40px 0;
    width: 676px;
  }
}
@media screen and (max-width: 767px) {
  #kiyaku {
    padding: 30px 0;
    width: 90%;
  }
}
#kiyaku p {
  line-height: 1.6;
}
#kiyaku a {
  color: #66a;
  text-decoration: underline;
}

.kiyaku__ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .kiyaku__ttl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .kiyaku__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .kiyaku__ttl {
    font-size: 2rem;
  }
}
.kiyaku__ttl + p {
  padding-top: 2em;
}

.kiyaku__mds {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .kiyaku__mds {
    font-size: 1.6rem;
  }
}
.kiyaku__mds + p {
  margin-top: 1em;
}

table.kiyaku__hyo {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 1.5em;
}
table.kiyaku__hyo th,
table.kiyaku__hyo td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.6;
  padding: 0.6em;
}
table.kiyaku__hyo th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
table.kiyaku__hyo th.name {
  background-color: #f1f1f1;
}

ol.number-list {
  margin: 1em 0 0;
  padding: 0;
  position: relative;
}
ol.number-list > li {
  line-height: 1.6;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0.1em 0 0.1em 1.3em;
}
ol.number-list > li span {
  left: 0;
  margin: 0;
  position: absolute;
}

ol.number-kakko-list {
  margin: 0.6em 0 0 3em;
}
ol.number-kakko-list > li {
  counter-increment: cnt;
  line-height: 1.6;
  list-style-type: none;
  padding: 0.3em 0;
  position: relative;
}
ol.number-kakko-list > li::before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  left: 0;
  margin-left: -3em; /* サイトに合せて調整 */
  position: absolute;
  text-align: right;
  top: 0.3em;
  width: 3em; /* サイトに合せて調整 */
}
ol.number-kakko-list > li > ol.number-list {
  margin-top: 0.6em;
}
ol.number-kakko-list > li > ul.kome-list {
  font-size: 1.2rem;
  margin-top: 0.6em;
}
ol.number-kakko-list > li > p {
  margin-top: 0.6em;
}

ol.number-list-kana {
  counter-reset: hoge;
  list-style: none;
  margin: 0.6em 0 0 2em;
}
ol.number-list-kana > li {
  counter-increment: hoge;
  padding: 0.1em 0;
  position: relative;
}
ol.number-list-kana > li::before {
  content: counter(hoge, katakana) ".";
  display: inline-block;
  left: 0;
  margin-left: -2em; /* サイトに合せて調整 */
  position: absolute;
  top: 0.1em;
  width: 2em;
}

dl.data-item {
  display: flex;
}
dl.data-item dt,
dl.data-item dd {
  line-height: 1.6;
}
dl.data-item dt {
  width: 3em;
}
dl.data-item dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  dl.data-item.w6 {
    display: block;
  }
}
dl.data-item.w6 dt {
  width: 6em;
}
dl.data-item:first-child {
  margin-top: 0.6em;
}

.kiyaku__footer {
  margin-top: 2em;
}

dl.kiyaku__footer-item {
  display: flex;
}
dl.kiyaku__footer-item dt,
dl.kiyaku__footer-item dd {
  line-height: 1.6;
}
dl.kiyaku__footer-item dd {
  flex: 1;
}

/*
======================================================
  menu
--------------------------------------------------- */
#main__toggle {
  align-items: center;
  appearance: none;
  background-color: #c02;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: fixed;
  right: 20px;
  transition: all 0.3s ease;
  width: 40px;
  z-index: 1001;
}
@media screen and (min-width: 1025px) {
  #main__toggle {
    top: 95px;
  }
  #main__toggle:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  #main__toggle {
    top: 78px;
  }
}
@media screen and (max-width: 767px) {
  #main__toggle {
    right: 10px;
    top: 74px;
  }
}
@media screen and (min-width: 1025px) {
  #main__toggle.top {
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #main__toggle.top {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main__toggle.top {
    top: 15px;
  }
}

#main-trigger,
#main-trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
}

#main-trigger {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  height: 14px;
  position: relative;
  width: 16px;
}
#main-trigger span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
#main-trigger span:nth-of-type(1) {
  top: 0;
}
#main-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}
#main-trigger span:nth-of-type(3) {
  bottom: 0;
}

#main-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
#main-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#main-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

/* メニュー画面（メイン）
========================================================= */
.menu__wrap {
  /* height: 100%;
  overflow-x: hidden;
  position: fixed;
  width: 100%;
  z-index: 998; */
}

#menu {
  background-color: #fff;
  position: fixed;
  transition: all 0.4s ease;
  visibility: hidden;
  z-index: 998;
}
@media screen and (min-width: 768px) {
  #menu {
    box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.05);
    height: 700px;
    right: -495px;
    top: 79px;
    width: 495px;
  }
}
@media screen and (max-width: 1024px) {
  #menu {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
    right: -100%;
    top: 65px;
    width: 100%;
  }
}
#menu.active {
  right: 0;
  visibility: visible;
}
#menu.top {
  top: 0;
}

.menu__inner {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .menu__inner {
    margin-top: 40px;
  }
}

.menu__logo {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .menu__logo {
    width: 368px;
  }
}
@media screen and (max-width: 767px) {
  .menu__logo {
    width: 74.66%;
  }
}

@media screen and (min-width: 768px) {
  ul.menu__list {
    margin: 20px auto 0;
    width: 398px;
  }
}
@media screen and (max-width: 767px) {
  ul.menu__list {
    margin: 25px auto 0;
    width: 81.33%;
  }
}
ul.menu__list li {
  border-bottom: 1px solid #333;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  ul.menu__list li {
    margin-top: 12px;
  }
}
ul.menu__list li a {
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.9em 0 0.9em 1.1em;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  ul.menu__list li a {
    font-size: 1.4rem;
    padding: 0.8em 0 0.8em 1em;
  }
}
ul.menu__list li a::before {
  background-color: #c02;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: calc(50% - 13px);
  width: 6px;
}
@media screen and (max-width: 767px) {
  ul.menu__list li a::before {
    height: 20px;
    top: calc(50% - 10px);
    width: 4px;
  }
}
ul.menu__list li a::after {
  background-image: url(../images/icon_arrow_black.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 16px;
}

@media screen and (min-width: 768px) {
  .menu__download-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu__download-sp {
    display: block;
    height: 70px;
    margin-top: 20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  ul.menu__download-btn {
    display: flex;
    justify-content: center;
    left: 6%;
    position: absolute;
    top: 10px;
    width: 88%;
    z-index: 2;
  }
  ul.menu__download-btn li {
    margin: 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .btn__download-release {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .btn__download-release {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    height: 78px;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

.btn__pamphlet {
  margin: 40px auto 0;
  width: 235px;
}
@media screen and (max-width: 767px) {
  .btn__pamphlet {
    margin: 25px auto 0;
    padding-top: 10px;
    width: 70.66%;
  }
}
.btn__pamphlet a {
  align-items: center;
  background-color: #fff;
  border: 2px solid #4cbeea;
  border-radius: 24px;
  color: #4cbeea;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn__pamphlet a {
    border-radius: 20px;
    font-size: 3.8vw;
    height: 40px;
  }
}

/*
======================================================
  movie
--------------------------------------------------- */
#movie {
  background-color: #0088be;
}

.movie__lead {
  color: #ffe100;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movie__lead {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .movie__ttl {
    margin: 10px auto 0;
    width: 396px;
  }
}
@media screen and (max-width: 1024px) {
  .movie__ttl {
    margin: 10px auto 0;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .movie__ttl {
    margin: 15px auto 0;
    width: 74.68%;
  }
}

@media screen and (min-width: 768px) {
  .movie__youtube {
    margin: 30px auto 0;
    width: 528px;
  }
}
@media screen and (max-width: 767px) {
  .movie__youtube {
    margin: 16px auto 0;
    width: 82.5%;
  }
}

.movie__youtube-inner {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.movie__youtube-inner iframe {
  border-radius: 12px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*
======================================================
  otoku
--------------------------------------------------- */
.otoku-herader {
  background-color: #c02;
  color: #fff;
  margin-top: 15px;
  padding: 30px 0 28px;
}
@media screen and (max-width: 767px) {
  .otoku-herader {
    padding: 20px 0 18px;
  }
}

.otoku-herader__lead {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .otoku-herader__lead {
    font-size: 1.2rem;
  }
}

.otoku-herader__ttl {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .otoku-herader__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .otoku-herader__ttl {
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 1.5rem;
  }
}
.otoku-herader__ttl img {
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .otoku-herader__ttl img {
    width: 372px;
  }
}
@media screen and (max-width: 1024px) {
  .otoku-herader__ttl img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .otoku-herader__ttl img {
    display: block;
    margin: 10px 0 0;
    width: 60.6%;
  }
}

#otoku {
  background-color: #fff9ce;
}

.otoku__graph-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.otoku__graph {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .otoku__graph {
    margin: 0 auto;
    padding-top: 27.67%;
    width: 860px;
  }
}
@media screen and (max-width: 1024px) {
  .otoku__graph {
    padding-top: 27.67%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .otoku__graph {
    margin: 20px auto 0;
    padding-top: 84.56%;
    width: 100%;
  }
}
.otoku__graph::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.otoku__graph img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  ul.otoku__graph-txt {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
  }
}
ul.otoku__graph-txt li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  ul.otoku__graph-txt li {
    position: absolute;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  ul.otoku__graph-txt li {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  ul.otoku__graph-txt li {
    font-size: 1.2rem;
    text-align: center;
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  ul.otoku__graph-txt li:first-child {
    left: 6.39%;
    top: 17%;
  }
}
@media screen and (max-width: 1024px) {
  ul.otoku__graph-txt li:first-child {
    left: 4.5%;
  }
}
ul.otoku__graph-txt li:last-child {
  color: #c02;
}
@media screen and (min-width: 768px) {
  ul.otoku__graph-txt li:last-child {
    left: 6.39%;
    top: 54%;
  }
}
@media screen and (max-width: 1024px) {
  ul.otoku__graph-txt li:last-child {
    left: 4.5%;
    top: 58%;
  }
}

@media screen and (min-width: 1025px) {
  dl.otoku__joken {
    margin: 0 auto;
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  dl.otoku__joken {
    margin-top: 20px;
  }
}
dl.otoku__joken dt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
dl.otoku__joken dt:nth-of-type(2) {
  margin-top: 1em;
}
dl.otoku__joken dd {
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 0.4em;
}
@media screen and (max-width: 767px) {
  dl.otoku__joken dd {
    font-size: 1.2rem;
  }
}

/*
======================================================
  point
--------------------------------------------------- */
#point {
  background-color: #4cbeea;
}
@media screen and (max-width: 767px) {
  #point .section__inner {
    width: 94%;
  }
}

.point__header {
  position: relative;
  text-align: center;
  width: 100%;
}
.point__header::before {
  background-image: url(../images/point_ttl_kazari.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 37px;
  left: 25%;
  position: absolute;
  width: 37px;
}
@media screen and (max-width: 1024px) {
  .point__header::before {
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .point__header::before {
    height: 48px;
    left: 0;
    width: 48px;
  }
}

@media screen and (max-width: 767px) {
  .point__header-ttl {
    padding-right: 5%;
  }
}
.point__header-ttl img {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .point__header-ttl img {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .point__header-ttl img {
    width: 68%;
  }
}

.point__header-lead {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .point__header-lead {
    margin-top: 12px;
  }
}

.point__header-japanda {
  bottom: 0;
  display: block;
  height: 118px;
  position: absolute;
  right: 18%;
  width: 90px;
}
@media screen and (max-width: 1024px) {
  .point__header-japanda {
    height: 92px;
    right: 12%;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .point__header-japanda {
    height: 85px;
    right: 0%;
    width: 18.3%;
  }
}

@media screen and (min-width: 768px) {
  ul.point__list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  ul.point__list {
    margin-top: 20px;
  }
}
ul.point__list li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  ul.point__list li {
    border-radius: 6px;
    width: 23.4%;
  }
}
@media screen and (max-width: 767px) {
  ul.point__list li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  dl.point__item {
    display: flex;
  }
  ul.point__list li:nth-child(even) dl.point__item {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  dl.point__item dt {
    width: 39.43%;
  }
}
@media screen and (min-width: 768px) {
  dl.point__item dt img {
    border-radius: 6px 6px 0 0;
  }
}
dl.point__item dd {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  dl.point__item dd {
    flex: 1;
    padding: 10px;
  }
}
dl.point__item dd h3 {
  border-bottom: 1px solid #4cbeea;
  color: #4cbeea;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  dl.point__item dd h3 {
    font-size: 1.4rem;
    padding-bottom: 0.1em;
  }
}
dl.point__item dd h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.7em;
}
@media screen and (max-width: 767px) {
  dl.point__item dd h4 {
    font-size: 1.4rem;
    margin-top: 0.5em;
  }
}
dl.point__item dd p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  dl.point__item dd p {
    margin-top: 0.3em;
  }
}

/*
======================================================
  sns
--------------------------------------------------- */
.sns {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: 30px 0;
  }
}

ul.sns__list {
  align-items: center;
  display: flex;
  justify-content: center;
}
ul.sns__list li {
  margin: 0 20px;
  width: 50px;
}
ul.sns__list li a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 50px;
}
ul.sns__list li a:hover {
  opacity: 0.7;
}
ul.sns__list li.sns__item--facebook a {
  background-color: #1877f2;
}
ul.sns__list li.sns__item--facebook a img {
  height: 28px;
  width: auto;
}
ul.sns__list li.sns__item--twitter a {
  background-color: #1da1f2;
}
ul.sns__list li.sns__item--twitter a img {
  height: auto;
  width: 28px;
}
ul.sns__list li.sns__item--line a {
  background-color: #06c755;
}
ul.sns__list li.sns__item--line a img {
  height: auto;
  width: 30px;
}

/*
======================================================
  step
--------------------------------------------------- */
#step {
  background-color: #4cbeea;
}
@media screen and (max-width: 767px) {
  #step .section__inner {
    width: 100%;
  }
}

.step__ttl {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .step__ttl img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .step__ttl img {
    width: 88%;
  }
}

@media screen and (min-width: 768px) {
  ul.step__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  ul.step__list {
    width: 910px;
  }
}
@media screen and (max-width: 1024px) {
  ul.step__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  ul.step__list {
    border-top: 1px solid #fff;
    margin-top: 20px;
  }
}
ul.step__list > li {
  color: #fff;
}
@media screen and (min-width: 768px) {
  ul.step__list > li {
    border: 1px solid #fff;
    margin-top: 25px;
    width: 48.7%;
  }
}
@media screen and (max-width: 767px) {
  ul.step__list > li:first-child .step__content {
    border-top: none;
    position: relative;
  }
}

.step__content {
  padding: 30px 20px 25px;
}
.step__content ul.step__kome-list {
  padding-left: 1em;
}
.step__content ul.step__kome-list li {
  padding-left: 0.2em;
  position: relative;
}
.step__content ul.step__kome-list li::before {
  content: "※";
  left: -1em;
  position: absolute;
  top: 0;
}
.step__content ul.step__kome-list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .step__content ul.step__kome-list {
    margin: 10px auto 0;
    width: 96%;
  }
}
.step__content ul.step__kome-list li {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .step__content {
    border-top: 1px solid #fff;
    margin: 0 auto;
    padding: 30px 0;
    width: 96%;
  }
}

dl.step__item {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  dl.step__item {
    margin: 0 auto 0 5%;
    width: 90%;
  }
}
dl.step__item dt {
  width: 76px;
}
@media screen and (max-width: 1024px) {
  dl.step__item dt {
    width: 58px;
  }
}
@media screen and (max-width: 767px) {
  dl.step__item dt {
    width: 54px;
  }
}
dl.step__item dt img {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  dl.step__item dt img {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  dl.step__item dt img {
    height: 56px;
  }
}
dl.step__item dd {
  flex: 1;
}
dl.step__item dd h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
dl.step__item dd p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 0.8em;
}
ul.step__list li:nth-child(3) dl.step__item {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  ul.step__list li:nth-child(3) dl.step__item {
    width: 76%;
  }
}
@media screen and (max-width: 767px) {
  ul.step__list li:nth-child(3) dl.step__item {
    width: 73%;
  }
}
ul.step__list li:nth-child(3) dl.step__item::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
ul.step__list li:nth-child(3) dl.step__item::after {
  background-image: url(../images/step_03_illust.svg);
  height: 92px;
  right: -116px;
  width: 84px;
}
@media screen and (max-width: 1024px) {
  ul.step__list li:nth-child(3) dl.step__item::after {
    right: -76px;
    width: 64px;
  }
}
@media screen and (min-width: 768px) {
  .step__btn {
    height: 54px;
    margin-top: 20px;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .step__btn {
    height: 41px;
  }
}

ul.step__btn-download {
  display: flex;
}
@media screen and (min-width: 768px) {
  ul.step__btn-download {
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  ul.step__btn-download {
    margin-top: 20px;
  }
}
ul.step__btn-download li:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .step__app-release-pc {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    bottom: -10px;
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    justify-content: center;
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: auto;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .step__app-release-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .step__app-release-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .step__app-release-sp {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 20px;
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    height: 60px;
    justify-content: center;
    left: -10px;
    position: absolute;
    right: -10px;
    width: auto;
    z-index: 3;
  }
}

.step02-txt {
  background-color: #2299c8;
  border-radius: 6px;
  margin-top: 15px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.step02-txt img {
  width: 308px;
}
@media screen and (max-width: 1024px) {
  .step02-txt img {
    width: 94%;
  }
}
.step02-txt::before {
  background-image: url(../images/step_02_illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 44px;
  position: absolute;
  right: 10px;
  top: -44px;
  width: 84px;
}
@media screen and (max-width: 1024px) {
  .step02-txt::before {
    height: 32px;
    top: -32px;
    width: 64px;
  }
}

.step04-cap {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .step04-cap {
    margin: 15px auto 0;
    width: 96%;
  }
}

/*
======================================================
  topicpath
--------------------------------------------------- */
#topicpath_area {
  *zoom: 1;
}
#topicpath_area::after {
  clear: both;
  content: "";
  display: table;
}

ol#topicpath {
  padding-top: 15px;
}
@media screen and (min-width: 1025px) {
  ol#topicpath {
    margin: 0 auto;
    width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  ol#topicpath {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  ol#topicpath {
    margin: 0 20px;
  }
}
ol#topicpath li {
  *display: inline;
  *float: none;
  font-size: 1.2rem;
  line-height: 136%;
  margin: 0 0 5px 5px;
  *zoom: 1;
}
ol#topicpath li strong {
  font-weight: 700;
}
ol#topicpath li a {
  background: url(../images/topicpath_arrow.gif) no-repeat right center;
  color: #66a;
  padding: 0 15px 0 0;
  text-decoration: none;
}
ol#topicpath li a:visited {
  color: #66a;
}
ol#topicpath li a:hover {
  color: #448;
}
ol#topicpath li a:active {
  color: #448;
}

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