@charset "UTF-8";
/********************************************
* Import SCSS files
********************************************/
@media (min-width: 375px) {
  body {
    /* 375px以上 */ } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    /* ipad以上ipadPro以下 */ } }
@media (min-width: 768px) {
  body {
    /* タブレット以上 */ } }
@media (min-width: 1180px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */ } }

/*
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; }

/* 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; }

*,
*::before,
*::after {
  box-sizing: border-box; }

ul li {
  list-style: none; }

body {
  background: url("../images/bg_mv.svg") no-repeat top left, url("../images/bg_body.svg") repeat-x top left;
  color: #503D11;
  position: relative;
  z-index: 0;
  font-weight: 400;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em; }

.sp_only {
  display: block !important; }
  @media (min-width: 768px) {
    .sp_only {
      display: none !important; } }

.pc_only {
  display: none !important; }
  @media (min-width: 768px) {
    .pc_only {
      display: block !important; } }

.tb_only {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1080px) {
    .tb_only {
      display: block !important; } }

@media (min-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap; } }

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

p, ul, ol, li, a, th, td, dt, dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.666; }
  p span, ul span, ol span, li span, a span, th span, td span, dt span, dd span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.666; }

@media (min-width: 768px) {
  p {
    letter-spacing: 0.96px;
    line-height: 1.888; } }
p:not([class]) {
  margin-bottom: 16px; }
p.center {
  text-align: center; }

a {
  word-break: break-word;
  color: #006743; }
  a span {
    word-break: break-word; }

@media (min-width: 768px) {
  .global_inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px; } }

.module-01 {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center; }
  .module-01:first-child {
    margin-top: 0; }
  .module-01 .text {
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 1.32px;
    color: #24140E;
    position: relative;
    line-height: 1.666; }
  .module-01::after {
    margin-left: 5px;
    border-top: 1px solid #008B5B;
    content: "";
    flex-grow: 1; }

.module-02 {
  margin-top: 30px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .module-02 {
      margin-top: 40px; } }
  .module-02:first-child {
    margin-top: 0; }
  .module-02 .text {
    font-size: 22px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 1.08px;
    color: #24140E;
    line-height: 1.666;
    display: inline-block;
    position: relative; }

.module_button-01 {
  background: #FFFFFF;
  color: #fff;
  display: block;
  padding: 20px 40px 20px 20px;
  position: relative;
  transition: all .3s;
  margin: auto;
  border: 1px solid #24140E;
  text-decoration: none;
  max-width: 260px; }
  @media (min-width: 768px) {
    .module_button-01 {
      margin: 0 0 1em; } }
  .module_button-01._center {
    margin: 0 auto; }
  .module_button-01:hover {
    background: transparent; }
    .module_button-01:hover .text {
      color: #FFFFFF; }
    .module_button-01:hover::before {
      color: #FFFFFF; }
  .module_button-01:after {
    border-color: transparent;
    background: #008B5B;
    background: linear-gradient(to right, #24140E 0%, #008B5B 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: -1;
    border: none;
    color: #FFFFFF; }
  .module_button-01::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #24140E;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .module_button-01 .text {
    color: #24140E;
    line-height: 1.666;
    font-size: 14px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    display: block;
    text-align: center;
    padding-left: 30px; }

.module_button-03 {
  text-decoration: none;
  transition: all .3s; }
  .module_button-03:hover {
    text-decoration: underline; }
  .module_button-03 .text {
    position: relative;
    letter-spacing: 0.96px; }

.module_column-01 {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .module_column-01._baseline {
      align-items: baseline; } }
  @media (min-width: 768px) {
    .module_column-01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: start;
      width: 100%; } }
  @media (min-width: 768px) {
    .module_column-01 .module_column-col {
      width: calc(100% / 2 - 18px); } }
  .module_column-01 .module_column-col:first-child {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .module_column-01 .module_column-col:first-child {
        margin-bottom: 0;
        margin-right: 36px; } }

.module_column-02 {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .module_column-02._baseline {
      align-items: baseline; } }
  @media (min-width: 768px) {
    .module_column-02 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: start;
      width: 100%; } }
  @media (min-width: 768px) {
    .module_column-02 .module_column-col {
      width: calc(100% / 2 - 40px); } }
  .module_column-02 .module_column-col:first-child {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .module_column-02 .module_column-col:first-child {
        margin-bottom: 0;
        margin-right: 80px; } }

.module_img {
  margin: 20px 0 1em 0;
  text-align: center; }
  .module_img img {
    max-width: 70%;
    height: auto; }
    .module_img img.shadow {
      box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3); }
  .module_img .caption {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: calc(80/1000 * 1em);
    display: block;
    margin-top: 1em;
    color: #000000;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.444; }

.module_img02 {
  margin: 0 0 1em 0;
  text-align: center; }
  .module_img02 img {
    max-width: 100%;
    height: auto; }
    .module_img02 img.shadow {
      box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3); }
  .module_img02 .caption {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: calc(80/1000 * 1em);
    display: block;
    margin-top: 1em;
    color: #000000;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.444; }

.module_list-01 {
  margin-bottom: 1em; }
  .module_list-01 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    .module_list-01 li:last-child {
      margin-bottom: 0; }
    .module_list-01 li::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 10px;
      width: 10px;
      height: 10px;
      background-color: #EF6F84;
      border-radius: .5em; }
    .module_list-01 li ul li:first-child {
      margin-top: 10px; }
    .module_list-01 li ul li::before {
      background-color: #FFFFFF; }

.module_list-02 {
  padding-left: 30px; }
  .module_list-02 li {
    position: relative;
    padding: 10px 0 10px 0;
    letter-spacing: 0.64px;
    /*&::before{
      counter-increment: number;
      content: counter(number,decimal) ".";
      left: 15px;
      font-family: $ft-Lora;
      font-weight: 400;
      color: #008B5B;
      font-weight: 700;
      transform: translateX(-50%);
      padding-right: 10px;
    }
    */ }
  .module_list-02 + li {
    margin-top: 10px; }

::marker {
  color: #008B5B;
  font-weight: 600; }

.module_list-03 {
  margin-bottom: 1em;
  counter-reset: number; }
  .module_list-03 li {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 0.5em;
    list-style: none;
    letter-spacing: 0.64px; }
    @media screen and (min-width: 1024px) {
      .module_list-03 li {
        margin-bottom: 10px; } }
    .module_list-03 li:before {
      position: absolute;
      font-weight: 600;
      counter-increment: number;
      content: counter(number,decimal) ".";
      left: 15px;
      color: #008B5B;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.module_space {
  display: block;
  width: 100%;
  margin: 30px 0;
  height: 1px; }

.module_dl {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .module_dl {
      display: flex;
      flex-wrap: wrap;
      align-items: start;
      margin-bottom: 0; } }
  .module_dl dt {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .module_dl dt {
        margin-right: 20px;
        margin-bottom: 0; } }

.global_header {
  background: url("../images/bg_top.svg") repeat-x top left;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: height 0.3s;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .global_header {
      height: 120px;
      margin-bottom: 0; } }
  .global_header .inner {
    display: flex;
    height: inherit; }
    @media (min-width: 768px) {
      .global_header .inner {
        justify-content: space-between; } }
    .global_header .inner h1 {
      margin: auto;
      padding: 0 20px; }
      @media (min-width: 768px) {
        .global_header .inner h1 {
          margin-left: 60px; } }
  .global_header ul {
    position: fixed;
    display: flex;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    flex-direction: row;
    align-items: center; }
    @media (min-width: 768px) {
      .global_header ul {
        width: 230px;
        flex-direction: column;
        top: 0;
        right: 0; } }
    .global_header ul li {
      width: calc(100% / 2); }
      @media (min-width: 768px) {
        .global_header ul li {
          width: 100%; } }
      .global_header ul li a {
        height: 60px;
        text-align: center;
        color: #fff;
        display: block;
        text-decoration: none;
        line-height: 60px; }
        @media (min-width: 768px) {
          .global_header ul li a {
            padding: 10px;
            height: inherit;
            line-height: inherit; } }
        .global_header ul li a.tel {
          background: #EB5D00; }
          .global_header ul li a.tel span {
            font-size: 20px; }
        .global_header ul li a.contact {
          background: #44B5AE;
          font-size: 18px; }
          @media (min-width: 768px) {
            .global_header ul li a.contact {
              border-radius: 0 0 0 10px; } }
          .global_header ul li a.contact span {
            font-size: 18px; }

.section h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section h2 {
      font-size: 36px; } }
  .section h2 span {
    display: block;
    font-size: 16px;
    color: #EB5D00;
    font-family: "Roboto Condensed", sans-serif; }
    @media (min-width: 768px) {
      .section h2 span {
        font-size: 18px; } }
  @media (min-width: 768px) {
    .section h2 {
      margin-bottom: 40px; } }
.section.mv {
  padding: 0; }
  .section.mv .title {
    position: relative;
    z-index: 5;
    margin: -30px auto 0 20px;
    font-size: 36px; }
    @media (min-width: 768px) {
      .section.mv .title {
        font-size: 60px;
        margin: -40px auto 0 auto;
        max-width: 1160px; } }

.section-01 {
  position: relative;
  padding: 40px 20px 60px 20px; }
  @media (min-width: 768px) {
    .section-01 {
      padding: 0 20px 60px 20px; } }
  .section-01::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: -1;
    background-image: url("../images/bg_circle-02.svg");
    background-position: 50% 50%;
    top: 300px;
    right: 0; }
    @media (min-width: 768px) {
      .section-01::before {
        z-index: 1;
        background-size: 100% auto;
        width: 127px;
        height: 209px; } }
  .section-01::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: -1;
    background-image: url("../images/bg_circle-01.svg");
    width: 284px;
    height: 313px;
    top: 180px;
    left: 0; }
    @media (min-width: 768px) {
      .section-01::after {
        background-size: 100% auto;
        background-position: 50% 50%;
        top: 0; } }
  .section-01 .global_inner {
    position: relative; }
    @media (min-width: 768px) {
      .section-01 .global_inner::before {
        content: "";
        display: block;
        position: absolute;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 1;
        background-image: url("../images/illust_right.svg");
        width: 150px;
        height: 460px;
        top: 0;
        right: 0; }
      .section-01 .global_inner::after {
        content: "";
        display: block;
        position: absolute;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 1;
        background-image: url("../images/illust_left.svg");
        width: 159px;
        height: 369px;
        top: 0;
        left: 0; } }
  .section-01 p {
    text-align: center; }
    .section-01 p.fs_26 {
      font-size: 20px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .section-01 p.fs_26 {
          font-size: 26px;
          margin-bottom: 40px; } }
    .section-01 p.fs_18 {
      font-size: 18px;
      margin-bottom: 30px; }
    .section-01 p.text {
      margin: auto auto 40px auto;
      font-size: 14px; }
      @media (min-width: 768px) {
        .section-01 p.text {
          width: 460px;
          margin: auto auto 80px auto;
          font-size: 16px; } }
  .section-01 .contents_box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #503D11;
    position: relative; }
    .section-01 .contents_box div {
      position: relative; }
      .section-01 .contents_box div::before {
        content: "";
        display: block;
        background: #503D11;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 8px;
        height: 8px; }
        @media (min-width: 768px) {
          .section-01 .contents_box div::before {
            bottom: 30px;
            left: 30px;
            width: 10px;
            height: 10px; } }
      .section-01 .contents_box div::after {
        content: "";
        display: block;
        background: #503D11;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 8px;
        height: 8px; }
        @media (min-width: 768px) {
          .section-01 .contents_box div::after {
            bottom: 30px;
            left: 30px;
            width: 10px;
            height: 10px; } }
    .section-01 .contents_box p {
      text-align: left; }
      .section-01 .contents_box p.small {
        font-size: 14px; }
    .section-01 .contents_box h3 {
      font-size: 22px;
      font-family: "Roboto Condensed", sans-serif;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .section-01 .contents_box h3 {
          font-size: 26px;
          margin-bottom: 10px; } }
      .section-01 .contents_box h3.sp {
        color: #EF6F84; }
      .section-01 .contents_box h3.re {
        color: #80AB26; }
      .section-01 .contents_box h3.sc {
        color: #3A76BF; }
      .section-01 .contents_box h3.ji {
        color: #F89A27; }
      .section-01 .contents_box h3.mo {
        color: #59BEBB; }
      .section-01 .contents_box h3.goods {
        font-size: 16px;
        font-family: "Zen Maru Gothic", sans-serif;
        border-bottom: 3px solid #503D11;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 10px; }
        .section-01 .contents_box h3.goods::after {
          content: "";
          display: block;
          position: absolute;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: 100% auto;
          z-index: 1;
          background-image: url("../images/icon_pen.svg");
          width: 30px;
          height: 30px;
          bottom: 0;
          right: -30px; }
    .section-01 .contents_box ul {
      display: block;
      padding: 30px; }
      @media (min-width: 768px) {
        .section-01 .contents_box ul {
          padding: 60px;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .section-01 .contents_box ul li {
        width: 100%; }
        @media (min-width: 768px) {
          .section-01 .contents_box ul li {
            width: calc((100% - 40px)/2); } }
    .section-01 .contents_box::before {
      content: "";
      display: block;
      background: #503D11;
      border-radius: 100px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 15px;
      left: 15px;
      width: 8px;
      height: 8px; }
      @media (min-width: 768px) {
        .section-01 .contents_box::before {
          top: 30px;
          left: 30px;
          width: 10px;
          height: 10px; } }
    .section-01 .contents_box::after {
      content: "";
      display: block;
      background: #503D11;
      border-radius: 100px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 15px;
      right: 15px;
      width: 8px;
      height: 8px; }
      @media (min-width: 768px) {
        .section-01 .contents_box::after {
          top: 30px;
          left: 30px;
          width: 10px;
          height: 10px; } }
  .section-01 .underline {
    background: linear-gradient(transparent 40%, #FEF964 40%);
    font-size: 20px; }
    @media (min-width: 768px) {
      .section-01 .underline {
        font-size: 26px; } }

.section-02 {
  position: relative; }
  .section-02::before {
    content: "";
    display: block;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
    background-image: url("../images/bg_circle-04.svg");
    width: 127px;
    height: 175px;
    top: 200px;
    right: 0; }
  .section-02::after {
    content: "";
    display: block;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
    background-image: url("../images/bg_circle-03.svg");
    width: 188px;
    height: 264px;
    top: 300px;
    left: 0; }
  .section-02 ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .section-02 ul li {
      width: 100%;
      display: flex;
      line-height: 1.1;
      margin-bottom: 30px;
      flex-direction: column; }
      @media (min-width: 768px) {
        .section-02 ul li {
          width: calc((100% - 40px)/2); } }
      .section-02 ul li ul {
        display: block;
        margin-bottom: 30px; }
        .section-02 ul li ul li {
          width: 100%;
          display: block;
          margin-bottom: 20px; }
      .section-02 ul li h3 {
        color: #fff;
        background: #503D11;
        font-size: 24px;
        padding: 10px 20px;
        border-radius: 5px;
        margin-bottom: 30px; }
        .section-02 ul li h3 span {
          margin-left: 20px; }
  .section-02 .caution {
    padding-left: 20px;
    position: relative; }
    .section-02 .caution::before {
      content: "※";
      font-weight: 500;
      color: #EF6F84;
      position: absolute;
      top: 0;
      left: 0; }

.section-03 ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .section-03 ul li {
    display: flex;
    align-items: center;
    line-height: 1.1;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .section-03 ul li {
        width: calc((100% - 40px)/2); } }
    .section-03 ul li figure img {
      max-width: 90px; }
    .section-03 ul li p {
      line-height: 1.5;
      padding-left: 20px; }

.section-04 {
  position: relative;
  padding-top: 90px !important; }
  @media (min-width: 768px) {
    .section-04 {
      padding-top: 150px !important; } }
  .section-04::before {
    display: block;
    content: '';
    background: url("../images/pic_lesson.jpg") center/cover no-repeat;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (min-width: 768px) {
      .section-04::before {
        height: 300px; } }
  .section-04 .lesson_box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #503D11;
    position: relative; }
    .section-04 .lesson_box::before {
      content: "";
      display: block;
      background: #503D11;
      border-radius: 100px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 15px;
      left: 15px;
      width: 8px;
      height: 8px; }
      @media (min-width: 768px) {
        .section-04 .lesson_box::before {
          top: 30px;
          left: 30px;
          width: 10px;
          height: 10px; } }
    .section-04 .lesson_box::after {
      content: "";
      display: block;
      background: #503D11;
      border-radius: 100px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 15px;
      right: 15px;
      width: 8px;
      height: 8px; }
      @media (min-width: 768px) {
        .section-04 .lesson_box::after {
          top: 30px;
          right: 30px;
          width: 10px;
          height: 10px; } }
    .section-04 .lesson_box div {
      position: relative; }
      .section-04 .lesson_box div::before {
        content: "";
        display: block;
        background: #503D11;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 8px;
        height: 8px; }
        @media (min-width: 768px) {
          .section-04 .lesson_box div::before {
            bottom: 30px;
            left: 30px;
            width: 10px;
            height: 10px; } }
      .section-04 .lesson_box div::after {
        content: "";
        display: block;
        background: #503D11;
        border-radius: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 8px;
        height: 8px; }
        @media (min-width: 768px) {
          .section-04 .lesson_box div::after {
            bottom: 30px;
            right: 30px;
            width: 10px;
            height: 10px; } }
    .section-04 .lesson_box div {
      padding: 30px; }
      @media (min-width: 768px) {
        .section-04 .lesson_box div {
          padding: 60px; } }
    .section-04 .lesson_box h2 {
      font-size: 28px;
      text-align: center;
      line-height: 1.4;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .section-04 .lesson_box h2 {
          font-size: 32px;
          line-height: 1.5; } }
      .section-04 .lesson_box h2 span {
        display: block;
        font-size: 16px;
        color: #EB5D00;
        font-family: "Roboto Condensed", sans-serif; }
        @media (min-width: 768px) {
          .section-04 .lesson_box h2 span {
            font-size: 18px; } }
      @media (min-width: 768px) {
        .section-04 .lesson_box h2 {
          margin-bottom: 40px; } }
  .section-04 p.time {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .section-04 p.time {
        margin-bottom: 40px; } }
    .section-04 p.time span {
      font-size: 20px;
      color: #44B5AE;
      display: block; }
      @media (min-width: 768px) {
        .section-04 p.time span {
          font-size: 24px; } }
  .section-04 p.baloon {
    border-radius: 1.875em;
    background: #EB5D00;
    color: #fff;
    font-size: 18px;
    width: 160px;
    text-align: center;
    margin: auto auto 10px auto;
    position: relative; }
    .section-04 p.baloon::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 7px solid #fff;
      border-top: 12px solid #EB5D00; }

.top_mainVisual {
  height: 375px;
  position: relative;
  overflow: hidden;
  padding: 0;
  background: url("../images/mv_sp.svg") no-repeat center;
  background-size: contain; }
  @media (min-width: 768px) {
    .top_mainVisual {
      height: 520px;
      position: relative;
      padding: 0;
      background: url("../images/mv.svg") no-repeat center;
      background-size: auto; } }
  .top_mainVisual img {
    margin: auto;
    display: block; }

.btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .btn {
      margin-top: 40px; } }

.global_footer {
  padding-bottom: 52px;
  background: #FFCF00;
  position: relative; }
  @media (min-width: 768px) {
    .global_footer {
      padding-bottom: 0; } }
  .global_footer::before {
    content: "";
    display: block;
    position: absolute;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 1;
    background-image: url("../images/flag-02.svg");
    width: 164px;
    height: 94px;
    top: 0px;
    right: 0; }
    @media (min-width: 768px) {
      .global_footer::before {
        background-position: 50% 50%;
        background-size: 100% auto; } }
  .global_footer::after {
    content: "";
    display: block;
    position: absolute;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 1;
    background-image: url("../images/flag-01.svg");
    width: 164px;
    height: 94px;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .global_footer::after {
        background-position: 50% 50%;
        background-size: 100% auto; } }
  .global_footer .footer_info {
    margin: auto;
    text-align: center;
    position: relative;
    padding: 40px 0 10px 0; }
    @media (min-width: 768px) {
      .global_footer .footer_info {
        padding: 50px 0; } }
    .global_footer .footer_info li.title {
      font-size: 26px;
      margin-bottom: 0;
      line-height: 1.4; }
      @media (min-width: 768px) {
        .global_footer .footer_info li.title {
          font-size: 24px;
          margin-bottom: 10px; } }
    .global_footer .footer_info li.tel {
      font-size: 18px; }
      .global_footer .footer_info li.tel span {
        font-size: 34px;
        display: block; }
        @media (min-width: 768px) {
          .global_footer .footer_info li.tel span {
            margin-right: 10px;
            display: inline; } }
        .global_footer .footer_info li.tel span i {
          margin-right: 15px; }
    @media (min-width: 768px) {
      .global_footer .footer_info::before {
        content: "";
        display: block;
        position: absolute;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 1;
        background-image: url("../images/illust_foot-02.svg");
        width: 238px;
        height: 90px;
        top: 30px;
        right: 0; } }
    @media (min-width: 768px) {
      .global_footer .footer_info::after {
        content: "";
        display: block;
        position: absolute;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 1;
        background-image: url("../images/illust_foot-01.svg");
        width: 201px;
        height: 177px;
        bottom: 0;
        left: 0; } }
  .global_footer .global_inner {
    padding: 0;
    text-align: center; }

section {
  padding: 0 20px 60px 20px; }
  @media (min-width: 768px) {
    section {
      padding: 0 0 80px 0; } }

.code {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .code {
      width: 500px;
      margin: 30px auto 0 auto;
      font-size: 18px; } }
