@charset "UTF-8";
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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: '';
  content: none; }

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

a:hover {
  opacity: 0.7; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Shuei KakuGo Gin L", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  color: #D7000F;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.3rem; } }

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

ul {
  list-style: none; }

@media screen and (max-width: 768px) {
  .contents-pc, .pcbr {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .contents-sp, .spbr {
    display: none !important; } }
/**
ScrollDownの線
 */
@keyframes scrollDownBar {
  0% {
    -webkit-transform: translateY(-76px);
    -moz-transform: translateY(-76px);
    transform: translateY(-76px); }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(76px);
    -moz-transform: translateY(76px);
    transform: translateY(76px); } }
@keyframes scrolllodeBar {
  0% {
    -webkit-transform: translateX(-76px);
    -moz-transform: translateX(-76px);
    transform: translateX(-76px); }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(76px);
    -moz-transform: translateX(76px);
    transform: translateX(76px); } }
@media screen and (min-width: 769px) {
  .br-pc {
    display: block; } }

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

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

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

body {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../font/web/NotoSansCJKjp.eot");
  src: url("../font/web/NotoSansCJKjp.eot?#iefix") format("embedded-opentype"), url("../font/web/NotoSansCJKjp.woff") format("woff"), url("../font/web/NotoSansCJKjp.otf") format("opentype");
  color: #000;
  overflow-x: hidden; }

.sub-title {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .sub-title {
      margin-bottom: 30px; } }

a {
  color: #000; }

@keyframes about__img-slide {
  from {
    opacity: 0;
    transform: translateX(150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.about__img-slide {
  animation-name: about__img-slide;
  animation-duration: 1s;
  animation-timing-function: ease-out; }

.about__img-block {
  overflow: hidden; }

@keyframes about__text-slide {
  from {
    opacity: 0;
    transform: translateX(150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.about__text-slide {
  animation-name: about__text-slide;
  animation-duration: 1s;
  animation-timing-function: ease-out; }

@keyframes programme__img-slide {
  from {
    opacity: 0;
    transform: translateX(150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.programme__img-slide {
  animation-name: programme__img-slide;
  animation-duration: 1s;
  animation-timing-function: ease-out; }

.programme__block {
  overflow: hidden; }

@keyframes vantan-group__img-slide {
  from {
    opacity: 0;
    transform: translateX(150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.vantan-group__img-slide {
  animation-name: vantan-group__img-slide;
  animation-duration: 1s;
  animation-timing-function: ease-out; }

.vantan-group__block {
  overflow: hidden; }

.about__block {
  overflow: hidden; }

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1200ms; }

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

a:hover {
  opacity: 1; }

.effect-fade-main01 {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1200ms; }

.effect-fade-main02 {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all 2000ms; }

header {
  z-index: 1000;
  position: fixed;
  width: 100%; }
  header .header__inr {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 3%; }
    @media screen and (max-width: 768px) {
      header .header__inr {
        height: 86px; } }
    @media screen and (min-width: 769px) {
      header .header__inr {
        height: 96px; } }

.header__logo-wrap {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .header__logo-wrap {
      display: block; } }
  .header__logo-wrap p {
    margin-left: 20px; }
    @media screen and (max-width: 768px) {
      .header__logo-wrap p {
        margin-left: 0;
        font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .header__logo-wrap img {
      width: 50%; } }

.header__right {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .header__right {
      width: auto;
      height: 86px; } }

.document_request {
  background: #F5FF00;
  height: 96px;
  width: 104px; }
  @media screen and (max-width: 768px) {
    .document_request {
      width: 80px;
      height: auto; } }
  .document_request a {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: block;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .document_request a {
        font-size: 1.6rem; } }
  .document_request a:before {
    content: '';
    position: absolute;
    background: url(../images/icon_doc.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto; }
  .document_request:hover {
    background-color: #fec42e;
    transition-duration: .3s; }

.gnav {
  width: 100%;
  display: none;
  animation: show 5s linear 0s; }
  @media screen and (max-width: 768px) {
    .gnav {
      height: 100%; } }
  .gnav--open {
    height: auto;
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #000;
    top: 0;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .gnav--open {
        overflow-y: scroll; } }
  .gnav__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 768px) {
      .gnav__wrap {
        padding: 30px 0; } }
  .gnav__inner {
    background: #000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0 70px; }
    @media screen and (max-width: 768px) {
      .gnav__inner {
        padding: 0 7%;
        display: block; } }
    .gnav__inner a {
      color: #fff; }
  .gnav__inner-last {
    margin-top: 10px;
    position: relative; }
    .gnav__inner-last:before {
      content: '';
      position: absolute;
      max-width: 1200px;
      width: 100%;
      height: 1px;
      background: #A0A0A0;
      margin: 13px 0 0 0;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 768px) {
        .gnav__inner-last:before {
          width: 86%;
          top: -32px; } }
  .gnav__cont {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .gnav__cont {
        width: 100%; } }
    .gnav__cont p {
      font-size: 1.6rem; }
  .gnav__school-list {
    width: 100%;
    margin-top: 40px;
    display: flex; }
    @media screen and (max-width: 768px) {
      .gnav__school-list {
        display: block; } }
    .gnav__school-list div {
      width: calc(100% / 3); }
      @media screen and (max-width: 768px) {
        .gnav__school-list div {
          width: 100%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .gnav__school-list div:last-child {
          margin-bottom: 0; } }
    .gnav__school-list a {
      font-size: 1.2rem;
      margin-left: 20px; }
      @media screen and (max-width: 768px) {
        .gnav__school-list a {
          font-size: 1.2rem; } }
      .gnav__school-list a:before {
        content: '';
        position: absolute;
        width: 13px;
        height: 1px;
        background: #FFFFFF;
        margin: 16px 0 0 -17px; }
        @media screen and (max-width: 768px) {
          .gnav__school-list a:before {
            margin: 14px 0 0 -17px; } }

.ham {
  display: block;
  cursor: pointer;
  z-index: 1000;
  background: #D7000F; }
  @media screen and (max-width: 768px) {
    .ham {
      width: 80px; } }
  .ham__button {
    position: relative;
    display: block;
    width: 98px;
    height: 96px; }
    @media screen and (max-width: 768px) {
      .ham__button {
        width: 68px;
        height: 20px;
        margin: 35px auto 0; } }
    .ham__button span {
      width: 26px;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      margin: auto;
      -webkit-transition: all .3s;
      transition: all .3s;
      background: #fff; }
    .ham__button span:nth-child(1) {
      top: 35px; }
      @media screen and (max-width: 768px) {
        .ham__button span:nth-child(1) {
          top: 20px; } }
    .ham__button span:nth-child(2) {
      top: 0;
      bottom: 0; }
    .ham__button span:nth-child(3) {
      bottom: 35px; }
      @media screen and (max-width: 768px) {
        .ham__button span:nth-child(3) {
          bottom: 20px; } }
    .ham__button--open .ham {
      background: #000; }
    .ham__button--open span {
      background: #fff; }
    .ham__button--open span:nth-child(1) {
      left: 5px;
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 41px; }
      @media screen and (max-width: 768px) {
        .ham__button--open span:nth-child(1) {
          top: 0; } }
    .ham__button--open span:nth-child(2) {
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: alpha(opacity=0); }
    .ham__button--open span:nth-child(3) {
      left: 5px;
      -webkit-transform-origin: left bottom;
      -moz-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media screen and (max-width: 768px) {
        .ham__button--open span:nth-child(3) {
          bottom: 0; } }
  .ham:hover {
    opacity: 0.8; }

.wrapper {
  padding-top: 96px; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-top: 83px; } }

.content_size {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px; }

.note {
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .note {
      font-size: 1.1rem;
      text-align: left; } }

.content__ttl {
  font-family: "Poppins", cursive;
  font-size: 5.4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 6px; }
  @media screen and (max-width: 768px) {
    .content__ttl {
      line-height: 0.8;
      font-size: 4.2rem; } }
  .content__ttl span {
    font-size: 1.6rem;
    color: #D7000F;
    letter-spacing: normal;
    font-family: "Noto Sans JP", sans-serif; }
.content__intro {
  text-align: center; }
  .content__intro .txt {
    font-size: 1.8rem;
    margin: 50px 0 30px; }
    @media screen and (max-width: 768px) {
      .content__intro .txt {
        font-size: 1.4rem;
        text-align: left; } }
    .content__intro .txt a {
      color: #D7000F;
      border-bottom: solid 1px #D7000F; }

.btn {
  position: relative;
  background: #F5FF00;
  font-size: 2.4rem;
  width: 360px;
  padding: 20px 0 20px 70px;
  display: block;
  font-weight: bold;
  border-radius: 20px 100px 100px 20px;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .btn {
      width: 100%;
      margin-bottom: 25px;
      font-size: 2rem; } }
  .btn:before {
    content: '';
    display: inline-block;
    background-image: url(../images/icon_doc.png);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 25px;
    left: 20px; }
  .btn:after {
    content: '';
    display: inline-block;
    background-image: url(../images/btn_arrow.png);
    width: 29px;
    height: 29px;
    position: absolute;
    top: 25px;
    right: 20px; }
  .btn:hover {
    background-color: #fec42e;
    transition-duration: .3s; }

.mv img {
  margin: 0 auto;
  width: 100%; }

.sec01 {
  padding: 80px 0;
  background: #FAFAFA; }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding: 70px 0; } }
  .sec01__grid {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 120px; }
    @media screen and (max-width: 768px) {
      .sec01__grid {
        display: block;
        padding: 60px 0 90px; } }
  .sec01__box {
    width: calc(96% / 2); }
    @media screen and (max-width: 768px) {
      .sec01__box {
        width: 100%;
        margin-bottom: 70px; } }
    @media screen and (max-width: 768px) {
      .sec01__box:last-child {
        margin-bottom: 0; } }
  .sec01__ttl {
    background: #000;
    padding: 10px 0;
    position: relative; }
    .sec01__ttl p {
      font-size: 2.6rem;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .sec01__ttl p {
          font-size: 2rem; } }
    .sec01__ttl img {
      position: absolute;
      bottom: 0;
      right: 30px; }
      @media screen and (max-width: 768px) {
        .sec01__ttl img {
          width: 20%; } }
  .sec01__details {
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 15px 0 35px;
    position: relative;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 768px) {
      .sec01__details {
        padding: 15px 0 30px; } }
    .sec01__details .txt-01 {
      font-size: 2.4rem; }
      @media screen and (max-width: 768px) {
        .sec01__details .txt-01 {
          font-size: 2rem; } }
    .sec01__details .txt-02 {
      display: flex;
      justify-content: center;
      color: #D7000F;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .sec01__details .txt-02 {
          line-height: 0.8; } }
      .sec01__details .txt-02 .small {
        font-size: 2.4rem;
        writing-mode: vertical-rl;
        margin-top: 60px;
        letter-spacing: 5px; }
        @media screen and (max-width: 768px) {
          .sec01__details .txt-02 .small {
            font-size: 1.8rem; } }
      .sec01__details .txt-02 .large {
        font-size: 14rem;
        font-family: "Barlow Condensed", cursive;
        letter-spacing: 4px; }
        @media screen and (max-width: 768px) {
          .sec01__details .txt-02 .large {
            font-size: 13rem; } }
        .sec01__details .txt-02 .large span {
          font-size: 4.5rem;
          font-family: "Noto Sans JP", sans-serif; }
          @media screen and (max-width: 768px) {
            .sec01__details .txt-02 .large span {
              font-size: 4rem; } }
    .sec01__details .txt-03 {
      font-size: 3.2rem; }
      @media screen and (max-width: 768px) {
        .sec01__details .txt-03 {
          font-size: 2.4rem;
          margin-top: 10px; } }
    .sec01__details .icon {
      position: absolute;
      bottom: -40px;
      left: -40px; }
      @media screen and (max-width: 768px) {
        .sec01__details .icon {
          bottom: -25px;
          left: -10px;
          width: 27%; } }
  .sec01__box-02 .sec01__ttl {
    background: #D7000F; }
  .sec01__box-02 .sec01__details .icon {
    left: 10px; }
    @media screen and (max-width: 768px) {
      .sec01__box-02 .sec01__details .icon {
        width: 17%; } }
  .sec01__table {
    text-align: center; }
    .sec01__table-ttl {
      font-size: 2.4rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .sec01__table-ttl {
          font-size: 1.8rem;
          margin-bottom: 10px; } }
    .sec01__table img {
      width: 100%;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .sec01__table img {
          margin-top: 10px; } }
  .sec01__point {
    display: flex;
    border: solid 3px #000;
    justify-content: space-between;
    margin-top: 60px;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .sec01__point {
        display: block;
        margin-top: 50px; } }
    .sec01__point-details {
      padding: 35px 30px 35px 60px; }
      @media screen and (max-width: 768px) {
        .sec01__point-details {
          padding: 20px;
          text-align: center; } }
    .sec01__point-ttl {
      font-size: 2.4rem;
      font-weight: bold;
      border-bottom: solid 4px #D7000F;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        .sec01__point-ttl {
          font-size: 2rem;
          display: initial; } }
    .sec01__point-grid {
      margin-top: 20px; }
    .sec01__point-list {
      font-size: 1.8rem;
      position: relative;
      padding-left: 40px;
      line-height: 2.4; }
      @media screen and (max-width: 768px) {
        .sec01__point-list {
          font-size: 1.6rem;
          text-align: left; } }
      .sec01__point-list:before {
        content: '';
        display: inline-block;
        background-image: url(../images/sec01_icon05.png);
        width: 28px;
        height: 27px;
        position: absolute;
        top: 8px;
        left: 0; }
        @media screen and (max-width: 768px) {
          .sec01__point-list:before {
            left: 5px; } }
    .sec01__point-img {
      background-image: url(../images/sec01_img.png);
      background-repeat: no-repeat;
      width: 390px;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 768px) {
        .sec01__point-img {
          width: 100%;
          height: 160px;
          background-position: 100% 20%; } }

.sec02 {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .sec02 {
      padding: 70px 0; } }
  .sec02__inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%; }
  .sec02__grid {
    margin-top: 50px; }
  .sec02__box {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 10px 40px 40px;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    margin-bottom: 50px;
    min-height: 250px;
    width: 100%;
    height: 100%; }
    .sec02__box:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .sec02__box {
        display: block;
        padding: 0 20px 20px; } }
    .sec02__box-details {
      width: 64%; }
      @media screen and (max-width: 768px) {
        .sec02__box-details {
          width: 100%; } }
      .sec02__box-details h3 {
        font-size: 2.4rem;
        display: flex;
        align-items: baseline; }
        @media screen and (max-width: 768px) {
          .sec02__box-details h3 {
            font-size: 1.8rem;
            align-items: center; } }
        .sec02__box-details h3 span {
          font-size: 9rem;
          font-family: "Barlow Condensed", cursive;
          color: #D7000F;
          margin-right: 20px; }
          @media screen and (max-width: 768px) {
            .sec02__box-details h3 span {
              font-size: 7rem;
              padding-bottom: 5px; } }
        @media screen and (max-width: 768px) {
          .sec02__box-details h3 p {
            line-height: 1.6; } }
    .sec02__box-img {
      margin-left: 20px; }
      @media screen and (max-width: 768px) {
        .sec02__box-img {
          margin-left: 0; } }
    .sec02__box-wrap {
      margin-left: 50px; }
    @media screen and (max-width: 768px) {
      .sec02__box-img {
        margin-top: 10px;
        text-align: center; } }
    .sec02__box-arrow {
      position: absolute;
      left: 50%;
      bottom: -41px;
      transform: translateX(-50%); }
    .sec02__box .note,
    .sec02__box .btn {
      margin-left: 60px; }
      @media screen and (max-width: 768px) {
        .sec02__box .note,
        .sec02__box .btn {
          margin-left: 0; } }
    .sec02__box-bg {
      background: #FFEBED;
      box-shadow: none; }

.sec03 {
  padding: 70px 0 80px;
  background: #FAFAFA; }
  @media screen and (max-width: 768px) {
    .sec03 {
      padding: 60px 0; } }
  .sec03 .content__ttl {
    font-size: 4rem;
    letter-spacing: 3;
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 768px) {
      .sec03 .content__ttl {
        font-size: 3.2rem; } }
  .sec03__table {
    width: 100%;
    border: solid 3px #000; }
    .sec03__table tr {
      border-bottom: solid 1px #000; }
      @media screen and (max-width: 768px) {
        .sec03__table tr {
          display: block; } }
    .sec03__table th {
      padding: 20px;
      background: #FFEBED;
      font-size: 1.6rem;
      width: 150px;
      font-weight: 500;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .sec03__table th {
          display: block;
          width: 100%;
          padding: 15px; } }
    .sec03__table td {
      padding: 25px;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .sec03__table td {
          display: block;
          width: auto;
          padding: 20px; } }
  .sec03__list {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px; }
    .sec03__list:last-child {
      margin-bottom: 0; }
    .sec03__list:before {
      content: '●';
      display: inline-block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 0;
      left: 0;
      color: #D7000F; }

.sec04 {
  padding: 70px 0 80px; }
  .sec04__grid {
    display: flex;
    margin-top: 70px;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sec04__grid {
        display: block; } }
  .sec04__box {
    border: solid 3px #D7000F;
    background: #fff;
    text-align: center;
    padding: 50px 10px 40px;
    position: relative;
    width: calc(96% / 2); }
    @media screen and (max-width: 768px) {
      .sec04__box:last-child {
        margin-bottom: 0; } }
    @media screen and (max-width: 768px) {
      .sec04__box {
        width: 100%;
        margin-bottom: 70px;
        padding: 40px 20px 30px; } }
    .sec04__box .btn {
      margin: 0 auto;
      text-align: left; }
    .sec04__box-ttl {
      font-size: 1.8rem;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .sec04__box-ttl {
          font-size: 1.6rem; } }
    .sec04__box-txt .window {
      font-weight: bold; }
    .sec04__box-txt .tel {
      font-size: 6.2rem;
      font-family: "Barlow Condensed", cursive;
      color: #D7000F;
      line-height: 1.2;
      letter-spacing: 3px; }
      @media screen and (max-width: 768px) {
        .sec04__box-txt .tel {
          font-size: 4rem; } }
    @media screen and (max-width: 768px) {
      .sec04__box-txt .note {
        text-align: center; } }
    .sec04__box-icon {
      position: absolute;
      top: -46px;
      margin: auto;
      right: 0;
      left: 0; }

.footer {
  background: #000;
  padding: 70px 0 30px;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 50px 0; } }
  .footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%; }
  .footer__list {
    border-left: solid 1px #fff;
    padding-left: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .footer__list {
        display: block; } }
    .footer__list-ttl {
      font-weight: bold;
      font-size: 1.4rem;
      margin-bottom: 5px;
      color: #fff; }
    .footer__list-school {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .footer__list-school {
          display: block; } }
    .footer__list a {
      position: relative;
      color: #fff;
      display: inline-block;
      margin-right: 30px;
      line-height: 2.4; }
      @media screen and (max-width: 768px) {
        .footer__list a {
          display: table;
          margin-right: 20px; } }
      .footer__list a:after {
        content: '';
        display: inline-block;
        background-image: url(../images/icon_link.png);
        width: 11px;
        height: 11px;
        position: absolute;
        top: 9px;
        right: -18px; }
        @media screen and (max-width: 768px) {
          .footer__list a:after {
            top: 9px;
            right: -20px; } }
  .footer__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      .footer__link {
        margin-top: 40px;
        display: block;
        text-align: center; } }
    .footer__link .sns {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .footer__link .sns {
          justify-content: center;
          margin: 30px 0 20px; } }
      .footer__link .sns li {
        margin-left: 35px; }
        @media screen and (max-width: 768px) {
          .footer__link .sns li:first-child {
            margin-left: 0; } }
    .footer__link .copyright {
      color: #A0A0A0; }

.mt50 {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .mt50 {
      margin-top: 0; } }

.mt20 {
  margin-top: 20px; }

/*# sourceMappingURL=style.css.map */


/* 20220124 */
.sec01__details .txt-02 .large span.short{
  font-size: 2rem;
}

.sec01__table__note{
  text-align: right;
  margin-top: 5px;
}