@charset "UTF-8";
/*===============================================
 reset
===============================================*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, dialog, figure, footer, header,
hgroup, 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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

/*===============================================
 responsive
===============================================*/
@media not screen and (min-width: 768px) {
  .for-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}
/*===============================================
 html
===============================================*/
html {
  width: 100%;
  overflow: clip;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*===============================================
 body
===============================================*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4.1025641026vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    font-size: min( 16px, 1.4545454545vw );
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  overflow: hidden;
  width: 100%;
  z-index: 100;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0s both;
          animation: infinity-scroll-left 50s infinite linear 0s both;
}

.entrybtn {
  width: 100%;
  height: min( 214px, 19.4545454545vw );
  background: linear-gradient(90deg, rgb(104, 226, 251), rgb(22, 139, 223));
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .entrybtn {
    height: 27.4358974359vw;
  }
}
.entrybtn:hover {
  background-image: linear-gradient(90deg, rgb(126, 234, 252), rgb(28, 163, 232));
}
.entrybtn > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../images/entrybtn-arrow.png) right 100px center no-repeat;
  color: #FFF;
  font-size: 40px;
  font-weight: 800;
  transition: background-position 0.5s;
}
@media not screen and (min-width: 768px) {
  .entrybtn > a {
    background-position: right 9.7435897436vw center;
    background-size: 8.7179487179vw auto;
    font-size: 5.1282051282vw;
  }
}
.entrybtn > a:hover {
  background-position: right 50px center;
}
@media not screen and (min-width: 768px) {
  .entrybtn > a:hover {
    background-position: right 4.1025641026vw center;
  }
}
.entrybtn > a > span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .entrybtn > a > span {
    font-size: 4.1025641026vw;
  }
}

.floatbtn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
@media not screen and (min-width: 768px) {
  .floatbtn {
    width: 100%;
  }
}
.floatbtn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.floatbtn > a {
  display: block;
}
.floatbtn > a > picture {
  display: block;
}
.floatbtn > a > picture > img {
  display: block;
  width: 100%;
  height: auto;
}

/*===============================================
 page
===============================================*/
.rd_lp2604-header {
  height: 818px;
  background: url(../images/kv-bg.png) right top no-repeat;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header {
    background: url(../images/kv-bg.png) right -500px top no-repeat;
    height: auto;
    overflow: hidden;
  }
}
.rd_lp2604-header__kv {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__kv {
    max-width: 100%;
  }
}
.rd_lp2604-header__logo {
  position: absolute;
  left: 52px;
  top: 33px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__logo {
    position: relative;
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__logo img {
    width: 30%;
    height: auto;
  }
}
.rd_lp2604-header__ttl {
  position: absolute;
  left: 78px;
  top: 176px;
  z-index: 1000;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__ttl {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 90%;
    margin: 0 auto;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__ttl img {
    width: 100%;
    height: auto;
  }
}
.rd_lp2604-header__img {
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 100;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__img {
    position: relative;
    right: 0;
    top: 0px;
    z-index: 100;
    width: 90%;
    margin: -10px auto 30px auto;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__img img {
    width: 100%;
    height: auto;
  }
}
.rd_lp2604-header__marquee {
  position: absolute;
  left: 0;
  top: 542px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__marquee {
    position: absolute;
    left: 0;
    top: 330px;
    z-index: 1000;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__marquee img {
    width: 1200px;
    height: auto;
  }
}
.rd_lp2604-header__btn {
  position: absolute;
  left: 0;
  top: 721px;
  background-color: #33a3dc;
  width: 45vw;
  min-width: 588px;
  display: flex;
  justify-content: flex-end;
  transition: all 0.5s;
  margin-left: -50px;
  z-index: 101;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__btn {
    position: relative;
    left: 0;
    top: 0;
    background-color: #33a3dc;
    width: 100%;
    min-width: unset;
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
    margin-left: 0px;
    margin-top: 30px;
  }
}
.rd_lp2604-header__btn:hover {
  transform: translate(50px, 0);
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__btn:hover {
    transform: translate(0, 0);
  }
}
.rd_lp2604-header__btn a {
  display: block;
}
.rd_lp2604-header__btn a:hover {
  opacity: 0.7;
}
.rd_lp2604-header__btn a img {
  display: block;
  width: 100%;
  height: auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-header__btn a img {
    width: 100%;
    height: auto;
  }
}
.rd_lp2604-footer {
  padding: 40px 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-footer {
    padding-bottom: 150px;
  }
}
.rd_lp2604-footer__logo {
  width: 150px;
  margin: 0 auto;
}
.rd_lp2604-footer__logo > img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-footer__copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}
.rd_lp2604-main {
  width: 100%;
  overflow: hidden;
}
.rd_lp2604-lead {
  background: url(../images/lead-bg.png) no-repeat center bottom/100% auto;
  text-align: center;
  padding-top: 157px;
  padding-bottom: min( 430px, 39.0909090909vw );
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-lead {
    padding-top: 16.4102564103vw;
    padding-bottom: 34.8717948718vw;
    background-image: url(../images/lead-bg-sp.png);
  }
}
.rd_lp2604-lead__ttl {
  text-align: center;
  color: #0B57A8;
  font-size: min( 42px, 3.8181818182vw );
  font-weight: 700;
  line-height: 1.5;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-lead__ttl {
    font-size: 7.6923076923vw;
    line-height: 1.3;
  }
}
.rd_lp2604-lead__ttl > em {
  display: inline-block;
  font-style: normal;
  background: linear-gradient(to bottom, #FBFF62 0%, #FBFF62 100%);
  background-repeat: no-repeat;
  background-position: left bottom 0.2380952381em;
  background-size: 90% 19%;
}
.rd_lp2604-lead__txt {
  margin-top: 19px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-lead__txt {
    margin-top: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-lead__txt > strong {
  font-size: 20px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-lead__txt > strong {
    font-size: 5.1282051282vw;
  }
}
.rd_lp2604-group {
  position: relative;
  margin-top: -128px;
  padding-bottom: 123px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-group {
    margin-top: -5.1282051282vw;
    padding-bottom: 8.4615384615vw;
  }
}
.rd_lp2604-group:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 128px;
  bottom: 0;
  background: url(../images/bg1.png) repeat-y center top/100% auto;
  content: "";
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-group:before {
    top: 4.8717948718vw;
    background-image: url(../images/bg1-sp.png);
  }
}
.rd_lp2604-group__in {
  position: relative;
  max-width: 1000px;
  padding: 0 50px;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-group__in {
    width: 85.1282051282vw;
    max-width: unset;
    padding: 0;
  }
}
.rd_lp2604-group__ttl {
  text-align: center;
  color: #FFF;
  font-size: min( 52px, 4.7272727273vw );
  font-weight: 700;
  line-height: 1.5;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-group__ttl {
    font-size: 8.2051282051vw;
  }
}
.rd_lp2604-group__ttl > em {
  color: #FBFF62;
  font-style: normal;
}
.rd_lp2604-group__txt {
  margin-top: 40px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-group__txt {
    margin-top: 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-group__data {
  margin-top: 40px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-group__data {
    margin-top: 10.2564102564vw;
  }
}
.rd_lp2604-group__data picture, .rd_lp2604-group__data img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-job {
  padding-top: 72px;
  padding-bottom: 120px;
  background: url("../images/bg0.png") center top repeat-y;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-job {
    padding-top: 13.3333333333vw;
    padding-bottom: 0;
    background-image: url(../images/bg0-sp.png);
  }
}
.rd_lp2604-job__in {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-job__in {
    padding: 0 6.1538461538vw;
  }
}
.rd_lp2604-details {
  padding: 100px 0;
  background-color: #EDF9FF;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-details {
    padding: 9.2307692308vw 0;
  }
}
.rd_lp2604-details__in {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-details__in {
    padding: 0 4.1025641026vw;
  }
}
.rd_lp2604-details__heading {
  margin-bottom: 16px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-details__heading {
    margin-bottom: 4.1025641026vw;
  }
}
.rd_lp2604-details__title {
  background: url(../images/details-title-bg.png) center bottom no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-details__title {
    background-image: url(../images/details-title-bg-sp.png);
    margin-bottom: 4.1025641026vw;
  }
}
.rd_lp2604-details__title > span {
  width: 525px;
  padding: 10px 0;
  border-radius: 100px;
  background-color: #FBFF62;
  text-align: center;
  color: #0A57A8;
  font-size: min( 24px, 2.1818181818vw );
  font-weight: 600;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-details__title > span {
    width: 82.5641025641vw;
    padding: 2.5641025641vw 0;
    border-radius: 23.0769230769vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.rd_lp2604-details__title > strong {
  padding: 30px 0 60px 0;
  text-align: center;
  color: #FFF;
  font-size: min( 30px, 2.7272727273vw );
  font-weight: 600;
  line-height: 1.3;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-details__title > strong {
    padding: 3.5897435897vw 0 8.7179487179vw;
    font-size: 5.8974358974vw;
  }
}
.rd_lp2604-details__title > small {
  position: absolute;
  right: 20px;
  bottom: 50px;
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-details__title > small {
    right: 5.1282051282vw;
    bottom: -2.5641025641vw;
    color: #000;
    font-size: 2.8205128205vw;
  }
}
.rd_lp2604-details__lead {
  text-align: center;
  font-size: 16px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-details__lead {
    padding: 0 5.1282051282vw;
    text-align: left;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-skill__courses {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 20px;
  display: flex;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-skill__courses {
    display: block;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.rd_lp2604-skill__courses > dl {
  width: 33.33%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-skill__courses > dl {
    width: auto;
    padding: 8.2051282051vw 4.1025641026vw 9.2307692308vw;
    border-radius: 2.5641025641vw;
    background-color: #FFF;
  }
}
.rd_lp2604-skill__courses > dl:not(:first-child) {
  border-left: 1px solid #e2e2e2;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-skill__courses > dl:not(:first-child) {
    border-left: 0;
    margin-top: 6.6666666667vw;
  }
}
.rd_lp2604-skill__courses > dl > dt {
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-skill__courses > dl > dt > picture {
    display: inline-block;
    width: 54.8717948718vw;
    height: auto;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-skill__courses > dl > dt > picture > img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.rd_lp2604-skill__courses > dl > dd {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 180%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-skill__courses > dl > dd {
    margin-top: 8.2051282051vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.8205128205vw;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-skill__courses > dl > dd ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.rd_lp2604-skill__courses > dl > dd ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.rd_lp2604-skill__courses > dl > dd ul > li:before {
  content: "・";
}
.rd_lp2604-benefits {
  margin-top: 64px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits {
    margin-top: 12.3076923077vw;
  }
}
.rd_lp2604-benefits__flow {
  width: 100%;
  max-width: 848px;
  margin: 16px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__flow {
    max-width: 97.4358974359vw;
    margin-top: 4.1025641026vw;
  }
}
.rd_lp2604-benefits__flow picture, .rd_lp2604-benefits__flow img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-benefits__box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 20px;
  margin: 40px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__box {
    padding: 7.6923076923vw 6.4102564103vw;
    border-radius: 2.5641025641vw;
    margin-top: 6.6666666667vw;
  }
}
.rd_lp2604-benefits__ttl {
  text-align: center;
  font-size: min( 30px, 2.7272727273vw );
  color: #3F3F3F;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__ttl {
    font-size: 4.6153846154vw;
  }
}
.rd_lp2604-benefits__list {
  max-width: 660px;
  margin: 20px auto 0;
  display: flex;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 20px;
  padding: 0;
  flex-wrap: wrap;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__list {
    max-width: 100%;
    margin-top: 6.6666666667vw;
    row-gap: 3.0769230769vw;
    -moz-column-gap: 5.641025641vw;
         column-gap: 5.641025641vw;
  }
}
.rd_lp2604-benefits__list > li {
  width: 25%;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0C57A8;
  font-size: 16px;
  line-height: 150%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__list > li {
    width: 28.4768211921%;
    font-size: 2.8205128205vw;
  }
}
.rd_lp2604-benefits__list > li > img {
  max-width: 100%;
  height: auto;
}
.rd_lp2604-benefits__list > li > span {
  display: block;
  margin-top: 10px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__list > li > span {
    margin-top: 1.5384615385vw;
  }
}
.rd_lp2604-benefits__details {
  margin-top: 50px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__details {
    margin-top: 10.2564102564vw;
  }
}
.rd_lp2604-benefits__details > dl {
  max-width: 860px;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__details > dl {
    max-width: 80vw;
  }
}
.rd_lp2604-benefits__details > dl:not(:first-child) {
  margin-top: 46px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__details > dl:not(:first-child) {
    margin-top: 4.6153846154vw;
  }
}
.rd_lp2604-benefits__details > dl > dt {
  font-size: min( 26px, 2.3636363636vw );
  color: #0C57A8;
  font-weight: 600;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__details > dl > dt {
    font-size: 4.358974359vw;
  }
}
.rd_lp2604-benefits__details > dl > dd {
  margin-top: 10px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-benefits__details > dl > dd {
    margin-top: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.rd_lp2604-interview {
  margin-top: 40px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-interview {
    margin-top: 4.358974359vw;
  }
}
.rd_lp2604-interview__box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 20px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-interview__box {
    border-radius: 2.5641025641vw;
    padding: 7.6923076923vw 5.1282051282vw 8.7179487179vw;
  }
}
.rd_lp2604-interview__ttl {
  text-align: center;
  font-size: min( 30px, 2.7272727273vw );
  color: #3F3F3F;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-interview__ttl {
    font-size: 4.6153846154vw;
  }
}
.rd_lp2604-interview__flow {
  max-width: 768px;
  margin: 28px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-interview__flow {
    max-width: 100%;
    margin-top: 6.4102564103vw;
  }
}
.rd_lp2604-interview__flow picture, .rd_lp2604-interview__flow img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-steps {
  margin-top: 40px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps {
    margin-top: 4.358974359vw;
  }
}
.rd_lp2604-steps__box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 56px 8.1818181818% 80px 10.5454545455%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__box {
    border-radius: 2.5641025641vw;
    padding: 7.6923076923vw 6.1538461538vw 10.2564102564vw;
  }
}
.rd_lp2604-steps__ttl {
  text-align: center;
  font-size: min( 30px, 2.7272727273vw );
  color: #3F3F3F;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__ttl {
    font-size: 4.6153846154vw;
  }
}
.rd_lp2604-steps__container {
  margin-top: 48px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__container {
    margin-top: 8.2051282051vw;
  }
}
.rd_lp2604-steps__sect {
  display: flex;
  -moz-column-gap: 9.8522167488%;
       column-gap: 9.8522167488%;
  justify-content: flex-start;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__sect {
    display: block;
  }
}
.rd_lp2604-steps__sect:not(:first-child) {
  margin-top: 60px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__sect:not(:first-child) {
    margin-top: 5.641025641vw;
  }
}
.rd_lp2604-steps__sect__img {
  flex: 0 0 auto;
  width: 32.7586206897%;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__sect__img {
    width: 62.0512820513vw;
    margin: 0 auto;
  }
}
.rd_lp2604-steps__sect__img picture, .rd_lp2604-steps__sect__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__sect__content {
    margin-top: 6.6666666667vw;
  }
}
.rd_lp2604-steps__sect__content:after {
  clear: both;
  display: table;
  content: "";
}
.rd_lp2604-steps__sect__ttl {
  display: inline-table;
  padding: min( 5px, 0.4545454545vw ) min( 20px, 1.8181818182vw );
  background-color: #0C57A8;
  color: #FFF;
  font-size: min( 20px, 1.8181818182vw );
  font-weight: 600;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__sect__ttl {
    padding: 1.0256410256vw 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-steps__sect__txt {
  margin-top: 20px;
  font-size: 14px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__sect__txt {
    margin-top: 3.5897435897vw;
    font-size: 3.5897435897vw;
  }
}
.rd_lp2604-steps__sect__list {
  float: left;
  margin-top: 16px;
  margin-right: 30px;
  font-size: 14px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__sect__list {
    margin-top: 3.0769230769vw;
    margin-right: 0;
    font-size: 3.5897435897vw;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-steps__sect__list + .rd_lp2604-steps__sect__list {
    margin-top: 0;
  }
}
.rd_lp2604-work__ttl {
  text-align: center;
  color: #FFF;
  font-size: min( 42px, 3.8181818182vw );
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-work__ttl {
    font-size: 6.6666666667vw;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-work__ttl span {
    font-size: 5.3846153846vw;
  }
}
.rd_lp2604-work__ttl em {
  color: #FBFF62;
  font-style: normal;
}
.rd_lp2604-work__txt {
  margin-top: 28px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-work__txt {
    margin-top: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-work__img {
  display: block;
  margin-top: 76px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-work__img {
    margin-top: 7.6923076923vw;
  }
}
.rd_lp2604-work__img picture, .rd_lp2604-work__img img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-merit {
  margin-top: 60px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit {
    margin-top: 10.2564102564vw;
  }
}
.rd_lp2604-merit__ttl {
  text-align: center;
  color: #FFF;
  font-size: min( 42px, 3.8181818182vw );
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__ttl {
    font-size: 5.641025641vw;
  }
}
.rd_lp2604-merit__ttl span {
  color: #FBFF62;
}
.rd_lp2604-merit__container {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__container {
    flex-direction: column;
    margin-top: 12.3076923077vw;
    row-gap: 9.7435897436vw;
  }
}
.rd_lp2604-merit__sect {
  position: relative;
  width: 48.1%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__sect {
    width: 100%;
  }
}
.rd_lp2604-merit__sect__num {
  position: absolute;
  left: 50%;
  top: -33px;
  transform: translateX(-50%);
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__sect__num {
    top: -5.641025641vw;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__sect__num > img {
    width: auto;
    height: 12.3076923077vw;
  }
}
.rd_lp2604-merit__sect__box {
  min-height: 100%;
  padding: 60px min( 48px, 4.3636363636vw ) min( 48px, 4.3636363636vw );
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 10px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__sect__box {
    padding: 10.2564102564vw 8.2051282051vw 8.2051282051vw;
    border-radius: 2.5641025641vw;
  }
}
.rd_lp2604-merit__sect__ttl {
  text-align: center;
  color: #0C57A8;
  font-size: min( 30px, 2.7272727273vw );
  line-height: 1.5;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__sect__ttl {
    font-size: 5.3846153846vw;
  }
}
.rd_lp2604-merit__sect__txt {
  margin-top: 28px;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__sect__txt {
    margin-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}
.rd_lp2604-merit__sect__txt small {
  font-size: 13px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-merit__sect__txt small {
    font-size: 2.8205128205vw;
  }
}
.rd_lp2604-difference {
  margin-top: 56px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-difference {
    margin: 10.2564102564vw -6.1538461538vw 0;
  }
}
.rd_lp2604-difference__box {
  padding: 60px 30px;
  background-color: #EDF9FF;
  border-radius: 10px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-difference__box {
    padding: 14.1025641026vw 4.6153846154vw 11.2820512821vw;
    border-radius: 0;
  }
}
.rd_lp2604-difference__ttl {
  text-align: center;
  color: #0C57A8;
  font-size: min( 25px, 2.2727272727vw );
  line-height: 1.5;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-difference__ttl {
    font-size: 5.8974358974vw;
  }
}
.rd_lp2604-difference__table {
  max-width: 887px;
  margin: 28px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-difference__table {
    margin-top: 6.1538461538vw;
  }
}
.rd_lp2604-difference__table picture, .rd_lp2604-difference__table img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-engineer {
  position: relative;
  padding-top: 164px;
  padding-bottom: 163px;
  background-color: #EDF9FF;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer {
    margin-top: -1px;
    padding-top: 7.1794871795vw;
    padding-bottom: 19.4871794872vw;
  }
}
.rd_lp2604-engineer__in {
  position: relative;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__in {
    padding: 0 4.1025641026vw;
  }
}
.rd_lp2604-engineer__heading {
  background: url(../images/details-title-bg.png) no-repeat center bottom/100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__heading {
    background-image: url(../images/details-title-bg2-sp.png);
  }
}
.rd_lp2604-engineer__sub {
  font-size: 24px;
  background-color: #FBFF62;
  color: #0A57A8;
  padding: 10px 0;
  width: 525px;
  text-align: center;
  border-radius: 100px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sub {
    width: 82.5641025641vw;
    padding: 2.5641025641vw 0;
    border-radius: 23.0769230769vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.rd_lp2604-engineer__ttl {
  font-size: min( 30px, 2.7272727273vw );
  color: #FFF;
  padding: 30px 0 60px 0;
  text-align: center;
  font-weight: 600;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__ttl {
    padding: 2.0512820513vw 0 10.2564102564vw;
    font-size: 5.8974358974vw;
    line-height: 1.3;
  }
}
.rd_lp2604-engineer__catch {
  margin-top: 28px;
  display: block;
  text-align: center;
  color: #0C57A8;
  font-size: min( 36px, 3.2727272727vw );
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__catch {
    margin-top: 6.9230769231vw;
    font-size: 5.8974358974vw;
  }
}
.rd_lp2604-engineer__lead {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__lead {
    margin-top: 1.7948717949vw;
    padding: 0 4.6153846154vw;
    text-align: left;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-engineer__container {
  margin-top: 80px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__container {
    margin-top: 5.641025641vw;
  }
}
.rd_lp2604-engineer__sect:not(:first-child) {
  margin-top: 45px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect:not(:first-child) {
    margin-top: 6.9230769231vw;
  }
}
.rd_lp2604-engineer__sect__box {
  padding: 0 55px 50px;
  border-radius: 10px;
  background-color: #FFF;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__box {
    padding: 0 5.641025641vw 7.6923076923vw;
    border-radius: 2.5641025641vw;
  }
}
.rd_lp2604-engineer__sect__check > span {
  display: inline-block;
  background: #0C57A8 url(../images/engineer-check.png) no-repeat left min( 16px, 1.4545454545vw ) center;
  padding: min( 2px, 0.1818181818vw ) min( 40px, 3.6363636364vw ) min( 2px, 0.1818181818vw ) min( 57px, 5.1818181818vw );
  font-weight: 500;
  font-size: min( 22px, 2vw );
  color: #FFF;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__check > span {
    margin-left: -5.641025641vw;
    padding: 1.5384615385vw 2.5641025641vw 1.5384615385vw 11.7948717949vw;
    background-position: left 3.0769230769vw center;
    background-size: 4.358974359vw auto;
    font-size: 4.358974359vw;
  }
}
.rd_lp2604-engineer__sect__in {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__in {
    display: block;
  }
}
.rd_lp2604-engineer__sect__content {
  width: auto;
  padding-top: 30px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__content {
    padding-top: 9.2307692308vw;
  }
}
.rd_lp2604-engineer__sect__img {
  flex: 0 0 auto;
  width: 278px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__img {
    width: 73.3333333333vw;
    margin: 9.2307692308vw auto 0;
  }
}
.rd_lp2604-engineer__sect__img picture, .rd_lp2604-engineer__sect__img img {
  display: block;
}
.rd_lp2604-engineer__sect__img img {
  width: 100%;
  height: auto;
}
.rd_lp2604-engineer__sect__ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__ttl {
    text-align: center;
    font-size: 4.358974359vw;
  }
}
.rd_lp2604-engineer__sect__txt {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__txt {
    margin-top: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-engineer__sect__txt small {
  word-break: break-all;
  font-size: 10px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__txt small {
    font-size: 3.0769230769vw;
  }
}
.rd_lp2604-engineer__sect__icons {
  width: 588px;
  margin: 35px auto 0;
  display: flex;
  padding: 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__icons {
    width: 60.5128205128vw;
    margin-top: 7.6923076923vw;
  }
}
.rd_lp2604-engineer__sect__icons > li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__icons > li {
    text-align: center;
    font-size: 3.3333333333vw;
  }
}
.rd_lp2604-engineer__sect__icons > li > img {
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-engineer__sect__icons > li > img {
    display: block;
    width: 25.3846153846vw;
    height: auto;
    margin: 0 auto 3.8461538462vw;
  }
}
.rd_lp2604-data {
  position: relative;
  background: url(../images/data-bg.png) center bottom no-repeat;
  padding-top: 87px;
  text-align: center;
  height: 1580px;
  box-sizing: border-box;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-data {
    background-image: url(../images/data-bg-sp.png);
    background-size: 100% auto;
    height: 192.8205128205vw;
    padding-top: 10.2564102564vw;
  }
}
.rd_lp2604-data__marquee {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-data__marquee {
    display: none;
  }
}
.rd_lp2604-data__in {
  position: relative;
  padding: 0 50px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-data__in {
    padding: 0 7.1794871795vw;
  }
}
.rd_lp2604-data__ttl {
  text-align: center;
  color: #0C57A8;
  font-size: min( 30px, 2.7272727273vw );
  font-weight: 700;
  line-height: 1.5;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-data__ttl {
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-data__ttl > strong {
  font-size: min( 42px, 3.8181818182vw );
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-data__ttl > strong {
    font-size: 6.4102564103vw;
  }
}
.rd_lp2604-data__ttl > strong > em {
  display: inline-block;
  font-style: normal;
  background: linear-gradient(to bottom, #FBFF62 0%, #FBFF62 100%);
  background-repeat: no-repeat;
  background-position: left bottom 0.2380952381em;
  background-size: 90% 19%;
}
.rd_lp2604-data__graph {
  max-width: 900px;
  margin: 54px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-data__graph {
    margin-top: 7.1794871795vw;
  }
}
.rd_lp2604-data__graph picture, .rd_lp2604-data__graph img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-voice {
  position: relative;
  padding-bottom: 125px;
  margin-top: -300px;
  z-index: 101;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice {
    padding-bottom: 6.4102564103vw;
    margin-top: -6.1538461538vw;
  }
}
.rd_lp2604-voice:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  bottom: 0;
  background: url("../images/bg0.png") center top repeat-y;
  content: "";
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice:before {
    top: 5.8974358974vw;
    background-image: url(../images/bg0-sp.png);
    background-size: 100% auto;
  }
}
.rd_lp2604-voice__in {
  position: relative;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__in {
    padding: 0 5.8974358974vw;
  }
}
.rd_lp2604-voice__ttl {
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 180%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__ttl {
    font-size: 6.1538461538vw;
  }
}
.rd_lp2604-voice__video {
  margin-top: 50px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__video {
    margin-top: 5.3846153846vw;
  }
}
.rd_lp2604-voice__video__container {
  position: relative;
  max-width: 1000px;
  aspect-ratio: 1000/558;
  margin: 0 auto;
}
.rd_lp2604-voice__video__container > video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rd_lp2604-voice__video__caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #55a9da;
  color: #FFF;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__video__caption {
    display: block;
    padding-top: 2.5641025641vw;
    padding-bottom: 6.6666666667vw;
  }
}
.rd_lp2604-voice__video__caption > dt {
  font-size: 22px;
  font-weight: 400;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__video__caption > dt {
    font-size: 3.5897435897vw;
  }
}
.rd_lp2604-voice__video__caption > dd {
  margin: 0;
  font-size: 16px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__video__caption > dd {
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-voice__video__caption > dd > small {
  font-size: 12px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__video__caption > dd > small {
    font-size: 3.0769230769vw;
  }
}
.rd_lp2604-voice__container {
  display: flex;
  justify-content: space-between;
  max-width: 842px;
  margin: 92px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__container {
    display: block;
    width: 100%;
    margin-top: 15.3846153846vw;
  }
}
.rd_lp2604-voice__sect {
  width: 46.7933491686%;
  padding-bottom: 16px;
  border-radius: 10px;
  background-color: #FFF;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect {
    width: 100%;
    padding-bottom: 5.641025641vw;
    border-radius: 2.5641025641vw;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect:not(:first-child) {
    margin-top: 16.9230769231vw;
  }
}
.rd_lp2604-voice__sect__pic > img {
  display: block;
  width: 94px;
  height: auto;
  margin: -42px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect__pic > img {
    position: relative;
    width: 24.1025641026vw;
    margin-top: 0;
    top: -8.2051282051vw;
  }
}
.rd_lp2604-voice__sect__pic > figcaption {
  margin-top: 11px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect__pic > figcaption {
    margin-top: -5.3846153846vw;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-voice__sect__pic > figcaption > small {
  font-size: 12px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect__pic > figcaption > small {
    font-size: 3.0769230769vw;
  }
}
.rd_lp2604-voice__sect__ttl {
  margin-top: 30px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #0C57A8;
  text-align: left;
  line-height: 1.6;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect__ttl {
    margin-top: 4.6153846154vw;
    padding: 0 5.641025641vw;
    font-size: 4.6153846154vw;
  }
}
.rd_lp2604-voice__sect__txt {
  margin-top: 30px;
  padding: 0 30px;
  font-size: 13px;
  line-height: 180%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect__txt {
    margin-top: 5.1282051282vw;
    padding: 0 5.641025641vw;
    font-size: 3.5897435897vw;
  }
}
.rd_lp2604-voice__sect__txt > a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #0565C2;
  background: url(../images/voice_more.png) center bottom no-repeat;
  padding-bottom: 20px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect__txt > a {
    padding-top: 5.1282051282vw;
  }
}
.rd_lp2604-voice__sect__txt.show-class > a {
  background: url(../images/voice_more_close.png) center top 20px no-repeat;
  padding-bottom: 0px;
  padding-top: 40px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-voice__sect__txt.show-class > a {
    padding-top: 10.2564102564vw;
  }
}
.rd_lp2604-start {
  background: url(../images/start-bg.jpg) center top repeat-x;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-start {
    background-size: 1006px auto;
    background-position: center 66.6666666667vw;
  }
}
.rd_lp2604-start__in {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-start__in {
    flex-direction: column-reverse;
  }
}
.rd_lp2604-start__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-start__content {
    padding: 12.8205128205vw 0;
  }
}
.rd_lp2604-start__ttl {
  display: block;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-start__ttl {
    width: 88.9743589744vw;
    margin: 0 auto;
  }
}
.rd_lp2604-start__ttl picture, .rd_lp2604-start__ttl img {
  display: block;
  width: 100%;
  max-width: 711px;
  height: auto;
}
.rd_lp2604-start__txt {
  margin-top: 28px;
  text-align: center;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-start__txt {
    margin-top: 4.358974359vw;
    font-size: 4.1025641026vw;
    line-height: 1.6;
  }
}
.rd_lp2604-start__pic {
  flex: 1 1 auto;
  display: block;
  width: 494px;
  max-width: 494px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-start__pic {
    width: 100%;
    max-width: 100%;
  }
}
.rd_lp2604-start__pic > img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-support {
  padding-top: 80px;
  padding-bottom: 68px;
  background: url("../images/bg0.png") center top repeat-y;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-support {
    padding-top: 15.3846153846vw;
    padding-bottom: 17.9487179487vw;
    background-image: url(../images/bg0-sp.png);
    background-size: 100% auto;
  }
}
.rd_lp2604-support__ttl {
  text-align: center;
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-support__ttl {
    font-size: 6.9230769231vw;
  }
}
.rd_lp2604-support__container {
  width: 100%;
  max-width: 928px;
  padding: 0 50px;
  margin: 44px auto 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-support__container {
    display: block;
    width: 82.5641025641vw;
    padding: 0;
    margin-top: 9.7435897436vw;
  }
}
.rd_lp2604-support__sect {
  width: 46.3768115942%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-support__sect {
    width: 100%;
  }
  .rd_lp2604-support__sect:not(:first-child) {
    margin-top: 11.2820512821vw;
  }
}
.rd_lp2604-support__sect__icon {
  display: block;
  width: 156px;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-support__sect__icon {
    width: 40vw;
  }
}
.rd_lp2604-support__sect__icon > img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-support__sect__ttl {
  margin-top: 34px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-support__sect__ttl {
    margin-top: 8.7179487179vw;
    font-size: 5.641025641vw;
    line-height: 1.5;
  }
}
.rd_lp2604-support__sect__txt {
  margin-top: 14px;
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-support__sect__txt {
    margin-top: 3.5897435897vw;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-staff {
  position: relative;
  padding: 53px 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-staff {
    padding: 12.3076923077vw 0 10.7692307692vw;
  }
}
.rd_lp2604-staff__marquee {
  position: absolute;
  left: 0;
  top: 341px;
  width: 100%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-staff__marquee {
    display: none;
  }
}
.rd_lp2604-staff__in {
  position: relative;
  padding: 0 50px;
  z-index: 101;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-staff__in {
    padding: 0 6.1538461538vw;
  }
}
.rd_lp2604-staff__ttl {
  text-align: center;
  color: #0C57A8;
  font-size: 30px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-staff__ttl {
    font-size: 5.8974358974vw;
  }
}
.rd_lp2604-staff__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 810px;
  margin: 37px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-staff__container {
    display: block;
    margin-top: 8.9743589744vw;
  }
}
.rd_lp2604-staff__item {
  width: 28.3950617284%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-staff__item {
    width: 100%;
  }
  .rd_lp2604-staff__item:not(:first-child) {
    margin-top: 7.1794871795vw;
  }
}
.rd_lp2604-staff__item__pic {
  display: block;
  width: 83.9130434783%;
  display: block;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-staff__item__pic {
    width: 42.5641025641vw;
  }
}
.rd_lp2604-staff__item__pic img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-staff__item__txt {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.4;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-staff__item__txt {
    margin-top: 3.5897435897vw;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-case {
  padding-top: 60px;
  padding-bottom: 80px;
  background: url("../images/bg0.png") center top repeat-y;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case {
    padding-top: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
    background-image: url(../images/bg0-sp.png);
  }
}
.rd_lp2604-case__in {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__in {
    padding: 0 6.1538461538vw;
  }
}
.rd_lp2604-case__box {
  padding: 60px 30px;
  background-color: #EDF9FF;
  border-radius: 10px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__box {
    padding: 7.1794871795vw 3.5897435897vw 8.2051282051vw;
    border-radius: 2.5641025641vw;
  }
}
.rd_lp2604-case__ttl {
  text-align: center;
  color: #3F3F3F;
  font-size: 30px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__ttl {
    font-size: 5.1282051282vw;
  }
}
.rd_lp2604-case__tab {
  margin-top: 8px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__tab {
    margin-top: 3.5897435897vw;
  }
}
.rd_lp2604-case__tabbtn {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__tabbtn {
    max-width: unset;
    margin-left: -3.5897435897vw;
    margin-right: -3.5897435897vw;
  }
}
.rd_lp2604-case__map {
  position: relative;
}
.rd_lp2604-case__map > img {
  display: block;
  width: 100%;
  height: auto;
}
.rd_lp2604-case__area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__area {
    position: relative;
    width: 80.7692307692vw;
    height: auto;
    margin: 3.5897435897vw auto 0;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    row-gap: 2.0512820513vw;
  }
}
.rd_lp2604-case__area > li {
  position: absolute;
  border-radius: 100px;
  display: inline-table;
  padding: 10px 30px;
  width: auto !important;
  background-color: #87BDDB !important;
  list-style: none;
  color: #FFF;
  font-size: 17px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.5s;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__area > li {
    position: relative;
    width: calc( 50% - 1.0256410256vw ) !important;
    padding: 2.5641025641vw;
    box-sizing: border-box;
    text-align: center;
  }
}
.rd_lp2604-case__area > li.is-active {
  background-image: linear-gradient(90deg, rgb(8, 94, 173), rgb(64, 174, 228));
  transform: scale(1.4);
  transform-origin: center;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__area > li.is-active {
    transform: none;
  }
}
.rd_lp2604-case__area > li.area1 {
  right: 0%;
  top: 25.9803921569%;
}
.rd_lp2604-case__area > li.area2 {
  right: 5.0666666667%;
  top: 44.8529411765%;
}
.rd_lp2604-case__area > li.area3 {
  right: 18.6666666667%;
  top: 73.5294117647%;
}
.rd_lp2604-case__area > li.area4 {
  right: 40%;
  top: 32.5980392157%;
}
.rd_lp2604-case__area > li.area5 {
  right: 45.8666666667%;
  top: 88.7254901961%;
}
.rd_lp2604-case__area > li.area6 {
  right: 62.6666666667%;
  top: 48.5294117647%;
}
.rd_lp2604-case__area > li.area7 {
  right: 78.6666666667%;
  top: 83.8235294118%;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__area > li {
    right: unset !important;
    top: unset !important;
  }
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__anchors {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.rd_lp2604-case__anchors > li {
  position: absolute;
  width: 7.9617834395%;
  height: 14.9193548387%;
  background: url(../images/case-anchor.png) center bottom/100% auto;
  transition: all 0.2s ease;
}
.rd_lp2604-case__anchors > li.is-active {
  background-image: url(../images/case-anchor-active.png);
  transform: scale(1.44);
  transform-origin: center bottom;
}
.rd_lp2604-case__anchors > li:nth-child(1) {
  left: 85.0318471338%;
  top: 2.4193548387%;
}
.rd_lp2604-case__anchors > li:nth-child(2) {
  left: 59.2356687898%;
  top: 35.0806451613%;
}
.rd_lp2604-case__anchors > li:nth-child(3) {
  left: 55.4140127389%;
  top: 61.2903225806%;
}
.rd_lp2604-case__anchors > li:nth-child(4) {
  left: 43.6305732484%;
  top: 51.6129032258%;
}
.rd_lp2604-case__anchors > li:nth-child(5) {
  left: 32.1656050955%;
  top: 59.2741935484%;
}
.rd_lp2604-case__anchors > li:nth-child(6) {
  left: 20.7006369427%;
  top: 57.2580645161%;
}
.rd_lp2604-case__anchors > li:nth-child(7) {
  left: 5.4140127389%;
  top: 66.5322580645%;
}
.rd_lp2604-case__container {
  width: 90%;
  max-width: 750px;
  margin: 60px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__container {
    width: 100%;
    max-width: 100%;
    margin-top: 7.1794871795vw;
  }
}
.rd_lp2604-case__sect {
  display: none;
}
.rd_lp2604-case__sect.is-active {
  display: block;
  border-top: 1px solid #e2e2e2;
}
.rd_lp2604-case__item {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.rd_lp2604-case__item:before {
  position: absolute;
  right: 30px;
  top: 60px;
  width: 14px;
  height: 8px;
  background: url(../images/case-arw.png) no-repeat left top/100% auto;
  content: "";
}
.rd_lp2604-case__item[open]:before {
  transform: rotate(180deg);
}
.rd_lp2604-case__item__summary {
  padding: 20px 0;
  list-style: none;
  cursor: pointer;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__item__summary {
    padding: 4.6153846154vw 2.0512820513vw 5.641025641vw 2.0512820513vw;
  }
}
.rd_lp2604-case__item__ttl {
  color: #0565C2;
  font-size: 26px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__item__ttl {
    font-size: 4.6153846154vw;
  }
}
.rd_lp2604-case__item__job {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__item__job {
    margin-top: 0;
    font-size: 4.1025641026vw;
  }
}
.rd_lp2604-case__item__outline {
  margin-top: 20px;
  font-size: 13px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__item__outline {
    margin-top: 3.5897435897vw;
    font-size: 3.3333333333vw;
  }
}
.rd_lp2604-case__item[open] .rd_lp2604-case__item__outline {
  display: none;
}
.rd_lp2604-case__item__body {
  padding-bottom: 20px;
  font-size: 13px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-case__item__body {
    padding: 0 2.0512820513vw 5.641025641vw;
    font-size: 3.3333333333vw;
  }
}
.rd_lp2604-message {
  position: relative;
  padding: 115px 0;
  background-color: #FFF;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-message {
    padding: 14.358974359vw 0;
  }
}
.rd_lp2604-message__marquee {
  position: absolute;
  left: 0;
  top: 88px;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-message__marquee {
    top: 22.5641025641vw;
  }
}
.rd_lp2604-message__in {
  position: relative;
  max-width: 780px;
  padding: 0 50px;
  margin: 0 auto;
  z-index: 101;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-message__in {
    max-width: 88.2051282051vw;
    padding: 0;
  }
}
.rd_lp2604-message__ttl {
  text-align: center;
  font-size: 30px;
  color: #3F3F3F;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-message__ttl {
    font-size: 4.6153846154vw;
  }
}
.rd_lp2604-message__catch {
  margin-top: 86px;
  text-align: center;
  color: #0C57A8;
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-message__catch {
    margin-top: 9.2307692308vw;
    font-size: 5.1282051282vw;
  }
}
.rd_lp2604-message__txt {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.7;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-message__txt {
    margin-top: 5.3846153846vw;
    font-size: 3.5897435897vw;
  }
}
.rd_lp2604-faq {
  background-color: #F6F9FF;
  padding: 100px 0 90px 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-faq {
    padding: 13.5897435897vw 0 15.3846153846vw;
  }
}
.rd_lp2604-faq__ttl {
  text-align: center;
  color: #3F3F3F;
  font-size: 30px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-faq__ttl {
    font-size: 4.6153846154vw;
  }
}
.rd_lp2604-faq__list {
  width: 700px;
  margin: 48px auto 0;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-faq__list {
    width: 87.1794871795vw;
    margin-top: 4.1025641026vw;
  }
}
.rd_lp2604-faq__list > dl:not(:first-child) {
  margin-top: 40px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-faq__list > dl:not(:first-child) {
    margin-top: 8.9743589744vw;
  }
}
.rd_lp2604-faq__list > dl > dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  color: #0C57A8;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 20px;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-faq__list > dl > dt {
    font-size: 4.1025641026vw;
    line-height: 1.6;
    padding-bottom: 4.6153846154vw;
  }
}
.rd_lp2604-faq__list > dl > dt:before {
  flex: 0 0 auto;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../images/faq-q.png) no-repeat left top/100% auto;
  content: "";
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-faq__list > dl > dt:before {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
  }
}
.rd_lp2604-faq__list > dl > dd {
  font-size: 13px;
  line-height: 1.8;
}
@media not screen and (min-width: 768px) {
  .rd_lp2604-faq__list > dl > dd {
    font-size: 3.5897435897vw;
  }
}