/* =========================================================
reset
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@600;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

h1 {
  font-size: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

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

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

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

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

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

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

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

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

.txt-bold {
  font-weight: bold;
}

.txt-alph {
  font-family: "Raleway", sans-serif;
}

.txt-robo {
  font-family: "Roboto", sans-serif;
}

.notes {
  color: #333333;
  font-size: 14px;
}

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

.sub-ttl {
  color: #666666;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 999px) {
  .sub-ttl {
    font-size: 4.2666666667vw;
  }
}

.main-ttl {
  color: #666666;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .main-ttl {
    font-size: 8.5333333333vw;
  }
}

.main-ttl .txt-robo {
  font-weight: 400;
  font-size: 110%;
  vertical-align: inherit;
}

.common-txt {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .common-txt {
    font-size: 3.7333333333vw;
  }
}

/* =========================================================
base
========================================================= */
html,
body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}

@media screen and (max-width: 999px) {

  html,
  body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 18.6666666667px;
  line-height: 2;
}

@media screen and (max-width: 999px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}

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

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

figure {
  line-height: 0;
}


.pc-ui {
  display: block;
}

@media screen and (max-width: 999px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}

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

.pc-in {
  display: inline;
}

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

.sp-in {
  display: none;
}

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

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

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

@media screen and (max-width: 999px) {
  .sp-in {
    display: block;
  }
}

.inner {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .inner {
    width: 714.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .inner {
    width: 89.3333333333vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .inner {
    width: 357.3333333333px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) {
  .inner {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .inner {
    width: 643.2px;
  }
}

p {
  line-height: 1.3em;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

img {
  width: 100%;
}

.sa {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.si {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.si.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.si--up {
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
}

.main-bg {
  position: fixed;
}

@media screen and (max-width: 999px) {
  .main-bg {
    display: none;
  }
}

.main-bg-inner {
  width: 90%;
  height: 90%;
  position: fixed;
  border-radius: 10px;
}

@media screen and (max-width: 999px) {
  .main-bg-inner {
    display: none;
  }
}

.floating-pc {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 999px) {
  .floating-pc {
    display: none;
  }
}

.floating-pc .pc-logo {
  padding: 30px 0 0 0px;
}

.pc_center {
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .pc_center {
    width: 800px;
    height: 100vh;
    margin: 0 auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .pc_center {
    width: 400px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) {
  .pc_center {
    width: 720px;
  }
}

.sp-wrap {
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.2);
  background-color: #fff;
}

.pc_center::-webkit-scrollbar {
  display: none;
}

.pc_right {
  position: absolute;
  bottom: 38%;
  right: 150px;
}

@media screen and (max-width: 999px) {
  .pc_right {
    display: none;
  }
}

.pc_right .qr {
  text-align: center;
  margin-bottom: 30px !important;
}

.pc_right .qr .qr-txt {
  font-weight: bold;
  font-size: 14px;
  color: #ee6c8a;
  margin-bottom: 12px;
}

.pc_right .qr .qr-img img {
  width: 102px;
  height: 102px;
}

.pc_right .cv-txt {
  font-size: 17px !important;
  margin-bottom: 11px !important;
}

.pc_right .btn {
  width: 330px !important;
  height: 70px !important;
  font-size: 20px !important;
}

.pc_right .btn .btn-icon {
  left: 40px !important;
  width: 25px !important;
  height: 29px !important;
}

.pc_right .btn .fa-angle-right {
  width: 6% !important;
  right: 16px !important;
  fill: #fff;
}

@media screen and (min-width: 1701px) and (max-width: 1780px) {
  .pc_right {
    right: 100px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .pc_right {
    right: 100px !important;
  }

  .pc_right .btn {
    border-radius: 50px !important;
    height: 50px !important;
    width: 280px !important;
  }

  .pc_right .btn p {
    font-size: 15px !important;
  }

  .pc_right .btn .btn-icon {
    width: 20px !important;
  }
}

.floating-bnr {
  width: 160px;
  margin-left: auto;
}

.pc_left {
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 999px) {
  .pc_left {
    display: none;
  }
}

.pc_left-inner {
  position: relative;
}

.pc_left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.pc-left-nav-wrap-ttl {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}

.pc-left-nav-wrap-ttl .circle {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  display: block;
  background-color: #000;
  border-radius: 100%;
}

.pc-nav-list {
  margin-top: -10px;
}

.pc-nav-list-item {
  margin-bottom: 32px;
}

.pc-nav-list .pc-nav-list-item a {
  font-size: 14px;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.7em;
  font-weight: 800;
}

.pc-nav-list .pc-nav-list-item a .poppins {
  font-size: 20px;
  font-weight: bold;
}

.pc-nav-list .pc-nav-list-item a:hover,
.pc-nav-list .pc-nav-list-item a:active {
  color: #ee6c8a;
  font-weight: 600;
}

.pc-nav-list .pc-nav-list-item a.is-active {
  color: #ee6c8a;
  font-weight: 600;
}

.pc-nav-list-item-in {
  padding-left: 15px;
}

/* ============================
header
===================================================*/
.header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .header {
    height: 119.4666666667px;
    padding-left: 23.4666666667px;
  }
}

@media screen and (max-width: 999px) {
  .header {
    height: 14.9333333333vw;
    padding-left: 2.9333333333vw;
  }
}

@media screen and (min-width: 1000px) {
  .header .logo {
    width: 393.6px;
    height: 59.7333333333px;
  }
}

@media screen and (max-width: 999px) {
  .header .logo {
    width: 49.2vw;
    height: 7.4666666667vw;
  }
}

@media screen and (max-width: 999px) {
  .sp-logo-wrap {
    display: flex;
  }

  .sp-logo-wrap .logo-icon {
    width: calc(66 / 750 * 100vw);
    margin-right: calc(40 / 750 * 100vw);
  }

  .sp-logo-wrap .sp_logo_benesse {
    width: calc(246 / 750 * 100vw);
  }

}


/* ============================
slider
===================================================*/
.slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}

.slider-item {
  width: 184px;
  margin-left: 20px;
}

.slider-item-img {
  width: 184px;
  height: auto;
}

@media screen and (max-width: 767px) and (min-width: 1000px) {
  .slider-item {
    width: 196.2666666667px;
    margin-left: 21.3333333333px;
  }
}

@media screen and (max-width: 767px) and (max-width: 999px) {
  .slider-item {
    width: 24.5333333333vw;
    margin-left: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .slider-item-img {
    height: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 1000px) {
  .slider-item-img {
    width: 196.2666666667px;
  }
}

@media screen and (max-width: 767px) and (max-width: 999px) {
  .slider-item-img {
    width: 24.5333333333vw;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .slider-item {
    width: 176.64px;
    margin-left: 19.2px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) {
  .slider-item-img {
    height: auto;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .slider-item-img {
    width: 176.64px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: inherit;
}

/* ============================
  main-visual
=============================*/
.main-visual {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .main-visual {
    height: 1059.2px;
  }
}

@media screen and (max-width: 999px) {
  .main-visual {
    height: 132.4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .main-visual {
    height: 529.6px;
  }
}

.main-visual .main-visual-ttl {
  font-size: 0;
}

.main-visual video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .main-visual {
    height: 953.28px;
  }
}

.main-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

@media screen and (min-width: 1000px) {
  .main-visual__bg {
    height: 1059.2px;
  }
}

@media screen and (max-width: 999px) {
  .main-visual__bg {
    height: 132.4vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .main-visual__bg {
    height: 529.6px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .main-visual__bg {
    height: 953.28px;
  }
}

.main-visual__bg.__01 {
  background: url(../img/mv.png) no-repeat center top/cover;
}

.main-visual__bg.__02 {
  background: url(../img/mv02.png) no-repeat center top/cover;
}

.main-visual__bg.__03 {
  background: url(../img/mv03.png) no-repeat center top/cover;
}

.mv-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media screen and (min-width: 1000px) {
  .mv-dots {
    bottom: -42.6666666667px;
  }
}

@media screen and (max-width: 999px) {
  .mv-dots {
    bottom: -40px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .mv-dots {
    bottom: -38.4px;
  }
}

.mv-dots li {
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .mv-dots li {
    margin: 0 5.3333333333px;
  }
}

@media screen and (max-width: 999px) {
  .mv-dots li {
    margin: 0 1.666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .mv-dots li {
    margin: 0 2.6666666667px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) {
  .mv-dots li {
    display: inline-block;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .mv-dots li {
    margin: 0 4.8px;
  }
}

@media screen and (max-width: 767px) {
  .mv-dots li {
    margin: 0 0.6666666667vw;
  }
}

.mv-dots li button {
  position: relative;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.mv-dots li button:before {
  content: "";
  background: #d2d2d2;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1000px) {
  .mv-dots li button:before {
    width: 17.0666666667px;
    height: 17.0666666667px;
  }
}

@media screen and (max-width: 999px) {
  .mv-dots li button:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .mv-dots li button:before {
    width: 10.6666666667px;
    height: 10.6666666667px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1920px) and (min-width: 1000px) {
  .mv-dots li button:before {
    width: 15.36px;
    height: 15.36px;
  }
}

.mv-dots li.slick-active button:before {
  background: #edc025;
}

.mv-dots li {
  outline: none;
}

.mv-dots li button {
  outline: none;
}

.list01-dots {
  outline: none;
}

.list01-dots button {
  outline: none;
}


.video-btn-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 480px;
  padding-right: 50px;
  padding-top: 20px;
}

@media screen and (min-width: 1000px) {
  .video-btn-flx {
    width: 380px;
    padding-right: 53.3333333333px;
    padding-top: 21.3333333333px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .video-btn-flx {
    width: 256px;
    padding-right: 26.6666666667px;
    padding-top: 10.6666666667px;
  }
}

.play_btn,
.pause_btn {
  cursor: pointer;
  width: 200px;
  background-color: #fff;
  text-align: center;
  border-radius: 16px;
  border: solid 4px #fa8aa4;
  font-size: 32px;
  color: #fa8aa4;
}

@media screen and (min-width: 1000px) {

  .play_btn,
  .pause_btn {
    font-size: 20px;
    width: 150px;
    border: solid 3px #fa8aa4;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {

  .play_btn,
  .pause_btn {
    width: 106.6666666667px;
    border: solid 2.1333333333px #fa8aa4;
    font-size: 17.0666666667px;
  }
}

.play_btn .fa-play,
.pause_btn .fa-pause {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  fill: #fa8aa4;
  width: 4vw;
  vertical-align: text-top;
}

@media screen and (min-width: 1000px) {

  .play_btn .fa-play,
  .pause_btn .fa-pause {
    padding-left: 10px;
    width: 24px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {

  .play_btn .fa-play,
  .pause_btn .fa-pause {
    padding-left: 5.3333333333px;
    padding-top: 2.6666666667px;
    padding-bottom: 2.6666666667px;
    width: 20px;
  }
}

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

@media screen and (max-width: 999px) {
  .floating-sp {
    position: fixed;
    bottom: 0;
    right: 1.0666666667vw;
    width: 24vw;
    height: auto;
    opacity: 1;
    z-index: 999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (min-width: 1000px) {
  .floating-sp.show {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .floating-sp.show {
    height: auto;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.floating-sp {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  background-color: #fffaed;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.floating-sp .cv-area {
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 40px 0;
}

.floating-sp .cv-area .btn {
  margin-bottom: inherit;
}

@media (max-width: 768px) {
  .floating-sp {
    padding: 3.2vw;
  }
}

@media (max-width: 768px) {
  .floating-sp img {
    width: 89.3333333333vw;
  }
}

.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}