@charset "UTF-8";
body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, dl, dt, dd, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: 0.15em;
  line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

._over_TB {
  display: none;
}

@media screen and (min-width: 768px) {
  ._only_SP {
    display: none;
  }
  ._over_TB {
    display: block;
  }
}
body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #ba8a09;
  font-size: 15px;
}

.module_title01 {
  text-align: center;
}
.module_title01 .title_sub {
  font-size: 20px;
  color: #ffc74a;
  font-family: "sacre-bleu-mvb", sans-serif;
  font-weight: 500;
  line-height: 0.5;
}
@media screen and (min-width: 768px) {
  .module_title01 .title_sub {
    font-size: 20px;
  }
}
.module_title01 .title_main {
  margin-top: 10px;
  font-size: 22px;
  color: #ba8a09;
  display: block;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .module_title01 .title_main {
    font-size: 26px;
  }
}

.module_btn01 a {
  background-color: #ffaf50;
  border-radius: 100px;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ffaf50;
}
.module_btn01 :hover {
  color: #ffaf50;
  background-color: #fff;
  border: 1px solid #ffaf50;
  transition: 0.3s;
}

.module_list01 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  padding-bottom: 15px; /* テキストとライン間の余白 */
  margin: 15px 0 0;
}
.module_list01 ::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/list_img01.png);
  background-size: auto 11px;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
}
.module_list01 ::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* ラインの高さ */
  background-image: linear-gradient(to right, #ffca50 2px, transparent 2px);
  background-size: 8px 2px; /* ドットの間隔と高さを調整 */
}

.module_line01 {
  position: relative;
}
.module_line01 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .module_line01 img {
    padding: 20px 0;
  }
}

.module_table01 {
  width: 100%;
  border-collapse: collapse;
}
.module_table01 th {
  padding: 10px;
  border-bottom: 1px solid #ffca50;
  border-top: 1px solid #ffca50;
  border-left: 1px solid #ffca50;
  background-color: #fdf5e4;
  text-align: left;
  width: 30%;
}
.module_table01 td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ffca50;
  border-top: 1px solid #ffca50;
  border-right: 1px solid #ffca50;
}

body .gloval_header {
  height: 70px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .gloval_header {
    height: 90px;
  }
}
body .gloval_header h1 img {
  width: 236px;
  padding: 21px 0 0 25px;
}
@media screen and (min-width: 768px) {
  body .gloval_header h1 img {
    width: 255px;
    padding: 24px 0 0 30px;
  }
}
body .gloval_header .navigation_trigger {
  position: fixed;
  right: 14px;
  top: 14px;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #fceed1;
  display: flex;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger {
    right: 30px;
    top: 14px;
    width: 60px;
    height: 60px;
  }
}
body .gloval_header .navigation_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #ba8a09;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger span {
    width: 19px;
    border-radius: 1px;
  }
}
body .gloval_header .navigation_trigger span:nth-of-type(1) {
  top: 17px;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger span:nth-of-type(1) {
    top: 23px;
  }
}
body .gloval_header .navigation_trigger span:nth-of-type(2) {
  top: 22px;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger span:nth-of-type(2) {
    top: 29px;
  }
}
body .gloval_header .navigation_trigger span:nth-of-type(3) {
  top: 27px;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger span:nth-of-type(3) {
    top: 35px;
  }
}
body .gloval_header .active {
  background-color: #ffc74a;
  z-index: 100000000;
}
body .gloval_header .active span {
  background-color: #fff;
}
body .gloval_header .active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-315deg);
}
body .gloval_header .active span:nth-of-type(2) {
  opacity: 0;
}
body .gloval_header .active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(315deg);
}
body .gloval_navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fdf5e4;
  z-index: 100000;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
body .gloval_navigation .gn_links01 {
  text-align: center;
}
body .gloval_navigation .gn_links01 li a {
  margin-top: 30px;
  font-size: 20px;
  color: #ba8a09;
  display: block;
  line-height: 1.8;
}
body .gloval_navigation .gn_links01 li a span {
  font-size: 14px;
  color: #ffc74a;
  font-family: "sacre-bleu-mvb", sans-serif;
  line-height: 0.8;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body .gloval_navigation .gn_links01 li a span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  body .gloval_navigation .gn_links01 li a {
    font-size: 24px;
  }
}
body .navigation_active {
  transform: translateY(0);
  opacity: 1;
}
body .mainVisual {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  line-height: 0;
}
body .mainVisual img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  body .mainVisual img {
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 20px;
  }
}
body .mainVisual .mv_line01 {
  position: relative;
  padding-bottom: 50px;
}
body .mainVisual .mv_line01 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
}
body .mainVisual::before {
  content: "";
  position: absolute;
  background-color: #fdf5e4;
  width: 100%;
  height: 100%;
  top: 40%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body .mainVisual::before {
    height: 100%;
    top: 41%;
  }
}
body .gloval_contents {
  padding: 0 25px;
}
body .gloval_contents .concept {
  margin: 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept {
    margin: 80px 0;
  }
}
body .gloval_contents .concept::before {
  content: "";
  background-image: url(../images/ill01.png);
  width: 57px;
  height: 60px;
  position: absolute;
  top: -74px;
  right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
body .gloval_contents .concept .inner .text {
  margin-top: 30px;
  position: relative;
  padding-bottom: 280px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept .inner .text {
    text-align: center;
    width: 560px;
    margin: 30px auto 0;
    padding-bottom: 150px;
  }
}
body .gloval_contents .concept .inner .text::before {
  content: "";
  background-image: url(../images/concept_img01.png);
  width: 330px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept .inner .text::before {
    background-image: url(../images/pc/concept_img01.png);
    width: 1090px;
    height: 280px;
    right: -250px;
    bottom: 10px;
    left: auto;
  }
}
body .gloval_contents .concept .inner .recommendation {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept .inner .recommendation {
    width: 680px;
    margin: 10px auto 0;
    padding: 30px 40px;
  }
}
body .gloval_contents .concept .inner .recommendation h3 {
  text-align: center;
}
body .gloval_contents .concept .inner .recommendation h3 img {
  width: 260px;
}
body .gloval_contents .concept .inner .recommendation::after {
  content: "";
  background-image: url(../images/ill02.png);
  width: 44px;
  height: 43px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
body .gloval_contents .concept .inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg01.jpg);
  background-repeat: repeat;
  background-size: 30px 1px; /* 背景パターンのサイズ調整 (autoで画像のサイズそのまま) */
  width: calc(100% + 50px);
  height: 65%;
  top: 41%;
  left: -25px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept .inner::before {
    height: 68%;
    top: 44%;
  }
}
body .gloval_contents .course .inner {
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .course .inner {
    margin: 60px 0 0;
  }
}
body .gloval_contents .course .inner .box01 {
  margin-top: 30px;
  gap: 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .course .inner .box01 {
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto 0;
    flex-direction: row;
  }
}
body .gloval_contents .course .inner .box01 .box02 {
  line-height: 0;
  position: relative;
  position: relative;
}
body .gloval_contents .course .inner .box01 .box02 img {
  border-radius: 15px;
  width: 100%;
}
body .gloval_contents .course .inner .box01 .box02 h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
body .gloval_contents .course .inner .box01 .box02 .text {
  margin-top: 10px;
}
body .gloval_contents .course .inner .box01 .box02 .module_table01 {
  margin-top: 15px;
}
body .gloval_contents .course .inner .box01 #ill03::before {
  content: "";
  background-image: url(../images/ill03.png);
  width: 38px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
body .gloval_contents .course .inner .box01 #ill04::before {
  content: "";
  background-image: url(../images/ill04.png);
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
body .gloval_contents .course .inner .box03 {
  text-align: center;
  background-color: #fdf5e4;
  border-radius: 15px;
  width: 100%;
  margin: 50px auto 0;
  padding: 20px 0 25px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .course .inner .box03 {
    max-width: 400px;
  }
}
body .gloval_contents .course .inner .box03 h4 {
  font-weight: 600;
  font-size: 16px;
}
body .gloval_contents .course .inner .box03 p {
  line-height: 1.5;
  margin-top: 10px;
}
body .gloval_contents .course .inner #ill05 {
  position: relative;
}
body .gloval_contents .course .inner #ill05::before {
  content: "";
  background-image: url(../images/ill05.png);
  width: 73px;
  height: 67px;
  position: absolute;
  top: -10px;
  left: -5px;
  background-size: contain;
  background-repeat: no-repeat;
}
body .gloval_contents .course .inner .first {
  position: relative;
  padding: 60px 0;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .course .inner .first {
    padding: 70px 0;
  }
}
body .gloval_contents .course .inner .first .inner {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 8px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .course .inner .first .inner {
    width: 720px;
  }
}
body .gloval_contents .course .inner .first .inner .box {
  border-radius: 7px;
  background-image: linear-gradient(to right, #ffca50 2px, transparent 2px), linear-gradient(to bottom, #ffca50 2px, transparent 2px), linear-gradient(to right, #ffca50 2px, transparent 2px), linear-gradient(to bottom, #ffca50 2px, transparent 2px);
  background-size: 8px 2px, 2px 8px, 8px 2px, 2px 8px;
  background-position: top, right, bottom, left;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  padding: 30px 40px;
}
body .gloval_contents .course .inner .first .inner .box h3 img {
  width: 260px;
  height: 35px;
}
body .gloval_contents .course .inner .first .inner .box p {
  margin-top: 10px;
}
body .gloval_contents .course .inner .first .inner .box p span {
  font-weight: 600;
}
body .gloval_contents .course .inner .first .inner #ill06 {
  position: relative;
}
body .gloval_contents .course .inner .first .inner #ill06::before {
  content: "";
  background-image: url(../images/ill06.png);
  width: 73px;
  height: 70px;
  position: absolute;
  bottom: -30px;
  right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
body .gloval_contents .course .inner .first::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg01.jpg);
  background-repeat: repeat;
  background-size: 30px 1px; /* 背景パターンのサイズ調整 (autoで画像のサイズそのまま) */
  width: calc(100% + 50px);
  height: 100%;
  top: 0;
  left: -25px;
  z-index: -1;
}
body .gloval_contents .instructor .module_title01 {
  margin: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .instructor .module_title01 {
    margin: 60px 0 20px;
  }
}
body .gloval_contents .instructor .inner {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .instructor .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    max-width: 720px;
    margin: 0 auto 70px;
  }
}
body .gloval_contents .instructor .inner .head img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .instructor .inner .head img {
    max-width: 325px;
  }
}
@media screen and (min-width: 768px) {
  body .gloval_contents .instructor .inner .body {
    max-width: 325px;
  }
}
body .gloval_contents .instructor .inner .body h3 {
  font-size: 18px;
  font-weight: 600;
}
body .gloval_contents .instructor .inner .body p {
  margin-top: 10px;
}
body .gloval_contents .instructor .inner .body .career {
  font-size: 13px;
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding: 10px 0;
}
body .gloval_contents .instructor .inner .body .career::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #ffca50 2px, transparent 2px);
  background-size: 8px 2px;
}
body .gloval_contents .instructor .inner .body .career::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #ffca50 2px, transparent 2px);
  background-size: 8px 2px;
}
body .gloval_contents .access {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .access {
    padding: 80px 0;
  }
}
body .gloval_contents .access img {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .access img {
    max-width: 720px;
    margin: 30px auto 0;
  }
}
body .gloval_contents .access::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg01.jpg);
  background-repeat: repeat;
  background-size: 30px 1px; /* 背景パターンのサイズ調整 (autoで画像のサイズそのまま) */
  width: calc(100% + 50px);
  height: 100%;
  top: 0;
  left: -25px;
  z-index: -1;
}
body .gloval_contents .contact .inner {
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .contact .inner {
    padding: 60px 0 80px;
  }
}
body .gloval_contents .contact .inner p {
  margin-top: 30px;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .contact .inner p {
    text-align: center;
  }
}
body .gloval_contents .contact .inner .tell {
  position: relative;
  margin: 30px auto 0;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .contact .inner .tell {
    width: 440px;
  }
}
body .gloval_contents .contact .inner .tell h3 {
  font-family: "sacre-bleu-mvb", sans-serif;
  font-size: 16px;
  color: #ffc74a;
  text-align: center;
}
body .gloval_contents .contact .inner .tell::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #ffca50 2px, transparent 2px);
  background-size: 8px 2px;
}
body .gloval_contents .contact .inner .tell::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #ffca50 2px, transparent 2px);
  background-size: 8px 2px;
}
body .gloval_contents .contact .inner .tell .number {
  font-size: 22px;
  margin-top: 0;
  font-weight: 600;
  text-align: center;
}
body .gloval_contents .contact .inner .tell .notice {
  margin-top: 5px;
  margin-top: 0;
  text-align: center;
}
body .gloval_contents .contact .inner .module_btn01 {
  margin-top: 40px;
  text-align: center;
}
body .gloval_contents .contact .inner .module_list01 {
  background-color: #fdf5e4;
  border: 1px solid #ffca50;
  padding: 10px 30px 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .contact .inner .module_list01 {
    width: 600px;
  }
}
body .gloval_contents .contact .inner .module_list01 li {
  text-align: left;
}
body .gloval_contents .contact .inner .module_list01 li span {
  font-weight: 600;
}
body .gloval_footer .gf_copyright {
  font-family: "sacre-bleu-mvb", sans-serif;
  font-size: 15px;
  background-color: #fdf5e4;
  padding: 15px 0 10px;
  text-align: center;
  color: #ba8a09;
}
/*# sourceMappingURL=style.css.map */