@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
:root {
  --font-round: "M PLUS Rounded 1c", sans-serif;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-zen: "Zen Kaku Gothic New", sans-serif;
}

/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: calc(100vw * 10 / 1600);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 740);
  }
}

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

body {
  font-size: 2.4rem;
  line-height: 1.5;
  background: #F7F8F8;
  color: #005BAC;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: var(--font-noto);
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_sub {
  font-family: var(--font-round);
  font-size: 4.1rem;
  font-weight: 800;
}

.c_sub b {
  font-size: 5.45rem;
  letter-spacing: .15em;
  line-height: 1;
}

.c_sub em {
  color: #F97930;
  letter-spacing: .2em;
  line-height: 1;
}

.c_sub i {
  background-image: radial-gradient(circle, #2361a6 0.2rem, transparent 0.2rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: .8rem .4rem;
  display: inline-block;
  padding-bottom: .1em;
}

.c_sub .mb {
  margin-bottom: .3em;
}

.c_ttl {
  text-align: center;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    margin-bottom: 6.5rem;
  }
}

.c_ttl img {
  width: 20rem;
}

@media screen and (max-width: 767px) {
  .c_ttl img {
    width: 30rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 140rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 5rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 14rem;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

.h_logo {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}

@media screen and (min-width: 768px) {
  .h_logo {
    top: 0;
    left: 0;
    background: url(../img/logo-bg.svg) no-repeat center top/contain;
    width: 36.4rem;
    height: 22.9rem;
    padding-top: 4.6rem;
    padding-left: 3.5rem;
  }
}

.h_logo img {
  width: 23.6rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 24.2rem;
  }
}

.h_rec {
  position: absolute;
  right: 2rem;
  top: .5rem;
}

@media screen and (max-width: 767px) {
  .h_rec {
    top: auto;
    bottom: 2.5rem;
    right: 2.5rem;
  }
}

.h_rec img {
  width: 12.45rem;
}

@media screen and (max-width: 767px) {
  .h_rec img {
    width: 26rem;
  }
}

.h_nav {
  color: #000;
  font-family: var(--font-round);
}

.h_nav i {
  display: block;
  color: #F97930;
  font-size: 1.2rem;
  margin-top: .2em;
  font-family: var(--font-zen);
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .h_nav i {
    font-size: 2.2rem;
    color: #F9AB30;
    font-weight: 500;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .h_nav a {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav a {
    font-family: var(--font-zen);
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav li {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.7rem;
    background: #fff;
    gap: 1.2em;
    height: 8.6rem;
    text-align: center;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    width: 116.4rem;
    margin: 0 auto;
    max-width: 63%;
  }
}

@media screen and (min-width: 1770px) {
  .h_nav {
    gap: 2em;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: .4rem;
    top: .4rem;
    cursor: pointer;
  }
  .h_menu img {
    width: 12.4rem;
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    background: #2361A6;
    padding: 12rem 8.8rem 0;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn .7s;
  }
  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut .5s;
  }
  body.loaded #toggle_menu {
    animation-duration: .8s;
  }
}

footer {
  position: relative;
}

#gototop {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #gototop {
    right: 3.3rem;
    bottom: 37rem;
  }
}

#gototop p {
  font-size: 1.8rem;
  font-family: var(--font-zen);
  color: #F97930;
  letter-spacing: .1em;
  font-weight: bold;
  margin-top: .3em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #gototop p {
    font-size: 2.4rem;
  }
}

#gototop img {
  width: 5rem;
}

@media screen and (max-width: 767px) {
  #gototop img {
    width: 10.3rem;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
  }
}

.f_news {
  position: relative;
  z-index: 0;
  height: 108rem;
  padding: 13rem 0 10rem;
}

.f_news .my_nav {
    margin-top: 8rem;
    text-align: center;
}


.f_news .my_nav a {
    display: inline-block;
    background: none;
    padding: 0;
}


@media screen and (max-width: 767px) {
  .f_news {
    padding: 12rem 0 6.5rem;
    height: auto;
  }
}

.f_news:before {
  content: '';
  position: absolute;
  background: url(../img/news-bg.svg) no-repeat center top/100%;
  left: 0;
  width: 100%;
  height: calc(100% + 40rem);
  z-index: -1;
  top: 5.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .f_news:before {
    background-size: 192rem;
  }
}

@media screen and (max-width: 767px) {
  .f_news:before {
    background-image: url(../img/news-bg-sp.png);
    top: -2rem;
  }
}

body:has(.top_main) .f_news {
  background: #fffeeb;
}

body:has(.enroll_info, .enroll_app) .f_news {
  background: #FBF3DA;
}

.f_news .c_deco {
  width: 12.5rem;
  left: calc(50% + 56.3rem);
  top: .6rem;
}

@media screen and (max-width: 767px) {
  .f_news .c_deco {
    left: auto;
    right: 2.5rem;
    width: 8.7rem;
    top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .f_news ul {
    width: 90.3rem;
    margin: 0 auto;
  }
}

.f_news li {
  border-bottom: dotted .3rem #fff;
}

.f_news a {
  color: #5C4600;
  display: block;
  padding: 2.5rem 5em 2.5rem 1em;
  background: url(../img/arrow-right02.svg) no-repeat calc(100% - 5.5rem) center/4.5rem;
}

@media screen and (min-width: 768px) {
  .f_news a {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .f_news a {
    font-size: 3rem;
    padding: 3.5rem 3em 3.5rem .2em;
    background-position: right center;
    background-size: 6.5rem;
  }
}

.f_news a time {
  display: block;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .f_news a time {
    width: 8.8em;
  }
}

.f_news a span {
  letter-spacing: .1em;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

@media screen and (min-width: 768px) {
  .f_news a span {
    width: calc(100% - 8.8em);
  }
}

.f_news .bnr {
  margin-top: 7rem;
}

.f_news .bnr a {
  background: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .f_news .bnr {
    width: 90.3rem;
    margin: 5.3rem auto 0;
  }
}

footer {
  position: relative;
  z-index: 2;
}

#footer {
  padding: 10rem 0 3rem;
  position: relative;
  background: url(../img/f-bg.png) no-repeat center top/100% 100%;
  height: 52rem;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  #footer {
    background-size: 192rem;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    background-image: url(../img/f-bg-sp.png);
    background-size: 100%;
    height: auto;
    padding: 17rem 0 5rem;
  }
}

.f_logo {
  margin-bottom: 1.5rem;
}

.f_logo img {
  width: 23.6rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 34.7rem;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    gap: 6rem;
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .f_info {
    border-right: solid 1px #005BAC;
    padding-right: 3rem;
  }
}

.f_info dt {
  font-size: 2.2rem;
  letter-spacing: .1em;
  font-family: var(--font-round);
  font-weight: 800;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .f_info dt {
    font-size: 3.4rem;
  }
}

.f_info dd {
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .f_info dd {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .f_mark {
    display: flex;
    gap: 4rem;
    align-items: center;
    margin-top: 9rem;
  }
}

.f_mark ul {
  display: flex;
  gap: .7rem;
  margin-left: -.5rem;
}

@media screen and (min-width: 768px) {
  .f_mark ul {
    margin-bottom: 1.5rem;
  }
}

.f_mark img {
  width: 9.1rem;
}

@media screen and (max-width: 767px) {
  .f_mark img {
    width: 13.5rem;
  }
}

.f_mark p {
  font-size: 1.6rem;
  line-height: 1.3125;
}

@media screen and (max-width: 767px) {
  .f_mark p {
    font-size: 2.2rem;
  }
}

.f_mark p small {
  display: block;
  font-size: .875em;
  margin-top: .3em;
}

.f_copy {
  text-align: center;
  color: #5C4600;
  font-size: 1.4rem;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  background: url(../img/mv-bg.jpg) no-repeat center top/100%;
  padding: 15rem 0 23.2rem;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .top_main {
    background-size: 192rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main {
    background-image: url(../img/mv-bg-sp.png);
    background-size: 100%;
    padding: 10.5rem 0 7rem;
  }
}

.top_main .slide {
  position: relative;
}

.top_main .swiper-slide {
  width: 120rem;
  margin: 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .top_main .swiper-slide {
    width: 58.3rem;
    margin: 0 2.35rem;
  }
}

.top_main .c_deco {
  left: calc(50% + 60rem);
  top: 12.8rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_main .c_deco {
    display: none;
  }
}

.top_main .pager {
  position: absolute;
  width: 100%;
  bottom: 6rem;
  display: flex;
  z-index: 1;
  gap: 1.8rem;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .top_main .pager {
    display: none;
  }
}

.top_main .swiper-pagination-bullet {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  color: transparent;
}

.top_main .swiper-pagination-bullet-active {
  background: #005BAC;
}

.c_deco {
  position: absolute;
}

.top_concept {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: -18rem 0 34.5rem;
}

@media screen and (max-width: 767px) {
  .top_concept {
    margin: 0 0 34.5rem;
  }
}

.top_concept:before {
  content: '';
  position: absolute;
  background: url(../img/concept-bg.png) no-repeat center top/100% 100%;
  width: 100%;
  top: -41rem;
  left: 0;
  height: 180rem;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .top_concept:before {
    background-size: 192rem;
  }
}

@media screen and (max-width: 767px) {
  .top_concept:before {
    background-image: url(../img/concept-bg-sp.png);
    background-size: 102%;
    height: 463.1rem;
    top: -28.5rem;
  }
}

.top_concept .c_deco.a {
  width: 29.5rem;
  top: -10rem;
  right: calc(50% + 55.5rem);
}

@media screen and (max-width: 767px) {
  .top_concept .c_deco.a {
    width: 12.9rem;
    right: auto;
    left: 6.6rem;
  }
}

.top_concept .c_deco.b {
  width: 26.2rem;
  top: -15.5rem;
  left: calc(50% + 55rem);
}

@media screen and (max-width: 767px) {
  .top_concept .c_deco.b {
    width: 10.8rem;
    left: auto;
    right: 5.7rem;
    top: -19rem;
  }
}

.top_concept .lead {
  line-height: 2.625;
  letter-spacing: .1em;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .top_concept .lead {
    margin-top: 3rem;
    font-size: 3rem;
    line-height: 2.1;
  }
}

@media screen and (min-width: 768px) {
  .top_concept figure {
    position: absolute;
  }
  .top_concept figure.a {
    width: 39.9rem;
    right: calc(50% + 59rem);
    top: 36.8rem;
  }
  .top_concept figure.b {
    width: 36.8rem;
    left: calc(50% + 64.3rem);
    top: 35.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_concept figure.a {
    width: 35.8rem;
    margin-left: auto;
    margin-right: -2.5rem;
  }
  .top_concept figure.b {
    width: 41.3rem;
    margin-left: -5.5rem;
    margin-top: -5rem;
  }
}

.top_concept .btn {
  text-align: center;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .top_concept .btn {
    margin: 6rem 0 10rem;
  }
}

.top_concept .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  width: 28.8rem;
  height: 7.4rem;
  border-radius: 3em;
  background: #F97930 url(../img/arrow-right-w.svg) no-repeat 2em center/0.85em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .top_concept .btn a {
    width: 43.2rem;
    height: 11.1rem;
    font-size: 3rem;
  }
}

.top_welcom {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
}

.top_welcom:before {
  content: '';
  position: absolute;
  background: #fffeeb;
  width: 100%;
  z-index: -1;
  height: calc(100% - 15rem);
  bottom: 0;
}

.top_welcom .c_deco.a {
  width: 46.9rem;
  top: -13.5rem;
  right: calc(50% + 29.5rem);
}

@media screen and (max-width: 767px) {
  .top_welcom .c_deco.a {
    width: 33.1rem;
    right: 3rem;
    top: -49rem;
  }
}

.top_welcom .c_deco.b {
  width: 20.4rem;
  top: -29rem;
  left: calc(50% + 52.2rem);
}

@media screen and (max-width: 767px) {
  .top_welcom .c_deco.b {
    width: 15.4rem;
    left: 7rem;
    top: -25rem;
  }
}

.top_welcom .c_deco.c {
  width: 10.8rem;
  right: 15rem;
  top: 6.2rem;
}

@media screen and (max-width: 767px) {
  .top_welcom .c_deco.c {
    width: 12.9rem;
    right: 18rem;
    top: 7.5rem;
  }
}

.top_welcom .c_ttl {
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .top_welcom .c_ttl {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_welcom .c_sub {
    font-size: 4.9rem;
  }
}

.top_welcom .box {
  width: 65.1rem;
  height: 65.1rem;
  background: #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  padding-top: 12.8rem;
  padding-left: 10.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_welcom .box {
    margin-top: -2rem;
    padding-left: 12rem;
    padding-top: 15rem;
  }
}

.top_welcom .box p {
  line-height: 1.79;
  margin-top: 1em;
  color: #0C419A;
}

@media screen and (max-width: 767px) {
  .top_welcom .box p {
    font-size: 2.9rem;
  }
}

.top_welcom .btn {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top_welcom .btn {
    margin-top: 5.5rem;
  }
}

.top_welcom .btn a {
  display: inline-flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #F97930;
  height: 5rem;
  border-radius: 3em;
  padding-left: 2.6em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_welcom .btn a {
    font-size: 3.1rem;
  }
}

.top_welcom .btn a:before {
  content: '';
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #F97930 url(../img/arrow-right-w.svg) no-repeat 50%/1.7rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .top_welcom .btn a:before {
    width: 6rem;
    height: 6rem;
    background-size: 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  .top_welcom .u_inner {
    width: 126.6rem;
  }
  .top_welcom figure {
    width: 73.3rem;
    margin-left: auto;
  }
  .top_welcom .box {
    width: 54.3rem;
    height: 54.3rem;
    position: absolute;
    bottom: 10rem;
    margin-left: 1.5rem;
  }
}

.low {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
  }
}

.low_header {
  position: relative;
  z-index: 0;
  padding: 31.5rem 0 8.6rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    padding: 22.5rem 0 7.8rem;
  }
}

.low_header:before {
  content: '';
  position: absolute;
  background: url(../img/low-header.png) no-repeat center top/100% 100%;
  width: 100%;
  top: 0;
  left: 0;
  height: 74.7rem;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .low_header:before {
    background-size: 192rem;
  }
}

@media screen and (max-width: 767px) {
  .low_header:before {
    background-image: url(../img/low-header-sp.png);
    background-size: 100%;
    height: 45rem;
  }
}

.low_header .ttl {
  text-align: center;
  padding-top: 9rem;
  background: url(../img/ttl-icon.png) no-repeat center top/7.2rem;
  font-size: 4.8rem;
  font-family: var(--font-round);
  font-weight: 800;
  letter-spacing: .1em;
  color: #F97930;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    background-size: 6.9rem;
    font-size: 4.6rem;
  }
}

.low_header .ttl i {
  background-image: radial-gradient(circle, #2361a6 0.3rem, transparent 0.3rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1.2rem .6rem;
  display: inline-block;
  padding-bottom: .2em;
}

.low_header .c_deco.a {
  width: 29.5rem;
  top: 20.7rem;
  right: calc(50% + 55.5rem);
}

@media screen and (max-width: 767px) {
  .low_header .c_deco.a {
    width: 12.9rem;
    right: auto;
    left: 6.6rem;
    top: 15rem;
  }
}

.low_header .c_deco.b {
  width: 26.2rem;
  top: 12.7rem;
  left: calc(50% + 55rem);
}

@media screen and (max-width: 767px) {
  .low_header .c_deco.b {
    width: 10.8rem;
    left: auto;
    right: 8.5rem;
    top: 11rem;
  }
}

.low_ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
  font-family: var(--font-round);
  color: #fff;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .low_ttl {
    margin: 0 -2rem 7rem;
  }
}

.low_ttl i {
  z-index: 0;
  width: 1.95em;
  height: 1.95em;
  background: #005BAC;
  border-radius: 50%;
  display: inline-block;
  line-height: 1.95;
  margin: 0 -.25em;
}

.c_frame {
  position: relative;
  z-index: 1;
  margin-bottom: 7rem;
  background: #FBF3DA;
}

@media screen and (max-width: 767px) {
  .c_frame {
    padding: 6.5rem 5rem 9.5rem;
    margin: 0 -5rem 9rem;
  }
  .c_frame.last {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .c_frame {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 5.2rem;
    padding: 7.5rem 0;
  }
}

.about_info {
  padding-bottom: 0;
}

.about_info .c_deco {
  right: 8.63rem;
  top: 9.1rem;
  width: 15.8rem;
}

@media screen and (max-width: 767px) {
  .about_info .c_deco {
    width: 12.6rem;
    right: 7rem;
    top: 72.5rem;
  }
}

@media screen and (min-width: 768px) {
  .about_info .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7rem;
    margin-bottom: 6.8rem;
  }
  .about_info dl {
    width: 60.2rem;
  }
  .about_info figure {
    width: 57rem;
  }
}

.about_info figure {
  border-radius: 3.8rem;
  overflow: hidden;
  border: solid 0.7rem #005BAC;
}

.about_info figure img {
  width: 100%;
}

.about_info dl {
  color: #664A2D;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .about_info dl {
    font-size: 2.6rem;
    margin-top: 4rem;
  }
}

.about_info dt {
  width: 5.5em;
}

.about_info dd {
  width: calc(100% - 5.5em);
}


.about_info .map {
  height: 47.5rem;
}

@media screen and (max-width: 767px) {
  .about_info .map {
    margin: 7.5rem -5rem 0;
    height: 85rem;
  }
}

.about_info iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .about_faci {
    padding-bottom: 0;
  }
}

.about_faci .low_ttl {
  margin-bottom: 4rem;
}

.about_faci figcaption {
  color: #513325;
  font-size: 1.8rem;
  margin-top: .3em;
}

@media screen and (max-width: 767px) {
  .about_faci figcaption {
    font-size: 2.8rem;
  }
}

.about_faci figure img {
  widht: 100%;
}

@media screen and (max-width: 767px) {
  .about_faci .num {
    text-align: center;
    margin-bottom: 6.5rem;
  }
}

.about_faci .num img {
  width: 18rem;
}

.about_faci .img {
  display: none;
}

.about_faci .sp {
  position: relative;
}

.about_faci .slide {
  margin-top: 10rem;
}

.about_faci .slide img {
  width: 100%;
}

.about_faci .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 6.7rem;
  height: 46.2rem;
  background: url(../img/ico-prev.svg) no-repeat 50%/contain;
}

.about_faci .btn .prev {
  left: -3.4rem;
}

.about_faci .btn .next {
  background-image: url(../img/ico-next.svg);
  right: -3.4rem;
}

.about_faci ul {
  background: #fff;
  padding: 8.7rem 6.5rem;
}

@media screen and (max-width: 767px) {
  .about_faci ul {
    margin: 0 -2.5rem;
    padding: 4.5rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .about_faci li + li {
    margin-top: 14rem;
  }
}

@media screen and (min-width: 768px) {
  .about_faci .img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    width: 59.1rem;
  }
  .about_faci li {
    display: flex;
    justify-content: space-between;
  }
  .about_faci li + li {
    margin-top: 7.4rem;
  }
  .about_faci .left {
    width: 60.7rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 3rem;
  }
}

.about_goal p {
  background: url(../img/ttl-line.svg) no-repeat center bottom/auto 0.9rem;
  padding-bottom: .4em;
  color: #DE8654;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .about_goal p {
    background: none;
    font-size: 4.3rem;
    margin-bottom: 26.5rem;
  }
  .about_goal p span {
    background: url(../img/ttl-line.svg) no-repeat center bottom/auto 1.2rem;
    padding-bottom: .4em;
    display: inline-block;
  }
  .about_goal p span:nth-of-type(1) {
    margin-bottom: .5em;
  }
}

.about_goal .c_deco.a {
  width: 20.2rem;
  top: 5.6rem;
  left: 8.6rem;
}

@media screen and (max-width: 767px) {
  .about_goal .c_deco.a {
    width: 20.2rem;
    top: 44rem;
    left: 2.5rem;
  }
}

.about_goal .c_deco.b {
  width: 11rem;
  top: 5.6rem;
  right: 18rem;
}

@media screen and (max-width: 767px) {
  .about_goal .c_deco.b {
    width: 10.8rem;
    right: 4.7rem;
    top: 32.3rem;
  }
}

.about_goal .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  margin: 0 10rem;
}

@media screen and (max-width: 767px) {
  .about_goal .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 11rem;
    margin: 0;
  }
}

.about_goal dt {
  text-align: center;
  margin-bottom: 2.5rem;
}

.about_goal dt img {
  height: 35rem;
}

@media screen and (max-width: 767px) {
  .about_goal dt img {
    height: 50rem;
  }
}

.about_goal dd {
  font-size: 3rem;
  font-weight: 400;
  color: #664A2D;
  line-height: 1.56;
}

@media screen and (min-width: 768px) {
  .about_goal dd {
    line-height: 1.65;
    font-size: 2rem;
    margin: 0 .8rem;
  }
}

@media screen and (min-width: 768px) {
  .enroll_info {
    padding-top: 5rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.enroll_info .c_deco {
  width: 11.1rem;
  top: 5.6rem;
  right: 25.5rem;
}

@media screen and (max-width: 767px) {
  .enroll_info .c_deco {
    top: 2.5rem;
    right: 3rem;
  }
}

.enroll_info .sub {
  text-align: center;
  color: #005BAC;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  font-family: var(--font-round);
  margin-bottom: .4em;
}

.enroll_info th, .enroll_info td {
  font-weight: bold;
  text-align: center;
  padding: .8em 0;
  color: #5C4600;
  width: 14.2%;
}

@media screen and (max-width: 767px) {
  .enroll_info th, .enroll_info td {
    font-size: 3rem;
  }
}

.enroll_info table {
  border-spacing: .3rem;
  border-collapse: separate;
}

.enroll_info thead th {
  color: #fff;
}

.enroll_info thead th + th {
  background: #5C4600;
}

@media screen and (max-width: 767px) {
  .enroll_info thead th + th {
    background: #FCDD6F;
    color: #5C4600;
  }
}

.enroll_info tbody th {
  background: #FCDD6F;
}

@media screen and (max-width: 767px) {
  .enroll_info tbody th {
    background: #5C4600;
    color: #fff;
  }
}

.enroll_info tbody td {
  background: #fff;
}

.enroll_app {
  color: #5C4600;
}

@media screen and (min-width: 768px) {
  .enroll_app {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .enroll_app {
    padding-top: 10rem;
  }
}

.enroll_app .c_deco.a {
  width: 10.2rem;
  top: 3.7rem;
  left: 34rem;
}

@media screen and (max-width: 767px) {
  .enroll_app .c_deco.a {
    width: 10.2rem;
    top: 8rem;
    left: 2.5rem;
  }
}

.enroll_app .c_deco.b {
  width: 9.2rem;
  top: 2.5rem;
  right: 35rem;
}

@media screen and (max-width: 767px) {
  .enroll_app .c_deco.b {
    width: 9.2rem;
    right: 2.5rem;
    top: 7rem;
  }
}

.enroll_app .ttl {
  text-align: center;
  background: #FCDD6F;
  color: #5C4600;
  height: 8.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  margin-top: 3.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .enroll_app .ttl {
    font-size: 3.6rem;
  }
}

.enroll_app .ttl2 {
  font-weight: bold;
  background: url(../img/ttl-icon02.png) no-repeat left center/3.3rem;
  padding-left: 1.6em;
  margin: 4.5rem 0 .5em;
}

@media screen and (max-width: 767px) {
  .enroll_app .ttl2 {
    font-size: 3.6rem;
    background-size: 4.8rem;
  }
}

.enroll_app .box {
  background: #fff;
  padding: 3rem 4rem 6rem;
}

.enroll_app .box p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .enroll_app .box p {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

.enroll_app .box p.b {
  text-align: center;
}

.enroll_app .box .note {
  font-size: 1.4rem;
  margin-top: .7em;
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .enroll_app .box .note {
    font-size: 2.2rem;
  }
}

.enroll_app th, .enroll_app td {
  font-size: 2rem;
  font-weight: 400;
  border: solid 1px #7B6041;
  padding: .5em 2em;
}

@media screen and (max-width: 767px) {
  .enroll_app th, .enroll_app td {
    font-size: 2.8rem;
    line-height: 1.5;
    padding: .5em 1em;
    float: left;
    width: 100%;
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .enroll_app th {
    background: #d3d1cb;
    font-weight: 500;
  }
  .enroll_app table {
    border-top: solid 1px #7B6041;
  }
}

@media screen and (min-width: 768px) {
  .child_info {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 11.5rem;
  }
}

.child_info .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  color: #7B6041;
  margin: -2rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .child_info .lead {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: left;
  }
}

.child_info .deco {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 69.5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
  .child_info .deco {
    width: 122.4rem;
    position: absolute;
    top: 11rem;
    left: 13rem;
  }
}

.child_info .deco .a {
  width: 19.5rem;
}

.child_info .deco .b {
  width: 34.8rem;
}

.child_info ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
}

@media screen and (max-width: 767px) {
  .child_info ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 11.5rem;
  }
}

.child_info li {
  background: #fff;
  position: relative;
  padding: 16rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .child_info li:nth-child(1) {
    padding-bottom: 14rem;
  }
}

@media screen and (min-width: 768px) {
  .child_info li {
    height: 48.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0 0;
  }
}

.child_info li .num {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 14.5rem;
  top: -5.8rem;
}

.child_info li p {
  color: #664A2D;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .child_info li p {
    font-size: 3.2rem;
  }
}

.child_info li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-round);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: .2em;
  color: #fff;
  height: 7rem;
  width: 23.9rem;
  border-radius: 3em;
  padding-left: 1.2em;
  background: #664A2D url(../img/arrow-right-w.svg) no-repeat 2em center/0.9em;
  margin: 4rem auto 0;
}

@media screen and (max-width: 767px) {
  .child_info li a {
    font-size: 2.7rem;
    width: 35.8rem;
    height: 10.5rem;
  }
}

.aday_body {
  position: relative;
  margin-bottom: 11.5rem;
}

@media screen and (min-width: 768px) {
  .aday_body {
    margin-bottom: 15rem;
  }
  .aday_body .u_inner {
    width: 91rem;
  }
}

@media screen and (max-width: 767px) {
  .aday_body .u_inner {
    margin: 0;
  }
  .aday_body .scroll {
    overflow-x: auto;
  }
}

.aday_body .img {
  position: absolute;
}

.aday_body .img.a {
  width: 45.5rem;
  right: calc(50% + 52.5rem);
  top: 9.2rem;
}

.aday_body .img.b {
  width: 48.6rem;
  left: calc(50% + 50.6rem);
  top: 32rem;
}

@media screen and (max-width: 767px) {
  .aday_body .img {
    display: none;
  }
}

.aday_body .box {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .aday_body .box {
    width: 121.7rem;
    font-size: 2.7rem;
  }
}

.aday_body dl {
  width: 23.8rem;
}

@media screen and (max-width: 767px) {
  .aday_body dl {
    width: 35.7rem;
  }
}

@media screen and (max-width: 767px) {
  .aday_body ul {
    position: sticky;
    left: 0;
  }
}

.aday_body li {
  background: #005BAC;
  font-weight: bold;
  text-align: right;
  padding-right: 2.7em;
  display: flex;
  align-items: center;
  height: 6rem;
  margin-top: .23rem;
  color: #fff;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .aday_body li {
    height: 9rem;
  }
}

.aday_body dt img {
  width: 100%;
}

.aday_body dd p {
  background: #FCEFCA;
  font-weight: 400;
  line-height: 1.55;
  height: 6rem;
  margin-top: .5rem;
  color: #4C3306;
  padding: 0 .5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aday_body dd p:first-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .aday_body dd p {
    height: 9rem;
  }
}

.aday_body dd span {
  letter-spacing: -.1em;
}

.aday_body dd .col3 {
  height: 9rem;
}

@media screen and (max-width: 767px) {
  .aday_body dd .col3 {
    height: 13.5rem;
  }
}

.aday_body dd .col4 {
  height: 12rem;
}

@media screen and (max-width: 767px) {
  .aday_body dd .col4 {
    height: 18rem;
  }
}

.aday_body dd .col5 {
  height: 15rem;
}

@media screen and (max-width: 767px) {
  .aday_body dd .col5 {
    height: 22.5rem;
  }
}

.aday_body dd .col6 {
  height: 18rem;
}

@media screen and (max-width: 767px) {
  .aday_body dd .col6 {
    height: 27rem;
  }
}

.aday_body dd.b p {
  background: #FCE5A6;
}

.aday_body dd.c p {
  background: #FCDD6F;
}

.aday_body ul {
  width: 13.1rem;
}

@media screen and (max-width: 767px) {
  .aday_body ul {
    width: 14.5rem;
  }
}

.aday_body .note{
    font-size: 1.4rem;
    margin-top: .7em;
    text-align: center;
    text-indent: -1em;
    color: #000;
    font-weight: 400;
    line-height: 1.65;
}
@media screen and (max-width: 767px) {
    .aday_body .note{
        font-size: 2.2rem;
    }
}
.ayear_body {
  position: relative;
  z-index: 1;
  margin-bottom: 12rem;
}

@media screen and (min-width: 768px) {
  .ayear_body .u_inner {
    width: 100rem;
  }
}

.ayear_body p {
  text-align: center;
  color: #4C3306;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .ayear_body p {
    font-size: 3rem;
    line-height: 1.6;
  }
}

.ayear_body .year {
  position: relative;
}

.ayear_body .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ayear_body .list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ayear_body .list a {
  height: 29.1rem;
}

@media screen and (max-width: 767px) {
  .ayear_body .list a {
    height: 22.5rem;
  }
}

.ayear_body .other {
  display: none;
}

.lum-img {
  max-width: 100% !important;
}

.lum-lightbox {
  z-index: 60;
}

.study_sec {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .study_sec {
    border-radius: 2.3rem;
    margin: 0 -2.5rem 7rem;
    padding: 0 0 6rem;
    overflow: hidden;
  }
}

.study_sec .ttl {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 3.6rem;
  height: 10.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.8rem;
  position: relative;
  gap: 1em;
  background: #005BAC;
}

@media screen and (max-width: 767px) {
  .study_sec .ttl {
    justify-content: flex-start;
    padding-left: .8em;
    height: 11.3rem;
    font-size: 3.5rem;
    gap: .5em;
    white-space: nowrap;
  }
}

.study_sec .ttl small {
  position: absolute;
  font-size: 1.8rem;
  right: 4.4rem;
  bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .study_sec .ttl small {
    font-size: 2.4rem;
    background: #000;
    color: #fff;
    bottom: -3.5rem;
    right: 0;
    padding: 0 .5em;
  }
}

.study_sec .ttl:before {
  content: '';
  background: url(../img/study-icon.png) no-repeat 50%/contain;
  width: 5.4rem;
  height: 5.5rem;
}

.study_sec .ttl.b {
  background: #EE7534;
}

.study_sec .row {
  width: 50rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem 5.3rem;
}

.study_sec .row + p {
  margin-top: 2.3rem;
}

.study_sec .row img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .study_sec .row {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .study_sec .row {
    width: 105.3rem;
  }
  .study_sec .row > * {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .study_sec .desc {
    display: flex;
    align-items: center;
  }
  .study_sec .desc p {
    text-align: left;
  }
}

.study_sec p {
  color: #664A2D;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .study_sec p {
    font-size: 2.8rem;
    line-height: 1.71;
  }
}

.link_body {
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
}

@media screen and (min-width: 768px) {
  .link_body .u_inner {
    width: 100rem;
  }
}

.link_body figure {
  height: 20rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .link_body figure {
    height: 21rem;
  }
}

.link_body figure img {
  width: 38rem;
}

@media screen and (max-width: 767px) {
  .link_body figure img {
    width: 100rem;
  }
}

.link_body li {
  margin-top: 3rem;
}

.link_body a {
  background: #f9f5dc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: block;
}

@media screen and (min-width: 768px) {
  .link_body a {
    display: flex;
  }
  .link_body a > * {
    width: 50%;
  }
}

.link_body a p {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.65;
  padding-left: 4rem;
  background: url(../img/link-arrow.svg) no-repeat calc(100% - 4rem) center/4.5rem;
}

@media screen and (max-width: 767px) {
  .link_body a p {
    background-position: calc(100% - 3rem) center;
    background-size: 6.6rem;
    font-size: 2.8rem;
    padding: 0 3rem;
    line-height: 1.5;
    height: 20rem;
  }
}

.news_list {
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list {
    margin-bottom: 11rem;
  }
}

.news_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem 9.3rem;
}

@media screen and (max-width: 767px) {
  .news_list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news_list p {
  color: #664A2D;
  font-size: 2.2rem;
  margin-top: .6em;
}

@media screen and (max-width: 767px) {
  .news_list p {
    font-size: 3.6rem;
  }
}

.news_list time {
  display: block;
  color: #F97930;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .news_list time {
    font-size: 2.46rem;
  }
}

.news_list img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 400 / 300;
}

.news_body {
  position: relative;
  margin-bottom: 11rem;
}

@media screen and (min-width: 768px) {
  .news_body .u_inner {
    width: 80.7rem;
  }
}

.news_body .ttl {
  text-align: center;
  color: #664A2D;
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .news_body .ttl {
    font-size: 4.8rem;
  }
}

.news_body p {
  color: #664A2D;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .news_body p {
    font-size: 2.8rem;
  }
}

.news_body time {
  display: block;
  text-align: center;
  color: #F97930;
  font-weight: 400;
  margin-bottom: 8.5rem;
}

@media screen and (max-width: 767px) {
  .news_body time {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}

.news_body figure {
  margin: 3.5rem 0;
}

.news_body figure img {
  width: 100%;
}

.api_box {
  text-align: center;
}

.api_box i {
  font-size: 1.5em;
  display: block;
  margin-bottom: .5em;
}

.api_spinner {
  width: 8rem;
  height: 8rem;
  border: 3px solid #d9cdb8;
  border-top-color: #005BAC;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 1.5rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.banner{
  margin-bottom: 7rem;
  text-align: center;
}

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