@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

input, select {
  vertical-align: middle; }

img {
  vertical-align: top; }
  img[usemap] {
    border-width: 0; }
  a img {
    border-width: 0;
    text-decoration: none; }

ul, li {
  list-style: none; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
  font-family: "游ゴシック体", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 1.3rem;
      line-height: 2; } }

a {
  text-decoration: none;
  color: #EF7F60; }
  a:hover {
    text-decoration: none; }

/* 全体
/*+---------------------------------*/
/* --- PCでのみ表示 --- */
.pc-only {
  display: block; }
  @media screen and (max-width: 800px) {
    .pc-only {
      display: none; } }

/* --- スマホでのみ表示 --- */
.sp-only {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp-only {
      display: block; } }

/* リーダーキッズ
/*+---------------------------------*/
/* --- MV --- */
.main-visual {
  position: relative;
  z-index: 1;
  padding: 0 30px 256px;
  background-color: #FAF6E4;
  background-image: url("../img/mv_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .main-visual {
      padding-top: 68.266%;
      background-image: url("../img/mv_bg_sp.png");
      background-size: 100% auto; } }
  @media screen and (max-width: 800px) {
    .main-visual {
      padding-right: 24px;
      padding-left: 24px;
      padding-bottom: 130px; } }
  .main-visual .main-visual__content {
    margin: auto;
    max-width: 1360px; }

/* --- MVタイトル --- */
.mv-title {
  float: right;
  margin-top: 413px;
  max-width: 624px;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .mv-title {
      float: none;
      margin: 0 auto; } }
  .mv-title .mv-title__heading {
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .mv-title .mv-title__heading {
        padding-top: 20px; } }
    @media screen and (max-width: 800px) {
      .mv-title .mv-title__heading {
        padding: 20px 25px 0; } }
    .mv-title .mv-title__heading img {
      max-width: 100%;
      height: auto; }
  .mv-title .mv-title__button {
    margin-top: 48px; }
    @media screen and (max-width: 800px) {
      .mv-title .mv-title__button {
        margin-top: 24px; } }

/* --- MVメッセージ --- */
.mv-message {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding-top: 90px;
  max-width: 1220px; }
  @media screen and (max-width: 1000px) {
    .mv-message {
      display: block; } }
  @media screen and (max-width: 800px) {
    .mv-message {
      padding-top: 40px; } }
  .mv-message .mv-message__content {
    max-width: 696px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .mv-message .mv-message__content .mv-message__content-heading {
      margin-bottom: 16px;
      position: relative;
      left: -1.8rem;
      color: #3FA0E0;
      font-size: 4.0rem;
      font-family: "Zen Maru Gothic", sans-serif;
      letter-spacing: -0.024em; }
      @media screen and (max-width: 800px) {
        .mv-message .mv-message__content .mv-message__content-heading {
          left: -1.1rem;
          font-size: 2.0rem; } }
      .mv-message .mv-message__content .mv-message__content-heading span {
        display: inline-block;
        margin-right: -1rem; }
    .mv-message .mv-message__content .mv-message__content-text {
      font-size: 2.0rem;
      font-weight: bold; }
      @media screen and (max-width: 800px) {
        .mv-message .mv-message__content .mv-message__content-text {
          font-size: 1.6rem;
          letter-spacing: -0.027em; } }
      .mv-message .mv-message__content .mv-message__content-text p + p {
        margin-top: 32px; }
        @media screen and (max-width: 800px) {
          .mv-message .mv-message__content .mv-message__content-text p + p {
            margin-top: 16px; } }
  .mv-message .mv-message__image {
    margin-right: -150px;
    width: 50.4918%; }
    @media screen and (max-width: 1000px) {
      .mv-message .mv-message__image {
        margin-top: 30px;
        margin-right: 0;
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 800px) {
      .mv-message .mv-message__image {
        position: relative;
        height: 180px; } }
    .mv-message .mv-message__image img {
      max-width: 100%;
      height: auto; }
      @media screen and (max-width: 800px) {
        .mv-message .mv-message__image img {
          position: absolute;
          right: -24px; } }

/* --- ボタン --- */
.orange-button {
  display: block;
  position: relative;
  top: 0;
  margin: auto;
  padding: 24px;
  max-width: 624px;
  background-color: #EF7F60;
  color: #fff;
  border-radius: 52px;
  -webkit-box-shadow: 0 4px 0 #BD644C;
          box-shadow: 0 4px 0 #BD644C;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: -0.024em;
  font-size: 2.8rem;
  text-align: center;
  -webkit-transition: .1s;
  transition: .1s; }
  @media screen and (max-width: 800px) {
    .orange-button {
      padding: 16px;
      font-size: 1.6rem; } }
  .orange-button span {
    color: #FAED33; }
    .orange-button span.pc-only {
      display: inline; }
      @media screen and (max-width: 800px) {
        .orange-button span.pc-only {
          display: none; } }
  .orange-button:hover {
    position: relative;
    top: 4px;
    background-color: #EF704C;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #FAED33; }

/* --- ボタンwrap --- */
.btn-wrap {
  padding-bottom: 4px;
  margin-top: 64px; }
  @media screen and (max-width: 800px) {
    .btn-wrap {
      margin-top: 32px; } }
  @media screen and (max-width: 800px) {
    .btn-wrap.-sp-padding {
      padding: 0 24px; } }

/* --- section --- */
.section-box {
  position: relative; }
  .section-box.-about {
    padding-right: 30px;
    padding-left: 30px;
    background-image: url("../img/shape1.png");
    background-repeat: no-repeat;
    background-position: left 64px top; }
    @media screen and (max-width: 1100px) {
      .section-box.-about {
        background-position: left -100px top; } }
    @media screen and (max-width: 800px) {
      .section-box.-about {
        padding-right: 24px;
        padding-left: 24px;
        background-position: left -64px top;
        background-size: 110px 82px; } }
  .section-box.-program {
    padding-right: 30px;
    padding-left: 30px;
    background-image: url("../img/shape2.png");
    background-repeat: no-repeat;
    background-position: right top 700px; }
    @media screen and (max-width: 800px) {
      .section-box.-program {
        padding-right: 0;
        padding-left: 0;
        background-image: none; } }
    .section-box.-program .section-box__inner-2 {
      margin-right: -30px;
      margin-left: -30px;
      margin-bottom: 64px;
      padding: 0 30px;
      background-image: url("../img/shape3.png");
      background-repeat: no-repeat;
      background-position: left top; }
      @media screen and (max-width: 1300px) {
        .section-box.-program .section-box__inner-2 {
          background-position: left -160px top; } }
      @media screen and (max-width: 800px) {
        .section-box.-program .section-box__inner-2 {
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 40px;
          padding: 0 24px;
          background-image: url("../img/shape3.png"), url("../img/shape4.png");
          background-position: left -40px top, right top 360px;
          background-size: 120px auto, auto auto; } }
      .section-box.-program .section-box__inner-2 .section-box-2 {
        margin: 80px auto 0;
        max-width: 1000px; }
        @media screen and (max-width: 800px) {
          .section-box.-program .section-box__inner-2 .section-box-2 {
            margin-top: 48px; } }
  .section-box.-taisaku {
    padding-right: 30px;
    padding-left: 30px;
    background-image: url("../img/shape5.png");
    background-repeat: no-repeat;
    background-position: right top 53px; }
    @media screen and (max-width: 800px) {
      .section-box.-taisaku {
        padding-right: 24px;
        padding-left: 24px;
        background-size: 126px auto;
        background-position: right -20px top 170px; } }
  .section-box .section-box__inner {
    margin: auto;
    max-width: 1000px; }
    .section-box .section-box__inner.-w960 {
      max-width: 960px; }
  .section-box.-white::before {
    position: absolute;
    top: -176px;
    left: 0;
    z-index: 10;
    content: '';
    display: block;
    width: 100%;
    height: 176px;
    background-image: url("../img/bg_wave1.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 800px) {
      .section-box.-white::before {
        top: -74px;
        height: 74px;
        background-image: url("../img/bg_wave1_sp.png"); } }
  .section-box.-white::after {
    position: absolute;
    bottom: -176px;
    left: 0;
    z-index: 10;
    content: '';
    display: block;
    width: 100%;
    height: 176px;
    background-image: url("../img/bg_wave2.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media screen and (max-width: 800px) {
      .section-box.-white::after {
        bottom: -72px;
        height: 72px;
        background-image: url("../img/bg_wave2_sp.png");
        background-size: 100% 72px; } }
  .section-box.-beige {
    padding-top: 295px;
    padding-bottom: 295px;
    background-color: #FAF6E4; }
    @media screen and (max-width: 800px) {
      .section-box.-beige {
        padding-top: 128px;
        padding-bottom: 128px; } }

/* --- section2 --- */
.section-box-2 + .section-box-2 {
  margin-top: 80px; }
  @media screen and (max-width: 800px) {
    .section-box-2 + .section-box-2 {
      margin-top: 48px; } }

/* --- 見出しレベル2 --- */
.heading-level2 {
  margin-bottom: 60px;
  text-align: center; }
  .heading-level2 img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 800px) {
    .heading-level2 {
      margin-bottom: 40px; } }
  .heading-level2 img {
    margin: auto; }

/* --- 見出しレベル3 --- */
.heading-level3 {
  margin-bottom: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: -0.024em;
  font-size: 4.0rem;
  line-height: 1.6;
  color: #3FA0E0; }
  @media screen and (max-width: 800px) {
    .heading-level3 {
      margin-bottom: 16px;
      font-size: 2.0rem;
      text-align: center; } }

/* --- 文章ボックス --- */
.text-box {
  font-weight: bold; }
  .text-box .text-box__bottom {
    margin-top: 32px; }
    @media screen and (max-width: 800px) {
      .text-box .text-box__bottom {
        margin-top: 24px; } }
  .text-box.-center {
    text-align: center; }
    @media screen and (max-width: 800px) {
      .text-box.-center {
        text-align: left; } }
  @media screen and (max-width: 800px) {
    .text-box.-sp-padding {
      padding: 0 24px; } }
  @media screen and (max-width: 800px) {
    .text-box.-sp-large {
      font-size: 1.6rem; } }

/* --- リード文 --- */
.lead-text {
  margin-top: 48px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #3FA0E0;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .lead-text {
      margin-top: 16px;
      font-size: 1.8rem;
      text-align: left; } }

/* --- 特長リスト --- */
.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: number 0;
  margin-top: 48px;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .feature-list {
      display: block; } }
  @media screen and (max-width: 800px) {
    .feature-list {
      margin-top: 32px; } }
  .feature-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    width: 47%;
    font-size: 2.4rem;
    font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .feature-list li {
        margin: 32px auto 0;
        width: 569px; } }
    @media screen and (max-width: 800px) {
      .feature-list li {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 16px;
        font-size: 1.8rem;
        width: 100%; } }
    .feature-list li:nth-child(2n) {
      width: 53%; }
      @media screen and (max-width: 1000px) {
        .feature-list li:nth-child(2n) {
          width: 569px; } }
      @media screen and (max-width: 800px) {
        .feature-list li:nth-child(2n) {
          width: 100%; } }
    .feature-list li:nth-child(1), .feature-list li:nth-child(2) {
      margin-top: 0; }
      @media screen and (max-width: 1000px) {
        .feature-list li:nth-child(1), .feature-list li:nth-child(2) {
          margin-top: 32px; } }
      @media screen and (max-width: 800px) {
        .feature-list li:nth-child(1), .feature-list li:nth-child(2) {
          margin-top: 16px; } }
    .feature-list li::before {
      position: relative;
      top: -3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      counter-increment: number 1;
      content: counter(number);
      margin-right: 16px;
      border-radius: 50%;
      background-color: #A7C767;
      width: 56px;
      height: 56px;
      color: #fff;
      line-height: 1.0;
      font-family: "Zen Maru Gothic", sans-serif;
      text-align: center;
      font-size: 3.2rem;
      line-height: 52px; }
      @media screen and (max-width: 800px) {
        .feature-list li::before {
          width: 40px;
          height: 40px;
          font-size: 2.4rem;
          line-height: 35px; } }

/* --- バレットリスト --- */
.bullet-list > li {
  padding-left: 24px;
  text-indent: -24px;
  font-size: 2.4rem; }
  @media screen and (max-width: 800px) {
    .bullet-list > li {
      padding-left: 20px;
      text-indent: -20px;
      font-size: 1.8rem; } }
  .bullet-list > li::before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    top: -4px;
    display: inline-block;
    content: '';
    margin-right: 12px;
    background-color: #A7C767;
    width: 12px;
    height: 12px;
    border-radius: 12px; }
    @media screen and (max-width: 800px) {
      .bullet-list > li::before {
        width: 8px;
        height: 8px; } }

/* --- バレットリスト --- */
.program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .program {
      display: block;
      margin-top: 32px; } }
  .program:first-child {
    margin-top: 0; }
  .program .program__circle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 32px;
    width: 158px; }
    @media screen and (max-width: 800px) {
      .program .program__circle {
        margin: auto;
        width: 128px; }
        .program .program__circle img {
          max-width: 100%;
          height: auto; } }
  .program .program__content {
    font-weight: bold; }
    @media screen and (max-width: 800px) {
      .program .program__content {
        margin-top: 16px; } }
  .program + .small-text {
    margin-top: 40px; }
    @media screen and (max-width: 800px) {
      .program + .small-text {
        margin-top: 16px; } }

/* --- テーブル --- */
.basic-table {
  border-collapse: collapse;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .basic-table {
      display: block; } }
  .basic-table tr:first-child th,
  .basic-table tr:first-child td {
    border-top: none; }
  .basic-table th {
    padding: 24px 40px;
    width: 280px;
    background-color: #C4E7F5;
    border-top: 1px solid #fff;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold; }
    @media screen and (max-width: 800px) {
      .basic-table th {
        display: block;
        padding: 15px 20px;
        border-top: none;
        width: 100%;
        text-align: center;
        font-size: 1.4rem; } }
  .basic-table td {
    padding: 24px 40px;
    background-color: #fff;
    border-top: 1px solid #DBDBDB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold; }
    @media screen and (max-width: 800px) {
      .basic-table td {
        display: block;
        padding: 20px;
        border-top: none;
        width: 100%;
        font-size: 1.4rem;
        text-align: center; }
        .basic-table td .small-text {
          text-align: left;
          font-size: 1.2rem; } }

/* --- 小さい文字 --- */
.small-text {
  font-size: 1.4rem;
  font-weight: normal; }
  @media screen and (max-width: 800px) {
    .small-text {
      font-size: 1.2rem; } }

/* --- リンクテキスト --- */
.link-text {
  text-decoration: underline; }
  .link-text.-pdf::after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    width: 12px;
    height: 12px;
    background-image: url("../img/icon_pdf.svg");
    background-repeat: no-repeat; }
  .link-text.-blank {
    letter-spacing: -0.5px; }
    .link-text.-blank::after {
      content: '';
      display: inline-block;
      position: relative;
      top: -1px;
      margin-left: 6px;
      width: 9px;
      height: 8px;
      background-image: url("../img/icon_blank.svg");
      background-repeat: no-repeat; }

/* --- 画像カラム --- */
.image-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  max-width: 920px; }
  @media screen and (max-width: 800px) {
    .image-column {
      display: block;
      margin-top: 48px; } }
  .image-column > li {
    width: 440px; }
    @media screen and (max-width: 800px) {
      .image-column > li {
        margin: auto;
        width: 220px; }
        .image-column > li:nth-child(2) {
          margin-top: 8px; } }
    .image-column > li img {
      max-width: 100%;
      height: auto; }
  .image-column + .section-box-2 {
    margin-top: 64px; }
    @media screen and (max-width: 800px) {
      .image-column + .section-box-2 {
        margin-top: 48px; } }

/* --- フッター --- */
.footer {
  position: relative;
  padding-top: 176px;
  padding-bottom: 80px;
  background-color: #FAF6E4; }
  @media screen and (max-width: 800px) {
    .footer {
      padding-top: 72px;
      padding-bottom: 50px; } }

/* --- SNSエリア --- */
.sns-area {
  padding-top: 64px;
  padding-bottom: 60px; }
  @media screen and (max-width: 800px) {
    .sns-area {
      padding-top: 82px;
      padding-bottom: 42px; } }

/* --- SNS一覧 --- */
.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sns-list li {
    margin-left: 32px; }
    @media screen and (max-width: 800px) {
      .sns-list li {
        margin-left: 24px; } }
    .sns-list li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 800px) {
      .sns-list li img {
        width: 40px;
        height: auto; } }
    .sns-list li a {
      -webkit-transition: .3s;
      transition: .3s; }
      .sns-list li a:hover {
        opacity: 0.64; }

/* --- ページトップ --- */
.pagetop-wrap {
  position: absolute;
  top: 104px;
  right: 48px;
  z-index: 20;
  overflow: hidden;
  margin: auto;
  max-width: 1504px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 800px) {
    .pagetop-wrap {
      top: 40px;
      right: 24px; } }
  .pagetop-wrap.is-fixed {
    position: fixed;
    top: inherit;
    bottom: 30px;
    right: 48px; }
    @media screen and (max-width: 800px) {
      .pagetop-wrap.is-fixed {
        right: 24px; } }

.pagetop-button {
  float: right;
  display: block;
  padding: 4px 0 0;
  width: 72px;
  height: 76px;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .pagetop-button {
      width: 52px;
      height: 56px; } }
  .pagetop-button .pagetop-button__content {
    position: relative;
    top: -4px;
    display: block;
    width: 72px;
    height: 72px;
    background-image: url("../img/pagetop_text.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 0 #BD644C;
            box-shadow: 0 4px 0 #BD644C;
    background-color: #EF7F60;
    -webkit-transition: .1s;
    transition: .1s; }
    @media screen and (max-width: 800px) {
      .pagetop-button .pagetop-button__content {
        width: 52px;
        height: 52px;
        background-size: 20px 26px; } }
    .pagetop-button .pagetop-button__content:hover {
      top: 0;
      background-image: url("../img/pagetop_text_hover.svg");
      -webkit-box-shadow: none;
              box-shadow: none; }
    .pagetop-button .pagetop-button__content > span {
      position: absolute;
      white-space: nowrap;
      width: 1px;
      height: 1px;
      overflow: hidden;
      border: 0;
      padding: 0;
      clip: rect(0 0 0 0);
      -webkit-clip-path: inset(50%);
              clip-path: inset(50%); }

/* --- コピーライト --- */
.copyright {
  text-align: center;
  font-size: 1.4rem; }
  @media screen and (max-width: 800px) {
    .copyright {
      font-size: 1.2rem; } }
