@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
  position: absolute;
  z-index: 1000;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #global-header {
    position: fixed;
    z-index: 9000;
    background: #fff;
    width: 100%;
    height: auto;
  }
}
#global-header .inner {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #global-header .inner {
    width: 100%;
  }
}
#global-header .inner .logo {
  width: 15%;
  padding: 1.5% 1.5% 0 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #global-header .inner .logo {
    margin: 0 auto;
    padding: 12px 0;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner .logo {
    padding: 15px 0;
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner .logo a {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}
#global-header .inner .logo a img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
#global-header .inner #global-navi ul.top-level {
  display: grid;
  grid-template-columns: 14.57% 14.57% 14.57% 14.57% 14.57% 14.57% 14.57%;
  width: 100%;
}
#global-header .inner #global-navi ul.top-level li {
  position: relative;
  width: 100%;
  z-index: 1;
}
#global-header .inner #global-navi ul.top-level li a {
  color: #fff;
  padding: 24px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul.top-level li a:hover {
  background: #C83183;
  text-decoration: none !important;
}
#global-header .inner #global-navi ul.top-level li a:hover span.en {
  color: #dff;
}
#global-header .inner #global-navi ul.top-level li a:hover span.ja {
  color: #dff;
}
#global-header .inner #global-navi ul.top-level li a span {
  display: block;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul.top-level li a span.en {
  font-size: 1.3rem;
  font-weight: bold;
}
#global-header .inner #global-navi ul.top-level li a span.ja {
  font-size: 0.9rem;
}

.menu > li.menu__single {
  position: relative !important;
}

li.menu__single ul.menu__second-level {
  display: none !important;
  position: absolute !important;
  top: 40px !important;
  width: 120% !important;
  background: #fff !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
li.menu__single ul.menu__second-level li a span {
  display: block !important;
  transition: all 0.5s ease !important;
}
li.menu__single ul.menu__second-level li a span.en {
  font-size: 1.3rem !important;
  font-weight: bold !important;
}
li.menu__single ul.menu__second-level li a span.ja {
  font-size: 0.9rem !important;
}

li.menu__single:hover ul.menu__second-level {
  display: block !important;
  top: 80px !important;
  opacity: 1 !important;
}

.page-header {
  text-align: center;
  margin: 80px auto 60px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 1240px) {
  .page-header {
    margin: 40px auto 20px auto;
    width: 80%;
    text-align: left;
  }
}
@media screen and (max-width: 415px) {
  .page-header {
    margin: 15% auto 3% auto;
    width: 90%;
    text-align: left;
  }
}
.page-header h2 {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 415px) {
  .page-header h2 {
    line-height: 1.1em;
  }
}
.page-header h2 span.en {
  font-size: 3em;
  letter-spacing: 0.25em;
  font-weight: bold;
  line-height: 1.3em;
  color: #2a3035;
  display: inline-block;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .page-header h2 span.en {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 415px) {
  .page-header h2 span.en {
    padding: 2.5% 0;
    font-size: 1.6em;
  }
}
.page-header h2 span.ja {
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 0.45em;
  padding: 8px 0 0;
  color: #FF008B;
}
@media screen and (max-width: 415px) {
  .page-header h2 span.ja {
    padding: 2.5% 0;
    font-size: 1em;
  }
}
.page-header img {
  width: 50%;
  margin: 40px auto 10px auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 415px) {
  .page-header img {
    width: 340px;
  }
}
.page-header p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 415px) {
  .page-header p {
    width: 80%;
  }
}

.contact .contact_bg {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .contact .contact_bg {
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  .contact .contact_bg {
    width: 90%;
  }
}
.contact .contact_bg .contact-inner {
  height: 480px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 415px) {
  .contact .contact_bg .contact-inner {
    height: 280px;
  }
}
.contact .contact_bg .contact-inner p {
  text-align: center;
  color: #2a3035;
  font-size: 1.8em;
  line-height: 2em;
}
@media screen and (max-width: 415px) {
  .contact .contact_bg .contact-inner p {
    font-size: 1.4em;
  }
}

.btn {
  width: 170px;
  height: 50px;
  margin: 50px auto 0 auto;
}
.btn a {
  width: 170px;
  height: 50px;
  border: 1px solid #333333;
  padding: 15px 60px;
  color: #333333;
  transition: all 0.5s ease;
}
.btn a:hover {
  background: #333;
  color: #fff;
}

.shiro {
  width: 170px;
  height: 50px;
  margin: 50px auto 0 auto;
}
.shiro a {
  padding: 15px 60px;
  border: solid 1px #2a3035;
  color: #2a3035;
  transition: all 0.5s ease;
  font-size: 1.5em;
}
.shiro a:hover {
  background: #2a3035;
  color: #fff;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

#global-footer {
  border-top: 6px solid #C79F62;
}
#global-footer .footer-inner {
  width: 1240px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    display: block;
    padding: 40px 0 0;
  }
}
#global-footer .footer-inner .flogo {
  text-align: center;
  margin-bottom: 24px;
}
#global-footer .footer-inner .fnavi {
  width: 100%;
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-around;
  flex: 1;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .fnavi {
    display: none;
  }
}
#global-footer .footer-inner .fnavi li {
  width: 100%;
}
#global-footer .footer-inner .fnavi li a span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #464646;
  transition: color 0.5s ease;
}
#global-footer .footer-inner .fnavi li a span.en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#global-footer .footer-inner .fnavi li a span.ja {
  font-size: 0.9rem;
}
#global-footer .footer-inner .fnavi li a:hover span {
  color: #C83183;
}
#global-footer .footer-inner .fnavi li.plane span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #464646;
  transition: color 0.5s ease;
  margin-bottom: 14px;
}
#global-footer .footer-inner .fnavi li.plane span.en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#global-footer .footer-inner .fnavi li.plane span.ja {
  font-size: 0.9rem;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a {
  display: inline-block;
  padding: 8px 0;
  width: 100%;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #464646;
  transition: color 0.5s ease;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a span.en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a span.ja {
  font-size: 0.9rem;
  text-align: center;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a:hover span {
  color: #C83183;
}
#global-footer .footer-inner .doclink {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .doclink {
    display: block;
  }
}
#global-footer .footer-inner .doclink .pplink {
  display: inline-block;
}
#global-footer .footer-inner .doclink .pplink:nth-child(1) {
  margin-right: 32px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .doclink .pplink {
    width: 100%;
    margin-bottom: 16px;
  }
  #global-footer .footer-inner .doclink .pplink:nth-child(1) {
    margin-right: 0;
  }
}
#global-footer .footer-inner .doclink .pplink span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #464646;
  transition: color 0.5s ease;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .doclink .pplink span {
    text-align: center;
    width: 100%;
  }
}
#global-footer .footer-inner .doclink .pplink span.en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#global-footer .footer-inner .doclink .pplink span.ja {
  font-size: 0.9rem;
}
#global-footer .footer-inner .doclink .pplink:hover span {
  color: #C83183;
}

.copy {
  width: 100%;
  text-align: center;
  padding: 24px 0;
}
.copy small {
  text-align: right;
  color: #4a4a4a;
  font-size: 1.2em;
}
@media screen and (max-width: 415px) {
  .copy small {
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1240px) {
  .copy small {
    width: 80%;
    margin: 0 auto 5px auto;
  }
}

#key-visual {
  width: 1280px;
  position: relative;
  margin-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  #key-visual {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #key-visual {
    margin-bottom: 32px;
    padding-top: 63px;
  }
}
#key-visual .inner {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #key-visual .inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #key-visual .inner {
    height: 200px;
  }
}
#key-visual .inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  #key-visual .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#key-visual .key-conncept {
  width: 100%;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 100;
}

#container {
  width: 1240px;
  margin: 0 auto 80px;
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #container {
    display: block;
  }
}

.content .content-header {
  margin-bottom: 40px;
}
.content .content-header h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #414141;
}
.content .content-header .en {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #C83183;
}

.small-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.small-header h3 {
  color: #C79F62;
  font-size: 2.4rem;
  font-weight: bold;
}
.small-header .title-line {
  display: block;
  width: 60%;
  height: 4px;
  background: #C79F62;
  margin-left: 24px;
}

.mainread {
  text-align: center;
  margin-bottom: 80px;
}
.mainread .main {
  font-size: 2.6rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  .mainread .main {
    font-size: 1.8rem;
  }
}
.mainread .sub {
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .mainread .sub {
    font-size: 1.35rem;
  }
}

.course-blog {
  width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1280px) {
  .course-blog {
    width: 100%;
  }
}
.course-blog .post-list {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 220px 220px 220px 220px 220px;
  column-gap: 25px;
}
@media screen and (max-width: 1280px) {
  .course-blog .post-list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
.course-blog .post-list .box {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .course-blog .post-list .box {
    width: 100%;
    margin-bottom: 32px;
  }
}
.course-blog .post-list .box .pic {
  width: 100%;
  height: 165px;
  background: #F0F0F0;
  margin-bottom: 16px;
}
.course-blog .post-list .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-blog .post-list .box .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.course-blog .post-list .box .meta {
  margin-bottom: 4px;
}
.course-blog .post-list .box .meta time {
  color: #B4B4B4;
  margin-right: 4px;
  font-size: 1.2rem;
}
.course-blog .post-list .box .meta .category {
  color: #C83183;
  font-size: 1.2rem;
}
.course-blog .post-list .box .text {
  font-size: 1.2rem;
}
.course-blog .course-btn {
  text-align: center;
}
.course-blog .course-btn a {
  display: inline-block;
  padding: 12px 32px;
  background: #FAFAFA;
  border-radius: 2em;
  color: #C83183;
  font-size: 1.6rem;
}

.course {
  width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1280px) {
  .course {
    width: 100%;
  }
}
.course .course-list {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
}
@media screen and (max-width: 1280px) {
  .course .course-list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 480px) {
  .course .course-list {
    display: block;
  }
}
.course .course-list .box {
  border-top: 1px solid #C79F62;
  text-align: center;
  height: 100%;
  margin-bottom: 32px;
}
.course .course-list .box:nth-child(3), .course .course-list .box:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .course .course-list .box {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .course .course-list .box {
    width: 100%;
    margin-bottom: 32px;
  }
}
.course .course-list .box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #7C7C7C;
  padding: 24px 0 0;
  min-height: 56px;
}
.course .course-list .box h3.singleline {
  padding: 24px 0 21px;
}
.course .course-list .box p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #7C7C7C;
  text-align: left;
  margin-bottom: 32px;
  padding: 10px;
  min-height: 170px;
}
.course .course-list .box .btn {
  color: #C83183;
  padding: 12px 24px;
  border-radius: 2em;
  background: #FAFAFA;
  font-size: 1.4rem;
  transition: all 0.5s ease;
  display: inline-block;
  height: auto;
  margin-top: 0;
}
.course .course-list .box .btn:hover {
  background: #C83183;
  color: #FAFAFA;
}

.persnalized {
  width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1280px) {
  .persnalized {
    width: 100%;
  }
}
.persnalized .box {
  border-top: 1px solid #C79F62;
}
.persnalized .box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #7C7C7C;
  padding: 24px 0;
}
.persnalized .box .desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #7C7C7C;
  margin-bottom: 16px;
}
.persnalized .box table {
  width: 100%;
}
.persnalized .box table tr {
  background: rgba(200, 160, 98, 0.14);
}
.persnalized .box table tr:nth-child(odd) {
  background: rgba(200, 160, 98, 0.08);
}
.persnalized .box table tr th {
  width: 20%;
  vertical-align: middle;
  padding: 20px 12px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #454545;
}
.persnalized .box table tr td {
  width: 80%;
  padding: 20px;
  font-size: 1.4rem;
  color: #565656;
}
.persnalized .box .btnwrap {
  text-align: center;
  padding: 40px 0;
}
.persnalized .box .btnwrap .btn {
  color: #C83183;
  padding: 12px 24px;
  border-radius: 2em;
  background: #FAFAFA;
  font-size: 1.4rem;
  transition: all 0.5s ease;
}
.persnalized .box .btnwrap .btn:hover {
  background: #C83183;
  color: #FAFAFA;
}

.training {
  width: 1200px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1280px) {
  .training {
    width: 100%;
  }
}
.training .training-list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
}
@media screen and (max-width: 1280px) {
  .training .training-list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 480px) {
  .training .training-list {
    display: block;
  }
}
.training .training-list .box {
  border-top: 1px solid #C79F62;
  text-align: center;
  height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .training .training-list .box {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .training .training-list .box {
    width: 100%;
    margin-bottom: 32px;
  }
}
.training .training-list .box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #7C7C7C;
  padding: 24px 0 0;
  min-height: 56px;
}
.training .training-list .box p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #7C7C7C;
  text-align: left;
  margin-bottom: 32px;
  padding: 10px;
  min-height: 130px;
}
.training .training-list .box p span {
  font-weight: bold;
}
.training .training-list .box p i {
  color: #C83183;
}
.training .training-list .box .btn {
  color: #C83183;
  padding: 12px 24px;
  border-radius: 2em;
  background: #FAFAFA;
  font-size: 1.4rem;
  transition: all 0.5s ease;
}
.training .training-list .box .btn:hover {
  background: #C83183;
  color: #FAFAFA;
}

.blog {
  width: 810px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .blog {
    width: 100%;
  }
}
.blog .post-list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 1%;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .blog .post-list {
    display: block;
  }
}
.blog .post-list .box {
  width: 248px;
}
@media screen and (max-width: 768px) {
  .blog .post-list .box {
    width: 100%;
    margin-bottom: 32px;
  }
}
.blog .post-list .box .pic {
  width: 100%;
  height: 174px;
  background: #F0F0F0;
  margin-bottom: 16px;
}
.blog .post-list .box .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog .post-list .box .meta {
  margin-bottom: 4px;
}
.blog .post-list .box .meta time {
  color: #B4B4B4;
  margin-right: 20px;
  font-size: 1.4rem;
}
.blog .post-list .box .meta .category {
  color: #C83183;
  font-size: 1.4rem;
}
.blog .post-list .box .text {
  font-size: 1.5rem;
}
.blog .blog-btn {
  text-align: center;
}
.blog .blog-btn a {
  display: inline-block;
  padding: 12px 32px;
  background: #FAFAFA;
  border-radius: 2em;
  color: #C83183;
  font-size: 1.6rem;
}

.container-inner {
  margin-bottom: 120px;
}
.container-inner .gotantou {
  width: 810px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .container-inner .gotantou {
    width: 100%;
  }
}
.container-inner .gotantou p.desc {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.container-inner .gotantou h4 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #AF8C57;
  margin-bottom: 8px;
}
.container-inner .gotantou h4 + ul {
  margin-bottom: 16px;
}
.container-inner .gotantou h4 + ul li {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.container-inner .gotantou h4 + ul li:last-child {
  margin-bottom: 0;
}
.container-inner .gotantou .content-inner {
  padding: 24px 40px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 480px) {
  .container-inner .gotantou .content-inner {
    padding: 24px;
  }
}
.container-inner .gotantou .content-inner dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: 480px) {
  .container-inner .gotantou .content-inner dl div {
    display: block;
  }
}
.container-inner .gotantou .content-inner dl div dt {
  width: 25%;
}
@media screen and (max-width: 480px) {
  .container-inner .gotantou .content-inner dl div dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.container-inner .gotantou .content-inner dl div dt span {
  display: block;
}
.container-inner .gotantou .content-inner dl div dt span.pink {
  font-size: 1.6rem;
  font-weight: bold;
  color: #C83183;
}
.container-inner .gotantou .content-inner dl div dt span.normal {
  font-size: 1.6rem;
  font-weight: bold;
  color: #464646;
}
.container-inner .gotantou .content-inner dl div dd {
  width: 70%;
  margin-left: 5%;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  .container-inner .gotantou .content-inner dl div dd {
    width: 100%;
    margin-left: 1%;
  }
}

.button-list {
  text-align: center;
}
.button-list a {
  display: inline-block;
  width: 230px;
  height: 55px;
  padding-top: 15px;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  transition: border-radius 0.9s ease;
}
@media screen and (max-width: 480px) {
  .button-list a {
    width: 45%;
  }
}
.button-list a:hover {
  border-radius: 3em;
}
.button-list .apply {
  background: #C83183;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  margin-right: 32px;
}
.button-list .inquiry {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  background: linear-gradient(120deg, #E3D085, #D8B37B);
}

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