@charset "UTF-8";
/*
 * File: /Applications/MAMP/htdocs/wordpress/wp-content/themes/primary_theme/app/scss/main.scss
 * Project: primary_theme
 * File Created: Wednesday, 19th June 2019 11:02:02 am
 * Author: Christian Marquez (silvamarquez245@gmail.com)
 * -----
 * Last Modified: Thursday, 20th June 2019 9:24:19 am
 * Modified By: Christian Marquez
 * -----
 */
/* SASS Utilities*/
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");
/**
	* Media query
	*/
/**
	* Pseudo
	*/
/*
  *
  *   $arg1 accepts margin, padding and font-size
  *    @include converter-sp(padding,30);
  *    @include converter-sp(padding,30,30);
  *    @include converter-sp(padding,30,30,30);
  *    @include converter-sp(padding,30,30,30,30);
  *
  */
/* Modules, Components*/
@font-face {
  font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
  /* font-family: 'Ryumin Pro'; */
  src: url("/dist/fonts/RyuminPro-Regular.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
  /* font-family: 'Ryumin Pro'; */
  src: url("/dist/fonts/RyuminPro-Medium.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
  /* font-family: 'Ryumin Pro'; */
  src: url("/dist/fonts/RyuminPro-Bold.otf") format("opentype");
  font-weight: 700; }

@font-face {
  font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
  /* font-family: 'Ryumin Pro'; */
  src: url("/dist/fonts/RyuminPro-ExBold.otf") format("opentype");
  font-weight: 900; }

@font-face {
  font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
  /* font-family: 'Yu Gothic'; */
  src: url("/dist/fonts/yugothib.ttf") format("truetype");
  font-weight: 700; }

.button {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 640px) {
    .button {
      margin: 3.4375% 0% 0% 0% ;
      margin: 3.4375vw 0vw 0vw 0vw ;
      padding: 0% 1.5625% ;
      padding: 0vw 1.5625vw ;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .button__left {
    margin-right: 111px;
    text-align: center; }
    @media (max-width: 640px) {
      .button__left {
        margin: 0% 0.9375% 0% 0% ;
        margin: 0vw 0.9375vw 0vw 0vw ;
        width: 50%; } }
    .button__leftTitle {
      color: #e46715;
      font-size: 16px;
      line-height: 4px;
      text-align: center;
      padding: 20px;
      position: relative; }
      @media (max-width: 640px) {
        .button__leftTitle {
          font-size: 1.52344rem;
          font-size: 2.03125vw;
          padding: 3.125% 0% ;
          padding: 3.125vw 0vw ;
          line-height: 0.35156rem;
          line-height: 0.46875vw; } }
      .button__leftTitle:before {
        content: "";
        position: absolute;
        border: 1px solid #e46715;
        width: 0;
        height: 47px;
        top: -2px;
        left: 20px;
        -webkit-transform: rotate(-35deg);
                transform: rotate(-35deg); }
        @media (max-width: 640px) {
          .button__leftTitle:before {
            height: 6.25vw;
            left: 1.563vw; } }
      .button__leftTitle:after {
        content: "";
        position: absolute;
        border: 1px solid #e46715;
        width: 0;
        height: 47px;
        top: -2px;
        right: 20px;
        -webkit-transform: rotate(35deg);
                transform: rotate(35deg); }
        @media (max-width: 640px) {
          .button__leftTitle:after {
            height: 6.25vw;
            right: 1.563vw; } }
  .button__link {
    color: #fff;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -.04em;
    margin: 16px 11px 0 0;
    height: 99px;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 24px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #E46715;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6); }
    @media (max-width: 640px) {
      .button__link {
        height: 12.8125vw;
        font-size: 2.46094rem;
        font-size: 3.28125vw;
        line-height: 3.28125rem;
        line-height: 4.375vw;
        letter-spacing: -0.15vw;
        padding: 2.96875% 4.21875% ;
        padding: 2.96875vw 4.21875vw ;
        margin: 0;
        position: relative; } }
    .button__linkText {
      margin-right: 31px; }
      @media (max-width: 640px) {
        .button__linkText {
          margin: 0% 1.875% 0% 0% ;
          margin: 0vw 1.875vw 0vw 0vw ; } }
  .button__right {
    text-align: center; }
    @media (max-width: 640px) {
      .button__right {
        width: 50%; } }
    .button__rightTitle {
      font-size: 16px;
      line-height: 4px;
      color: #034f81;
      padding: 20px 30px;
      position: relative; }
      @media (max-width: 640px) {
        .button__rightTitle {
          font-size: 1.52344rem;
          font-size: 2.03125vw;
          line-height: 0.35156rem;
          line-height: 0.46875vw;
          padding: 3.125% 0% ;
          padding: 3.125vw 0vw ; } }
      .button__rightTitle:before {
        content: "";
        position: absolute;
        border: 1px solid #034f81;
        width: 0;
        height: 47px;
        top: -2px;
        left: 10px;
        -webkit-transform: rotate(-35deg);
                transform: rotate(-35deg); }
        @media (max-width: 640px) {
          .button__rightTitle:before {
            height: 6.25vw; } }
      .button__rightTitle:after {
        content: "";
        position: absolute;
        border: 1px solid #034f81;
        width: 0;
        height: 47px;
        top: -2px;
        right: 15px;
        -webkit-transform: rotate(35deg);
                transform: rotate(35deg); }
        @media (max-width: 640px) {
          .button__rightTitle:after {
            height: 6.25vw; } }

.rightEdit {
  margin-top: 16px;
  height: 99px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 27px 18px;
  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;
  background: #0087e1;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6); }
  @media (max-width: 640px) {
    .rightEdit {
      height: 12.8125vw;
      font-size: 2.46094rem;
      font-size: 3.28125vw;
      line-height: 3.28125rem;
      line-height: 4.375vw;
      letter-spacing: -0.15vw;
      padding: 2.96875% 1.875% 2.96875% 2.8125% ;
      padding: 2.96875vw 1.875vw 2.96875vw 2.8125vw ;
      margin: 0; } }

.mail {
  margin-right: 22px; }
  @media (max-width: 640px) {
    .mail {
      display: none; } }
  .mail--sp {
    display: none; }
    @media (max-width: 640px) {
      .mail--sp {
        margin: 0% 3.125% 0% 0% ;
        margin: 0vw 3.125vw 0vw 0vw ;
        display: block;
        width: 5.156vw; } }

.edit {
  margin-right: 10px; }
  @media (max-width: 640px) {
    .edit {
      display: none; } }
  .edit--sp {
    display: none; }
    @media (max-width: 640px) {
      .edit--sp {
        margin: 0% 1.09375% 0% 0% ;
        margin: 0vw 1.09375vw 0vw 0vw ;
        display: block;
        width: 5.938vw; } }

@media (max-width: 640px) {
  .arrow__white {
    display: none; } }

.arrow__whiteSp {
  display: none; }
  @media (max-width: 640px) {
    .arrow__whiteSp {
      display: block;
      position: absolute;
      right: 4.219vw;
      width: 2.344vw; } }

.rightMargin {
  margin-right: 13px; }
  @media (max-width: 640px) {
    .rightMargin {
      margin-right: 2.031vw; } }

header {
  padding: 0 60px; }
  @media (max-width: 640px) {
    header {
      padding: 0% 2.65625% ;
      padding: 0vw 2.65625vw ; } }

.nav {
  padding: 20px 0 18px; }
  @media (max-width: 640px) {
    .nav {
      padding: 2.03125% 0% ;
      padding: 2.03125vw 0vw ; } }
  .nav__sp {
    display: none; }
    @media (max-width: 640px) {
      .nav__sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 640px) {
      .nav__spLogo {
        width: 31.25vw;
        vertical-align: middle; } }
    @media (max-width: 640px) {
      .nav__spLogoLink {
        margin: 0 auto; } }
    .nav__spBurger {
      display: none; }
      @media (max-width: 640px) {
        .nav__spBurger {
          width: 4.6875vw; }
          .nav__spBurger:hover {
            cursor: pointer; } }
    .nav__spClose {
      display: none; }
      @media (max-width: 640px) {
        .nav__spClose {
          width: 4.6875vw;
          display: none; } }
  .nav__pc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 640px) {
    .nav__logoLink {
      display: none; } }

  .class__nav3 {
    border: 0px !important; }
    @media (max-width: 640px) {
      .class__nav3 {
        border-bottom: 0.156vw solid #ccc !important; } }

  .class__inquiry {
    color: #fff !important; }
    @media (max-width: 640px) {
      .class__inquiry {
        color: #0080ba !important; } }

  .nav__list {
    display: inline-block;
    border-right: 1px solid #0080ba; }

@media (max-width: 640px) and (max-width: 640px) {
  .nav__list {
    font-size: 3.51562rem;
    font-size: 4.6875vw;
    display: block;
    border-right: none;
    border-bottom: 0.156vw solid #ccc;
    position: relative; } }
    @media (max-width: 640px) {
      .nav__list--hover:hover:before {
        width: 100%; }
      .nav__list:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        margin: auto;
        background: #0088c8;
        -webkit-transition: all .5s;
        transition: all .5s; } }
    @media (max-width: 640px) {
      .nav__list:first-child {
        border-top: 1px solid #ccc; } }
    .nav__list:nth-child(3) {
      border-right: none; }
    .nav__list:nth-child(4) {
      border-right: none; }
      .nav__list:nth-child(4) .nav__link {
        color: #fff; }
        @media (max-width: 640px) {
          .nav__list:nth-child(4) .nav__link {
            background: transparent;
            color: #0080ba;
            height: auto; } }
    .nav__list:last-child {
      border-right: none; }
      @media (max-width: 640px) {
        .nav__list:last-child {
          text-align: center; }
          .nav__list:last-child .nav__link:before {
            display: none; } }
  .nav__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 640px) {
      .nav__lists {
        padding: 0% 0.78125% ;
        padding: 0vw 0.78125vw ;
        margin: 3.125% 0% 0% ;
        margin: 3.125vw 0vw 0vw ;
        position: relative;
        min-height: 100vh;
        width: 100%;
        text-align: left;
        display: none;
        overflow: scroll; } }
  .nav__link {
    color: #0080ba;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 0 13px;
    cursor: pointer; }
    @media (max-width: 640px) {
      .nav__link {
        font-size: 3.51562rem;
        font-size: 4.6875vw;
        line-height: 2.69531rem;
        line-height: 3.59375vw;
        padding: 3.125% 4.6875% 3.125% 1.5625% ;
        padding: 3.125vw 4.6875vw 3.125vw 1.5625vw ;
        letter-spacing: 0.1vw;
        margin-left: 3.125vw;
        display: block; } }
    @media (max-width: 640px) {
      .nav__link:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        left: 1.563vw;
        border-top: 1vw solid transparent;
        border-bottom: 1vw solid transparent;
        border-left: 1vw solid #0088e2; } }
    .nav__linkArrow {
      margin-right: 10px; }
    @media (max-width: 640px) {
      .nav__linkLine {
        width: 9.375vw;
        display: inline-block !important;
        vertical-align: middle; } }
    @media (max-width: 640px) {
      .nav__linkPhone {
        width: 5vw;
        margin: 0% 1.5625% 0% 0% ;
        margin: 0vw 1.5625vw 0vw 0vw ;
        vertical-align: middle; } }

.blue__link {
  background: linear-gradient(2deg, #E46715 0, #E46715 20%, #f0a15b 100%);
  outline: 0;
  border: none;
  padding: 10px;
  font-weight: 500;
  height: 40px; }
  @media (max-width: 640px) {
    .blue__link {
      padding: 3.125% 4.6875% 3.125% 1.5625% ;
      padding: 3.125vw 4.6875vw 3.125vw 1.5625vw ;
      background-color: transparent;
      height: 0;
      color: #0080ba; } }

@media (max-width: 640px) {
  .open {
    height: 100vh; } }

@media (max-width: 640px) {
  .phoneNumber {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 640px) {
  .phoneNumber__text {
    font-size: 6.4vw; } }

.show {
  display: block !important; }

.active {
  position: fixed;
  z-index: 100;
  display: block;
  background-color: #fff;
  top: -0.469vw;
  border-top: 0.313vw solid #ccc; }

.header__line {
  background-color: #fff; }

footer {
  background-color: #f4f4f4;
  text-align: center; }
  footer .logo {
    padding: 36px 0; }
    @media (max-width: 640px) {
      footer .logo {
        padding: 5.625% 0% ;
        padding: 5.625vw 0vw ;
        width: 31.250vw; } }

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

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: auto;
  font-size: 62.5%; }

body {
  position: relative;
  font-size: 62.5%;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background: #fff;
  /* font-family: "Ryumin Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; */
  font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
  color: #333;
  -ms-overflow-style: scrollbar; }
  @media (min-width: 641px) {
    body {
      min-width: 1300px; }
      body.selector-fixed {
        padding-top: 75px; } }
    @media (min-width: 641px) and (max-width: 640px) {
      body.selector-fixed {
        padding: 11.71875% 0% 0% ;
        padding: 11.71875vw 0vw 0vw ; } }
  @media (max-width: 640px) {
    body {
      max-width: 640px; } }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

table {
  border-spacing: 0; }

th, td {
  text-align: center; }

/* Pages, custom/unique page styles*/
header {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

body {
  padding-bottom: 80px; }
  @media (max-width: 640px) {
    body {
      padding: 0% 0% 12.5% ;
      padding: 0vw 0vw 12.5vw ; } }

.bold {
  font-weight: 700; }

.point__bold {
  font-weight: 400; }
  @media (max-width: 640px) {
    .point__bold {
      font-weight: 700; } }

.wrapper {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
  font-size: 0; }
  @media (max-width: 640px) {
    .wrapper {
      width: 94.21875vw; } }

.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  min-width: 1300px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-animation: smoothScroll 0.3s forwards;
          animation: smoothScroll 0.3s forwards; }
  @media (max-width: 640px) {
    .fixed {
      min-width: 0;
      width: 100%; } }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.fixed__bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  bottom: 0;
  z-index: 999;
  opacity: 1;
  -webkit-backface-visibility: hidden; }

.float {
  display: none;
  min-width: 1300px;
  width: 100%;
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-animation: smoothScroll-bottom 0.3s backwards;
          animation: smoothScroll-bottom 0.3s backwards; }

@-webkit-keyframes smoothScroll-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes smoothScroll-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }
  @media (max-width: 640px) {
    .float {
      padding: 1.5625% 0% ;
      padding: 1.5625vw 0vw ;
      min-width: 0;
      width: 100%; }
      .float__onClose {
        display: none !important; } }
  .floatBottom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1185px;
    width: 100%;
    height: auto;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .floatBottom {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .floatBottom__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .floatBottom__left {
      margin-right: 10px; }
      @media (max-width: 640px) {
        .floatBottom__left {
          margin: 0% 0.78125% 0% 0% ;
          margin: 0vw 0.78125vw 0vw 0vw ; } }
    .floatBottom__link, .floatBottom__linkRight {
      color: #fff;
      font-size: 14px;
      letter-spacing: -.04em;
      border-radius: 6px;
      border: 1px solid #fff;
      padding: 8px 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #E46715;
      background: linear-gradient(2deg, #E46715 0, #E46715 20%, #f0a15b 100%);
      -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6); }
      @media (max-width: 640px) {
        .floatBottom__link, .floatBottom__linkRight {
          font-size: 1.875rem;
          font-size: 2.5vw;
          padding: 2.5% 2.8125% ;
          padding: 2.5vw 2.8125vw ;
          letter-spacing: -0.04vw; } }
      .floatBottom__linkRight {
        background: #02274D;
        background: linear-gradient(2deg, #02274D 0%, #15A2E4 40%, #A0EAFF 100%);
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
                box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6); }
    .floatBottom__linkText {
      margin-right: 12px; }
      @media (max-width: 640px) {
        .floatBottom__linkText {
          margin: 0% 0.9375% 0% 0% ;
          margin: 0vw 0.9375vw 0vw 0vw ; } }
    .floatBottom__whiteSp {
      width: 10px; }
      @media (max-width: 640px) {
        .floatBottom__whiteSp {
          width: 1.875vw; } }
    .floatBottom__mail--sp {
      margin-right: 6px;
      width: 23px; }
      @media (max-width: 640px) {
        .floatBottom__mail--sp {
          margin: 0% 0.9375% 0% 0% ;
          margin: 0vw 0.9375vw 0vw 0vw ;
          width: 4.6875vw; } }
    .floatBottom__edit--sp {
      margin-right: 6px;
      width: 23px; }
      @media (max-width: 640px) {
        .floatBottom__edit--sp {
          margin: 0% 0.9375% 0% 0% ;
          margin: 0vw 0.9375vw 0vw 0vw ;
          width: 4.6875vw; } }
    .floatBottom__contact {
      color: #0080ba;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 640px) {
        .floatBottom__contact {
          display: none; } }
      .floatBottom__contactIcon {
        vertical-align: middle;
        margin-right: 8px; }
    .floatBottom__number {
      font-size: 32px;
      letter-spacing: 0.1em;
      margin-right: 10px; }

.schedule {
  color: #808080;
  font-size: 18px;
  letter-spacing: 0.1em; }
  @media (max-width: 640px) {
    .schedule {
      font-size: 2.10938rem;
      font-size: 2.8125vw;
      line-height: 3.51562rem;
      line-height: 4.6875vw;
      letter-spacing: 0.1vw;
      display: inline-block;
      text-align: center;
      font-weight: 700; } }

.hero {
  max-width: 1184px;
  width: 100%;
  margin: 0 auto;
  height: 735px;
  font-size: 0;
  position: relative;
  background: url("/dist/images/top.jpeg") no-repeat;
  background-size: cover; }
  @media (max-width: 640px) {
    .hero {
      height: 113.4375vw;
      background: url("/dist/images/sp/top-sp.jpg") center no-repeat;
      background-size: calc(100% - 6.250vw); } }
  .hero__thumbnails {
    position: absolute;
    left: -30px;
    bottom: -139px; }
    @media (max-width: 640px) {
      .hero__thumbnails {
        display: none; } }
    .hero__thumbnails--sp {
      display: none; }
      @media (max-width: 640px) {
        .hero__thumbnails--sp {
          display: block;
          width: 100%;
          position: absolute;
          bottom: -10vw; } }
  .hero__textTop {
    font-weight: 700;
    font-family: Yu Gothic,sans-serif;
    display: flex;
    position: absolute;
    top: 58px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 220px;
    padding: 0 35px;
    background: url(../../images/top/hero-bg-blue.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
    @media (max-width: 640px) {
      .hero__textTop {
        padding: 2.1875% 0% 2.1875% 2.125%;
        padding: 2.1875vw 0vw 2.1875vw 2.125vw;
        display: block;
        position: absolute;
        width: 100%;
        top: 5.781vw;
        height: 38.2vw;
        -webkit-transform: translateX(-50%);
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        left: 50%;
        justify-content: unset;
        margin: 0 auto;
        transform: translateX(-50%);
        background: url(../../images/top/hero-bg-blue.png);
        background-position: top;
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: cover; 
      } }
  .hero__text {
    width: 100%;
    height: 100%;
    position: relative; }
  @media (max-width: 640px) {
  .hero__text {
    width: calc(100% - 6.250vw);
    margin: 0 auto; } }
  .hero__paragraph {
    width:100%;
    margin-top:-30px;
    font-family:Yu Gothic,sans-serif;
    font-size: 3.6rem;
    font-weight:700;
    line-height:5rem;
    text-shadow:2px 2px 4px rgba(0,0,0,.7); }
    @media (max-width: 640px) {
      .hero__paragraph {
        /* letter-spacing: -0.01em; */
        margin: .66667vw 0 0;
        font-size: 1.6rem;
        font-size: 4.26667vw;
        line-height: 1.8; } }
.buttons {
  background-color: #f5f5f5;
  padding: 173px 0 40px; }
  @media (max-width: 640px) {
    .buttons {
      padding: 15.78125% 0% 0% ;
      padding: 15.78125vw 0vw 0vw ;
      background: #fff; } }
  .buttons__title {
    text-align: center;
    font-size: 37px;
    line-height: 43px;
    letter-spacing: 0.2em;
    color: #0080ba;
    font-weight: 500; }
    @media (max-width: 640px) {
      .buttons__title {
        font-size: 4.33594rem;
        font-size: 5.78125vw;
        line-height: 5.03906rem;
        line-height: 6.71875vw; } }

.two__point{
  background-color: #0080ba;
  /* font-family: Yu Gothic,sans-serif; */
  font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
  margin: 130px auto;
  text-align: center;
  position: relative;
  width: 878px;
  padding: 40px 0px; }
  @media (max-width: 640px) {
    .two__point {
      margin: 12.8125vw auto auto auto;
      width: 95.15625vw;
      padding: 15px 0px; } }
      .two__pointTitle {
        /* font-size: 45px; */
        font-size: 42px;
        color: #fff;
        letter-spacing: 2.4px; }
      @media (max-width: 640px) {
        .two__pointTitle {
          font-size: 4vw; } }
.point {
  margin-top: 89px;
  text-align: center;
  position: relative; }
  @media (max-width: 640px) {
    .point {
      margin: 10.46875% 0% 0% 0% ;
      margin: 10.46875vw 0vw 0vw 0vw ; } }
  .point__char {
    max-width: 970px;
    width: 100%;
    margin: 109px auto 0; }
    @media (max-width: 640px) {
      .point__char {
        margin: 12.65625% 0% 0% ;
        margin: 12.65625vw 0vw 0vw ; } }
    .point__charLists {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media (max-width: 640px) {
        .point__charLists {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .point__charList {
      margin-right: 45px;
      position: relative;
      width: 280px; }
      @media (max-width: 640px) {
        .point__charList {
          margin: 14.53125% 0% 0% ;
          margin: 14.53125vw 0vw 0vw ;
          width: 66.25vw; } }
      @media (max-width: 640px) {
        .point__charList:first-child {
          margin: 0% ;
          margin: 0vw ; } }
      .point__charList:first-child .char__textImage {
        left: 2px; }
      .point__charList:nth-child(2) {
        width: 288px; }
        @media (max-width: 640px) {
          .point__charList:nth-child(2) {
            width: 66.25vw; } }
        .point__charList:nth-child(2) .char__image {
          background: url("/dist/images/point-2.jpg") no-repeat 80%;
          background-size: cover; }
        @media (max-width: 640px) {
          .point__charList:nth-child(2) .char__text {
            margin: 2.34375% 0% 0% ;
            margin: 2.34375vw 0vw 0vw ; } }
        .point__charList:nth-child(2) .char__textTitle {
          letter-spacing: -0.05em;
          width: 287px; }

@media (max-width: 640px) and (max-width: 640px) {
  .point__charList:nth-child(2) .char__textTitle {
    width: 66.25vw; } }
        .point__charList:nth-child(2) .char__textBody {
          padding: 0 1px 0 16px;
          width: 290px; }
          @media (max-width: 640px) {
            .point__charList:nth-child(2) .char__textBody {
              padding: 0% 0.15625% 0% 2.5% ;
              padding: 0vw 0.15625vw 0vw 2.5vw ;
              width: 66.25vw;
              line-height: 3.63281rem;
              line-height: 4.84375vw;
              letter-spacing: -0.13281vw; } }
        @media (max-width: 640px) {
          .point__charList:nth-child(2) .char__textImage--sp {
            top: -6.563vw;
            left: 6.406vw; } }
      .point__charList:last-child {
        width: 313px;
        margin-right: 0; }
        @media (max-width: 640px) {
          .point__charList:last-child {
            width: 66.25vw; } }
        .point__charList:last-child .char__image {
          background: url("/dist/images/point-3.jpg") no-repeat 30%;
          background-size: cover; }
        @media (max-width: 640px) {
          .point__charList:last-child .char__text {
            margin: 2.34375% 0% 0% ;
            margin: 2.34375vw 0vw 0vw ; } }
        .point__charList:last-child .char__textImage {
          top: -32px; }
        .point__charList:last-child .char__textTitle {
          letter-spacing: -0.06em;
          width: 320px; }
          @media (max-width: 640px) {
            .point__charList:last-child .char__textTitle {
              width: 66.25vw; } }
        .point__charList:last-child .char__textBody {
          padding: 0 2px 0 25px;
          width: 320px; }
          @media (max-width: 640px) {
            .point__charList:last-child .char__textBody {
              width: 66.25vw;
              line-height: 3.63281rem;
              line-height: 4.84375vw;
              letter-spacing: 0.13281vw;
              padding: 0; } }
  .br-sp {
    display: none !important;
  }
    @media (max-width: 640px) {
      .br-sp {
        display: block !important; 
      } 
    }
  .point__table {
    width: 878px;
    margin: 87px auto 0;
    border: 2px solid #0080ba;
    border-radius: 30px;
    text-align: left;
    position: relative; }
    @media (max-width: 640px) {
      .point__tableMarginTop{
        margin: 20.063vw auto 0 !important;
      }
      .point__table {
        width: 95.15625vw;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin: 16.063vw auto 0; } }
    .point__tableTitle {
      font-size: 48px;
      line-height: 53px;
      color: #fff !important;
      text-align: center;
      background-color: #0080ba;
      width: 100%;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
      padding: 26px 0 20px; }
      @media (max-width: 640px) {
        .point__tableTitle {
          font-size: 4.21875rem;
          font-size: 5.625vw;
          line-height: 4.21875rem;
          line-height: 5.625vw;
          padding: 2.8125% 0% 2.1875% ;
          padding: 2.8125vw 0vw 2.1875vw ;
          border-top-left-radius: 0;
          border-top-right-radius: 0; } }
    .point__tableLists {
      padding: 0 42px; }
      @media (max-width: 640px) {
        .point__tableLists {
          padding: 0% 1.875% ;
          padding: 0vw 1.875vw ; } }
    .point__tableList {
      font-size: 17px;
      line-height: 6px;
      font-weight: 500;
      padding: 15px 40px;
      border-bottom: 1px solid #e2e2e2;
      color: #6e6e6e; }
      @media (max-width: 640px) {
        .point__tableList {
          font-size: 2.9vw;
          line-height: 0.70312rem;
          line-height: 0.9375vw;
          padding: 3.125% 0.3125% ;
          padding: 3.125vw 0.3125vw ; } }
      @media (max-width: 640px) {
        .point__tableList:first-child {
          padding: 3.125% 0% ;
          padding: 3.125vw 0vw ; } }
      .point__tableList:last-child {
        border-bottom: none; }
        @media (max-width: 640px) {
          .point__tableList:last-child {
            padding: 3.125% 0% ;
            padding: 3.125vw 0vw ; } }
    .point__tableIcon {
      margin-right: 15px;
      vertical-align: middle; }
      @media (max-width: 640px) {
        .point__tableIcon {
          margin: 0% 2.03125% 0% 0% ;
          margin: 0vw 2.03125vw 0vw 0vw ;
          width: 6.719vw; } }
    .point__table:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 0;
      width: 0;
      border-left: 200px solid transparent;
      border-right: 200px solid transparent;
      border-top: 66px solid #0080ba; }
      @media (max-width: 640px) {
        .point__table:after {
          border-left: 23.438vw solid transparent;
          border-right: 23.438vw solid transparent;
          border-top: 6.250vw solid #0080ba; } }
  .point__titleImage {
    margin-left: 16px;
    width: 560px; }
    @media (max-width: 640px) {
      .point__titleImage {
        width: 87.5vw;
        margin: 0; } }

.char {
  width: 100%;
  position: relative; }
  .char__image {
    width: 268px;
    height: 268px;
    background: url("/dist/images/point-1.jpg") 20% no-repeat;
    background-size: cover;
    border-radius: 80%;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .char__image {
        width: 55.625vw;
        height: 55.46875vw; } }
  .char__textImage {
    position: absolute;
    left: 10px;
    top: -32px; }
    @media (max-width: 640px) {
      .char__textImage {
        display: none; } }
    .char__textImage--sp {
      display: none; }
      @media (max-width: 640px) {
        .char__textImage--sp {
          width: 14.53125vw;
          display: block;
          position: absolute;
          top: -4.375vw;
          left: 7.188vw; } }
  .char__text {
    margin-top: 14px; }
    @media (max-width: 640px) {
      .char__text {
        margin: 4.375% 0% 0% 0% ;
        margin: 4.375vw 0vw 0vw 0vw ; } }
    .char__textTitle {
      color: #034f81;
      font-size: 21px;
      font-weight: 500;
      line-height: 32px; }
      @media (max-width: 640px) {
        .char__textTitle {
          font-size: 3.16406rem;
          font-size: 4.21875vw;
          line-height: 4.92188rem;
          line-height: 6.5625vw; } }
    .char__textBody {
      margin-top: 8px;
      color: #5c5c5c;
      /* font-family: 'Meiryo UI'; */
      font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
      font-size: 13px;
      font-weight: 400;
      text-align: justify;
      line-height: 24px;
      letter-spacing: -0.05em;
      width: 270px;
      padding-left: 5px; }
      @media (max-width: 640px) {
        .char__textBody {
          margin: 1.71875% 0% 0% 0% ;
          margin: 1.71875vw 0vw 0vw 0vw ;
          font-size: 2.34375rem;
          font-size: 3.125vw;
          line-height: 3.75rem;
          line-height: 5vw;
          letter-spacing: -0.00781vw;
          width: 66.25vw;
          font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
          /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
          font-weight: bold; } }
          .char__textSpan{
            letter-spacing: -0.12em; }
            @media (max-width: 640px) {
              .char__textSpan{
                letter-spacing: 0em; } }

                /* safari */
                _::-webkit-full-page-media, _:future, .char__textSpan {
                  letter-spacing: -0.125em; }
                  @media (max-width: 640px) {
                    _::-webkit-full-page-media, _:future, .char__textSpan{
                      letter-spacing: 0em; } }

.yellow {
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(254, 255, 68, 0)), to(#feff44));
  background: linear-gradient(rgba(254, 255, 68, 0) 40%, #feff44); }

.orange__onlineCourse{
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #ff7800;
  padding: 15px 0;
  width: 450px;
  position: absolute;
  left: 30px;
  top: -50px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg); }
  @media (max-width: 640px) {
    .orange__onlineCourse {
      margin: 12.65625% 0% 0% 0% ;
      margin: 12.65625vw 0vw 0vw 0vw ;
      padding: 2.5% 2.34375% 2.03125% ;
      padding: 2.5vw 2.34375vw 2.03125vw ;
      font-size: 3vw;
      line-height: 2.92969rem;
      line-height: 3.90625vw;
      width: 65vw;
      top: -22.313vw;
      left: 2.500vw;
      -webkit-transform: rotate(-7deg);
              transform: rotate(-7deg); } }
.orange {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #ff7800;
  padding: 15px 0;
  width: 450px;
  position: absolute;
  left: 30px;
  top: -50px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg); }
  @media (max-width: 640px) {
    .orange {
      margin: 12.65625% 0% 0% 0% ;
      margin: 12.65625vw 0vw 0vw 0vw ;
      padding: 2.5% 2.34375% 2.03125% ;
      padding: 2.5vw 2.34375vw 2.03125vw ;
      font-size: 3vw;
      line-height: 2.92969rem;
      line-height: 3.90625vw;
      width: 60vw;
      top: -22.313vw;
      left: 2.500vw;
      -webkit-transform: rotate(-7deg);
              transform: rotate(-7deg); } }
.lifestyle__blue {
  background-color: #0080ba;
  padding: 10px 0;
  height: 150px;
  line-height: 4rem;
  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;
  position: relative; }
  @media (max-width: 640px) {
    .lifestyle__blue {
      margin: 0% 0% 0% 0%;
      margin: 0vw 0vw 0vw 0vw ;
      padding: 3.4375% 0% ;
      padding: 3.4375vw 0vw ;
      height: 17.1875vw;
      line-height: 2rem; } }
.blue {
  /* margin-top: 130px; */
  background-color: #0080ba;
  padding: 10px 0;
  height: 110px;
  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;
  position: relative; }
  .blue__image {
    margin-bottom: -5px; }
    @media all and (-ms-high-contrast: none) {
      .blue__image {
        margin-bottom: 5px; } }
        @-moz-document url-prefix() {
          .blue__image {
            margin-bottom: 5px; }
            @media (max-width: 640px) {
              .blue__image {
                margin-bottom: 0px; } } }
  .blue__imageOl{
    margin-bottom: 5px; }
    @media (max-width: 640px) {
      .blue__imageOl{
        margin-bottom: 5px;
        width: 35vw; } }
    @media all and (-ms-high-contrast: none) {
      .blue__imageOl {
        margin-bottom: 5px; } }
        @-moz-document url-prefix() {
          .blue__imageOl {
            margin-bottom: 5px; }
            @media (max-width: 640px) {
              .blue__imageOl {
                margin-bottom: 0px; } } }
  .lifestyle__blueImage {
    margin-bottom: -5px; }
  @media (max-width: 640px) {
    .blue {
      margin: 12.8125% 0% 0% 0% ;
      margin: 12.8125vw 0vw 0vw 0vw ;
      padding: 3.4375% 0% ;
      padding: 3.4375vw 0vw ;
      height: 14.1875vw; } }
    @media (max-width: 640px) {
      .blue__image {
        width: 35vw;
        margin-bottom: -5px; } }
      @media (max-width: 640px) {
        .lifestyle__blueImage {
          width: 35vw;
          margin-bottom: -5px; } }
  .blue__bottom {
    /* margin-top: 180px; */
    padding: 19px 0;
    height: 71px; }
    @media (max-width: 640px) {
      .blue__bottom {
        margin: 0% 0% 0% 0% ;
        margin: 0vw 0vw 0vw 0vw ;
        padding: 3.28125% 0% 2.5% ;
        padding: 3.28125vw 0vw 2.5vw ;
        height: 11.09375vw; } }
    .blue__bottomText {
      font-size: 33px;
      letter-spacing: 0;
      line-height: 50px;
      color: #fff; }
      @media (max-width: 640px) {
        .blue__bottomText {
          font-size: 3.86719rem;
          font-size: 5.15625vw;
          line-height: 5.85938rem;
          line-height: 7.8125vw; } }
.course__list {
  max-width: 1184px;
  width: 100%;
  margin: 100px auto; }
  @media (max-width: 640px) {
    .course__list {
      /* width: 95.15625vw; */
      width: calc(100% - 6.250vw);
      margin: 14.063vw auto; } }
.online__course2 {
  max-width: 1184px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 640px) {
    .online__course2 {
      /* width: 100%; */
      width: calc(100% - 6.250vw);
      margin: 0 auto; } }
.online__course3 {
  width: 882px;
  margin: 100px auto;  }
  @media (max-width: 640px) {
    .online__course3 {
      /* width: 95.15625vw; */
      width: 75.78125vw;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin: 14.063vw auto; } }
.course__listImage {
  max-width:100%;
  height: auto;
  border: 2px solid #0080ba; }
.online__course2Image {
  width: 100%; }
.online__course3Image {
  max-width:100%;
  height: auto;
  border: 2px solid #0080ba; }

.cards {
  background-color: #eeeeee; }
  .cards__lists {
    width: 100%;
    max-width: 1005px;
    margin: 0 auto;
    padding: 135px 0 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 640px) {
      .cards__lists {
        padding: 12.65625% 0% 10.15625% ;
        padding: 12.65625vw 0vw 10.15625vw ;
        width: 73.4375vw; } }
  .cards__timetable {
    max-width: 1005px;
    margin: 0 auto;
    padding: 0 0 100px;
  } @media (max-width: 640px) {
    .cards__timetable {
      width: 73.4375vw; 
      padding: 0 0vw 10.15625vw ;} }
  .cards__timetable img {
    width: 80%;
    display: block;
    margin: 0 auto;
    border: 2px solid #2994c1; 
  }@media (max-width: 640px) {
    .cards__timetable img {
      width: 100% ;} }
  .cards__list {
    margin: 75px 37px 0 0; }
    @media (max-width: 640px) {
      .cards__list {
        margin: 0; } }
    .cards__list:first-child {
      margin-top: 0; }
      .cards__list:first-child .card__number {
        left: -9px; }
    .cards__list:nth-child(2) {
      margin: 0; }
      @media (max-width: 640px) {
        .cards__list:nth-child(2) {
          margin: 12.5% 0% 0% ;
          margin: 12.5vw 0vw 0vw ; } }
      .cards__list:nth-child(2) .card__image {
        background: url("/dist/images/teacher.png") no-repeat;
        background-size: cover; }
      .cards__list:nth-child(2) .card__textTitle {
        letter-spacing: -0.1vw; }
    @media (max-width: 640px) {
      .cards__list:nth-child(3) {
        margin: 12.5% 0% 0% ;
        margin: 12.5vw 0vw 0vw ; } }
    .cards__list:nth-child(3) .card__image {
      background: url("/dist/images/pronounciation.jpg") 50% no-repeat;
      background-size: cover; }
    .cards__list:last-child {
      margin-right: 0; }
      @media (max-width: 640px) {
        .cards__list:last-child {
          margin: 12.5% 0% 0% ;
          margin: 12.5vw 0vw 0vw ; } }
      .cards__list:last-child .card__image {
        background: url("/dist/images/teachers.png") no-repeat;
        background-size: cover; }

.card {
  width: 460px;
  position: relative; }
  @media (max-width: 640px) {
    .card {
      width: 71.875vw;
      font-size: 0; } }
  .card__image {
    width: 100%;
    height: 233px;
    border: 1px solid #0080ba;
    background: url("/dist/images/counseling.jpeg") no-repeat;
    background-size: cover; }
    @media (max-width: 640px) {
      .card__image {
        height: 36.40625vw; } }
  .card__number {
    position: absolute;
    top: -50px;
    left: -26px; }
    @media (max-width: 640px) {
      .card__number {
        display: none; } }
    .card__number--sp {
      display: none; }
      @media (max-width: 640px) {
        .card__number--sp {
          width: 15.9375vw;
          display: block;
          position: absolute;
          position: absolute;
          left: -4.063vw;
          top: -7.813vw; } }
  .card__text {
    margin-top: 9px;
    width: 100%; }
    @media (max-width: 640px) {
      .card__text {
        margin: 4.6875% 0% 0% ;
        margin: 4.6875vw 0vw 0vw ; } }
    .card__textTitle {
      font-size: 19px;
      line-height: 34px;
      color: #034f81;
      background-color: #fff;
      padding: 3px; }
      @media (max-width: 640px) {
        .card__textTitle {
          padding: 1.09375% 0.78125%;
          padding: 1.09375vw 0.78125vw;
          font-size: 2.46094rem;
          font-size: 3.1vw;
          line-height: 2.10938rem;
          line-height: 6.8125vw;
          letter-spacing: -0.1vw; }
        .card__textLetterSpacing {
          letter-spacing: -0.15em !important; } }
    .card__textBody {
      font-size: 14px;
      /* font-family: "Meiryo UI"; */
      font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
      color: #034f81;
      line-height: 23px;
      margin-top: 20px; }
      @media (max-width: 640px) {
        .card__textBody {
          margin: 2.5% 0% 0% ;
          margin: 2.5vw 0vw 0vw ;
          font-size: 2.10938rem;
          font-size: 2.8125vw;
          line-height: 2.69531rem;
          line-height: 3.59375vw;
          font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
          /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
          font-weight: bold;
          letter-spacing: -0.02em; }
          @-moz-document url-prefix() {
            .card__textBody {
              letter-spacing: -0.035em; } } }
.contact__onlineCourse{
  background: url("/dist/images/bg-online.jpeg") 55% no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0 105px;
}
@media (max-width: 640px) {
  .contact__onlineCourse{
    margin: 14.063% 0% 0% 0%;
    margin: 14.063vw 0vw 0vw 0vw;
    padding: 21.09375% 0% 27.03125% 0% ;
    padding: 21.09375vw 0vw 27.03125vw 0vw; } }
.contact {
  background: url("/dist/images/bg-online.jpeg") 55% no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0 105px;
  /* height: 743px; */
 }
  @media (max-width: 640px) {
    .contact {
      margin: 14.063% 0% 0% 0%;
      margin: 14.063vw 0vw 0vw 0vw;
      padding: 21.09375% 0% 27.03125% 0% ;
      padding: 21.09375vw 0vw 27.03125vw 0vw ;
      /* height: 130.9375vw; */
      height: 150.9375vw;
      background-position: 45%; } }
  .contact__text {
    margin: 42px auto 0;
    color: #fff;
    font-size: 17px;
    line-height: 24px; }
    @media (max-width: 640px) {
      .contact__text {
        margin: 7.1875% 0% 0% ;
        margin: 7.1875vw 0vw 0vw ;
        font-size: 2.34375rem;
        font-size: 3.125vw;
        line-height: 2.8125rem;
        line-height: 3.75vw;
      }
      .contact__textSpan{
        letter-spacing: -0.15em; } }
    .contact__textTitle {
      font-size: 42px;
      line-height: 10px;
      letter-spacing: 0.1em;
      color: #fff;
      margin-top: 42px; }
      @media (max-width: 640px) {
        .contact__textTitle {
          margin: 9.0625% 0% 0% ;
          margin: 9.0625vw 0vw 0vw ;
          font-size: 4.92188rem;
          font-size: 6.5625vw;
          line-height: 1.17188rem;
          line-height: 1.5625vw; } }
  .contact__button {
    margin-top: 80px; }
    @media (max-width: 640px) {
      .contact__button {
        margin: 15.15625% 0% 0% 0% ;
        margin: 15.15625vw 0vw 0vw 0vw ; } }
  .contact__nextLine {
    margin-top: 30px; }
    @media (max-width: 640px) {
      .contact__nextLine {
        margin: 5.15625% 0% 0% 0% ;
        margin: 5.15625vw 0vw 0vw 0vw ; } }
  .contact__logo {
    width: 300px; }
    @media (max-width: 640px) {
      .contact__logo {
        width: 46.875vw; } }

.white {
  color: #fff; }
  .white:before {
    border: 1px solid #fff; }
  .white:after {
    border: 1px solid #fff; }

.voice {
  width: 100%;
  padding: 0px 0px 100px 0px;
  position: relative; }
  @media (max-width: 640px) {
    .voice {
      padding: 7.0625% 0% 0% 0% ;
      padding: 7.0625vw 0vw 0vw 0vw ; } }
  .voice__title {
    position: relative;
    font-size: 41px;
    font-weight: 400;
    line-height: 9px;
    color: #03639a;
    text-align: center; }
    @media (max-width: 640px) {
      .voice__title {
        font-size: 4.80469rem;
        font-size: 6.40625vw;
        line-height: 1.05469rem;
        line-height: 1.40625vw; } }
    .voice__title:before {
      content: "";
      position: absolute;
      bottom: -42px;
      width: 160px;
      height: 4px;
      background-color: #0080ba;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 640px) {
        .voice__title:before {
          width: 24.6875vw;
          height: 0.625vw;
          bottom: -6.563vw; } }
    .voice__titleSub {
      color: #03639a;
      font-size: 21px;
      line-height: 6px;
      text-align: center;
      margin-top: 80px; }
      @media (max-width: 640px) {
        .voice__titleSub {
          margin: 11.09375% 0% 0% 0% ;
          margin: 11.09375vw 0vw 0vw 0vw ;
          font-size: 2.46094rem;
          font-size: 3.28125vw;
          line-height: 0.70312rem;
          line-height: 0.9375vw; } }
  .voice__lists {
    margin: 70px 219px 0 206px; }
    @media (max-width: 640px) {
      .voice__lists {
        margin: 8.4375% 0% 0% 0% ;
        margin: 8.4375vw 0vw 0vw 0vw ; } }
  .voice__listOl {
    margin: 84px auto 0px auto; }
    @media (max-width: 640px) {
      .voice__listOl {
        margin: 6.25% auto 0% auto ;
        margin: 6.25vw auto 0vw auto ; } }
    @media (max-width: 640px) {
      .voice__listOl:first-child {
        margin: 0 auto; } }
    .voice__listOl:first-child .voices__body {
      padding-bottom: 35px; }
      @media (max-width: 640px) {
        .voice__listOl:first-child .voices__body {
          padding: 3.4375% 2.34375% 3.59375% ;
          padding: 3.4375vw 2.34375vw 3.59375vw ; } }
    .voice__listOl:nth-child(2) {
      margin-top: 55px; }
      @media (max-width: 640px) {
        .voice__listOl:nth-child(2) {
          margin: 6.25% auto 0% auto;
          margin: 6.25vw auto 0vw auto; } }
      .voice__listOl:nth-child(2) .voices__body {
        padding-bottom: 80px; }
        @media (max-width: 640px) {
          .voice__listOl:nth-child(2) .voices__body {
            padding: 3.4375% 2.34375% 3.59375% ;
            padding: 3.4375vw 2.34375vw 3.59375vw ; } }
      @media (max-width: 640px) {
        .voice__listOl:nth-child(2) .voices__headerTitle {
          width: 85vw; } }
      .voice__listOl:nth-child(2) .imageSpace {
        margin-top: 30px; }
    @media (max-width: 640px) {
      .voice__listOl:last-child {
        margin: 6.25% auto 0% auto ;
        margin: 6.25vw auto 0vw auto ; } }
    .voice__listOl:last-child .voices__body {
      padding-bottom: 52px; }
      @media (max-width: 640px) {
        .voice__listOl:last-child .voices__body {
          padding: 3.4375% 2.34375% 3.59375% ;
          padding: 3.4375vw 2.34375vw 3.59375vw ; } }
  .voice__last {
    margin-top: 43px; }

.voices {
  width: 882px;
  margin: 0 auto; }
  @media (max-width: 640px) {
    .voices {
      width: 75.78125vw; } }
  .voices__header {
    font-size: 0; }
    @media (max-width: 640px) {
      .voices__header {
        margin: 0% 0% 0% -4.6875% ;
        margin: 0vw 0vw 0vw -4.6875vw ; } }
    .voices__headerTitle {
      font-size: 25px;
      line-height: 40px;
      width: 882px;
      margin-top: 9px; }
      @media (max-width: 640px) {
        .voices__headerTitle {
          font-size: 2.92969rem;
          font-size: 3.90625vw;
          line-height: 4.6875rem;
          line-height: 6.25vw;
          width: 81.25vw; } }
    @media (max-width: 640px) {
      .voices__headerFlag {
        width: 40.46875vw; } }
  .voices__body {
    margin-top: 18px;
    padding: 20px 14px;
    border: 1px solid #03639a;
    color: #03639a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 640px) {
      .voices__body {
        margin: 3.4375% 0% 0% 0% ;
        margin: 3.4375vw 0vw 0vw 0vw ;
        padding: 3.4375% 2.34375% 3.59375% ;
        padding: 3.4375vw 2.34375vw 3.59375vw ;
        position: relative; } }
    .voices__bodyLeft {
      margin-right: 30px; }
      @media (max-width: 640px) {
        .voices__bodyLeft {
          margin: 0% ;
          margin: 0vw ; } }
    .voices__bodyImage {
      width: 385px;
      height: 218px;
      border: 1px solid #0080ba; }
      @media (max-width: 640px) {
        .voices__bodyImage {
          width: 70.3125vw;
          height: 39.84375vw; } }
    .voices__bodyInfo {
      margin-top: 34px; }
      @media (max-width: 640px) {
        .voices__bodyInfo {
          margin: 5.78125% 0% 0% 0% ;
          margin: 5.78125vw 0vw 0vw 0vw ; } }
    .voices__bodyTitle {
      font-size: 23px;
      line-height: 40px;
      font-weight: 900; }
      @media (max-width: 640px) {
        .voices__bodyTitle {
          font-size: 3.04688rem;
          font-size: 4.0625vw;
          line-height: 3.75rem;
          line-height: 5vw; } }
    .voices__bodyCourse {
      font-weight: 400;
      font-size: 17px;
      line-height: 30px; }
      @media (max-width: 640px) {
        .voices__bodyCourse {
          font-size: 2.22656rem;
          font-size: 2.96875vw;
          line-height: 2.92969rem;
          line-height: 3.90625vw; } }
    .voices__bodyName {
      font-weight: 500;
      font-size: 18px;
      line-height: 36px;
      text-decoration: underline; }
      @media (max-width: 640px) {
        .voices__bodyName {
          font-size: 2.46094rem;
          font-size: 3.28125vw;
          line-height: 4.92188rem;
          line-height: 6.5625vw; } }
    @media (max-width: 640px) {
      .voices__bodyRight {
        display: none; } }
  .voices__comment {
    font-size: 15px;
    line-height: 23px;
    /* font-family: "Meiryo UI"; */
    font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
    width: 431px; }
    @media (max-width: 640px) {
      .voices__comment {
        display: none; } }
    .voices__commentTitle {
      font-weight: 700; }
  .voices__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 20%;
       object-position: 0% 20%; }

@media (max-width: 640px) {
  .underline--pc {
    display: none; } }

.underline--sp {
  display: none; }
  @media (max-width: 640px) {
    .underline--sp {
      display: inline; } }

.arrow--blueImg {
  display: none; }
  @media (max-width: 640px) {
    .arrow--blueImg {
      display: block !important;
      position: absolute;
      bottom: 0.625vw;
      right: 0.625vw;
      width: 4.219vw; } }

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

@media (max-width: 640px) {
  .hidden--sp {
    display: none; } }

.imageSpace {
  margin-top: 45px; }
  @media (max-width: 640px) {
    .imageSpace {
      margin: 0% ;
      margin: 0vw ; } }

.space {
  margin-top: 30px; }
  @media (max-width: 640px) {
    .space {
      margin: 0% ;
      margin: 0vw ; } }

.adjustImage {
  -o-object-position: 0px 60%;
     object-position: 0px 60%; }

.price {
  padding: 120px 0 40px;
  background: url("/dist/images/bg-bottom.jpg") 10% no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 640px) {
    .price {
      padding: 12.1875% 0% 24.21875% ;
      padding: 12.1875vw 0vw 24.21875vw ;
      background: url("/dist/images/sp/bg-bottom-sp.jpg") 50% no-repeat;
      background-size: cover; } }
  .price__wrapper {
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .price__wrapper {
        width: 97.34375vw;
        padding: 2.03125% 0% ;
        padding: 2.03125vw 0vw ; } }
  .price__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    font-weight: bold; }
    .price__table1, .price__table2, .price__table5 {
      border-radius: 11px;
      border-bottom: 8px solid #0080ba;
      color: #0080ba;
      opacity: .9; }
      .price__table1 tr th, .price__table2 tr th, .price__table5 tr th {
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        background-color: #03639a;
        padding: 10px 47px 8px;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px; }
        @media (max-width: 640px) {
          .price__table1 tr th, .price__table2 tr th, .price__table5 tr th {
            font-size: 1.64062rem;
            font-size: 2.1875vw;
            line-height: 2.57812rem;
            line-height: 3.4375vw;
            padding: 1.09375% 5.46875% ;
            padding: 1.09375vw 5.46875vw ; } }
      .price__table1 tr td, .price__table2 tr td, .price__table5 tr td {
        font-size: 15px;
        line-height: 30px;
        font-weight: 700;
        padding: 20px 0px;
        border-left: 1px solid #0080ba; }
        @media (max-width: 640px) {
          .price__table1 tr td, .price__table2 tr td, .price__table5 tr td {
            font-size: 1.64062rem;
            font-size: 2.1875vw;
            line-height: 2.46094rem;
            line-height: 3.28125vw;
            padding: 1.25% 0% ;
            padding: 1.25vw 0vw ; } }
      .price__table1 tr:nth-child(odd), .price__table2 tr:nth-child(odd), .price__table5 tr:nth-child(odd) {
        background-color: #f0f0f0; }
      .price__table1 tr:nth-child(even), .price__table2 tr:nth-child(even), .price__table5 tr:nth-child(even) {
        background-color: #fff; }
      .price__table1 tr:nth-child(2), .price__table2 tr:nth-child(2), .price__table5 tr:nth-child(2) {
        background-color: transparent; }
    .price__table2 {
      border-bottom: 8px solid #ff5534;
      color: #ff5534; }
      .price__table2 tr th {
        padding: 10px 0 8px;
        background-color: #ff5534;
        font-size: 21px;
        font-weight: 700;
        line-height: 32px;
        color: #fff; }
        @media (max-width: 640px) {
          .price__table2 tr th {
            padding: 1.5625% 0% 1.09375% ;
            padding: 1.5625vw 0vw 1.09375vw ;
            font-size: 1.64062rem;
            font-size: 2.1875vw;
            line-height: 2.57812rem;
            line-height: 3.4375vw; } }
        @media (max-width: 640px) {
          .price__table2 tr th span {
            font-size: 1.40625rem;
            font-size: 1.875vw;
            line-height: 2.57812rem;
            line-height: 3.4375vw; } }
      .price__table2 tr td {
        border-left: 1px solid #ff5534;
        color: #be351b;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.05em;
        font-weight: 900;
        padding: 20px 0px; }
        @media (max-width: 640px) {
          .price__table2 tr td {
            font-size: 1.64062rem;
            font-size: 2.1875vw;
            line-height: 2.46094rem;
            line-height: 3.28125vw;
            letter-spacing: 0.10938vw;
            padding: 1.25% 0% ;
            padding: 1.25vw 0vw ; } }
    .price__table3-4 {
      border-radius: 11px;
      opacity: .9;
      margin-top: -1px; }
      @media (max-width: 640px) {
        .price__table3-4 {
          margin-top: -0.375vw; } }
      .price__table3-4 tr {
        color: #be351b; }
        .price__table3-4 tr th {
          font-size: 21px;
          font-weight: 700;
          line-height: 32px;
          color: #fff;
          background-color: #ff5534;
          border-top-left-radius: 11px;
          border-top-right-radius: 11px; }
          @media (max-width: 640px) {
            .price__table3-4 tr th {
              font-size: 1.64062rem;
              font-size: 2.1875vw;
              line-height: 2.57812rem;
              line-height: 3.4375vw; } }
          @media (max-width: 640px) {
            .price__table3-4 tr th span {
              font-size: 1.40625rem;
              font-size: 1.875vw;
              line-height: 2.57812rem;
              line-height: 3.4375vw; } }
        .price__table3-4 tr td {
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 0.05em;
          font-weight: 900;
          padding: 20px 0px;
          border-right: 1px solid #ff5534; }
          @media (max-width: 640px) {
            .price__table3-4 tr td {
              font-size: 1.64062rem;
              font-size: 2.1875vw;
              line-height: 2.46094rem;
              line-height: 3.28125vw;
              letter-spacing: 0.10938vw;
              padding: 1.25% 0% ;
              padding: 1.25vw 0vw ; } }
          .price__table3-4 tr td:first-child {
            border-left: 1px solid #ff5534; }
        .price__table3-4 tr:nth-child(2) th {
          padding: 10px 0 9px; }
          @media (max-width: 640px) {
            .price__table3-4 tr:nth-child(2) th {
              padding: 1.5625% 0% 1.09375% ;
              padding: 1.5625vw 0vw 1.09375vw ; } }
        .price__table3-4 tr:last-child {
          background-color: transparent !important; }
          .price__table3-4 tr:last-child td {
            border-bottom: 8px solid #ff5534;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            background-color: #eeeeef; }
        .price__table3-4 tr:nth-child(odd) {
          background-color: #f0f0f0; }
        .price__table3-4 tr:nth-child(even) {
          background-color: #fff; }
    .price__table5 tr th {
      padding: 10px 20px 8px; }
      @media (max-width: 640px) {
        .price__table5 tr th {
          padding: 1.09375% 1.875% ;
          padding: 1.09375vw 1.875vw ; } }
    .price__table5 tr td {
      font-size: 20px;
      font-weight: 900;
      color: #1c5b78;
      padding: 20px 0;
      border-left: none;
      border-right: 1px solid #0080ba; }
      @media (max-width: 640px) {
        .price__table5 tr td {
          font-size: 1.64062rem;
          font-size: 2.1875vw;
          line-height: 2.46094rem;
          line-height: 3.28125vw;
          padding: 1.25% 1.875% ;
          padding: 1.25vw 1.875vw ; } }
    .price__tableText {
      margin-top: 15px;
      margin-left: 15%; }
      @media (max-width: 640px) {
        .price__tableText {
          margin: 4.21875% 0% 0% 0% ;
          margin: 4.21875vw 0vw 0vw 0vw ; } }
  .price__bottomText {
    font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
    /* font-family: "Meiryo UI"; */
    font-size: 14px;
    color: #192c34;
    line-height: 24px; }
    @media (max-width: 640px) {
      .price__bottomText {
        font-size: 1.75781rem;
        font-size: 2.34375vw;
        line-height: 2.69531rem;
        line-height: 3.59375vw;
        padding: 0% 0% 0% 4.0625% ;
        padding: 0vw 0vw 0vw 4.0625vw ; } }
  .price table tr:first-of-type {
    background-color: transparent; }
    .price table tr:first-of-type td {
      display: none;
      border: 0; }

.underline {
  font-size: 30px;
  text-decoration: underline; }
  @media (max-width: 640px) {
    .underline {
      font-size: 3.51562rem;
      font-size: 4.6875vw; } }

.bottom {
  margin-top: 30px; }
  @media (max-width: 640px) {
    .bottom {
      margin: 4.6875% 0% 0% 0% ;
      margin: 4.6875vw 0vw 0vw 0vw ; } }

.target {
  position: absolute;
  top: -70px; }
  @media (max-width: 640px) {
    .target {
      top: -8.619vw; } }

@media (max-width: 640px) {
  .br-pc {
    display: none; } }

@media (max-width: 640px) {
  .topMargin {
    margin-top: 1.875vw;
    display: inline-block; } }

.price__table1, .price__table2, .price__table5,
.price__table5 {
  width: 20%; }

@media (min-width: 641px) {
  .price__table2 {
    width: 25%;
    margin-top: -28px; } }

@media (max-width: 640px) {
  .price__table2 {
    margin-top: -4.375vw; } }

.price__table3-4 {
  width: 30%; }
  @media (max-width: 640px) {
    .price__table3-4 {
      width: 40%; }
    .price__table1, .price__table5 {
      width: 30%; } }

.u-color--highlight {
  color: #feff44;}
  @media (max-width: 640px) {
    .u-color--highlight--span {
      letter-spacing: -0.1em; } }

.hero__topText {
  font-size: 35px;
  color: #fff;
  line-height: 1;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0,0,0,.7);}

  .hero__text-span {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,.7);
  }

  .hero__bottomText {
    font-size: 38px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0,0,0,.7);}
  
    .point__title {
      font-size: 42px;
      color: #034f80;
      letter-spacing: 2.4px;
    }
    
    .blue__text, .blue__textLong, .lifestyle__blueText {
      font-size: 34px;
      color: #fff;
      margin-left: 10px;
    }

  @media (max-width: 640px) {
    .hero__topText {
      font-size: 3.8vw;
      font-weight: bold;
    }
    .hero__bottomText {
      font-size: 3.8vw;
      font-weight: bold;
    }
    .point__title {
      font-size: 6.5vw;
    }
    .blue__text {
      font-size: 4vw;
    }
    .blue__textLong {
      font-size: 3vw;
      margin-left: 0px;
      font-weight: bold;
    }
    .letter__spacing{
      letter-spacing: -.04em !important;
    }
    .lifestyle__blueText{
      font-size: 3vw;
      font-weight: bold;
    }
    .hero__text-span {
      font-size: 3.2vw;
      font-weight: bold;
    }
  }

  .footer__logo + p {
    display: inline-block;
    color: #333;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    margin-top: 10px;
  }
  .footer__logo p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #0080ba;
    font-weight: 700;
  }

  .footer__logo img {
    margin-right: 20px;
  }

  .footer {
    padding: 40px 0;
    font-family: Noto Sans CJK JP,Noto Sans JP,sans-serif;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  }

  .footer__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp__tableList {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  
  .sp__tableList p{
    font-size: 3vw;
    line-height: 1.4;
  } 
  .footer__logo p {
    font-size: 2.10938rem;
    font-size: 2.8125vw;
  }
  .footer {
    padding: 6.25% 0%;
    padding: 6.25vw 0vw;
  }
  .footer__logo img {
    width: 9.53125vw;
    margin: 0% 3.125% 0% 0%;
    margin: 0vw 3.125vw 0vw 0vw;
  }
  .footer__logo + p {
    font-size: 2.57812rem;
    font-size: 3.4375vw;
    margin: 0.78125% 0% 0%;
    margin: 0.78125vw 0vw 0vw;
  }
}
.c-title-h2 {
  position: relative;
  margin-bottom: 70px;
  color: #0088e2;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
.c-title-h2:before {
  -webkit-transform: translate(-50%,-50%);
  top: 35%;
  width: 170px;
  height: 88px;
  transform: translate(-50%,-50%);
  background: url(/images/common/title-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-title-h2:after {
  -webkit-transform: translateX(-50%);
  bottom: -25px;
  width: 80px;
  height: 2px;
  transform: translateX(-50%);
  border-bottom: 2px solid #0088e2;
}
.l-section__inner {
  width: 1210px;
  margin: 0 auto;
  padding: 0 5px;
}

.l-section-padding {
  padding: 100px 0 60px;
}
.p-features__inner {
  width: 1020px;
  margin-bottom: 60px;
  padding: 0;
}
.l-section__inner__intro {
  max-width: 620px;
  margin: 40px auto;
  font-size: 1.7rem;
  line-height: 1.8;
}
.p-features__card {
  margin-top: 50px;
}
.c-grid__alt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.p-features__image p {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.c-grid__alt:nth-child(2n) .c-grid__alt-1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-features__image {
  width: 48.52941%;
}
.c-image {
  display: block;
  width: 100%;
  height: auto;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .c-grid__alt .c-grid__alt-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-features__image {
    width: 100%;
    max-width: 100%;
  }
  .c-grid__alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-features__card:last-child {
    margin-bottom: 13.333vw;
  }
  .p-features__card:not(:last-child) {
    margin-bottom: 10.666vw;
  }
  .p-features__card {
    margin-top: 0;
  }
  .p-learning-course {
    padding-top: 6.666vw;
  }
  .c-title-h2 {
    margin-bottom: 10.66vw;
    font-size: 2.1rem;
    font-size: 5.6vw;
    line-height: 1.5;
  }
  .p-features__inner {
    width: 100%;
    padding: 0 4vw;
    margin: 0 0 5.33333vw;
  } 
  .c-title-h2:after {
    bottom: -4vw;
    width: 10.66667%;
  }
  .c-title-h2:before {
    top: 3vw;
    width: 22.933%;
    height: 11.733vw;
  }
  .l-section__inner__intro {
    max-width: inherit;
    margin: 8vw auto;
    padding: 0 4.6666vw;
    font-size: 3.733vw;
  }
  .sp {
    display: block;
  }
}