/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe775));
  background: linear-gradient(transparent 60%, #ffe775 60%);
}

.txt-blue {
  color: #1d5f9e;
}

.aozab-ttl {
  background: #2b79c3;
  color: #fff;
  width: 405px;
  height: 50px;
  font-size: 28px;
  border-radius: 6px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aozab-ttl {
    width: 89.3333333333vw;
    height: 10.4vw;
    font-size: 4.9333333333vw;
    border-radius: 0.8vw;
  }
}

.chap-sub-ttl {
  width: 611px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .chap-sub-ttl {
    width: 81.4666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.chap-ttl {
  font-size: 44px;
  text-align: center;
  line-height: 1.7;
  font-weight: 900;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .chap-ttl {
    font-size: 6vw;
    padding-bottom: 9.3333333333vw;
  }
}

.btn {
  width: 620px;
  font-size: 0;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 92.5333333333vw;
  }
}
.btn:hover {
  opacity: 0.8;
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 10.6666666667vw;
  }
}

.txt-link {
  text-decoration: underline;
  display: inline;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, Meiryo, sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

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

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.talk-wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .talk-wrap {
    width: 92vw;
  }
}
.talk-wrap .notes {
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7;
  padding: 0 174px 0 174px;
}
@media screen and (max-width: 767px) {
  .talk-wrap .notes {
    padding: 0 0vw;
    font-size: 2.6666666667vw;
  }
}

.talk-list-pb20 {
  padding: 0 40px 20px;
}
@media screen and (max-width: 767px) {
  .talk-list-pb20 {
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}

.talk-list-pb40 {
  padding: 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .talk-list-pb40 {
    padding: 0 2.6666666667vw 5.3333333333vw;
  }
}

.talk-list-pb60 {
  padding: 0 40px 60px;
}
@media screen and (max-width: 767px) {
  .talk-list-pb60 {
    padding: 0 2.6666666667vw 5.3333333333vw;
  }
}

.talk-list-pb90 {
  padding: 0 40px 90px;
}
@media screen and (max-width: 767px) {
  .talk-list-pb90 {
    padding: 0 2.6666666667vw 12vw;
  }
}

.talk-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .talk-list-item {
    margin-bottom: 9.3333333333vw;
  }
}
.talk-list-item.mb0 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .talk-list-item.pcmb0 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .talk-list-item.pcmb18 {
    margin-bottom: 18px;
  }
}

.talk-list-item-teller {
  position: relative;
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  .talk-list-item-teller {
    margin-top: 0;
    margin-right: 6vw;
  }
}
.talk-list-item-teller .chara-icon {
  width: 120px;
  height: 120px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .talk-list-item-teller .chara-icon {
    width: 20.8vw;
    height: 20.8vw;
  }
}
.talk-list-item-teller .chara-name {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  -webkit-font-feature-settings: "palt1";
          font-feature-settings: "palt1";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .talk-list-item-teller .chara-name {
    font-size: 4vw;
    bottom: -1.3333333333vw;
  }
}

.talk-list-item-baloon {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  font-size: 20px;
  border-radius: 20px;
  line-height: 1.6;
  width: 643px;
}
@media screen and (max-width: 767px) {
  .talk-list-item-baloon {
    padding: 4.8vw 4.2666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    width: 64.6666666667vw;
  }
}
.talk-list-item-baloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  border: 13px solid transparent;
}
@media screen and (max-width: 767px) {
  .talk-list-item-baloon:before {
    left: -0.6666666667vw;
    border: 2.1333333333vw solid transparent;
  }
}
.talk-list-item-baloon p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.talk-list-item-baloon .bold {
  font-weight: 900;
}

.talk-list-item-planner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.talk-list-item-planner .talk-list-item-teller {
  margin-left: 55px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .talk-list-item-planner .talk-list-item-teller {
    margin-left: 6vw;
    margin-right: 0;
  }
}
.talk-list-item-planner .chara-name {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .talk-list-item-planner .chara-name {
    font-size: 2.6666666667vw;
  }
}

.talk-list-item-tellerA .talk-list-item-baloon {
  border: #bc737c 4px solid;
}
@media screen and (max-width: 767px) {
  .talk-list-item-tellerA .talk-list-item-baloon {
    border: #bc737c 0.8vw solid;
  }
}
.talk-list-item-tellerA .talk-list-item-baloon:before {
  border-right: 22px solid #bc737c;
}
@media screen and (max-width: 767px) {
  .talk-list-item-tellerA .talk-list-item-baloon:before {
    border-right: 3.3333333333vw solid #bc737c;
  }
}

.talk-list-item-tellerB .talk-list-item-baloon {
  border: #6cb8c4 4px solid;
}
@media screen and (max-width: 767px) {
  .talk-list-item-tellerB .talk-list-item-baloon {
    border: #6cb8c4 0.8vw solid;
  }
}
.talk-list-item-tellerB .talk-list-item-baloon:before {
  border-right: 22px solid #6cb8c4;
}
@media screen and (max-width: 767px) {
  .talk-list-item-tellerB .talk-list-item-baloon:before {
    border-right: 3.3333333333vw solid #6cb8c4;
  }
}

.talk-list-item-tellerC .talk-list-item-baloon {
  border: #bfa571 4px solid;
}
@media screen and (max-width: 767px) {
  .talk-list-item-tellerC .talk-list-item-baloon {
    border: #bfa571 0.8vw solid;
  }
}
.talk-list-item-tellerC .talk-list-item-baloon:before {
  border-right: 22px solid #bfa571;
}
@media screen and (max-width: 767px) {
  .talk-list-item-tellerC .talk-list-item-baloon:before {
    border-right: 3.3333333333vw solid #bfa571;
  }
}

.talk-list-item-planner .talk-list-item-baloon {
  border: #6e99c2 4px solid;
}
@media screen and (max-width: 767px) {
  .talk-list-item-planner .talk-list-item-baloon {
    border: #6e99c2 0.8vw solid;
  }
}
.talk-list-item-planner .talk-list-item-baloon:before {
  left: auto;
  right: -4px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border: 13px solid transparent;
  border-left: 22px solid #6e99c2;
}
@media screen and (max-width: 767px) {
  .talk-list-item-planner .talk-list-item-baloon:before {
    right: -0.6666666667vw;
    border: 2.1333333333vw solid transparent;
    border-left: 3.3333333333vw solid #6e99c2;
  }
}

@media screen and (min-width: 768px) {
  .talk-list-intro .talk-list-item-teller {
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .talk-list-intro .talk-list-item-teller .chara-icon {
    width: 98px;
    height: 98px;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) {
  .talk-list-intro .talk-list-item-teller .chara-name {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .talk-list-intro .talk-list-item-baloon {
    width: 858px;
    font-size: 18.5px;
  }
}

@media screen and (min-width: 768px) {
  .w295 {
    width: 295px;
  }
}

@media screen and (min-width: 768px) {
  .w324 {
    width: 342px;
  }
}

@media screen and (min-width: 768px) {
  .w342 {
    width: 342px;
  }
}

@media screen and (min-width: 768px) {
  .w357 {
    width: 357px;
  }
}

@media screen and (min-width: 768px) {
  .w430 {
    width: 430px;
  }
}

@media screen and (min-width: 768px) {
  .w450 {
    width: 450px;
  }
}

@media screen and (min-width: 768px) {
  .w650 {
    width: 643px;
  }
}

.header {
  height: 60px;
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  width: 142px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 529px;
  background: url(../img/mv_pc.jpg) top center/1300px auto no-repeat, #6dc2cc;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 139.8666666667vw;
    background: url(../img/mv_sp.jpg) top center/100% auto no-repeat, #6dc2cc;
  }
}
.mv h1 {
  display: none;
}

.intro-area-inner {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .intro-area-inner {
    padding-top: 8.5333333333vw;
  }
}

.intro-txt {
  font-size: 18px;
  text-align: center;
  line-height: 2.1;
  padding: 0 0 48px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .intro-txt {
    text-align: left;
    line-height: 1.7;
    padding: 0 4vw 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.intro-character-ttl {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .intro-character-ttl {
    margin-bottom: 6.4vw;
  }
}

.character-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .character-list {
    margin-bottom: 23.2vw;
  }
}

.character-list-item {
  width: 322px;
  height: 180px;
  background: #edf3f4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .character-list-item {
    background: none;
    width: 26.9333333333vw;
    height: auto;
    margin-right: 4.5333333333vw;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.character-list-item:last-child {
  margin-right: 0;
}

.character-list-img {
  width: 125px;
  height: 125px;
  font-size: 0;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .character-list-img {
    width: 26.9333333333vw;
    height: 26.9333333333vw;
    margin-right: 0;
  }
}

.character-list-txt-box {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .character-list-txt-box {
    width: 100%;
  }
}

.character-list-ttl {
  font-size: 20px;
  padding-bottom: 2px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .character-list-ttl {
    font-size: 4.2666666667vw;
    padding-bottom: 0.5333333333vw;
    text-align: center;
  }
}

.character-list-txt {
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .character-list-txt {
    font-size: 3.7333333333vw;
  }
}

.intro-wrap {
  width: 100%;
  position: relative;
  padding-top: 130px;
  background: url(../img/kikagaku_bg_pc.png) top 22px right calc(50% - 60px)/1099px auto no-repeat, #3e99a4;
}
@media screen and (max-width: 767px) {
  .intro-wrap {
    padding-top: 33.3333333333vw;
    background: url(../img/kikagaku_bg_sp.png) top right/100vw auto no-repeat, #3e99a4;
  }
}

.intro-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro-inner {
    width: 100%;
  }
}

.intro-ttl {
  width: 483px;
  font-size: 0;
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .intro-ttl {
    width: 92vw;
    top: -6.4vw;
  }
}

.intro-sub-ttl {
  font-size: 36px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro-sub-ttl {
    font-size: 6.1333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff17d;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .intro-list {
    padding: 0 6vw 6.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .intro-list-item {
    padding-bottom: 1.3333333333vw;
  }
}
.intro-list-item .circle {
  width: 17px;
  height: 17px;
  margin-top: 10px;
  margin-right: 16px;
  border-radius: 50%;
  background: #fff17d;
}
@media screen and (max-width: 767px) {
  .intro-list-item .circle {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-top: 2.1333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.intro-list-item .intro-list-txt {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .intro-list-item .intro-list-txt {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .intro-list-item.w310 {
    width: 310px;
  }
}
@media screen and (min-width: 768px) {
  .intro-list-item.w360 {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .intro-list-item.w340 {
    width: 340px;
  }
}

.intro-list-bottom-txt {
  text-align: right;
  font-size: 28px;
  color: #fff;
  padding-right: 50px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .intro-list-bottom-txt {
    font-size: 3.7333333333vw;
    padding-right: 0;
    text-align: left;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.intro-bottom-txt {
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .intro-bottom-txt {
    font-size: 5.0666666667vw;
    padding-bottom: 12vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.arrow {
  position: absolute;
  width: 98px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .arrow {
    width: 15.8666666667vw;
  }
}
.arrow.top {
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.arrow.bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.chap01 {
  padding: 114px 0 0;
}
@media screen and (max-width: 767px) {
  .chap01 {
    padding: 22.6666666667vw 0 0;
  }
}

.chap02 {
  padding: 114px 0 0;
}
@media screen and (max-width: 767px) {
  .chap02 {
    padding: 22.6666666667vw 0 0;
  }
}

.chap03 {
  padding: 114px 0 0;
}
@media screen and (max-width: 767px) {
  .chap03 {
    padding: 22.6666666667vw 0 0;
  }
}

.chap04 {
  padding: 114px 0 0;
}
@media screen and (max-width: 767px) {
  .chap04 {
    padding: 22.6666666667vw 0 0;
  }
}

.interval {
  background: #e1f2f5;
  position: relative;
}

.interval01 {
  min-height: 390px;
  margin-top: 140px;
  margin-bottom: 100px;
  background: url(../img/interval_illust01_pc.png) bottom right calc(50% - 250px)/428px auto no-repeat, #e1f2f5;
}
@media screen and (max-width: 767px) {
  .interval01 {
    min-height: 115.2vw;
    margin-top: 30.1333333333vw;
    margin-bottom: 16vw;
    background: url(../img/interval_illust01_sp.png) bottom left 3.7333333333vw/90vw auto no-repeat, #e1f2f5;
  }
}

.interval02 {
  min-height: 282px;
  margin-top: 94px;
  margin-bottom: 56px;
  background: url(../img/interval_illust02_pc.png) bottom right calc(50% - 215px)/485px auto no-repeat, #e1f2f5;
}
@media screen and (max-width: 767px) {
  .interval02 {
    min-height: 99.3333333333vw;
    margin-top: 21.8666666667vw;
    margin-bottom: 17.3333333333vw;
    background: url(../img/interval_illust02_sp.png) bottom left 2.4vw/95.3333333333vw auto no-repeat, #e1f2f5;
  }
}

.interval03 {
  min-height: 268px;
  margin-top: 100px;
  margin-bottom: 76px;
  background: url(../img/interval_illust03_pc.png) bottom right calc(50% - 295px)/453px auto no-repeat, #e1f2f5;
}
@media screen and (max-width: 767px) {
  .interval03 {
    min-height: 82.6666666667vw;
    margin-top: 29.3333333333vw;
    margin-bottom: 13.8666666667vw;
    background: url(../img/interval_illust03_sp.png) bottom left 2.4vw/92.9333333333vw auto no-repeat, #e1f2f5;
  }
}

.interval04 {
  min-height: 450px;
  margin-top: 120px;
  margin-bottom: 82px;
  background: url(../img/interval_illust04_pc.png) top 61px right calc(50% - 303px)/378px auto no-repeat, #e1f2f5;
}
@media screen and (max-width: 767px) {
  .interval04 {
    min-height: 139.7333333333vw;
    margin-top: 32.2666666667vw;
    margin-bottom: 26.1333333333vw;
    background: url(../img/interval_illust04_sp.png) bottom left 2.6666666667vw/94.2666666667vw auto no-repeat, #e1f2f5;
  }
}

.interval05 {
  min-height: 350px;
  margin-top: 0px;
  margin-bottom: 52px;
  background: url(../img/interval_illust05_pc.png) bottom right calc(50% - 247px)/424px auto no-repeat, url(../img/blue_bg.jpg) top right/12px auto repeat;
}
@media screen and (max-width: 767px) {
  .interval05 {
    min-height: 98.6666666667vw;
    margin-top: 0vw;
    margin-bottom: 18.1333333333vw;
    background: url(../img/interval_illust05_sp.png) bottom left 11.4666666667vw/78.4vw auto no-repeat, url(../img/blue_bg.jpg) top right/1.6vw auto repeat;
  }
}

.interval06 {
  margin-top: 0px;
  margin-bottom: 70px;
  background: url(../img/interval_illust06_pc.png) bottom right calc(50% - 247px)/424px auto no-repeat, url(../img/blue_bg.jpg) top right/12px auto repeat;
}
@media screen and (max-width: 767px) {
  .interval06 {
    margin-top: 0vw;
    margin-bottom: 18.1333333333vw;
    background: url(../img/interval_illust06_sp.png) bottom left 11.4666666667vw/78.4vw auto no-repeat, url(../img/blue_bg.jpg) top right/1.6vw auto repeat;
  }
}

.interval-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .interval-inner {
    width: 100%;
    padding-top: 14.6666666667vw;
  }
}

.interval02 .interval-inner {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .interval02 .interval-inner {
    padding-top: 11.7333333333vw;
  }
}

.interval03 .interval-inner {
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .interval03 .interval-inner {
    padding-top: 15.4666666667vw;
  }
}

.interval04 .interval-inner {
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .interval04 .interval-inner {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .interval04 .interval-inner .interval-ttl {
    height: 19.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .interval04 .interval-inner .interval-ttl img {
    height: 19.3333333333vw;
  }
}

.interval05 .interval-inner {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .interval05 .interval-inner {
    padding-top: 13.3333333333vw;
  }
}

.interval06 .interval-inner {
  padding-top: 64px;
  padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .interval06 .interval-inner {
    padding-top: 13.3333333333vw;
  }
}

.interval-ttl {
  width: auto;
  height: 103px;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .interval-ttl {
    height: 21.8666666667vw;
    width: 92vw;
    top: -3.2vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
}
.interval-ttl img {
  height: 103px;
}
@media screen and (max-width: 767px) {
  .interval-ttl img {
    height: 21.8666666667vw;
  }
}

.interval-ttl-aozab {
  width: 400px;
  height: 44px;
  background: #2b79c3;
  color: #fff;
  font-size: 24px;
  border-radius: 6px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .interval-ttl-aozab {
    height: 9.3333333333vw;
    width: 92vw;
    font-size: 5.0666666667vw;
    border-radius: 0.8vw;
  }
}

.interval-txt {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .interval-txt {
    font-size: 6.1333333333vw;
    text-align: center;
  }
}
.interval-txt .small {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .interval-txt .small {
    font-size: 5.3333333333vw;
    display: inline-block;
    padding-bottom: 1.3333333333vw;
  }
}

.interval02 .interval-txt {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .interval02 .interval-txt {
    font-size: 6.6666666667vw;
  }
}

.interval05 .interval-txt {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .interval05 .interval-txt {
    font-size: 4.8vw;
  }
}

.interval-sub-txt {
  font-size: 18px;
  padding-top: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .interval-sub-txt {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 4vw 0;
  }
}

.interval-sub-head {
  text-align: center;
  font-size: 21px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .interval-sub-head {
    font-size: 3.7333333333vw;
    padding: 0 4vw;
    text-align: left;
  }
}
.interval-sub-head .notes {
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .interval-sub-head .notes {
    font-size: 2.6666666667vw;
  }
}

.interval-kata-block {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .interval-kata-block {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interval-kata-box {
  width: 490px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .interval-kata-box {
    width: 92vw;
    margin-top: 6.6666666667vw;
  }
}

.interval-kata-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .interval-kata-list {
    margin-bottom: 5.3333333333vw;
  }
}

.interval-kata-list-item {
  border-bottom: 2px #2b79c3 solid;
  border-right: 2px #2b79c3 solid;
  border-left: 2px #2b79c3 solid;
  height: 44px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #2b79c3;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .interval-kata-list-item {
    font-size: 3.7333333333vw;
    height: 8vw;
  }
}
.interval-kata-list-item.interval-kata-list-item-head {
  background: #2b79c3;
  color: #fff;
  font-size: 22px;
  height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .interval-kata-list-item.interval-kata-list-item-head {
    font-size: 4.2666666667vw;
    height: 8.9333333333vw;
    padding: 0 4.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .interval-kata-list-item.interval-kata-list-item-head p {
    margin: 0 auto;
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .interval-kata-list-contents {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .toggle {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 4.8vw;
    height: 4.8vw;
  }
}

@media screen and (max-width: 767px) {
  .toggle span::before,
  .toggle span::after {
    display: inline;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4% 0 0 -28%;
    vertical-align: middle;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: -4% 0 0 -32%;
    width: 4.8vw;
    height: 0.5333333333vw;
  }
}

.toggle span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.open .toggle span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.open .toggle span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.arrow-green {
  margin: 20px auto 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 32px 0 32px;
  border-color: #71c6d0 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .arrow-green {
    margin: 2.6666666667vw auto 10.6666666667vw;
    border-width: 32px 24px 0 24px;
  }
}

.point-wrap {
  width: 1000px;
  height: 232px;
  margin: 0 auto;
  padding: 30px 0 0;
  border: #1c6f92 6px solid;
  -webkit-box-shadow: 10px 10px 0px 0px #1c6f92;
          box-shadow: 10px 10px 0px 0px #1c6f92;
  background: url(../img/point_bg_pc.png) top left/972px auto no-repeat, #267fa3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-wrap {
    width: 92.5333333333vw;
    height: auto;
    border: #1c6f92 0.8vw solid;
    padding: 6.6666666667vw 0vw 0;
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px #1c6f92;
            box-shadow: 1.3333333333vw 1.3333333333vw 0px 0px #1c6f92;
    background: url(../img/point_bg_sp.png) top left/87.6vw auto no-repeat, #267fa3;
  }
}

.point-icon {
  width: 114px;
  height: 114px;
  position: absolute;
  left: 82px;
  top: -23px;
}
@media screen and (max-width: 767px) {
  .point-icon {
    width: 20.8vw;
    height: 20.8vw;
    left: 2.9333333333vw;
    top: -10.2666666667vw;
  }
}

.point-ttl {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-left: 210px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .point-ttl {
    font-size: 5.3333333333vw;
    text-align: center;
    padding-left: 0;
    padding-bottom: 5.3333333333vw;
  }
}

.point-txt {
  padding: 0 80px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .point-txt {
    font-size: 3.7333333333vw;
    padding: 0 4vw 11.7333333333vw;
  }
}

.point01 {
  margin: 80px auto 72px;
}
@media screen and (max-width: 767px) {
  .point01 {
    margin: 23.2vw auto 17.6vw;
  }
}

.point02 {
  margin: 80px auto 50px;
}
@media screen and (max-width: 767px) {
  .point02 {
    margin: 24.2666666667vw auto 12vw;
  }
}

.point03 {
  margin: 74px auto 56px;
}
@media screen and (max-width: 767px) {
  .point03 {
    margin: 24.2666666667vw auto 17.8666666667vw;
  }
}

.point04 {
  margin: 0px auto 56px;
}
@media screen and (max-width: 767px) {
  .point04 {
    margin: 0vw auto 17.8666666667vw;
  }
}

.point05 {
  margin: 0px auto 56px;
}
@media screen and (min-width: 768px) {
  .point05 {
    height: 252px;
  }
}
@media screen and (max-width: 767px) {
  .point05 {
    margin: 0vw auto 17.8666666667vw;
  }
}

.plus {
  width: 168px;
  margin: 74px auto 1em;
}
@media screen and (max-width: 767px) {
  .plus {
    width: 22.4vw;
  }
}

.interval-glip {
  padding: 86px 0;
  margin: 96px 0 60px;
}
@media screen and (max-width: 767px) {
  .interval-glip {
    padding: 10.6666666667vw 0 17.3333333333vw;
    margin: 24.8vw 0 20vw;
  }
}

.glip-ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .glip-ttl {
    margin-bottom: 4vw;
  }
}

.glip-ttl-txt {
  background: url(../img/dot_line.png) bottom left/12px auto repeat-x;
  padding-bottom: 12px;
  font-weight: 900;
  display: inline-block;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .glip-ttl-txt {
    background: url(../img/dot_line.png) bottom left/1.6vw auto repeat-x;
    font-size: 5.3333333333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0 1.3333333333vw 1.3333333333vw;
  }
}

.glip-txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .glip-txt {
    text-align: left;
    line-height: 1.7;
    font-size: 3.7333333333vw;
    padding: 0 4vw 19.4666666667vw;
  }
}

.glip-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .glip-point-list {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 9.8666666667vw;
  }
}

.glip-point-list-item {
  background: #fff;
  width: 480px;
  position: relative;
  padding: 50px 0 32px;
}
@media screen and (max-width: 767px) {
  .glip-point-list-item {
    width: 92vw;
    padding: 10.6666666667vw 0 5.3333333333vw;
    margin: 0 auto 16.8vw;
  }
}
@media screen and (max-width: 767px) {
  .glip-point-list-item:last-child {
    margin: 0 auto;
  }
}

.glip-point-list-sub-ttl {
  width: 251px;
  font-size: 0;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 0;
  left: 95px;
}
@media screen and (max-width: 767px) {
  .glip-point-list-sub-ttl {
    width: 60.5333333333vw;
    left: 11.7333333333vw;
  }
}

.glip-point-list-ttl {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .glip-point-list-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.glip-check-list {
  padding: 0 48px 16px;
}
@media screen and (max-width: 767px) {
  .glip-check-list {
    padding: 0 5.3333333333vw 4.2666666667vw 7.4666666667vw;
  }
}

.glip-check-list-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.glip-check-list-dt .check {
  width: 22px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .glip-check-list-dt .check {
    width: 6.4vw;
    margin-right: 1.6vw;
  }
}
.glip-check-list-dt .glip-check-list-dt-txt {
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .glip-check-list-dt .glip-check-list-dt-txt {
    font-size: 4.5333333333vw;
  }
}

.glip-check-list-dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .glip-check-list-dd {
    font-size: 3.7333333333vw;
  }
}
.glip-check-list-dd .bold {
  font-weight: 900;
}

.glip-block {
  background: url(../img/green_bg.jpg) top left/24px auto repeat;
  width: 1000px;
  margin: 0 auto;
  padding: 12px 66px 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .glip-block {
    width: 92vw;
    background: url(../img/green_bg.jpg) top left/3.2vw auto repeat;
    padding: 3.2vw 0 14.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.glip-block-ttl {
  width: 422px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .glip-block-ttl {
    width: 79.4666666667vw;
    margin: 0 auto 8vw;
  }
}

.glip-block-box01 {
  width: 422px;
  margin-right: 90px;
}
@media screen and (max-width: 767px) {
  .glip-block-box01 {
    width: 79.4666666667vw;
    margin: 0 auto;
  }
}

.glip-block-box01-check-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .glip-block-box01-check-list-item {
    margin-bottom: 4vw;
  }
}
.glip-block-box01-check-list-item .check {
  width: 31px;
  margin-right: 8px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .glip-block-box01-check-list-item .check {
    width: 5.6vw;
    margin-right: 2.4vw;
    margin-top: 1.0666666667vw;
  }
}

.glip-block-box01-check-list-txt {
  font-size: 21px;
  font-weight: 700;
  color: #ffe77d;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .glip-block-box01-check-list-txt {
    font-size: 5.4666666667vw;
  }
}

.white-arrow {
  border-style: solid;
  border-width: 18px 0 18px 30px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (min-width: 768px) {
  .white-arrow {
    position: absolute;
    left: 525px;
    top: 52%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  .white-arrow {
    border-width: 30px 17px 0 17px;
    border-color: #ffffff transparent transparent transparent;
    margin-bottom: 2.6666666667vw;
  }
}

.glip-block-box02 {
  width: 344px;
}
@media screen and (max-width: 767px) {
  .glip-block-box02 {
    width: 81.6vw;
    margin: 0 auto;
  }
}
.glip-block-box02 .notes {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .glip-block-box02 .notes {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

.glip-block-box02-ttl {
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .glip-block-box02-ttl {
    font-size: 5.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

.glip-block-box02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.glip-block-box02-list-item {
  width: 108px;
  font-size: 0;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .glip-block-box02-list-item {
    width: 25.7333333333vw;
    margin-right: 2.1333333333vw;
    margin-top: 3.2vw;
  }
}
.glip-block-box02-list-item:nth-child(3n) {
  margin-right: 0;
}

.sovani-feature-wrap {
  width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .sovani-feature-wrap {
    width: 100%;
    margin: 17.3333333333vw auto 0;
  }
}
.sovani-feature-wrap .notes {
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sovani-feature-wrap .notes {
    padding: 0 4vw;
    font-size: 2.6666666667vw;
  }
}

.sovani-feature-ttl {
  background: #1d5f9e;
  height: 67px;
  width: 100%;
  font-size: 31px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sovani-feature-ttl {
    height: 14.2666666667vw;
    width: 92vw;
    font-size: 6vw;
    margin: 0 auto 2.6666666667vw;
  }
}

.sovani-feature-sub-ttl {
  font-weight: 900;
  font-size: 28px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sovani-feature-sub-ttl {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 6vw;
    padding-bottom: 9.3333333333vw;
  }
}

.sovani-blue {
  width: 592px;
  margin: 0 auto 82px;
}
@media screen and (max-width: 767px) {
  .sovani-blue {
    width: 87.4666666667vw;
    margin: 0 auto 14.4vw;
  }
}

.sovani-feature-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sovani-feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.sovani-feature-list-item {
  background: #edf3f4;
  border-radius: 10px;
  width: 322px;
  position: relative;
  padding: 78px 25px 30px;
}
@media screen and (max-width: 767px) {
  .sovani-feature-list-item {
    width: 92vw;
    background: none;
    padding: 0;
    margin: 0 auto 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sovani-feature-list-item .illust {
    position: absolute;
    top: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .sovani-feature-list-item .illust {
    position: relative;
    margin: 0 auto 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sovani-feature-list-item .illust01 {
    width: 208px;
    left: 28px;
    top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sovani-feature-list-item .illust01 {
    width: 60.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sovani-feature-list-item .illust02 {
    width: 296px;
    left: 14px;
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sovani-feature-list-item .illust02 {
    width: 85.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sovani-feature-list-item .illust03 {
    width: 257px;
    left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sovani-feature-list-item .illust03 {
    width: 74.2666666667vw;
  }
}

.sovani-feature-list-ttl {
  font-size: 21px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 4px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sovani-feature-list-ttl {
    font-size: 5.0666666667vw;
    padding-bottom: 1.6vw;
  }
}

.sovani-feature-list-txt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sovani-feature-list-txt {
    font-size: 3.7333333333vw;
  }
}

.sovani-info {
  border: #1d5f9e 4px solid;
  padding: 26px 46px;
  font-size: 20px;
  font-weight: 900;
  color: #1d5f9e;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 40px 0 56px;
}
@media screen and (max-width: 767px) {
  .sovani-info {
    width: 94.6666666667vw;
    border: #1d5f9e 0.8vw solid;
    font-size: 4.2666666667vw;
    padding: 6.4vw;
    margin: 10.6666666667vw auto 10.9333333333vw;
  }
}

.planner-list-wrap {
  width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .planner-list-wrap {
    width: 100%;
    margin: 12vw auto 0;
  }
}

.planner-list-ttl {
  width: 511px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .planner-list-ttl {
    width: 92vw;
    margin: 0 auto 10.6666666667vw;
  }
}

.planner-list {
  background: url(../img/dot_line_sky.jpg) top left/6px auto repeat-x;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .planner-list {
    margin: 0 5.3333333333vw 4vw;
  }
}

.planner-list-item {
  background: url(../img/dot_line_sky.jpg) bottom left/6px auto repeat-x;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .planner-list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .planner-list-item {
    padding: 4vw 0;
  }
}
.planner-list-item .circle {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 15px;
  background: #65a3dd;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .planner-list-item .circle {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 2.6666666667vw 4vw 0 1.3333333333vw;
  }
}
.planner-list-item .planner-list-item-txt {
  font-size: 21px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  width: 950px;
  color: #1d5f9e;
}
@media screen and (max-width: 767px) {
  .planner-list-item .planner-list-item-txt {
    width: 80vw;
    font-size: 4.6666666667vw;
    line-height: 1.7;
  }
}

.planner-list-bottom {
  text-align: right;
  font-size: 20px;
  color: #000033;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .planner-list-bottom {
    text-align: left;
    margin-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.osarai-wrap {
  margin: 100px auto 40px;
}
@media screen and (max-width: 767px) {
  .osarai-wrap {
    margin: 20.8vw auto 10.6666666667vw;
  }
}

.osarai-sub-ttl {
  background: #1d5f9e;
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  width: 180px;
  height: 48px;
  border-radius: 6px;
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .osarai-sub-ttl {
    width: 35.3333333333vw;
    height: 9.3333333333vw;
    font-size: 5.0666666667vw;
    margin: 0 auto 4vw;
  }
}

.osarai-ttl {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #1d5f9e;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .osarai-ttl {
    line-height: 1.7;
    padding-bottom: 4vw;
    font-size: 5.3333333333vw;
  }
}

.osarai-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .osarai-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.osarai-txt-box {
  width: 575px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .osarai-txt-box {
    width: 88vw;
    font-size: 4vw;
    margin: 0 auto 12vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.osarai-txt-box p {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .osarai-txt-box p {
    padding-bottom: 8px;
  }
}

.osarai-img-box {
  width: 395px;
}
@media screen and (max-width: 767px) {
  .osarai-img-box {
    width: 92.5333333333vw;
    margin: 0 auto;
  }
}

.bottom-area {
  width: 100%;
  height: 250px;
  margin: 66px 0 0px;
  position: relative;
  background: url(../img/footer_bg_pc.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .bottom-area {
    height: 66.2666666667vw;
    margin: 18.1333333333vw 0 0vw;
    background: url(../img/footer_bg_sp.jpg) center center/cover no-repeat;
  }
}
.bottom-area .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .bottom-area .btn {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.important-points {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .important-points {
    width: 91.7333333333vw;
  }
}

.important-points-head {
  width: 100%;
  height: 47px;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .important-points-head {
    height: 8.2666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

.important-points-box {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .important-points-box {
    font-size: 2.6666666667vw;
  }
}
.important-points-box p {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .important-points-box p {
    padding-bottom: 6.6666666667vw;
  }
}
.important-points-box a {
  color: #286cdc;
  text-decoration: underline;
  display: inline;
}
.important-points-box .number {
  text-align: right;
  padding-bottom: 10px;
}

.footer-top {
  width: 1000px;
  margin: 0 auto 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 6.6666666667vw;
  }
}

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

.footer-left {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .footer-left {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 9.6vw;
  }
}
.footer-left .logo {
  margin-bottom: 20px;
  width: 178px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer-left .logo {
    width: 32.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.footer-left .bold {
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-left .bold {
    padding-bottom: 1.3333333333vw;
  }
}
.footer-left .small {
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-left .small {
    font-size: 2.6666666667vw;
  }
}

.footer-right {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer-right {
    text-align: center;
    font-size: 2.6666666667vw;
  }
}

.footer {
  font-size: 10px;
  background: #6dc2cc;
  padding: 1em 0;
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 2.6666666667vw;
    margin-bottom: 22.6666666667vw;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer-list {
    font-size: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.footer-list-item:first-child {
  border-right: #333 1px solid;
}

.footer-list-item a {
  padding: 0 1em;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-list-item a:hover {
  color: #333;
  text-decoration: underline;
}

.floating {
  width: 100%;
  padding: 12px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(72, 72, 72, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(72, 72, 72, 0.15);
  background: rgba(255, 255, 255, 0.8);
}

.floating-btn {
  width: 509px;
  font-size: 0;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .floating-btn {
    width: 92.5333333333vw;
  }
}
.floating-btn:hover {
  opacity: 0.8;
}




/* cp */


.cp-area {
  background: url(../img/cp_bg_pc.jpg) top center/100% auto no-repeat, #eff8fa;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cp-area {
    padding-bottom: 10.6666666667vw;
    background: url(../img/cp_bg.jpg) top center/100% auto no-repeat, #eff8fa;
  }
}

.cp-head {
  width: 100%;
  background: #2b79c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cp-head {
    padding: 1.3333333333vw 0;
    font-size: calc(28/750 * 100vw);
  }
}
.cp-head .zab {
  background: #fff;
  color: #cc4b3d;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .cp-head .zab {
    font-size: 3.2vw;
    border-radius: 0.5333333333vw;
    padding: 0.8vw 1.3333333333vw;
    margin-right: 1.6vw;
  }
}

.cp-ttl {
  position: relative;
}
.cp-ttl::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../img/cp_ster01.png) top left/100% auto no-repeat;
  bottom: 9px;
  left: -4px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cp-ttl::before {
    width: 5.0666666667vw;
    height: 4.5333333333vw;
    left: 2.6666666667vw;
  }
}
.cp-ttl::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 35px;
  background: url(../img/cp_ster02.png) top left/100% auto no-repeat;
  right: 0;
  top: -27px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cp-ttl::after {
    width: 5.0666666667vw;
    height: 4.5333333333vw;
    top: -3.6vw;
    right: 3.0666666667vw;
  }
}

.cp-ttl-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
  margin: 0 auto;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .cp-ttl-a {
    width: 100%;
    padding: 3.2vw 0 2.1333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .cp-ttl-prize01 {
    width: 18.9333333333vw;
  }
}

.cp-ttl-txt {
  font-size: 64px;
  color: #1d5f9e;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  padding: 0 0px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .cp-ttl-txt {
    width: calc(403/750 * 100vw);
    font-size: calc(64/750 * 100vw);
    padding: 0;
  }
}
.cp-ttl-prize01{
  width: 142px;
}
@media screen and (max-width: 767px) {
  .cp-ttl-prize01{
    width: calc(142/750 * 100vw);
  }
}
.cp-ttl-prize02{
  width: 156px;
}

@media screen and (max-width: 767px) {
  .cp-ttl-prize02 {
    width: calc(156/750 * 100vw);
  }
}

.cp-sub-ttl-a {
  text-align: center;
  color: #005a98;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cp-sub-ttl-a {
    font-size: 3.7333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

/* .cp-sub-ttl-a .txt-rob {
  font-size: 130%;
  line-height: 1;
  position: relative;
  bottom: -2px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
} */

.cp-period-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 670px;
  margin: 0 auto 32px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.06em;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cp-period-a {
    width: 89.3333333333vw;
    font-size: calc(22/750 * 100vw);
    margin: 0 auto 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.cp-period-a .cp-period-dt {
  color: #fff;
  font-weight: bold;
  background: #2b79c3;
  width: 140px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cp-period-a .cp-period-dt {
    width: 18.6666666667vw;
    height: 6.9333333333vw;
  }
}
.cp-period-a .cp-period-dd {
  font-weight: bold;
  background: #fff;
  width: 530px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cp-period-a .cp-period-dd {
    width: 70.6666666667vw;
    height: 6.9333333333vw;
  }
}

/* .cp-period-a .txt-rob {
  font-size: 120%;
  line-height: 1;
  position: relative;
  bottom: -1px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
} */

.cp-acco-btn {
  padding: 0 24px;
  margin: 0 auto;
  border-radius: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;


  background: #fff;
  border: 2px #005a98 solid;
  height: 64px;
  color: #28201f;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 670px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 24px;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cp-acco-btn {


    width: 89.3333333333vw;
    height: 17.0666666667vw;
    /* -webkit-box-shadow: 0px 1.3333333333vw 0px 0px #782017;
            box-shadow: 0px 1.3333333333vw 0px 0px #782017; */
    padding: 0 3.2vw;
    font-size: 4.2666666667vw;

    height: 8.5333333333vw;
    font-size: 3.4666666667vw;
    width: 89.3333333333vw;
    border: 0.2666666667vw #005a98 solid;
    padding: 0 3.2vw;
  }
}
.cp-acco-btn .cv-btn-txt {
  color: #005a98;
  margin: 0 auto;
  font-size: 26px;
  padding-left: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}


.toggle {
  display: inline;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 24px;
  width: 24px;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .toggle {
    width: 4vw;
    height: 4vw;
    margin: auto 1.3333333333vw auto auto;
  }
}

.toggle span::before,
.toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 24px;
  height: 4px;
  vertical-align: middle;
  background: #3E8218;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .toggle span::before,
  .toggle span::after {
    width: 4vw;
    height: 0.5333333333vw;
  }
}

.toggle span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .toggle span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.is-open .toggle span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


@media screen and (max-width: 767px) {
  .cp-acco-btn .cv-btn-txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .cp-acco-btn:hover {
    background: #005a98;
    margin-bottom: 0;
    margin-top: 0;
  }
  .cp-acco-btn:hover .cv-btn-txt {
    color: #fff;
  }
  .cp-acco-btn:hover .toggle span::before,
  .cp-acco-btn:hover .toggle span::after {
    background: #fff;
  }
}
.cp-acco-btn .toggle {
  display: inline;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
  width: 20px;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cp-acco-btn .toggle {
    width: 4vw;
    height: 4vw;
    margin: auto 1.3333333333vw auto 0;
  }
}
.cp-acco-btn .toggle span::before,
.cp-acco-btn .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 20px;
  height: 3px;
  vertical-align: middle;
  background: #005a98;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .cp-acco-btn .toggle span::before,
  .cp-acco-btn .toggle span::after {
    width: 4vw;
    height: 0.4vw;
  }
}

.cp-acco-cont {
  padding-bottom: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .cp-acco-cont {
    padding-bottom: 1.3333333333vw;
  }
}

.cp-txt {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 40px 0 24px;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cp-txt {
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 0 3.2vw;
  }
}

.cp-prize {
  width: 670px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .cp-prize {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.cp-prize .notes {
  padding-top: 4px;
  font-size: 22px;
}


@media screen and (max-width: 767px) {
  .cp-prize .notes {
    font-size: calc(22/750 * 100vw);
  }
}


.cp-bottom-btn{
  width: 666px;
  margin: 16px auto 40px;
}

@media (max-width: 767px) {
  .cp-bottom-btn{
    width: calc(666/750 * 100vw);
    margin: calc(16/750 * 100vw) auto calc(32/750 * 100vw);
  }
}

.cp-bottom-btn:hover{
  opacity: 0.8;
}

.cv-top-txt{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cv-top-txt{
    font-size: calc(28/750 * 100vw);
  }
}


.txt-blue{
  color: #005a98;
}





/* ==========================================================
  aplly
=====*/


.cp-prize-02 {
  width: 670px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .cp-prize-02 {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}


.aplly{
  background: url(../img/cp_bg_pc.jpg) top center/100% auto no-repeat, #eff8fa;
  padding: 110px 0 80px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .aplly{
    padding-top: calc(80/750 * 100vw);
    padding-bottom: calc(80/750 * 100vw);
    margin-bottom:  9.6vw;
    background: url(../img/cp_bg.jpg) top center/100% auto no-repeat, #eff8fa;
  }
}

.img-aplly{
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
}


@media (max-width: 767px) {
  .img-aplly{
    width:calc(589/750 * 100vw) ;
    margin-bottom: calc(40/750 * 100vw);
  }
}

.apply-body{
  background-color: #ffffff;
  width: 670px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .apply-body{
    width: calc(670/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
    padding: calc(40/750 * 100vw);
}
}

.apply-title{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: #3764d7;
  border-radius: 24px;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .apply-title{
    font-size: calc(28/750 * 100vw);
    margin-bottom:calc(32/750 * 100vw) ;
  }
}

.aplly-txt{
  font-size: 16px;
}

@media (max-width: 767px) {
  .aplly-txt{
    font-size: calc(26/750 * 100vw);
  }
}

.apply-txt_title{
  font-size: 16px;
  font-weight: 700;

}

@media (max-width: 767px) {
  .apply-txt_title{
    font-size: calc(26/750 * 100vw);
  }
}


.min{
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  padding-top: 0.4em;
}

@media (max-width: 767px) {
  .min{
    font-size: calc(22/750 * 100vw);
  }
}