@charset "UTF-8";
img {
  max-width: 100%; }

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.ttl01 {
  background-color: #0054a7;
  padding: 5%;
  font-size: 1.2rem;
  text-align: center;
  color: #fff; }

.inner {
  padding: 1% 1%; }
  .inner > div {
    width: 32%; }

section {
  padding-top: 70px;
  margin-top: -70px; }

.ac_h2 {
  display: block;
  position: relative;
  background-color: #00a0e9;
  padding: 4%;
  color: #fff;
  margin-bottom: 4%; }
  .ac_h2::before {
    position: absolute;
    content: '+';
    color: #00a0e9;
    line-height: 105%;
    text-align: center;
    top: 36%;
    right: 20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .ac_h2::before {
        font-size: 1.5rem !important;
        width: 30px;
        height: 30px;
        right: 10px; } }
  .ac_h2 p {
    display: inline-block;
    vertical-align: middle; }
  .ac_h2 img {
    max-width: 40px;
    margin-right: 0.5rem; }
  .ac_h2:hover {
    opacity: 0.8; }

.form .ac_h2 {
  margin-top: 80px; }
  .form .ac_h2::before {
    display: none; }
  .form .ac_h2:hover {
    opacity: 1; }

.close::before {
  position: absolute;
  content: '-';
  color: #00a0e9;
  line-height: 105%;
  text-align: center;
  top: 36%;
  right: 20px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .close::before {
      font-size: 1.5rem !important;
      width: 30px;
      height: 30px;
      right: 10px; } }

.accodion {
  display: none;
  padding: 2% 5% 5% 5%; }

header {
  position: relative;
  z-index: 99; }
  header .logo {
    margin: 0 auto;
    position: fixed;
    background-color: #fff;
    width: 768px;
    margin: 0 auto;
    height: 64px;
    top: 0; }
    @media screen and (max-width: 768px) {
      header .logo {
        width: 100%; } }
    header .logo h1 img {
      max-width: 230px;
      margin: 12px 12px 12px 6px; }
  header .menu {
    display: none; }
  header .on {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 64px; }
    header .on ul li {
      width: 100%;
      border-bottom: 1px #fff solid; }
      header .on ul li a {
        color: #fff;
        text-align: left;
        font-weight: normal; }
        header .on ul li a span {
          margin-top: 0; }
    header .on .menu {
      display: block; }
      header .on .menu ul li {
        width: 100%;
        padding: 12px 10px;
        background-color: #00a0e9;
        list-style: none; }
      header .on .menu ul li:hover {
        background-color: #0054a7;
        opacity: 1; }
      header .on .menu ul p {
        display: inline-block;
        vertical-align: middle;
        line-height: 0.5; }
        header .on .menu ul p a {
          font-size: 0.9rem !important;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          letter-spacing: -0.1rem; }
      header .on .menu ul img {
        max-width: 30px; }

header #ham_menu {
  display: block;
  width: 64px;
  height: 64px;
  background-color: #00a0e9;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0; }
  header #ham_menu span {
    position: absolute;
    width: 30px;
    height: 2px;
    margin-bottom: 7px;
    display: block;
    background-color: #fff;
    transition: .5s;
    left: 18px; }
  header #ham_menu span:nth-child(1) {
    top: 20px; }
  header #ham_menu span:nth-child(2) {
    top: 30px; }
  header #ham_menu span:nth-child(3) {
    top: 40px; }

.on span:nth-child(1) {
  transform: rotate(-45deg);
  top: 30px !important; }

.on span:nth-child(2) {
  display: none !important; }

.on span:nth-child(3) {
  transform: rotate(-135deg);
  top: 30px !important; }

#mv {
  margin-top: 64px !important; }
  #mv #iframe_mv {
    max-height: 576px !important; }

.checkimg {
  position: relative;
  margin-top: 158px; }
  .checkimg .copy {
    position: absolute;
    top: -268px;
    right: 0; }
  @media screen and (max-width: 534px) {
    .checkimg {
      margin-top: 130px; }
      .checkimg .copy {
        top: -200px; } }

@media screen and (max-width: 534px) {
  section.checkimg {
    padding-top: 0; } }
.teach {
  background-color: #ebf3f9;
  padding-bottom: 2rem;
  margin-bottom: 5%; }
  .teach .txt {
    padding: 8% 5%; }
    .teach .txt img {
      display: block;
      width: 400px;
      margin: 0 auto; }
    .teach .txt p {
      margin: 2em 0; }
    .teach .txt .zisseki {
      color: #0068b7;
      font-weight: normal;
      margin: 0; }
      .teach .txt .zisseki span {
        margin-top: 1em;
        font-size: 1.2em !important;
        display: block;
        line-height: 1.8;
        color: #1b1b1b;
        font-weight: bold;
        text-align: center; }
        .teach .txt .zisseki span strong {
          color: #e60012;
          font-size: 1.2em !important; }
  .teach .wh_txt {
    margin: 2% 5% 8% 5%;
    padding: 5% 5%;
    border: 1px solid #799cb6;
    border-radius: 5px;
    background-color: #fff; }
    .teach .wh_txt img {
      display: block;
      width: 520px;
      margin: 0 auto; }
    .teach .wh_txt p {
      margin: 1em 0; }
      .teach .wh_txt p span {
        display: block;
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 0.6rem; }
    .teach .wh_txt .logo_img {
      width: 200px; }
    .teach .wh_txt .ttl {
      font-size: 1.5em !important;
      font-weight: bold;
      color: #0068b7;
      text-align: center; }
    .teach .wh_txt .bold {
      font-weight: bold; }
      .teach .wh_txt .bold span {
        display: inline;
        text-align: left;
        color: #e60012; }
    .teach .wh_txt .txt2 span {
      text-align: left; }
    .teach .wh_txt .txt2 strong {
      color: #e60012; }

.ac_area {
  position: relative; }
  .ac_area > div {
    display: none;
    padding: 2% 5% 5% 5%; }
    .ac_area > div .ttl {
      text-align: center;
      margin-top: 2rem; }
    .ac_area > div .sub_ttl {
      text-align: center;
      color: #2e8cff;
      border-top: 2px solid #2e8cff;
      border-bottom: 2px solid #2e8cff;
      line-height: 1.5;
      margin: 2rem 0 2rem 0;
      padding: 8px 0; }
    .ac_area > div p span {
      color: #2e8cff;
      font-weight: bold; }
    .ac_area > div img {
      margin-top: 1rem; }
  .ac_area .back_ptn {
    background-image: url("img/ptn01.jpg");
    margin-top: 2rem; }
    .ac_area .back_ptn > div {
      padding: 2% 5% 5% 5%; }
      .ac_area .back_ptn > div > div {
        margin-bottom: 2rem; }

.how_area {
  margin-bottom: 10%; }
  .how_area > div .sub_ttl {
    text-align: center;
    color: #13ae67;
    border-top: 2px solid #13ae67;
    border-bottom: 2px solid #13ae67;
    line-height: 1.5;
    margin: 2rem 0 1.2rem 0;
    padding: 8px 0; }
  .how_area > div p span {
    color: #2e8cff;
    font-weight: bold; }
  .how_area > div img {
    margin: 1.2rem 0; }
  .how_area > div .red {
    color: #e60012;
    font-size: 1.4rem;
    font-weight: bold; }
  .how_area > div .gr_area {
    margin: 3% 0 8% 0;
    padding: 5% 5%;
    border: 1px solid #13ae67;
    border-radius: 5px;
    background-color: #fff; }
    .how_area > div .gr_area p span {
      font-size: 1.3rem;
      font-weight: bold;
      color: #13ae67;
      margin-bottom: 0.5rem; }
  .how_area > div .grayarea {
    background-color: #eeeeef;
    padding: 1.5rem;
    margin-top: 1rem; }
    .how_area > div .grayarea p {
      margin-bottom: 1rem; }
      .how_area > div .grayarea p span {
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 0.5rem;
        font-weight: bold;
        text-align: center;
        background-color: #595757;
        color: #fff;
        margin: 0.3rem 0; }

.school > div {
  margin: 4% 0 8% 0;
  padding: 5% 5%; }
  .school > div .box h3 {
    background-color: #003d96;
    color: #fff;
    text-align: center;
    margin-top: 10px; }
  .school > div .box .mapWrap {
    padding: 1rem; }
  .school > div .box #map {
    width: 100%;
    height: 350px; }

.school .box #map p,
.school .box #map strong {
  font-size: 16px; }

.pg_merit {
  margin-bottom: 4%; }
  .pg_merit > div img {
    margin: 1rem 0 2rem 0; }
  .pg_merit > div .bule_area {
    border: 1px solid #1d2088;
    margin: 5% 0; }
    .pg_merit > div .bule_area .ttl {
      display: block;
      width: 100%;
      background-color: #1d2088;
      color: #fff;
      padding: 1rem;
      font-weight: bold; }
    .pg_merit > div .bule_area table {
      border-collapse: separate;
      border-spacing: 0 1.3rem;
      margin: 1rem 1rem; }
      .pg_merit > div .bule_area table th {
        color: #1d2088;
        font-weight: bold;
        width: 18%;
        text-align: left; }
      .pg_merit > div .bule_area table td {
        width: 82%; }

.btn_area > div {
  margin: 14% 5% 12% 5%; }
  .btn_area > div p {
    position: relative;
    text-align: center;
    font-size: 1.2rem !important;
    font-weight: bold;
    padding-bottom: 1rem; }
    .btn_area > div p::after {
      position: absolute;
      content: '';
      background: url("img/arrow-bg.png") no-repeat;
      background-size: contain;
      width: 297px;
      height: 132px;
      bottom: 18%;
      left: 30%;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .btn_area > div p::after {
          width: 237px;
          height: 72px;
          bottom: 0;
          left: 20%; } }
    .btn_area > div p span {
      display: block;
      font-size: 0.8rem !important;
      font-weight: normal; }
  .btn_area > div .flex {
    margin-top: 2rem; }
    .btn_area > div .flex > div {
      width: 32%; }

.curriculum h2 {
  margin-bottom: 4%; }
.curriculum .ttl_text {
  color: #0054a7;
  font-size: 1.2em !important;
  font-weight: bold;
  text-align: center; }
.curriculum .ttl {
  background-color: #00a7ea;
  padding: 1.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 1.2em !important;
  font-weight: bold;
  margin-top: 1rem; }
  .curriculum .ttl span {
    display: block;
    font-size: 0.8rem !important;
    font-weight: normal; }
  .curriculum .ttl img {
    max-width: 300px; }
.curriculum .purple {
  background-color: #796bae; }
.curriculum .textarea {
  padding: 6% 0 0 0; }
  .curriculum .textarea p {
    margin-top: 0.8rem; }
  .curriculum .textarea .subttl {
    font-weight: bold; }
    .curriculum .textarea .subttl span {
      background-color: #00a7ea;
      font-size: 0.6rem !important;
      padding: 0.5rem;
      color: #fff;
      font-size: 0.6rem;
      margin-right: 0.3rem; }
.curriculum .ex_area div {
  background-color: #ebf3f9;
  padding: 6% 5% 5% 5%; }
  .curriculum .ex_area div img {
    margin-bottom: 2rem; }
  .curriculum .ex_area div p span {
    font-size: 0.5rem !important;
    vertical-align: top; }
  .curriculum .ex_area div .gray {
    margin-top: 2rem;
    font-size: 0.8rem !important;
    color: #7d7d7d; }
.curriculum .lightblue_area > div {
  padding: 6% 5% 5% 5%; }
  .curriculum .lightblue_area > div img {
    display: block;
    max-width: 200px;
    margin: 1rem auto; }
.curriculum .lightblue_area .line_area {
  margin: 1.5rem 0;
  padding: 2rem;
  border: 4px solid #d6eaf2;
  border-radius: 10px; }
  .curriculum .lightblue_area .line_area p {
    margin-bottom: 0.5rem; }
    .curriculum .lightblue_area .line_area p span {
      font-weight: 1.2rem !important;
      font-weight: bold; }
.curriculum .lightblue_area .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .curriculum .lightblue_area .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto; }
.curriculum .lightblue_area .lightgreen {
  border: 4px solid #ebf2d6; }
.curriculum .passed_area {
  background-color: #ffcbdd; }
  .curriculum .passed_area p {
    margin-bottom: 0.8rem; }
    .curriculum .passed_area p span {
      display: block;
      font-size: 1.2rem !important;
      font-weight: bold;
      text-align: center; }

.cost h2 {
  margin-bottom: 0.8rem; }
.cost .ttl_text {
  color: #0054a7;
  font-size: 1.2em !important;
  font-weight: bold;
  text-align: center; }
.cost .ttl {
  background-color: #00a7ea;
  padding: 1.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 1.2em !important;
  font-weight: bold;
  margin-top: 1rem; }
.cost .gray {
  margin-top: 1rem;
  font-size: 0.8rem !important;
  color: #7d7d7d; }
.cost .cost_table {
  margin: 6% 5% 6% 5%; }
  .cost .cost_table table {
    width: 100%;
    font-size: 1.2rem !important;
    font-weight: bold; }
    .cost .cost_table table tr {
      border-bottom: 2px solid #fff; }
    .cost .cost_table table th {
      width: 40%;
      padding: 1rem;
      background-color: #00a7ea;
      color: #fff; }
    .cost .cost_table table td {
      width: 60%;
      background-color: #f3f9fc;
      padding-right: 1rem;
      text-align: right; }
      .cost .cost_table table td span {
        font-size: 1.4rem !important;
        color: #fe0000;
        margin-right: 0.2rem; }
  .cost .cost_table .skyblue {
    text-align: center;
    font-weight: bold;
    color: #00a7ea;
    margin-bottom: 1rem; }
.cost .flow_area {
  margin-bottom: 2rem; }
  .cost .flow_area .textarea {
    padding: 6% 5% 0 5%; }
    .cost .flow_area .textarea img {
      margin: 1rem 0; }
    .cost .flow_area .textarea p span {
      display: block;
      color: #00a7ea;
      font-weight: bold; }
    .cost .flow_area .textarea .subttl {
      font-weight: bold;
      margin-bottom: 1rem; }
      .cost .flow_area .textarea .subttl span {
        font-size: 0.8rem !important;
        background-color: #00a7ea;
        padding: 0.5rem;
        color: #fff;
        font-size: 0.6rem;
        margin-right: 0.3rem; }
  .cost .flow_area .flow_btn {
    position: relative;
    background-color: #0054a7;
    border-radius: 6px;
    padding: 1rem;
    text-align: center; }
    .cost .flow_area .flow_btn::after {
      position: absolute;
      content: '';
      top: 43%;
      right: 30px;
      width: 8px;
      height: 8px;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .cost .flow_area .flow_btn a {
      color: #fff;
      font-weight: bold;
      text-decoration: none; }

.voice .ac_h2 {
  margin-bottom: 0; }
.voice > div {
  background-color: #f3f9fc;
  margin-bottom: 4%;
  padding-bottom: 4%; }
  .voice > div > div {
    background-color: #fff;
    margin: 6% 5% 0 5%;
    padding: 1.5rem; }
    .voice > div > div img {
      display: block;
      max-width: 300px;
      margin: 0 auto;
      margin-bottom: 1rem; }
    .voice > div > div p span {
      display: block;
      text-align: right; }

.form {
  margin-bottom: 6%; }
  .form p a {
    color: #0054A6;
    text-decoration: none; }
  .form .form_area {
    width: 100%;
    margin-bottom: 40px; }
    .form .form_area ul {
      list-style: none; }
      .form .form_area ul li {
        margin-bottom: 0.5rem; }
        .form .form_area ul li span {
          vertical-align: middle; }
    .form .form_area input[type="text"], .form .form_area select, .form .form_area input[type="tel"], .form .form_area input[type="email"] {
      width: 100%;
      padding: 0.8rem;
      border-radius: 5px;
      border: 1px solid #eeeeef;
      font-size: 0.9rem !important; }
    .form .form_area .form_ttl {
      display: block;
      padding: 0.8rem;
      background: #eeeeef;
      margin-bottom: 0.5rem; }
      .form .form_area .form_ttl span {
        font-size: 0.7rem !important;
        background-color: #F00;
        color: #fff;
        padding: 2px 6px;
        margin-left: 5px;
        border-radius: 5px; }
      .form .form_area .form_ttl .any {
        background-color: #000; }
    .form .form_area .f_form textarea {
      width: 100%;
      height: 300px;
      padding: 10px;
      font-size: 0.9rem !important; }
    .form .form_area input[type=text].chkrequired,
    .form .form_area input[type=tel].chkrequired,
    .form .form_area input[type=email].chkrequired {
      background: #f7dddd; }
    .form .form_area input[type=text].white_back,
    .form .form_area input[type=tel].white_back,
    .form .form_area input[type=email].white_back {
      background: #fff; }
  .form .formBtn {
    text-align: center; }
    .form .formBtn:hover {
      opacity: 0.8; }

.thanks {
  text-align: center;
  font-size: 0.9rem !important;
  margin-top: 84px; }
  .thanks p a {
    text-decoration: none;
    color: #00a0e9; }
  .thanks .btn {
    position: relative;
    width: 300px;
    padding: 10px;
    background-color: #00a0e9;
    border-radius: 4px;
    margin: 40px auto;
    vertical-align: middle; }
    .thanks .btn:before {
      position: absolute;
      content: '';
      vertical-align: middle;
      top: 50%;
      right: 16px;
      width: 4px;
      height: 4px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .thanks .btn a {
      text-decoration: none;
      color: #fff; }

.bnr_area {
  margin-bottom: 20px; }
  .bnr_area:hover {
    opacity: 0.6; }
