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

/* 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 {
  content: "";
  content: none;
}

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

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.dspPc {
  display: block;
}
@media (max-width: 767px) {
  .dspPc {
    display: none;
  }
}

.dspTab {
  display: none;
}
@media (max-width: 1000px) {
  .dspTab {
    display: block;
  }
}

.dspSp {
  display: none;
}
@media (max-width: 767px) {
  .dspSp {
    display: block;
  }
}

img {
  width: 100%;
}

a {
  transition: 0.15s ease-in-out;
  transition-property: opacity, background, color;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 92%;
}

.wrapper900 {
  margin: 0 auto;
  max-width: 900px;
  width: 92%;
}

.wrapper700 {
  margin: 0 auto;
  max-width: 700px;
  width: 92%;
}

table.simpleGrayTable {
  width: 100%;
}
table.simpleGrayTable tr {
  width: 100%;
  border-top: 1px solid #cccccc;
  text-align: left;
}
table.simpleGrayTable tr:last-child {
  border-bottom: 1px solid #cccccc;
}
table.simpleGrayTable tr th {
  white-space: nowrap;
  padding: 1.2em;
}
table.simpleGrayTable tr td {
  padding: 1.2em;
}
@media (max-width: 767px) {
  table.simpleGrayTable tr th,
  table.simpleGrayTable tr td {
    width: 100%;
    display: block;
  }
  table.simpleGrayTable tr th {
    padding: 1em 0 0.5em;
    font-weight: bold;
  }
  table.simpleGrayTable tr td {
    padding: 0 0 1em 0;
  }
}

table.boxStyleTable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7em;
}
table.boxStyleTable tr {
  width: 100%;
  background: #ffffff;
}
table.boxStyleTable tr th {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 0 1em;
}
table.boxStyleTable tr td {
  border: 1px solid #cccccc;
  padding: 1em 1.5em;
}
@media (max-width: 767px) {
  table.boxStyleTable tr:last-child {
    border-bottom: 1px solid #cccccc;
  }
  table.boxStyleTable tr th,
  table.boxStyleTable tr td {
    display: block;
    border-bottom: none;
    text-align: left;
  }
  table.boxStyleTable tr th {
    padding: 0.5em 4%;
  }
  table.boxStyleTable tr td {
    padding: 1em 4%;
  }
}

ul.dotsList li {
  padding: 0 0 0.1em 20px;
}
ul.dotsList li:before {
  content: "・";
  display: inline-block;
  text-indent: -20px;
}

ol.numList {
  counter-reset: item;
}
ol.numList li {
  padding: 0 0 0.1em 20px;
  list-style-type: none;
}
ol.numList li:before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  text-indent: -20px;
}

ol.numBraList {
  counter-reset: item;
}
ol.numBraList li {
  padding: 0 0 0.1em 30px;
  list-style-type: none;
}
ol.numBraList li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  display: inline-block;
  text-indent: -30px;
}

a {
  color: #333333;
}

.pink {
  color: #f41c54;
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5em;
  font-weight: bold;
}

p {
  line-height: 1.7em;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.futura {
  font-family: futura-pt, sans-serif;
}

.small {
  font-size: 14px;
}

.header {
  width: 92%;
  padding: 0 4%;
  height: 90px;
  background: #ffffff;
}
.header .logo {
  width: 40%;
  max-width: 440px;
  line-height: 90px;
  display: inline-block;
  vertical-align: middle;
}
.header .logo img {
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .header {
    width: 96%;
    padding: 0 2%;
  }
}
@media (max-width: 1000px) {
  .header .logo {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .header {
    width: 92%;
    height: 50px;
    padding: 0 4%;
  }
  .header .logo {
    width: 70%;
    line-height: 50px;
  }
}
.header_lptop {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
}
.header_lptop .ctaArea .telNum {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.header_lptop .ctaArea .telNum:before {
  content: "";
  background: url("../img/icon-tel.svg") no-repeat;
  width: 42px;
  height: 59px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .header_lptop .ctaArea .telNum:before {
    width: 32px;
    height: 49px;
    margin-right: 5px;
  }
}
.header_lptop .ctaArea .telNum .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  line-height: 2em;
}
.header_lptop .ctaArea .telNum .txt .futura {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .header_lptop .ctaArea .telNum .txt {
    font-size: 11px;
  }
  .header_lptop .ctaArea .telNum .txt .futura {
    font-size: 24px;
  }
}
.header_lptop .ctaArea .telNum .txt span {
  display: block;
}
.header_lptop .ctaArea .btn-mail {
  font-size: 18px;
  background: transparent
    linear-gradient(180deg, #ff8a41 0%, #fe8c43 48%, #dc5d0d 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 0px #dddddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 250px;
  padding: 12px 0 15px;
}
@media (max-width: 1280px) {
  .header_lptop .ctaArea .btn-mail {
    margin-left: 10px;
  }
}
@media (max-width: 1000px) {
  .header_lptop .ctaArea .btn-mail {
    font-size: 14px;
    width: 180px;
  }
}
.header_lptop .ctaArea .btn-mail span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
}
@media (max-width: 1000px) {
  .header_lptop .ctaArea .btn-mail span {
    font-size: 11px;
    width: 180px;
  }
}
.header_lptop .ctaArea .btn-mail span:before {
  content: "";
  background: url("../img/icon-handsup-left.svg") no-repeat;
  width: 11px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.header_lptop .ctaArea .btn-mail span:after {
  content: "";
  background: url("../img/icon-handsup-right.svg") no-repeat;
  width: 11px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header_lptop .ctaArea {
    display: none;
  }
}
.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.6s, opacity 0.6s;
  z-index: 9999;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.header.fixed .ctaArea .telNum {
  margin-right: 0;
}
.header.fixed .ctaArea .btn-mail {
  display: none;
}

.footer {
  font-size: 10px;
  text-align: center;
  background-color: #dceef7;
  padding: 10px 0;
}
.footer .flexwrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 20px 0 30px;
}
@media (max-width: 767px) {
  .footer .flexwrap {
    padding: 5px 0 15px;
  }
}
.footer .flexwrap .logo_footer {
  width: 308px;
}
@media (max-width: 767px) {
  .footer .flexwrap .logo_footer {
    display: block;
    margin: 0 auto 15px;
  }
}
.footer .flexwrap .footerLink {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer .flexwrap .footerLink {
    display: block;
    margin: 0 auto;
  }
}
.footer .flexwrap .footerLink li {
  display: inline-block;
  vertical-align: middle;
}
.footer .flexwrap .footerLink li:first-child:after {
  content: "|";
  color: #cccccc;
  margin: 0 1em;
}

.underline-dented {
  color: #005aa1;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .underline-dented {
    font-size: 21px;
  }
}
.underline-dented:after {
  content: "";
  background: url("../img/underline-dented.svg") no-repeat;
  width: 140px;
  height: 9px;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 15px auto 0;
}

#LP-TOP {
  opacity: 0;
}
#LP-TOP .cta-floating {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
#LP-TOP .cta-floating.fixed {
  visibility: visible;
}
@media (max-width: 767px) {
  #LP-TOP .cta-floating.fixed {
    bottom: 0;
  }
}
#LP-TOP .cta-floating .dspSp a {
  width: 200px;
  font-size: 14px;
  line-height: 1.5em;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
#LP-TOP .cta-floating .dspSp a span {
  font-size: 9px;
  font-weight: 500;
  line-height: 1.7em;
}
#LP-TOP .cta-floating .dspSp a.btn-tel {
  background: #51aad6;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
#LP-TOP .cta-floating .dspSp a.btn-tel:before {
  content: "";
  background: url("../img/icon-tel-wht.svg") no-repeat;
  width: 34px;
  height: 50px;
  background-size: contain;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  left: 6px;
  display: block;
}
#LP-TOP .cta-floating .dspSp a.btn-tel .txt {
  padding: 7px 0 8px 40px;
}
#LP-TOP .cta-floating .dspSp a.btn-tel span {
  font-size: 8px;
}
#LP-TOP .cta-floating .dspSp a.btn-mail {
  background: #f37323;
  padding: 7px 0 8px;
}
#LP-TOP .cta-floating .dspSp a.btn-mail span:before {
  content: "";
  background: url("../img/icon-handsup-left.svg") no-repeat;
  width: 11px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#LP-TOP .cta-floating .dspSp a.btn-mail span:after {
  content: "";
  background: url("../img/icon-handsup-right.svg") no-repeat;
  width: 11px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}
#LP-TOP .cta-floating .dspSp a.btn-mail_pc {
  background: #f37323;
  padding: 7px 0 8px;
}
#LP-TOP .cta-floating .dspSp a.btn-mail_pc span:before {
  content: "";
  background: url("../img/icon-handsup-left.svg") no-repeat;
  width: 11px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#LP-TOP .cta-floating .dspSp a.btn-mail_pc span:after {
  content: "";
  background: url("../img/icon-handsup-right.svg") no-repeat;
  width: 11px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}
#LP-TOP .cta-floating .dspPc {
  margin: 0 0 10px 10px;
}
#LP-TOP .cta-floating .dspPc .btn-mail {
  font-size: 21px;
  background: transparent
    linear-gradient(180deg, #ff8a41 0%, #fe8c43 48%, #dc5d0d 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 0px #dddddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 300px;
  padding: 12px 0 15px;
}
#LP-TOP .cta-floating .dspPc .btn-mail span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}
#LP-TOP .cta-floating .dspPc .btn-mail span:before {
  content: "";
  background: url("../img/icon-handsup-left.svg") no-repeat;
  width: 11px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#LP-TOP .cta-floating .dspPc .btn-mail span:after {
  content: "";
  background: url("../img/icon-handsup-right.svg") no-repeat;
  width: 11px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}

#LP-TOP .fvArea .kv_goukaku {
  position: absolute;
  width: 29%;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #LP-TOP .fvArea .kv_goukaku {
    display: none;
  }
}
#LP-TOP .goukaku {
  display: none;
}
@media (max-width: 767px) {
  #LP-TOP .goukaku {
    display: block;
    background: url("../img/goukaku-bg.png") no-repeat;
    background-color: #2baae9;
    background-position: top center;
    background-size: contain;
    padding: 30px 0;
  }
}

#LP-TOP .ctaContents {
  background: transparent linear-gradient(100deg, #0072cc 0%, #079ed5 100%) 0%
    0% no-repeat padding-box;
  text-align: center;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
#LP-TOP .ctaContents .inner {
  position: relative;
}
#LP-TOP .ctaContents .inner:before {
  content: "";
  position: absolute;
  background: url("../img/ctacontents-arrowbg.svg") no-repeat;
  background-size: contain;
  width: 164px;
  height: 322px;
  top: -10px;
  left: 20px;
  display: block;
}
@media (max-width: 767px) {
  #LP-TOP .ctaContents .inner:before {
    top: -20px;
    left: 0;
  }
}
#LP-TOP .ctaContents .inner p {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 767px) {
  #LP-TOP .ctaContents .inner p {
    font-size: 16px;
  }
}
#LP-TOP .ctaContents .inner p.parallelogram {
  color: #005aa1;
  font-size: 28px;
  position: relative;
  padding: 5px 15px 5px 10px;
  text-align: center;
  margin: 12px auto;
  z-index: 1;
}
@media (max-width: 767px) {
  #LP-TOP .ctaContents .inner p.parallelogram {
    font-size: 20px;
    padding: 2px 7px 2px 0px;
  }
}
#LP-TOP .ctaContents .inner p.parallelogram span {
  color: #f41c54;
}
#LP-TOP .ctaContents .inner p.parallelogram:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transform: skewX(-10deg);
  z-index: -1;
}
#LP-TOP .ctaContents .inner p.underlineYellow {
  color: #f8ec4d;
  font-size: 28px;
  border-bottom: 1px solid #f8ec4d;
}
@media (max-width: 767px) {
  #LP-TOP .ctaContents .inner p.underlineYellow {
    font-size: 20px;
  }
}
#LP-TOP .ctaContents .ctaBtnWrap {
  display: none;
}
@media (max-width: 767px) {
  #LP-TOP .ctaContents .ctaBtnWrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: top;
    -webkit-box-align: top;
    -ms-flex-align: top;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-top: 30px;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a {
    width: 49%;
    font-size: 14px;
    line-height: 1.5em;
    box-shadow: 0px 3px 0px #dddddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    z-index: 1;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a span {
    font-size: 9px;
    font-weight: 500;
    line-height: 1.7em;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a.btn-tel {
    background: transparent
      linear-gradient(180deg, #51aad6 0%, #6cbfe9 49%, #2082b2 100%) 0% 0%
      no-repeat padding-box;
    overflow: hidden;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a.btn-tel:before {
    content: "";
    background: url("../img/icon-tel-wht.svg") no-repeat;
    width: 34px;
    height: 50px;
    background-size: contain;
    background-position: bottom left;
    position: absolute;
    bottom: 0;
    left: 6px;
    display: block;
    opacity: 0.6;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a.btn-tel .txt {
    padding: 7px 0 8px;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a.btn-tel span {
    font-size: 8px;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a.btn-mail {
    background: transparent
      linear-gradient(180deg, #ff8a41 0%, #fe8c43 48%, #dc5d0d 100%) 0% 0%
      no-repeat padding-box;
    padding: 7px 0 8px;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a.btn-mail span:before {
    content: "";
    background: url("../img/icon-handsup-left.svg") no-repeat;
    width: 11px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  #LP-TOP .ctaContents .ctaBtnWrap a.btn-mail span:after {
    content: "";
    background: url("../img/icon-handsup-right.svg") no-repeat;
    width: 11px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
  }
}
#LP-TOP .passrateWrapper {
  background-color: rgba(0, 90, 161, 0.2);
  padding: 50px 0;
}
#LP-TOP .passrateWrapper .passrate {
  border: 4px solid #005aa1;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate {
    border: 3px solid #005aa1;
  }
}
#LP-TOP .passrateWrapper .passrate .inner {
  padding: 50px 10% 40px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner {
    padding: 20px 10px;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .ttl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .ttl {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .icon {
  width: 120px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .ttl .icon {
    width: 90px;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .year_sp {
  display: none;
  font-size: 24px;
  width: calc(100% - 100px);
  color: #005aa1;
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .year_sp .futura {
  font-size: 42px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .ttl .year_sp {
    display: inline-block;
    margin-left: 10px;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt {
  width: calc(100% - 150px);
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .ttl .txt {
    width: 100%;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2 {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #005aa1;
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2:before {
  content: "";
  width: calc(100% + 40px);
  height: 16px;
  position: absolute;
  display: block;
  z-index: -1;
  left: -20px;
  bottom: 0;
  background-color: #f8ec4d;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2:before {
    width: 100%;
    left: 0;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2 .year_pc {
  font-size: 28px;
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2 .year_pc .futura {
  font-size: 48px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2 .year_pc {
    display: none;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2 .hightlight {
  font-size: 44px;
  margin-left: 5px;
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2 .hightlight .futura {
  font-size: 96px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2 .hightlight {
    font-size: 34px;
  }
  #LP-TOP .passrateWrapper .passrate .inner .ttl .txt h2 .hightlight .futura {
    font-size: 88px;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt p {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
#LP-TOP .passrateWrapper .passrate .inner .ttl .txt p .futura {
  font-size: 32px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .ttl .txt p {
    font-size: 21px;
  }
  #LP-TOP .passrateWrapper .passrate .inner .ttl .txt p .futura {
    font-size: 30px;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .uniname {
  position: relative;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  display: block;
  margin: 30px 0;
  padding: 3px 20px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .uniname {
    font-size: 19px;
    padding: 10px;
    margin: 20px 0 15px;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .uniname:before {
  content: "";
  background-color: #51aad6;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-20deg);
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .uniname:before {
    width: calc(100% - 18px);
    left: 9px;
    transform: skewX(-10deg);
  }
}
#LP-TOP .passrateWrapper .passrate .inner .uniname_navy:before {
  background-color: #005aa1;
}
#LP-TOP .passrateWrapper .passrate .inner .uninameList {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .uninameList {
    text-align: left;
    font-size: 16px;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .uninameList li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .uninameList li {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
  }
}
#LP-TOP .passrateWrapper .passrate .inner .uninameList_navy li:last-child {
  display: block;
  text-align: right;
}
#LP-TOP .passrateWrapper .passrate .inner .date {
  color: #ff0000;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .passrate .inner .date {
    margin-top: 0;
  }
}
#LP-TOP .passrateWrapper .voices {
  margin-top: 50px;
  text-align: center;
}
#LP-TOP .passrateWrapper .voices h2 {
  font-size: 50px;
  color: #005aa1;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
#LP-TOP .passrateWrapper .voices h2:before,
#LP-TOP .passrateWrapper .voices h2:after {
  content: "";
  background-color: #005aa1;
  width: 2px;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 10px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .voices h2:before,
  #LP-TOP .passrateWrapper .voices h2:after {
    bottom: 0;
    height: 35px;
  }
}
#LP-TOP .passrateWrapper .voices h2:before {
  transform: rotate(-30deg);
  left: -25px;
}
#LP-TOP .passrateWrapper .voices h2:after {
  transform: rotate(30deg);
  right: -25px;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .voices h2 {
    font-size: 28px;
  }
}
#LP-TOP .passrateWrapper .voices .voices_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  #LP-TOP .passrateWrapper .voices .voices_list {
    grid-template-columns: 1fr;
  }
}
#LP-TOP .passrateWrapper .voices .voices_list li {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner {
  padding: 20px;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner h5:before {
  content: "";
  background: url("../img/icon-quotation-left.svg") no-repeat;
  width: 28px;
  height: 24px;
  background-size: contain;
  display: block;
  margin-bottom: 10px;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner .profile {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner .profile span {
  width: 50px;
  display: block;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner .profile.boy span {
  background: url("../img/experience-illust01.png") no-repeat;
  background-size: contain;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner .profile.girl span {
  background: url("../img/experience-illust03.png") no-repeat;
  background-size: contain;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner .profile.parent span {
  background: url("../img/experience-illust04.png") no-repeat;
  background-size: contain;
}
#LP-TOP .passrateWrapper .voices .voices_list li .inner .profile .name {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-left: 10px;
}
#LP-TOP .passrateWrapper .voices .js-btn-more {
  padding: 18px;
  background-color: #005aa1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
}
#LP-TOP .passrateWrapper .voices .js-btn-more:after {
  content: "";
  background: url("../img/icon-accordionarrow.svg") no-repeat;
  width: 11px;
  height: 18px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
#LP-TOP .passrateWrapper .voices .js-btn-close {
  padding: 18px;
  background-color: #005aa1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
}
#LP-TOP .importance {
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  #LP-TOP .importance {
    padding: 30px 0;
  }
}
#LP-TOP .importance .underline-dented:before {
  content: "";
  background: url("../img/icon-attention.svg") no-repeat;
  width: 26px;
  height: 35px;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
#LP-TOP .importance .flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #LP-TOP .importance .flexWrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#LP-TOP .importance .flexWrap .txtArea {
  width: 47%;
  font-size: 18px;
}
@media (max-width: 767px) {
  #LP-TOP .importance .flexWrap .txtArea {
    width: 100%;
    font-size: 14px;
  }
}
#LP-TOP .importance .flexWrap .txtArea .pink {
  font-weight: bold;
  color: #f41c54;
}
#LP-TOP .importance .flexWrap .txtArea .borderbox {
  display: inline-block;
  border: 1.5px solid #f41c54;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.border_box {
  display: inline-block;
  border: 1.5px solid #f41c54;
  padding: 5px 10px;
  margin-bottom: 20px;
}
#LP-TOP .importance .flexWrap .imgArea {
  width: 47%;
}
@media (max-width: 767px) {
  #LP-TOP .importance .flexWrap .imgArea {
    width: 100%;
  }
}
#LP-TOP .importance .flexWrap .imgArea p {
  margin-top: 20px;
}
#LP-TOP .benefit {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit {
    padding-top: 10px;
  }
}
#LP-TOP .benefit .ttlWrap {
  text-align: center;
}
#LP-TOP .benefit .ttlWrap h2 {
  font-size: 28px;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .ttlWrap h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#LP-TOP .benefit .ttlWrap h2 strong {
  font-size: 50px;
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .ttlWrap h2 strong {
    font-size: 28px;
    margin-top: 5px;
  }
}
#LP-TOP .benefit .ttlWrap h2 strong:before {
  content: "";
  background-color: #333333;
  width: 2px;
  height: 45px;
  transform: rotate(-30deg);
  display: inline-block;
  margin-right: 20px;
}
#LP-TOP .benefit .ttlWrap h2 strong:after {
  content: "";
  background-color: #333333;
  width: 2px;
  height: 45px;
  transform: rotate(30deg);
  display: inline-block;
  margin-left: 10px;
}
#LP-TOP .benefit .ttlWrap h2 strong .marus {
  padding-top: 10px;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-image: radial-gradient(
    circle at center,
    #f37323 16%,
    transparent 16%
  );
}
#LP-TOP .benefit .ttlWrap .imgArea {
  display: inline-block;
  width: 188px;
  vertical-align: bottom;
  margin-left: 70px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .ttlWrap .imgArea {
    width: 104px;
    margin-left: 0px;
  }
}
#LP-TOP .benefit .ttlWrap .imgArea img {
  vertical-align: bottom;
}
#LP-TOP .benefit .interview {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview {
    background: transparent
      linear-gradient(0deg, #edf6fb 0%, #c9e4f2 75%, #51aad6 100%) 0% 0%
      no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 15px;
    position: relative;
    margin-bottom: 20px;
  }
}
#LP-TOP .benefit .interview .fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .fade-in {
    opacity: 1;
    transform: translateY(0);
  }
}
#LP-TOP .benefit .interview .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
#LP-TOP .benefit .interview .commentArea {
  background: transparent linear-gradient(180deg, #51aad6 0%, #d5eaf5 100%) 0%
    0% no-repeat padding-box;
  border-radius: 13px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#LP-TOP .benefit .interview .commentArea:before {
  content: "";
  position: absolute;
  background: url("../img/benefit-bgimage-pc.png") no-repeat;
  background-size: contain;
  background-position: center top;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea:before {
    background: url("../img/benefit-bgimage-sp.png") no-repeat;
    background-size: contain;
  }
}
#LP-TOP .benefit .interview .commentArea:after {
  content: "";
  background: url("../img/icon-arrowdown.png") no-repeat;
  width: 120px;
  height: 42px;
  background-size: contain;
  display: block;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea {
    background: none;
  }
  #LP-TOP .benefit .interview .commentArea:after {
    background: none;
  }
}
#LP-TOP .benefit .interview .commentArea .inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 10px 7% 50px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea .inner {
    padding: 10px 10px 0;
  }
}
#LP-TOP .benefit .interview .commentArea .inner .imgArea {
  width: 300px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea .inner .imgArea {
    width: 100%;
  }
  #LP-TOP .benefit .interview .commentArea .inner .imgArea img {
    width: 200px;
  }
}
#LP-TOP .benefit .interview .commentArea .inner .imgArea .name {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  padding: 7px 25px;
  color: #51aad6;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea .inner .imgArea .name {
    bottom: 35px;
    left: auto;
    right: 20px;
    transform: translate(0);
    font-size: 18px;
    padding: 5px 15px;
  }
}
#LP-TOP .benefit .interview .commentArea .inner .imgArea .name:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transform: skewX(-10deg);
  z-index: -1;
}
#LP-TOP .benefit .interview .commentArea .inner .txtArea {
  width: calc(100% - 400px);
  max-width: 500px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea .inner .txtArea {
    width: 100%;
    margin-top: -20px;
    padding: 10px;
  }
}
#LP-TOP .benefit .interview .commentArea .inner .txtArea p {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea .inner .txtArea p {
    font-size: 16px;
    padding: 0 10px;
  }
}
#LP-TOP .benefit .interview .commentArea .inner .txtArea p:before {
  content: "";
  background: url("../img/icon-quotation-left.svg") no-repeat;
  width: 100%;
  height: 24px;
  margin-bottom: 15px;
  background-size: contain;
  background-position: left;
  display: block;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea .inner .txtArea p:before {
    height: 16px;
    margin-bottom: 5px;
    margin-left: -10px;
  }
}
#LP-TOP .benefit .interview .commentArea .inner .txtArea p:after {
  content: "";
  background: url("../img/icon-quotation-right.svg") no-repeat;
  width: 100%;
  height: 24px;
  margin-top: 15px;
  background-size: contain;
  background-position: right;
  display: block;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .commentArea .inner .txtArea p:after {
    height: 16px;
    margin-top: 5px;
    margin-left: 10px;
  }
}
#LP-TOP .benefit .interview .checkArea {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea {
    margin-top: 20px;
    padding: 0 10px 20px;
  }
}
#LP-TOP .benefit .interview .checkArea .checkicon {
  font-size: 28px;
  color: #f41c54;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #f41c54;
  border-radius: 28px;
  padding: 10px 20px;
  background: #ffffff;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .checkicon {
    font-size: 14px;
    padding: 4px 7px;
  }
}
#LP-TOP .benefit .interview .checkArea .checkicon:before {
  content: "";
  background: url("../img/icon-check.svg") no-repeat;
  width: 21px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  margin-right: 9px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .checkicon:before {
    width: 10px;
    height: 8px;
    margin-right: 4px;
  }
}
#LP-TOP .benefit .interview .checkArea .flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#LP-TOP .benefit .interview .checkArea .flexWrap .txtArea {
  width: 47%;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .flexWrap .txtArea {
    width: 100%;
  }
}
#LP-TOP .benefit .interview .checkArea .flexWrap .txtArea h3 {
  font-size: 24px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .flexWrap .txtArea h3 {
    font-size: 18px;
    margin: 10px 0 15px;
  }
}
#LP-TOP .benefit .interview .checkArea .flexWrap .txtArea h3 .pink {
  color: #f41c54;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .flexWrap .txtArea p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
}
#LP-TOP .benefit .interview .checkArea .flexWrap .imgArea {
  width: 47%;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .flexWrap .imgArea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .flexWrap .imgArea .videotxt {
    font-size: 12px;
  }
}
#LP-TOP .benefit .interview .checkArea .flexWrap .imgArea .videoWrap {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .flexWrap .imgArea .videoWrap {
    margin-top: 10px;
  }
}
#LP-TOP
  .benefit
  .interview
  .checkArea
  .flexWrap
  .imgArea
  .videoWrap
  .videoContent {
  width: 100%;
}
#LP-TOP .benefit .interview .checkArea .closeup {
  border: 6px solid #005aa1;
  position: relative;
  margin-top: 40px;
  padding: 70px 20px 20px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .closeup {
    border: 2px solid #005aa1;
    margin-top: 30px;
    padding: 20px 8px 8px;
  }
}
#LP-TOP .benefit .interview .checkArea .closeup .ttl {
  font-size: 34px;
  color: #005aa1;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0 40px;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .closeup .ttl {
    font-size: 15px;
    background-color: #edf6fb;
    padding: 0 10px;
    top: -14px;
  }
}
#LP-TOP .benefit .interview .checkArea .closeup .ttl:before {
  content: "";
  background: url("../img/icon-scope.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #LP-TOP .benefit .interview .checkArea .closeup .ttl:before {
    font-size: 15px;
    width: 19px;
    height: 19px;
  }
}
#LP-TOP .experience {
  background-color: #f2f6fa;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #LP-TOP .experience {
    background-color: #ffffff;
    padding: 40px 0;
  }
}
#LP-TOP .experience .ttlWrap {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .ttlWrap {
    margin-bottom: 30px;
  }
}
#LP-TOP .experience .ttlWrap:before {
  content: "";
  background: url("../img/experience-cloud-left.svg") no-repeat;
  width: 100px;
  height: 86px;
  background-size: contain;
  display: inline-block;
}
@media (max-width: 767px) {
  #LP-TOP .experience .ttlWrap:before {
    width: 35px;
    height: 31px;
  }
}
#LP-TOP .experience .ttlWrap:after {
  content: "";
  background: url("../img/experience-cloud-right.svg") no-repeat;
  width: 100px;
  height: 86px;
  background-size: contain;
  display: inline-block;
}
@media (max-width: 767px) {
  #LP-TOP .experience .ttlWrap:after {
    width: 54px;
    height: 45px;
  }
}
#LP-TOP .experience .ttlWrap .underline-dented {
  font-size: 48px;
  display: inline-block;
}
#LP-TOP .experience .ttlWrap .underline-dented span {
  font-size: 36px;
  color: #333333;
}
@media (max-width: 767px) {
  #LP-TOP .experience .ttlWrap .underline-dented {
    font-size: 21px;
  }
  #LP-TOP .experience .ttlWrap .underline-dented span {
    font-size: 14px;
  }
}
#LP-TOP .experience .slick-track {
  display: flex;
}
#LP-TOP .experience .slick-slide {
  height: auto !important;
  margin: 0 30px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .slick-slide {
    margin: 15px;
  }
}
#LP-TOP .experience .slick-list {
  overflow: visible;
}
#LP-TOP .experience button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  margin: 0 8px;
  outline: 0;
  transition: 0.3s;
}
#LP-TOP .experience .slider-dots {
  text-align: center;
}
@media (max-width: 767px) {
  #LP-TOP .experience .slider-dots {
    text-align: right;
    margin-right: 40px;
  }
}
#LP-TOP .experience .slider-dots:before {
  content: "横にスライドして他の事例も見る";
  display: block;
  margin: 30px auto 20px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .slider-dots:before {
    margin-right: -25px;
    text-align: right;
  }
}
#LP-TOP .experience .slider-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#LP-TOP .experience .slider-dots li button {
  background: #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
}
#LP-TOP .experience .slider-dots li button:before {
  content: none;
}
#LP-TOP .experience .slider-dots li button:hover,
#LP-TOP .experience .slider-dots li.slick-active button {
  background: #005aa1;
}
#LP-TOP .experience .slick-arrow {
  position: absolute;
}
#LP-TOP .experience .slick-arrow:before {
  content: "" !important;
}
#LP-TOP .experience .slick-arrow:hover {
  opacity: 0.6;
}
#LP-TOP .experience .slick-next {
  bottom: 0;
  right: 50%;
  border-top: solid 3px #005aa1;
  border-right: solid 3px #005aa1;
  width: 13px;
  height: 13px;
  transform: translateX(74px) rotate(45deg);
}
@media (max-width: 767px) {
  #LP-TOP .experience .slick-next {
    right: 10px;
    transform: rotate(45deg);
  }
}
#LP-TOP .experience .slick-prev {
  bottom: 0;
  left: 50%;
  border-bottom: solid 3px #005aa1;
  border-left: solid 3px #005aa1;
  width: 13px;
  height: 13px;
  transform: translateX(-74px) rotate(45deg);
}
@media (max-width: 767px) {
  #LP-TOP .experience .slick-prev {
    left: auto;
    right: 135px;
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  #LP-TOP .experience .slick-next,
  #LP-TOP .experience .slick-prev {
    background: #ffffff;
  }
}
#LP-TOP .experience .sliderBox {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-sizing: border-box;
  overflow: visible;
  /**min-height: 590px;**/
  max-width: 900px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox {
    background: #f2f2f2;
    /**min-height: 747px;**/
  }
}
#LP-TOP .experience .sliderBox .inner {
  width: 780px;
  margin: 40px 60px;
  position: relative;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  #LP-TOP .experience .sliderBox .inner {
    width: 640px;
  }
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner {
    margin: 20px 0;
    width: auto;
  }
}
#LP-TOP .experience .sliderBox .inner:after {
  content: "";
  position: absolute;
  background: url("../img/experience-pass.png") no-repeat;
  background-size: contain;
  width: 180px;
  height: 190px;
  display: block;
  top: -80px;
  right: -80px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner:after {
    width: 96px;
    height: 120px;
    top: -60px;
    right: 0;
  }
}
#LP-TOP .experience .sliderBox .inner .profile {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .profile {
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
#LP-TOP .experience .sliderBox .inner .profile .iconimg {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .profile .iconimg {
    width: 32%;
    margin-right: 4%;
  }
}
#LP-TOP .experience .sliderBox .inner .profile .profileTxt {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .profile .profileTxt {
    font-size: 14px;
  }
  #LP-TOP .experience .sliderBox .inner .profile .profileTxt .bold {
    font-size: 16px;
    margin-top: 5px;
  }
}
#LP-TOP .experience .sliderBox .inner .profile .profileTxt .navy {
  color: #005aa1;
}
#LP-TOP .experience .sliderBox .inner .profile .profileTxt .bgNavy {
  background-color: #005aa1;
  border-radius: 3px;
  color: #ffffff;
  padding: 1px 7px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .profile .profileTxt .bgNavy {
    font-size: 16px;
    display: inline-block;
    margin: 2px 0;
  }
}
#LP-TOP .experience .sliderBox .inner .flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .flexWrap {
    padding: 0 10px;
  }
}
#LP-TOP .experience .sliderBox .inner .flexWrap .txtArea {
  width: 47%;
  background: #f2f2f2;
  position: relative;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .flexWrap .txtArea {
    width: 100%;
    background: #ffffff;
    margin-bottom: 20px;
  }
}
#LP-TOP .experience .sliderBox .inner .flexWrap .txtArea:before {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 5px solid #005aa1;
  border-left: 5px solid #005aa1;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .flexWrap .txtArea:before {
    top: 0;
    left: 0;
  }
}
#LP-TOP .experience .sliderBox .inner .flexWrap .txtArea:after {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 5px solid #005aa1;
  border-right: 5px solid #005aa1;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .flexWrap .txtArea:after {
    bottom: 0;
    right: 0;
  }
}
#LP-TOP .experience .sliderBox .inner .flexWrap .txtArea .txt {
  padding: 20px;
}
#LP-TOP .experience .sliderBox .inner .flexWrap .scoreimg {
  width: 47%;
}
@media (max-width: 767px) {
  #LP-TOP .experience .sliderBox .inner .flexWrap .scoreimg {
    width: 100%;
  }
}
#LP-TOP .experience .scorerate {
  border: 1px solid #cccccc;
  background: #ffffff;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .scorerate {
    margin-top: 30px;
  }
}
#LP-TOP .experience .scorerate .ttl {
  display: block;
  background: #51aad6;
  padding: 15px 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #LP-TOP .experience .scorerate .ttl {
    font-size: 16px;
    padding: 8px 0;
  }
}
#LP-TOP .experience .scorerate .flexWrap {
  padding: 40px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 767px) {
  #LP-TOP .experience .scorerate .flexWrap {
    padding: 10px 20px;
  }
}
#LP-TOP .experience .scorerate .flexWrap .profileArea {
  width: 25%;
}
@media (max-width: 767px) {
  #LP-TOP .experience .scorerate .flexWrap .profileArea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #LP-TOP .experience .scorerate .flexWrap .profileArea .profileImg {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
#LP-TOP .experience .scorerate .flexWrap .profileArea .profileName {
  color: #51aad6;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #LP-TOP .experience .scorerate .flexWrap .profileArea .profileName {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-top: 0;
  }
}
#LP-TOP .experience .scorerate .flexWrap .scoreimgArea {
  width: 70%;
}
@media (max-width: 767px) {
  #LP-TOP .experience .scorerate .flexWrap .scoreimgArea {
    width: 100%;
    margin-top: 10px;
  }
}
#LP-TOP .present {
  background: #f2f2f2;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #LP-TOP .present {
    padding-bottom: 30px;
  }
}
#LP-TOP .present .ttlBg {
  background: #005aa1;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  #LP-TOP .present .ttlBg {
    padding: 15px 0;
  }
}
#LP-TOP .present .ttlBg:after {
  content: "";
  background: url("../img/icon-arrowdown-navy.svg") no-repeat;
  background-size: contain;
  width: 70px;
  height: 26px;
  display: block;
  position: absolute;
  bottom: -26px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #LP-TOP .present .ttlBg:after {
    width: 26px;
    height: 10px;
    bottom: -10px;
  }
}
#LP-TOP .present .ttlBg p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #LP-TOP .present .ttlBg p {
    font-size: 16px;
  }
}
#LP-TOP .present .ttlBg h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  #LP-TOP .present .ttlBg h2 {
    font-size: 21px;
  }
}
#LP-TOP .present .ttlBg h2 .yellow {
  color: #f8ec4d;
}
#LP-TOP .present .ttlBg h2:before,
#LP-TOP .present .ttlBg h2:after {
  content: "";
  background-color: #ffffff;
  width: 2px;
  height: 45px;
  transform: rotate(-30deg);
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #LP-TOP .present .ttlBg h2:before,
  #LP-TOP .present .ttlBg h2:after {
    height: 25px;
    margin-bottom: 2px;
    margin-right: 10px;
  }
}
#LP-TOP .present .ttlBg h2:after {
  transform: rotate(30deg);
  margin-left: 10px;
}
@media (max-width: 767px) {
  #LP-TOP .present .ttlBg h2:after {
    margin-left: 10px;
  }
}
#LP-TOP .present .presentList {
  margin-top: 86px;
}
@media (max-width: 767px) {
  #LP-TOP .present .presentList {
    margin-top: 32px;
  }
}
#LP-TOP .present .presentList .presentItem {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #LP-TOP .present .presentList .presentItem {
    margin-bottom: 35px;
  }
  #LP-TOP .present .presentList .presentItem.mbn {
    margin-bottom: 0;
  }
}
#LP-TOP .present .presentList .presentItem .presentIcon {
  width: 120px;
  position: absolute;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #LP-TOP .present .presentList .presentItem .presentIcon {
    width: 65px;
    top: -20px;
    left: -10px;
    transform: none;
  }
}
#LP-TOP .present .presentList .presentItem .inner {
  width: 100%;
  overflow: hidden;
}
#LP-TOP .present .presentList .presentItem .inner.presentBg_01 {
  position: relative;
}
#LP-TOP .present .presentList .presentItem .inner.presentBg_01:after {
  content: "";
  background: url("../img/present-bgimg01.png") no-repeat;
  background-size: contain;
  width: 170px;
  height: 210px;
  position: absolute;
  display: block;
  top: -30px;
  right: 20px;
}
@media (max-width: 767px) {
  #LP-TOP .present .presentList .presentItem .inner.presentBg_01:after {
    width: 112px;
    height: 136px;
    top: 10px;
    right: 0;
  }
}
#LP-TOP .present .presentList .presentItem .inner.presentBg_02 {
  position: relative;
}
#LP-TOP .present .presentList .presentItem .inner.presentBg_02:after {
  content: "";
  background: url("../img/present-bgimg02.png") no-repeat;
  background-size: contain;
  width: 170px;
  height: 210px;
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
}
@media (max-width: 767px) {
  #LP-TOP .present .presentList .presentItem .inner.presentBg_02:after {
    width: 159px;
    height: 183px;
    top: 20px;
    right: -40px;
  }
}
#LP-TOP .present .presentList .presentItem .inner.presentBg_03 {
  position: relative;
}
#LP-TOP .present .presentList .presentItem .inner.presentBg_03:after {
  content: "";
  background: url("../img/present-bgimg03.png") no-repeat;
  background-size: contain;
  width: 170px;
  height: 210px;
  position: absolute;
  display: block;
  top: 10px;
  right: -15px;
}
@media (max-width: 767px) {
  #LP-TOP .present .presentList .presentItem .inner.presentBg_03:after {
    width: 120px;
    height: 139px;
  }
}
#LP-TOP .present .presentList .presentItem .inner .txtArea {
  padding: 30px;
  padding-left: 170px;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
#LP-TOP .present .presentList .presentItem .inner .txtArea .navy {
  color: #005aa1;
}
#LP-TOP .present .presentList .presentItem .inner .txtArea .pink {
  color: #f41c54;
  font-size: 32px;
}
#LP-TOP .present .presentList .presentItem .inner .txtArea .small {
  font-weight: 400;
}
@media (max-width: 767px) {
  #LP-TOP .present .presentList .presentItem .inner .txtArea {
    padding: 20px;
    font-size: 16px;
    text-align: center;
  }
  #LP-TOP .present .presentList .presentItem .inner .txtArea .pink {
    font-size: 21px;
  }
  #LP-TOP .present .presentList .presentItem .inner .txtArea .small {
    text-align: left;
    font-size: 12px;
  }
}
#LP-TOP .present .campaign {
  padding: 30px 0 0;
}
#LP-TOP .present .campaign h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #LP-TOP .present .campaign h3 {
    margin-bottom: 20px;
  }
}
#LP-TOP .present .campaign h3 span {
  font-size: 32px;
  display: inline-block;
  border-bottom: 2px solid #f37323;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  #LP-TOP .present .campaign h3 span {
    font-size: 21px;
  }
}
#LP-TOP .present .campaign .slider-banner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 767px) {
  #LP-TOP .present .campaign .slider-banner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#LP-TOP .present .campaign .slider-banner .banner {
  width: 31%;
  height: auto;
  margin-right: 3.5%;
}
#LP-TOP .present .campaign .slider-banner .banner:last-child {
  margin-right: 0;
}
#LP-TOP .present .campaign .slider-banner .banner .inner {
  aspect-ratio: 5/2.5;
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #d5eaf5 calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #d5eaf5 calc(100% - 1px)
    );
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #ffffff;
  border: 1px solid #51aad6;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #LP-TOP .present .campaign .slider-banner .banner .inner {
    margin: 0 2px;
  }
}
#LP-TOP .present .campaign .slider-banner .banner .inner::after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: #51aad6;
  position: absolute;
  top: -30px;
  right: -15px;
  border-radius: 50%;
}
#LP-TOP .present .campaign .slider-banner .banner .inner .txt {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#LP-TOP .present .campaign .slider-banner .banner .inner .txt h6 {
  font-size: 1.4em;
  font-size: clamp(1.2em, 1.7vw, 1.4em);
  font-weight: bold;
  margin-bottom: 5px;
  color: #51aad6;
  line-height: 1.5em;
}
#LP-TOP .present .campaign .slider-banner .banner .inner .txt p {
  font-size: 1em;
  font-size: clamp(0.8em, 1vw, 1em);
}
#LP-TOP .present .campaign .slider-banner .banner .inner .catch {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5em;
  z-index: 1;
}
#LP-TOP .present .campaign .slider-banner button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  margin: 0 8px;
  outline: 0;
  transition: 0.3s;
}
#LP-TOP .present .campaign .slider-banner .slick-arrow {
  position: absolute;
}
#LP-TOP .present .campaign .slider-banner .slick-arrow:before {
  content: "" !important;
}
#LP-TOP .present .campaign .slider-banner .slick-arrow:hover {
  opacity: 0.6;
}
#LP-TOP .present .campaign .slider-banner .slick-next {
  bottom: 0;
  right: 50%;
  border-top: solid 3px #005aa1;
  border-right: solid 3px #005aa1;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -25px;
}
#LP-TOP .present .campaign .slider-banner .slick-prev {
  bottom: 0;
  left: 50%;
  border-bottom: solid 3px #005aa1;
  border-left: solid 3px #005aa1;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: -25px;
}
#LP-TOP .present .campaign .small {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #LP-TOP .present .campaign .small {
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
  }
}
#LP-TOP .flow {
  padding: 60px 0 40px;
}
@media (max-width: 767px) {
  #LP-TOP .flow {
    padding: 30px 0 40px;
  }
}
#LP-TOP .flow .flowList {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #LP-TOP .flow .flowList {
    margin-top: 30px;
  }
}
#LP-TOP .flow .flowList .flowItem {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#LP-TOP .flow .flowList .flowItem .imgArea {
  width: 160px;
}
@media (max-width: 767px) {
  #LP-TOP .flow .flowList .flowItem .imgArea {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #LP-TOP .flow .flowList .flowItem .imgArea img {
    width: 160px;
  }
}
#LP-TOP .flow .flowList .flowItem .txtArea {
  width: calc(100% - 210px);
}
@media (max-width: 767px) {
  #LP-TOP .flow .flowList .flowItem .txtArea {
    width: 100%;
  }
}
#LP-TOP .flow .flowList .flowItem .txtArea h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #LP-TOP .flow .flowList .flowItem .txtArea h4 {
    font-size: 18px;
  }
}
#LP-TOP .flow .flowList .flowItem .txtArea h4 span {
  color: #ffffff;
  background-color: #005aa1;
  border-radius: 50%;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
#LP-TOP .flow .flowList .flowItem .txtArea p {
  font-size: 14px;
}
#LP-TOP .flow .flowList .flowItem.arrowBtm:after {
  content: "";
  background: url("../img/icon-arrowdown-gray.svg") no-repeat;
  background-size: contain;
  width: 100px;
  height: 20px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 767px) {
  #LP-TOP .flow .flowList .flowItem.arrowBtm:after {
    margin: 15px auto;
  }
}
#LP-TOP .message {
  background-color: #dceef7;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #LP-TOP .message {
    background: none;
    padding: 0;
  }
  #LP-TOP .message .wrapper {
    border: 3px solid #005aa1;
    padding: 20px 0;
  }
}
#LP-TOP .message h2 span {
  color: #333333;
}
@media (max-width: 767px) {
  #LP-TOP .message h2 {
    font-size: 20px;
  }
}
#LP-TOP .message .messageList {
  max-width: 750px;
  margin: 40px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  #LP-TOP .message .messageList {
    margin: 15px auto 0;
    padding: 0 15px;
  }
}
#LP-TOP .message .messageList:after {
  content: "";
  background: url("../img/message-girl.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 160px;
  height: 253px;
  display: block;
  left: -160px;
  bottom: -203px;
}
@media (max-width: 1280px) {
  #LP-TOP .message .messageList:after {
    width: 120px;
    height: 203px;
    left: -100px;
    bottom: -203px;
  }
}
@media (max-width: 1000px) {
  #LP-TOP .message .messageList:after {
    width: 140px;
    height: 223px;
    left: 5px;
    bottom: -253px;
  }
}
@media (max-width: 767px) {
  #LP-TOP .message .messageList:after {
    width: 81px;
    height: 129px;
    left: 5px;
    bottom: -142px;
  }
}
#LP-TOP .message .messageList li {
  border-bottom: 1px solid #cccccc;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #LP-TOP .message .messageList li {
    padding-top: 3px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
}
#LP-TOP .message .messageList li p {
  font-size: 24px;
  font-weight: bold;
  padding-left: 40px;
  text-indent: -40px;
}
@media (max-width: 767px) {
  #LP-TOP .message .messageList li p {
    font-size: 14px;
    padding-left: 30px;
    text-indent: -24px;
  }
}
#LP-TOP .message .messageList li p:before {
  content: "";
  background: url("../img/icon-check.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #LP-TOP .message .messageList li p:before {
    width: 14px;
    height: 11px;
    margin-right: 10px;
  }
}
#LP-TOP .message .messageList li p span {
  text-decoration: underline;
}
#LP-TOP .message .conclusion {
  font-size: 36px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #LP-TOP .message .conclusion {
    padding-left: 65px;
    font-size: 18px;
  }
}
#LP-TOP .message .conclusion .marus {
  color: #f41c54;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-image: radial-gradient(
    circle at center,
    #f41c54 18%,
    transparent 18%
  );
  padding-top: 10px;
}
#LP-TOP .faq {
  padding: 90px 0 60px;
}
@media (max-width: 767px) {
  #LP-TOP .faq {
    padding: 56px 0 30px;
  }
}
#LP-TOP .faq h2 {
  font-size: 32px;
  color: #005aa1;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #LP-TOP .faq h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
#LP-TOP .faq .faqList {
  box-sizing: border-box;
}
#LP-TOP .faq .faqList .faqTab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
#LP-TOP .faq .faqList .faqTab input {
  position: absolute;
  opacity: 0;
}
#LP-TOP .faq .faqList .faqTab label {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  cursor: pointer;
  background: #f2f2f2;
  padding: 10px 50px;
  text-indent: -18px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  #LP-TOP .faq .faqList .faqTab label {
    font-size: 14px;
    padding: 10px 40px;
    text-indent: -14px;
  }
}
#LP-TOP .faq .faqList .faqTab label:before {
  content: "Q.";
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #51aad6;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  #LP-TOP .faq .faqList .faqTab label:before {
    font-size: 18px;
  }
}
#LP-TOP .faq .faqList .faqTab label:hover {
  transition: all 0.3s;
  background: #dddddd;
}
#LP-TOP .faq .faqList .faqTab label:after {
  content: "＋";
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 20px;
  display: inline-block;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #LP-TOP .faq .faqList .faqTab label:after {
    font-size: 18px;
    right: 10px;
  }
}
#LP-TOP .faq .faqList .faqTab .faqTab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: opacity 0.2s, max-height 0.2s;
  opacity: 0;
}
#LP-TOP .faq .faqList .faqTab .faqTab-content p {
  padding: 10px 50px;
  text-indent: -18px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  #LP-TOP .faq .faqList .faqTab .faqTab-content p {
    font-size: 14px;
    padding: 10px 40px;
    text-indent: -14px;
  }
}
#LP-TOP .faq .faqList .faqTab .faqTab-content p:before {
  content: "A.";
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  padding-right: 0.5em;
  display: inline-block;
}
@media (max-width: 767px) {
  #LP-TOP .faq .faqList .faqTab .faqTab-content p:before {
    font-size: 18px;
  }
}
#LP-TOP .faq .faqList .faqTab input[type="checkbox"]:checked ~ .faqTab-content {
  height: auto;
  opacity: 1;
}
#LP-TOP .faq .faqList .faqTab input:checked ~ .faqTab-content {
  max-height: 40em;
}
#LP-TOP .faq .faqList .faqTab input[type="checkbox"]:checked + label:after {
  content: "－";
}

.delayed-fade-in {
  opacity: 0;
  animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#CONTACT {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #CONTACT {
    padding: 30px 0 40px;
    min-height: 100vh;
  }
}
#CONTACT .pageTtl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #CONTACT .pageTtl {
    font-size: 24px;
  }
}
#CONTACT .underTtlComment {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #CONTACT .underTtlComment {
    font-size: 14px;
    margin-top: 10px;
  }
}
#CONTACT .progressBar {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #CONTACT .progressBar {
    margin-top: 20px;
  }
}
#CONTACT .progressBar li {
  width: 33.33%;
  padding: 1em 0;
  background: #f2f2f2;
  text-align: center;
  font-weight: bold;
}
#CONTACT .progressBar li.activeBox {
  background: #005aa1;
  color: #ffffff;
}
@media (max-width: 767px) {
  #CONTACT .progressBar li {
    font-size: 11px;
  }
}
#CONTACT .btn-confirm {
  width: 190px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 15px;
  background: transparent
    linear-gradient(180deg, #005aa1 0%, #2b74ae 48%, #11568d 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 0px #dddddd;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  #CONTACT .btn-confirm {
    width: 150px;
    margin-top: 20px;
    padding: 10px;
  }
}
#CONTACT .btn-confirm:hover {
  opacity: 0.6;
}
#CONTACT .btn-reverse {
  width: 130px;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  background: #aaaaaa;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  margin: 20px auto 0;
  display: none;
}
@media (max-width: 767px) {
  #CONTACT .btn-reverse {
    width: 110px;
    margin-top: 15px;
    padding: 7px;
  }
}
#CONTACT .btn-reverse:hover {
  opacity: 0.6;
}
#CONTACT .contactForm {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #CONTACT .contactForm {
    margin-top: 30px;
  }
}
#CONTACT .contactForm dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#CONTACT .contactForm dl dt {
  width: 220px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
}
#CONTACT .contactForm dl dt.required:after {
  content: "必須";
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5em;
  background: #ff0000;
  border-radius: 2px;
  padding: 1px 4px;
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
#CONTACT .contactForm dl dd {
  width: calc(100% - 230px);
  margin-bottom: 25px;
  min-height: 16px;
}
@media (max-width: 767px) {
  #CONTACT .contactForm dl dd {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
#CONTACT .contactForm dl dd input[type="text"],
#CONTACT .contactForm dl dd input[type="email"],
#CONTACT .contactForm dl dd input[type="tel"],
#CONTACT .contactForm dl dd select,
#CONTACT .contactForm dl dd textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
  width: calc(100% - 22px);
  font-size: 16px;
  letter-spacing: 0.04em;
}
#CONTACT .contactForm dl dd select {
  padding: 10px 30px 10px 10px;
  width: 100%;
  appearance: none;
}
#CONTACT .contactForm dl dd textarea {
  line-height: 1.7em;
}
#CONTACT .contactForm dl dd ::placeholder {
  color: #cccccc;
}
#CONTACT .contactForm dl dd .container {
  position: relative;
}
#CONTACT .contactForm dl dd .container:before {
  content: "";
  background: url("../img/icon-inputarrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
}
#CONTACT .contactForm dl dd input:focus,
#CONTACT .contactForm dl dd select:focus,
#CONTACT .contactForm dl dd textarea:focus {
  background: #dbedf6;
  outline-style: none;
}
#CONTACT .contactForm dl dd .attention {
  color: #ff0000;
  font-size: 14px;
  margin-top: 10px;
}
#CONTACT .contactForm dl dd .error {
  color: #ff0000;
  font-size: 12px;
  background: #f2f2f2;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  #CONTACT .contactForm dl dd .error {
    display: block;
    margin-bottom: 7px;
  }
}
#CONTACT .contactForm .mw-checkbox {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 767px) {
  #CONTACT .contactForm .mw-checkbox {
    margin-top: 10px;
  }
}
#CONTACT .contactForm .mw-checkbox:after {
  content: "必須";
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5em;
  background: #ff0000;
  border-radius: 2px;
  padding: 1px 4px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
#CONTACT .contactForm .mw-checkbox .icon-blank:after {
  content: "";
  background: url("../img/icon-blank.svg") no-repeat;
  width: 13px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  margin-left: 3px;
}
#CONTACT .contactForm .mw-checkbox a {
  text-decoration: underline;
}
#CONTACT .contactForm .mw-checkbox .error {
  color: #ff0000;
  font-size: 12px;
  font-weight: 400;
  background: #f2f2f2;
  display: inline-block;
  padding: 3px 10px;
}
@media (max-width: 767px) {
  #CONTACT .contactForm .mw-checkbox .error {
    margin-bottom: 7px;
    display: block;
  }
}
#CONTACT .contactForm .mw_wp_form_confirm dl {
  border-bottom: 1px solid #cccccc;
}
#CONTACT .contactForm .mw_wp_form_confirm dl .unshown {
  display: none;
}
#CONTACT .contactForm .mw_wp_form_confirm dl dt {
  margin-top: 0;
  width: 210px;
  border-top: 1px solid #cccccc;
  padding-top: 12px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  #CONTACT .contactForm .mw_wp_form_confirm dl dt {
    width: 100%;
    padding-left: 0;
  }
}
#CONTACT .contactForm .mw_wp_form_confirm dl dt.required:after {
  content: "";
  display: none;
}
#CONTACT .contactForm .mw_wp_form_confirm dl dd {
  border-top: 1px solid #cccccc;
  padding-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #CONTACT .contactForm .mw_wp_form_confirm dl dd {
    border-top: none;
    padding-top: 0;
  }
}
#CONTACT .contactForm .mw_wp_form_confirm dl dd .container:before {
  content: "";
  display: none;
}
#CONTACT .contactForm .mw_wp_form_confirm dl dd .attention {
  display: none;
}
#CONTACT .contactForm .mw_wp_form_confirm dl dd .email-confirm {
  display: none;
}
#CONTACT .contactForm .mw_wp_form_confirm .mw-checkbox {
  display: none;
}
#CONTACT .contactForm .mw_wp_form_confirm .btn-confirm {
  background: transparent
    linear-gradient(180deg, #ff8a41 0%, #fe8c43 48%, #dc5d0d 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 0px #dddddd;
  border-radius: 4px;
}
#CONTACT .contactForm .mw_wp_form_confirm .btn-reverse {
  display: block;
}
#CONTACT .thankspage .thanksMsg {
  margin-top: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #CONTACT .thankspage .thanksMsg {
    margin-top: 40px;
  }
}
#CONTACT .thankspage .contactTelBox {
  background: #ecf6fa;
  border-radius: 15px;
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
  padding: 30px;
}
@media (max-width: 767px) {
  #CONTACT .thankspage .contactTelBox {
    margin-top: 40px;
    text-align: left;
    padding: 20px 15px;
  }
}
#CONTACT .thankspage .contactTelBox .telNum {
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #CONTACT .thankspage .contactTelBox .telNum {
    display: none;
  }
}
#CONTACT .thankspage .contactTelBox .telNum:before {
  content: "";
  background: url("../img/icon-tel.svg") no-repeat;
  width: 42px;
  height: 59px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#CONTACT .thankspage .contactTelBox .telNum .txt {
  display: inline-block;
  vertical-align: middle;
}
#CONTACT .thankspage .contactTelBox .telNum .txt .futura {
  font-size: 28px;
  font-weight: 700;
}
#CONTACT .thankspage .contactTelBox .telNum .txt span {
  display: block;
}
#CONTACT .thankspage .contactTelBox .telNum_sp {
  margin-top: 20px;
  margin: 20px auto 0;
  position: relative;
  padding: 10px 10px 10px 45px;
  background: transparent
    linear-gradient(180deg, #51aad6 0%, #6cbfe9 49%, #2082b2 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 0px #dddddd;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  #CONTACT .thankspage .contactTelBox .telNum_sp {
    display: inline-block;
  }
}
#CONTACT .thankspage .contactTelBox .telNum_sp:before {
  content: "";
  background: url("../img/icon-tel-wht.svg") no-repeat;
  width: 34px;
  height: 50px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 6px;
  display: block;
}
#CONTACT .thankspage .contactTelBox .telNum_sp .txt {
  font-size: 9px;
  text-align: center;
  color: #ffffff;
}
#CONTACT .thankspage .contactTelBox .telNum_sp .txt .soudan {
  font-size: 14px;
  display: block;
  margin-top: 2px;
}
#CONTACT .thankspage .backtotop {
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #CONTACT .thankspage .backtotop {
    margin-top: 30px;
  }
}
#CONTACT .thankspage .backtotop:before {
  content: "";
  background: url("../img/icon-backarrow.svg") no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
  display: inline-block;
  margin-right: 20px;
}

#PRIVACY {
  padding: 50px 0 80px;
}
@media (max-width: 767px) {
  #PRIVACY {
    padding: 30px 0 40px;
  }
}
#PRIVACY .pageTtl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #PRIVACY .pageTtl {
    font-size: 24px;
  }
}
#PRIVACY .listWrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #PRIVACY .listWrap {
    margin-top: 30px;
  }
}
#PRIVACY .listWrap .listTtl {
  font-size: 18px;
  font-weight: bold;
  background: #ecf6fa;
  display: block;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #PRIVACY .listWrap .listTtl {
    font-size: 14px;
    padding: 7px;
  }
}
#PRIVACY .listWrap p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #PRIVACY .listWrap p {
    font-size: 14px;
  }
  #PRIVACY .listWrap p.sign {
    text-align: center;
  }
}
#PRIVACY .listWrap .numListmaru {
  margin-top: 20px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.7em;
}
#PRIVACY .listWrap .numListmaru li {
  margin-bottom: 20px;
}
#PRIVACY .listWrap .numListmaru li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #PRIVACY .listWrap .numListmaru {
    margin-top: 15px;
    font-size: 14px;
  }
  #PRIVACY .listWrap .numListmaru li {
    margin-bottom: 15px;
  }
}

/*基礎学力到達度テストの重要性*/
.scoreSheet {
  width: 35%;
}
@media (max-width: 767px) {
  .scoreSheet {
    width: 80%;
    margin: 0 auto;
  }
  .small {
    font-size: 12px;
  }
}

#LP-TOP .closeup-imp {
  border: 6px solid #005aa1;
  position: relative;
  margin-top: 40px;
  padding: 50px 20px 20px;
}
@media (max-width: 767px) {
  #LP-TOP .closeup-imp {
    border: 2px solid #005aa1;
    margin-top: 30px;
    padding: 20px 8px 8px;
  }
}
#LP-TOP .closeup-imp .ttl {
  font-size: 34px;
  color: #005aa1;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0 40px;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #LP-TOP .closeup-imp .ttl {
    font-size: 15px;
    background-color: #edf6fb;
    padding: 0 10px;
    top: -14px;
  }
}
#LP-TOP .closeup-imp .ttl:before {
  content: "";
  background: url("../img/icon-attention.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #LP-TOP .closeup-imp .ttl:before {
    font-size: 15px;
    width: 19px;
    height: 19px;
  }
}

/* css for update design 11/28 */

/* ------FV-------- */

#LP-TOP .fvArea {
background: url('https://weness-online.com/official/wp-content/uploads/2026/02/TOP画像元-scaled.png') no-repeat;
　position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 36vw;
}
@media (max-width: 767px) {
  #LP-TOP .fvArea {
    background: url('../img/fvimg-sp.png"') no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vw;
  }
}
#LP-TOP .fvArea img {
  max-width: 100%;
  height: auto;
}
#LP-TOP .fvArea .kv-catchcopy {
  display: none;
}
@media (max-width: 767px) {
  #LP-TOP .fvArea .kv-catchcopy {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    left: -3%;
    top:0%;
    width: 53%;
  }
}
#LP-TOP .fvArea .kv-catchcopy.slide-in {
  animation: slideInPc 1.5s forwards;
}

@keyframes slideInPc {
  0% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #LP-TOP .fvArea .kv-catchcopy.slide-in {
    animation: slideInSp 1.5s forwards;
  }

  @keyframes slideInSp {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(4%);
      opacity: 1;
    }
  }
}

#LP-TOP .fvArea .kv_goukaku {
  position: absolute;
  width: 29%;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #LP-TOP fvArea .kv_goukaku {
    display: none;
  }
}
#LP-TOP .goukaku {
  display: none;
}
@media (max-width: 767px) {
  #LP-TOP .goukaku {
    display: block;
    background: url("../img/goukaku-bg.png") no-repeat;
    background-color: #2baae9;
    background-position: top center;
    background-size: contain;
    padding: 30px 0;
  }
}

/* -----RED-BANNER----- */

#LP-TOP .pc_red_banner {
  text-align: center;
  padding: 16px 100px 16px 100px;
  background-color: #2baae9;
}
#LP-TOP .pc_red_banner img {
  max-width: 776px;
  height: auto;
}

@media (max-width: 767px) {
  #LP-TOP .pc_red_banner {
    display: none;
  }
}
/* sp */
#LP-TOP .sp_red_banner {
  text-align: center;
  padding: 0;
  background-color: #2baae9;
}

@media (min-width: 767px) {
  #LP-TOP .sp_red_banner {
    display: none;
  }
}
.dop-info-banner-wrapp {
  padding: 40px 20px 20px 21px;
}
.access-ttl{
    margin-bottom: 8px;
    padding-top: 40px;
}
.access-ttl2{
    margin-bottom: 8px;
}
.access-content{
    margin-bottom: 24px;
}
.iframe-wrapper {
    position: relative;
    padding-top: 400px;
    height: 0;
    overflow: hidden;
}
  
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
 }