@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 74px;
  }
}

body {
  -webkit-text-size-adjust: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  color: #434e54;
}
body.noScroll {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
    font-size: 1rem;
  }
  body.noScroll {
    overflow: unset;
  }
}

a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 768px) {
  img {
    width: auto;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pc-wrap {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.btn {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 500px;
  }
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16vw;
  background: #ff6959;
  border-radius: 100vh;
  box-shadow: 0px 1.3333333333vw 0px 0px rgb(255, 195, 187);
}
@media screen and (min-width: 768px) {
  .btn a {
    height: 80px;
    box-shadow: 0px 5px 0px 0px rgb(255, 195, 187);
  }
}
.btn a > span {
  font-size: 4.4vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .btn a > span {
    font-size: 21px;
  }
}
.btn a > span:nth-child(1) {
  display: none;
}
@media screen and (min-width: 768px) {
  .btn a > span:nth-child(1) {
    display: none !important;
  }
}
.btn a > span:nth-child(2) {
  color: #fff;
  padding: 0 7.3333333333vw 0 0;
  background: url(../img/icon-arrow01.svg) no-repeat 100% 50%;
  background-size: 4.5333333333vw auto;
  margin: 0 0 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .btn a > span:nth-child(2) {
    padding: 0 37px 0 0;
    background-size: 22px auto;
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn01 {
    width: 330px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn01 a {
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn01 a > span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn01 a > span:nth-child(1) {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn01 a > span:nth-child(2) {
    font-size: 20px;
    padding: 0;
    background: none;
    margin: 0 0 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn02 {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn02 a {
    height: 70px;
  }
}
.btn.btn02.fvbtn a > span:nth-child(1) {
  display: none;
}
.btn.btn02.fvbtn a > span:nth-child(2) {
  line-height: 1.3em;
  text-align: center;
  padding-right: 30px;
  margin-left: 40px;
}

.sec-ttl {
  font-size: 6.6666666667vw;
  font-weight: bold;
  color: #68b7e6;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    font-size: 2.5rem;
  }
}

/* header
---------------------------------------------------- */
.header {
  height: 7.7333333333vw;
  padding: 1.6vw 5.3333333333vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .header {
    height: 70px;
    padding: 20px 0 0 0;
  }
}
.header h1 {
  line-height: 1;
}
.header h1 img {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .header h1 img {
    width: auto;
  }
}

/* nav01
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .nav01 {
    width: 100%;
    height: 74px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .nav01__inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .nav01 ul {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .nav01 li {
    margin: 0 35px;
  }
}
.nav01 li a {
  display: block;
  font-size: 1rem;
  color: #434e54;
  line-height: 74px;
}
@media screen and (min-width: 768px) {
  .nav01 p {
    width: 300px;
  }
}

/* fv
---------------------------------------------------- */
.fv {
  min-height: 149.2vw;
  padding: 74.6666666667vw 0 0 0;
  background: url(../img/fv-bg.png) no-repeat 50% 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .fv {
    min-height: 600px;
    padding: 84px 0 0 23px;
    background: url(../img/fv-bg-pc.png) no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .fv__inner {
    display: inline-block;
  }
}
.fv h2 {
  font-size: 9.8666666667vw;
  font-weight: bold;
  line-height: 1.3;
  color: #495d69;
}
@media screen and (min-width: 768px) {
  .fv h2 {
    font-size: 3.75rem;
  }
}
.fv h2 span {
  color: #68b7e6;
}
.fv h3 {
  font-size: 4vw;
  text-align: center;
  padding: 3.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .fv h3 {
    font-size: 1.25rem;
    padding: 30px 0 0 0;
  }
}
.fv ul {
  width: 89.3333333333vw;
  margin: 0.6666666667vw auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .fv ul {
    width: 524px;
    margin: 16px auto 0 auto;
  }
}
.fv li {
  width: 28.6666666667vw;
}
@media screen and (min-width: 768px) {
  .fv li {
    width: 168px;
  }
}
.fv li img {
  width: 100%;
}
.fv .btn {
  margin-top: 7.3333333333vw;
}
@media screen and (min-width: 768px) {
  .fv .btn {
    margin-top: 55px;
  }
}

/* recommend
---------------------------------------------------- */
.recommend {
  padding: 8.6666666667vw 5.3333333333vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding: 50px 0 0 0;
  }
}
.recommend__list {
  min-height: 148.8vw;
  position: relative;
  margin: 6vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .recommend__list {
    min-height: auto;
    margin: 40px 0 0 0;
  }
}
.recommend__illust {
  width: 32vw;
  position: sticky;
  top: 0;
  margin: 0 -4vw 0 auto;
}
@media screen and (min-width: 768px) {
  .recommend__illust {
    width: 200px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
.recommend__illust img {
  width: 100%;
}
.recommend ul {
  width: 60.6666666667vw;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .recommend ul {
    width: 100%;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.recommend li {
  min-height: 20.8vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  background: #e8f3fa;
  border-radius: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend li {
    width: 380px;
    min-height: 130px;
    font-size: 1.375rem;
  }
}
.recommend li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2vw 0 0 3.2vw;
  border-color: transparent transparent transparent #e8f3fa;
  position: absolute;
  bottom: 0;
  left: 100%;
}
@media screen and (min-width: 768px) {
  .recommend li:nth-child(1) {
    border-radius: 30px 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .recommend li:nth-child(1)::after {
    border-width: 20px 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .recommend li:nth-child(2) {
    border-radius: 30px 30px 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .recommend li:nth-child(2)::after {
    border-width: 0 0 24px 24px;
    border-color: transparent transparent #e8f3fa transparent;
    left: auto;
    right: 100%;
  }
}
@media screen and (min-width: 768px) {
  .recommend li:nth-child(3), .recommend li:nth-child(5) {
    border-radius: 30px 0 30px 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .recommend li:nth-child(3)::after, .recommend li:nth-child(5)::after {
    border-width: 24px 24px 0 0;
    border-color: #e8f3fa transparent transparent transparent;
    bottom: auto;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .recommend li:nth-child(4), .recommend li:nth-child(6) {
    border-radius: 0 30px 30px 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .recommend li:nth-child(4)::after, .recommend li:nth-child(6)::after {
    border-width: 0 24px 24px 0;
    border-color: transparent #e8f3fa transparent transparent;
    bottom: auto;
    left: auto;
    top: 0;
    right: 100%;
  }
}
.recommend li:not(:first-child) {
  margin: 4.8vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .recommend li:not(:first-child) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .recommend li:nth-child(n+3) {
    margin: 30px 0 0 0;
  }
}

/* nav02
---------------------------------------------------- */
.nav02 {
  padding: 14vw 5.3333333333vw 16vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .nav02 {
    padding: 80px 0 90px 0;
  }
}
.nav02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .nav02 ul {
    margin: 40px 0 0 0;
  }
}
.nav02 li {
  width: 42vw;
}
@media screen and (min-width: 768px) {
  .nav02 li {
    width: 240px;
  }
}
.nav02 li:nth-child(n+3) {
  margin: 5.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .nav02 li:nth-child(n+3) {
    margin: 0;
  }
}
.nav02 li a {
  display: block;
  min-height: 30.6666666667vw;
  padding: 2.8vw 0 0 0;
  color: #434e54;
  background: #ffc3bb;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .nav02 li a {
    min-height: 230px;
    padding: 28px 0 0 0;
    border-radius: 10px;
  }
}
.nav02__no img {
  width: auto;
  height: 5.7333333333vw;
}
@media screen and (min-width: 768px) {
  .nav02__no img {
    height: 36px;
  }
}
.nav02__txt01 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 2.2666666667vw 0;
  margin: 2.1333333333vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav02__txt01 {
    font-size: 1.375rem;
    padding: 0 0 15px 0;
    margin: 16px 0 0 0;
  }
}
.nav02__txt01::after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 0.5333333333vw;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .nav02__txt01::after {
    width: 24px;
    height: 4px;
  }
}
.nav02__txt02 {
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 6.6666666667vw 0;
  background: url(../img/icon-arrow02.svg) no-repeat 50% 100%;
  background-size: 4vw auto;
  margin: 1.8666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .nav02__txt02 {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 30px 0;
    background-size: 30px auto;
    margin: 10px 0 0 0;
  }
}

/* package
---------------------------------------------------- */
.package {
  padding: 0 0 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .package {
    padding: 0 0 90px 0;
  }
}
.package__ttl {
  background: #dbeef9;
  padding: 5.6vw 0 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .package__ttl {
    height: 150px;
    padding: 0;
  }
}
.package__ttl h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .package__ttl h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.package__ttl h2 > span {
  display: block;
}
.package__ttl h2 > span:nth-child(1) img {
  width: auto;
  height: 20.9333333333vw;
}
@media screen and (min-width: 768px) {
  .package__ttl h2 > span:nth-child(1) img {
    height: 92px;
    position: relative;
    top: -4px;
  }
}
.package__ttl h2 > span:nth-child(2) {
  font-size: 8vw;
  font-weight: normal;
  line-height: 1.2;
  margin: 5.0666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .package__ttl h2 > span:nth-child(2) {
    font-size: 2.25rem;
    line-height: 1;
    margin: 12px 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .package__ttlInner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.package__ttlTxt {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  font-size: 4.5333333333vw;
  font-weight: bold;
  margin: 7.3333333333vw auto 0 auto;
}
@media screen and (min-width: 768px) {
  .package__ttlTxt {
    width: 458px;
    max-inline-size: none;
    font-size: 1.25rem;
    margin: 0;
  }
}
.package__inner {
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .package__inner {
    padding: 0;
  }
}
.package__example {
  margin: 8vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .package__example {
    margin: 60px 0 0 0;
    display: flex;
    align-items: center;
  }
}
.package__example h3 {
  width: 20.4vw;
  height: 20.4vw;
  background: #8498a3;
  border-radius: 100vh;
  font-size: 4vw;
  font-weight: normal;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .package__example h3 {
    width: 90px;
    height: 90px;
    font-size: 1.125rem;
    margin: 0 38px 0 0;
  }
}
.package__example ul {
  margin: 6.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .package__example ul {
    flex: 1;
    margin: 0;
  }
}
.package__example li {
  font-size: 3.7333333333vw;
  font-weight: bold;
  padding: 0 0 0 6.6666666667vw;
  background: url(../img/icon-check.svg) no-repeat 0 0.1em;
  background-size: 5.3333333333vw auto;
}
@media screen and (min-width: 768px) {
  .package__example li {
    font-size: 1rem;
    padding: 0 0 0 34px;
    background-size: 24px auto;
  }
}
.package__example li:not(:first-child) {
  margin: 6.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .package__example li:not(:first-child) {
    margin: 15px 0 0 0;
  }
}
.package__voice {
  background: #fff;
  border-radius: 6.6666666667vw;
  padding: 17.3333333333vw 8vw 0 8vw;
  box-shadow: 0px 0px 5.3333333333vw 0px rgba(73, 93, 105, 0.1);
  margin: 13.3333333333vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .package__voice {
    min-height: 236px;
    border-radius: 30px;
    padding: 63px 55px 20px 327px;
    box-shadow: 0px 0px 20px 0px rgba(73, 93, 105, 0.1);
    margin: 64px 0 0 0;
  }
}
.package__voice h3 {
  width: 65.7333333333vw;
  position: absolute;
  top: -3.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .package__voice h3 {
    width: 290px;
    top: -15px;
    left: 50px;
    transform: none;
  }
}
.package__voice h3 img {
  width: 100%;
}
.package__voiceTxt {
  font-size: 3.7333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .package__voiceTxt {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.package__voiceTxt .line {
  background: linear-gradient(transparent 50%, #ffe1dd 50%);
}
.package__voicePerson {
  margin: 3.3333333333vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .package__voicePerson {
    width: 275px;
    margin: 0;
    position: absolute;
    left: 50px;
    bottom: 0;
  }
}
.package__voicePersonTxt {
  font-size: 3.2vw;
  font-weight: bold;
  color: #a1a6a9;
  position: absolute;
  left: 0;
  top: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .package__voicePersonTxt {
    font-size: 0.875rem;
    top: auto;
    bottom: 30px;
  }
}
.package__voicePersonIllust {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .package__voicePersonIllust {
    text-align: left;
  }
}
.package__voicePersonIllust img {
  width: auto;
  height: 28vw;
}
.package__price {
  text-align: center;
  padding: 6vw 0 5.3333333333vw 0;
  border: 0.5333333333vw solid #8498a3;
  border-radius: 2.6666666667vw;
  margin: 8vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .package__price {
    min-height: 66px;
    padding: 0 0 0 48px;
    border: 2px solid #8498a3;
    border-radius: 10px;
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
  }
}
.package__price h3 {
  font-size: 4vw;
  font-weight: normal;
  color: #8498a3;
  line-height: 1;
  padding: 0 0 3.3333333333vw 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .package__price h3 {
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0 50px 0 0;
  }
}
.package__price h3::after {
  content: "";
  display: block;
  width: 6.8vw;
  height: 0.5333333333vw;
  background: #8498a3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .package__price h3::after {
    width: 2px;
    height: 30px;
    left: auto;
    right: 0;
    transform: none;
  }
}
.package__priceTxt01 {
  font-size: 3.7333333333vw;
  line-height: 1;
  margin: 4.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .package__priceTxt01 {
    font-size: 1rem;
    margin: 0 0 0 58px;
  }
}
.package__priceTxt02 {
  font-size: 5.0666666667vw;
  line-height: 1;
  margin: 3.7333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .package__priceTxt02 {
    font-size: 1.375rem;
    margin: 0 0 0 58px;
  }
}

/* package01
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .package01 .package__voicePersonIllust {
    padding: 0 0 0 116px;
  }
}
@media screen and (min-width: 768px) {
  .package01 .package__voicePersonIllust img {
    height: 159px;
  }
}

/* package02
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .package02 .package__voicePersonIllust {
    padding: 0 0 0 85px;
  }
}
@media screen and (min-width: 768px) {
  .package02 .package__voicePersonIllust img {
    height: 168px;
  }
}

/* package03
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .package03 .package__voicePersonIllust {
    padding: 0 0 0 115px;
  }
}
@media screen and (min-width: 768px) {
  .package03 .package__voicePersonIllust img {
    height: 159px;
  }
}

/* package04
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .package04 .package__voicePersonIllust {
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .package04 .package__voicePersonIllust img {
    height: 160px;
  }
}

/* flow
---------------------------------------------------- */
.flow {
  padding: 14vw 5.3333333333vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 80px 0 0 0;
  }
}
.flow__step {
  margin: 6vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__step {
    width: 1020px;
    margin: 70px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .flow__step li {
    width: 300px;
  }
}
.flow__step li:not(:first-child) {
  margin: 6.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__step li:not(:first-child) {
    margin: 0;
  }
}
.flow__stepInner {
  display: flex;
  min-height: 20vw;
}
@media screen and (min-width: 768px) {
  .flow__stepInner {
    display: block;
    min-height: auto;
    position: relative;
  }
}
.flow__stepTxt01 {
  width: 20vw;
  background: #495d69;
  font-size: 4.5333333333vw;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__stepTxt01 {
    width: 232px;
    height: 40px;
    border-radius: 100vh;
    font-size: 1.25rem;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
}
.flow__stepTxt01::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.6666666667vw 10vw 0 10vw;
  border-color: #495d69 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .flow__stepTxt01::after {
    content: none;
  }
}
.flow__stepTxt02 {
  flex: 1;
  background: #68b7e6;
  font-size: 4.5333333333vw;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow__stepTxt02 {
    height: 120px;
    font-size: 1.25rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .flow__stepTxt02::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 60px;
    border-color: transparent transparent transparent #68b7e6;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
.flow__stepTxt03 {
  padding: 3.3333333333vw 0 0 20vw;
}
@media screen and (min-width: 768px) {
  .flow__stepTxt03 {
    padding: 15px 0 0 0;
  }
}
.flow__ats {
  margin: 14.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__ats {
    margin: 105px 0 0 0;
  }
}
.flow__ats h3 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .flow__ats h3 {
    font-size: 1.875rem;
  }
}
.flow__atsNotes {
  font-size: 2.6666666667vw;
  margin: 1.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__atsNotes {
    font-size: 0.75rem;
    margin: 10px 0 0 0;
  }
}
.flow__atsList {
  margin: 7.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow__atsList {
    width: 990px;
    margin: 47px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.flow__atsList li {
  height: 25.8666666667vw;
  padding: 0 0 0 29.3333333333vw;
  font-size: 4.5333333333vw;
  font-weight: bold;
  color: #68b7e6;
  border: 0.4vw solid #68b7e6;
  border-radius: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow__atsList li {
    width: 280px;
    height: 280px;
    font-size: 1.25rem;
    text-align: center;
    border: 3px solid #68b7e6;
    padding: 60px 0 0 0;
    margin: 0 25px;
    justify-content: center;
    align-items: flex-start;
  }
}
.flow__atsList li:not(:first-child) {
  margin-top: 4.8vw;
}
@media screen and (min-width: 768px) {
  .flow__atsList li:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .flow__atsList li:nth-child(n+4) {
    margin-top: 20px;
  }
}
.flow__atsList li:nth-child(1) {
  background: url(../img/flow-icon01.png) no-repeat 8vw 50%;
  background-size: 15.2vw auto;
}
@media screen and (min-width: 768px) {
  .flow__atsList li:nth-child(1) {
    background: url(../img/flow-icon01.png) no-repeat 50% 133px;
    background-size: 87px auto;
  }
}
.flow__atsList li:nth-child(2) {
  background: url(../img/flow-icon02.png) no-repeat 8.9333333333vw 50%;
  background-size: 13.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .flow__atsList li:nth-child(2) {
    background: url(../img/flow-icon02.png) no-repeat 107px 142px;
    background-size: 77px auto;
  }
}
.flow__atsList li:nth-child(3) {
  background: url(../img/flow-icon03.png) no-repeat 10.2666666667vw 50%;
  background-size: 10.8vw auto;
}
@media screen and (min-width: 768px) {
  .flow__atsList li:nth-child(3) {
    background: url(../img/flow-icon03.png) no-repeat 111px 138px;
    background-size: 62px auto;
  }
}
.flow__atsList li:nth-child(4) {
  background: url(../img/flow-icon04.png) no-repeat 8.1333333333vw 50%;
  background-size: 15.2vw auto;
}
@media screen and (min-width: 768px) {
  .flow__atsList li:nth-child(4) {
    background: url(../img/flow-icon04.png) no-repeat 87px 147px;
    background-size: 86px auto;
  }
}
.flow__atsList li:nth-child(5) {
  background: url(../img/flow-icon05.png) no-repeat 6vw 50%;
  background-size: 19.3333333333vw auto;
}
@media screen and (min-width: 768px) {
  .flow__atsList li:nth-child(5) {
    background: url(../img/flow-icon05.png) no-repeat 100px 139px;
    background-size: 110px auto;
  }
}

/* qa
---------------------------------------------------- */
.qa {
  padding: 16vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: 90px 0;
  }
}
.qa h2 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1;
  color: #68b7e6;
}
@media screen and (min-width: 768px) {
  .qa h2 {
    font-size: 1.875rem;
  }
}
.qa dl {
  border-top: 0.5333333333vw solid #e6e6e6;
  margin: 6.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .qa dl {
    border-top: 2px solid #e6e6e6;
    margin: 50px 0 0 0;
  }
}
.qa dt {
  font-size: 4vw;
  font-weight: bold;
  padding: 7.3333333333vw 0 0 11.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa dt {
    font-size: 1.125rem;
    padding: 30px 0 0 50px;
  }
}
.qa dt::before {
  content: "";
  display: block;
  width: 4.1333333333vw;
  height: 5.3333333333vw;
  background: url(../img/qa-q.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 7.3333333333vw;
}
@media screen and (min-width: 768px) {
  .qa dt::before {
    width: 19px;
    height: 24px;
    top: 30px;
  }
}
.qa dd {
  padding: 0 0 7.3333333333vw 11.3333333333vw;
  margin: 5.7333333333vw 0 0 0;
  border-bottom: 0.5333333333vw solid #e6e6e6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa dd {
    padding: 0 0 30px 50px;
    margin: 25px 0 0 0;
    border-bottom: 2px solid #e6e6e6;
  }
}
.qa dd::before {
  content: "";
  display: block;
  width: 4.1333333333vw;
  height: 5.0666666667vw;
  background: url(../img/qa-a.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .qa dd::before {
    width: 19px;
    height: 23px;
  }
}

/* cv
---------------------------------------------------- */
.cv {
  background: #fff0ee;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  .cv {
    padding: 40px 0;
  }
}
.cv__txt01 {
  font-size: 4.5333333333vw;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 4.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .cv__txt01 {
    font-size: 1.25rem;
    margin: 0 0 20px 0;
  }
}

/* footer
---------------------------------------------------- */
.footer {
  min-height: 21.8666666667vw;
  padding: 0 0 0 5.3333333333vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer {
    min-height: 163px;
    padding: 0;
    justify-content: space-between;
  }
}
.footer__logo {
  height: 5.8666666667vw;
  font-size: 2.2666666667vw;
  font-weight: bold;
  line-height: 1;
  padding: 3.3333333333vw 0 0 28.6666666667vw;
  background: url(../img/logo02.png) no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    height: 26px;
    font-size: 0.625rem;
    padding: 15px 0 0 125px;
  }
}
@media screen and (min-width: 768px) {
  .footer__box {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer ul {
    display: flex;
    margin: 0 23px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer li {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer li:not(:first-child) {
    border-left: 1px solid #818e95;
    padding: 0 0 0 18px;
    margin: 0 0 0 18px;
  }
}
@media screen and (min-width: 768px) {
  .footer a {
    display: inline-block;
    font-size: 0.75rem;
    color: #008ae6;
  }
}

/* form
---------------------------------------------------- */
.form {
  width: 100%;
  height: 90.6666666667vw;
  border: 1px solid #282828;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .form {
    width: 402px;
    height: calc(100% - 144px);
    left: auto;
    bottom: auto;
    right: 0;
    top: 144px;
  }
}
.form__close {
  width: 4.2666666667vw;
  position: absolute;
  top: 3.4666666667vw;
  right: 6.6666666667vw;
  z-index: 20;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__close {
    width: 17px;
    top: 14px;
    right: 28px;
  }
}
.form__close img {
  width: 100%;
}

/*----------------------------------------------------------------------------------------
	point
---------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------
	point
---------------------------------------------------------------------------------------- */
.point__area {
  padding: 45px 0 60px;
}
@media screen and (min-width: 768px) {
  .point__area {
    padding: 103px 0 70px;
  }
}

@media screen and (min-width: 768px) {
  .point__list {
    margin: 64px 0 0;
  }
}

.point {
  margin: 0 20px 35px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .point {
    max-width: 960px;
    margin: 0 auto 40px;
    flex-direction: row;
  }
}

.point:last-child {
  max-width: 960px;
  margin: 0 20px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .point:last-child {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
  }
}

.point__image {
  width: 184px;
  height: 184px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point__image {
    display: block;
    width: 240px;
    height: 240px;
    margin: 0 64px 0 0;
  }
}

.point__body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 0;
}
.point__body img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .point__body {
    padding: 20px 0;
  }
}

.point__title {
  font-size: 4.5333333333vw;
  margin: 15px 0 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .point__title {
    margin: 15px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
}

.point__text {
  font-size: 3.7333333333vw;
  line-height: 1.65;
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .point__text {
    margin: 18px 0 0;
    font-size: 1rem;
    line-height: 2;
  }
}

/*----------------------------------------------------------------------------------------
	floating
---------------------------------------------------------------------------------------- */
.floating {
  position: fixed;
  bottom: -150px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  background-color: #005ba9;
  z-index: 100;
  transition: all cubic-bezier(0, 1, 0.25, 1) 1.5s;
}
@media screen and (min-width: 768px) {
  .floating {
    right: inherit;
    left: 20px;
  }
}
.floating.inView {
  bottom: 20px;
}
.floating .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.floating .image {
  display: block;
  width: 40%;
  height: 100%;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .floating .image {
    /*      margin-right: 0;  */
  }
}
.floating .body {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .floating .body {
    width: 100%;
  }
}
.floating .title {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .floating .title {
    font-size: 1rem;
  }
}
.floating .btn {
  width: 97%;
  margin: 0 9px auto;
}
@media screen and (min-width: 768px) {
  .floating .btn {
    width: 95%;
    margin: 10px 9px 0;
  }
}
.floating .btn .btn_floating {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  border-radius: 40px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0.2rem 0 #ffe1dd;
  background-color: #ff6959;
  padding: 1.2em 0 1em;
}
@media screen and (min-width: 768px) {
  .floating .btn .btn_floating {
    font-size: 1rem;
    height: 45px;
    box-shadow: 0 0.3rem 0 #ffe1dd;
  }
}
.floating .btn .btn_floating::before {
  content: "無料";
  margin-right: 0.5em;
  padding: 0.05em 0.3em;
  color: #ff6959;
  background-color: #fff;
  border-radius: 0.3rem;
}
.floating .btn .btn_floating::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/icon_arrow.svg") no-repeat center center;
  background-size: contain;
}

/*----------------------------------------------------------------------------------------
	whitepaper
---------------------------------------------------------------------------------------- */
.whitepaper {
  padding: 1vw 0 8vw 0;
  background-color: #e8f3fa;
}
@media screen and (min-width: 768px) {
  .whitepaper {
    padding: 20px 0 60px 0;
  }
}
.whitepaper .area {
  position: relative;
  margin: 0 20px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .whitepaper .area {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    max-width: 1080px;
  }
}
.whitepaper .image {
  height: auto;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .whitepaper .image {
    display: block;
    margin: 110px 30px 0 0;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.whitepaper .body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.25;
}
.whitepaper .body img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .whitepaper .body {
    margin: 70px 0 0 0;
  }
}
.whitepaper .title_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .whitepaper .title_pc {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #495d69; /* #495d69 */
  }
}
.whitepaper .title_sp {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  color: #495d69;
  margin-top: 65px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .whitepaper .title_sp {
    display: none;
  }
}
.whitepaper .catch {
  position: absolute;
  top: 4%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: bold;
  /*    color: $explantory_text_bold;  */
  color: #ff6959; /* #ff6959 */
  border: 2px solid #ff6959;
  border-radius: 15px;
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .whitepaper .catch {
    left: 50%;
    top: 5%;
    font-size: 1.2rem;
  }
}
.whitepaper .catch::before {
  position: absolute;
  content: "";
  top: 1.6em;
  left: 3em;
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background-color: #e8f3fa; /*#e8f3fa*/
}
@media screen and (min-width: 768px) {
  .whitepaper .catch::before {
    top: 1.7em;
    left: 3em;
  }
}
.whitepaper .catch::after {
  position: absolute;
  content: "";
  top: 2.3em;
  left: 2.7em;
  width: 1em;
  height: 1em;
  border-top: 2px solid #ff6959;
  transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .whitepaper .catch::after {
    top: 2.2em;
    left: 2.6em;
  }
}
.whitepaper .text {
  font-size: 3.7vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .whitepaper .text {
    font-size: 1rem;
    line-height: 1.4;
    margin: 15px 0 0 10px;
  }
}
.whitepaper .text ul {
  /*      border: 2px solid $icon;  */ /* #8498a3 */
  padding: 10px;
  margin-top: 3px;
  line-height: 1.4;
  background-color: #fff; /* #fff */
}
.whitepaper .text li span {
  /*      color: $entry_red;  */
}
.whitepaper .btn {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .whitepaper .btn {
    width: 500px;
  }
}
.whitepaper .btn .btn_whitepaper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16vw;
  border-radius: 40px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0.3rem 0 #ffe1dd; /*#ffe1dd */
  background-color: #ff6959;
  padding: 1.2em 0 1em;
}
@media screen and (min-width: 768px) {
  .whitepaper .btn .btn_whitepaper {
    font-size: 1.5rem;
    height: 80px;
  }
}
.whitepaper .btn .btn_whitepaper::before {
  content: "無料";
  margin-right: 0.5em;
  padding: 0.05em 0.3em;
  color: #ff6959;
  background-color: #fff;
  border-radius: 0.3rem;
}
.whitepaper .btn .btn_whitepaper::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.9em;
  height: 0.9em;
  background: url("../img/icon_arrow.svg") no-repeat center center;
  background-size: contain;
}

/*----------------------------------------------------------------------------------------
	form
---------------------------------------------------------------------------------------- */
.fixedForm {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 402px;
  height: calc(100% - 144px);
  max-height: 100%;
  border: solid 1px #282828;
  background-color: #fff;
}

.fixedForm__content {
  height: 100%;
  overflow: auto;
}
.fixedForm__content::-webkit-scrollbar {
  width: 0.6rem;
}
.fixedForm__content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.fixedForm__content::-webkit-scrollbar-thumb {
  border: solid 1px #f5f5f5;
  background-color: #e6e6e6;
  border-radius: 0.3rem;
}

.fixedForm__iframe {
  width: 100%;
}
.fixedForm__iframe.bgcolor {
  background-color: #c8e6f9;
  animation: fadeOut 1.5s linear forwards;
}

.fixedForm__openButton {
  display: none;
  text-align: center;
  padding: 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #68b7e6;
  color: #fff;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}

.fixedForm__closeButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}

.fixedForm__closeButtonIcon {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #8498a3;
  transform: rotate(45deg);
}
.fixedForm__closeButtonIcon::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #8498a3;
}

.fixedForm--hidden {
  display: none;
  height: 0;
}
.fixedForm--hidden .fixedForm__content {
  height: 0;
}

@keyframes fadeOut {
  0% {
    background-color: #c8e6f9;
  }
  100% {
    background-color: #fff;
  }
}/*# sourceMappingURL=main.css.map */