@charset "UTF-8";
body {
  position: relative;
  color: #000;
  padding-top: 120px;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  background: #000;
  width: 100%;
  height: 120px;
  display: block;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
    padding-top: 60px;
  }
  body.is-fixed {
    position: fixed;
    width: 100%;
  }
  body:before {
    height: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .is-hidePc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .is-hideSp {
    display: none !important;
  }
}

.l-inner {
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 0 auto;
  display: block;
}

.l-inner02 {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  display: block;
}

.l-head {
  display: block;
  position: relative;
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  text-align: left;
  padding-top: 26px;
  margin: 78px 0 80px;
}
@media screen and (max-width: 1024px) {
  .l-head {
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0 45px;
    padding-top: 15px;
  }
}
.l-head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 4px;
  background-color: #F6E3C9;
}
.l-head span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
}
.l-head span:before, .l-head span:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 76px;
  height: 4px;
  background-color: #DBDDDC;
}
.l-head span:before {
  left: 78px;
}
.l-head span:after {
  left: 156px;
}

.l-lead {
  text-align: left;
  font-size: 16px;
  line-height: 1.66;
}

.l-common__btn {
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-common__btn {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .l-common__btn {
    width: 300px;
  }
}
.l-common__btn.--small {
  width: 280px;
}
.l-common__btnLink {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  pointer-events: auto;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-common__btnLink.--circle {
  border-radius: 50px;
}
.l-common__btnLink.--blue {
  border: 2px solid #F6E3C9;
  color: #fff;
  background-color: #F6E3C9;
}
.l-common__btnLink.--white {
  border: 2px solid #F6E3C9;
  color: #F6E3C9;
  background-color: #fff;
}
.l-common__btnLink.--yellow {
  border: 2px solid #FAED00;
  color: #F6E3C9;
  background-color: #FAED00;
}
.l-common__btnLink.--arrow:before {
  content: "";
  position: absolute;
  top: 28%;
  left: 40px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #F6E3C9;
}
.l-common__btnLink.--download:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 40px;
  display: inline-block;
  width: 26px;
  height: 18px;
  background-color: #fff;
  -webkit-mask: url("../images/common/icon-download.svg") no-repeat center/contain;
          mask: url("../images/common/icon-download.svg") no-repeat center/contain;
}
@media screen and (min-width: 1025px) {
  .l-common__btnLink {
    width: calc(100% - 24px);
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .l-common__btnLink {
    width: calc(100% - 26px);
    font-size: 16px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .l-header {
    display: static;
    background-color: rgb(0, 0, 0);
    height: 60px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-header .l-header__wrapper {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  .l-header .l-header__wrapper {
    padding: 0;
  }
}
.l-header .l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header__box {
    width: calc(100% - 24px);
  }
}
.l-header .l-header__box .l-header__box01 {
  max-width: 410px;
}
.l-header .l-header__box .l-header__box01 .l-header__link {
  display: block;
  text-align: left;
}
.l-header .l-header__box .l-header__box01 .l-header__link .l-header__text {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header__box .l-header__box01 .l-header__link .l-header__text {
    font-size: 9px;
    margin-bottom: 5px;
  }
}
.l-header .l-header__box .l-header__box01 .l-header__link .l-header__logo {
  display: block;
  max-width: 230px;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header__box .l-header__box01 .l-header__link .l-header__logo {
    max-width: 160px;
  }
}
.l-header .l-header__box .l-header__box02 {
  width: calc(100% - 380px);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header .l-header__box .l-header__box02 .menu-header_top-container {
  width: 100%;
}
.l-header .l-header__box .l-header__box02 .menu-header_top-container li {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  padding: 3px 0;
  border-radius: 5px;
  margin-left: 0.8%;
}
.l-header .l-header__box .l-header__box02 .menu-header_top-container li a {
  padding: 0 20px;
}
.l-header .l-header__box .l-header__box02 .menu-header_top-container li a:hover {
  opacity: 0.7;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container {
  width: 100%;
  margin-top: 20px;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container li {
  display: inline-block;
  border-radius: 5px;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container li:nth-child(n+2) {
  margin-left: 10px;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container li.out, .l-header .l-header__box .l-header__box02 .menu-header_bottom-container li.in {
  font-size: 15px;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container li.out a, .l-header .l-header__box .l-header__box02 .menu-header_bottom-container li.in a {
  padding: 3px 12px;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container li.out {
  background-color: #F28A00;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container li.in {
  background-color: #E95513;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .l-header__box .l-header__box02 .menu-header_bottom-container li a:hover {
  opacity: 0.7;
}

.l-footer {
  color: #40210F;
  background-color: #FFC801;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    position: relative;
    padding: 0 0 80px;
  }
}
.l-footer .l-footer__logo {
  display: inline-block;
  margin: 0 auto;
}
.l-footer .l-footer__logo img {
  width: 320px;
}
.l-footer .l-footer__wrap {
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .l-footer__img {
  width: 100%;
}
.l-footer .l-footer__box0 {
  width: 200px;
  display: block;
}
.l-footer .l-footer__box0 .l-footer__list {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__box0 .l-footer__list {
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer .l-footer__box0 .l-footer__list .l-footer__item {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__box0 .l-footer__list .l-footer__item {
    width: calc((100% - 20px) / 2);
    margin: 0 auto;
    display: table-cell;
  }
  .l-footer .l-footer__box0 .l-footer__list .l-footer__item:nth-child(n+3) {
    margin-top: 16px;
  }
}
.l-footer .l-footer__box0 .l-footer__list .l-footer__item:before {
  display: none;
}
.l-footer .l-footer__box0 .l-footer__list .l-footer__item:nth-child(n+2) {
  margin-top: 16px;
}
.l-footer .l-footer__box0 .l-footer__list .l-footer__link {
  display: block;
  color: #40210F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.l-footer .l-footer__box0 .l-footer__list .l-footer__link:hover {
  opacity: 0.7;
}
.l-footer .l-footer__wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 240px);
}
.l-footer .l-footer__box {
  display: block;
  text-align: left;
}
.l-footer .l-footer__box:nth-child(n+2) {
  margin-left: 40px;
}
.l-footer .l-footer__box.l-footer__box01 .l-footer__list:nth-child(n+2) {
  margin-top: 22px;
}
.l-footer .l-footer__box .l-footer__list {
  display: block;
}
.l-footer .l-footer__box .l-footer__list li {
  text-align: left;
  padding-left: 1em;
}
.l-footer .l-footer__box .l-footer__list li:nth-child(n+2) {
  margin-top: 20px;
}
.l-footer .l-footer__box .l-footer__list li:before {
  content: "▶︎";
  position: absolute;
  margin-left: -1.3em;
  margin-right: 5px;
}
.l-footer .l-footer__box .l-footer__list a {
  display: inline-block;
  color: #40210F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.l-footer .l-footer__box .l-footer__list a:hover {
  opacity: 0.7;
}
.l-footer .l-footer__box .l-footer__title {
  color: #40210F;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.l-footer .l-footer__program {
  margin: 12px 0;
}
.l-footer .l-footer__program .l-footer__programLink {
  border-radius: 10px;
  padding: 10px 18px;
  text-align: left;
  display: inline-block;
  color: #fff;
}
.l-footer .l-footer__program .l-footer__programLink.out {
  background-color: #F28A00;
}
.l-footer .l-footer__program .l-footer__programLink.in {
  background-color: #E95513;
}
.l-footer .l-footer__study {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-footer .l-footer__outWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #40210F;
  padding-bottom: 12px;
}
.l-footer .l-footer__outBox:nth-child(n+2) {
  margin-left: 20px;
}
.l-footer footer .drawer-menu a {
  color: #40210F;
}
.l-footer small {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .l-footer small {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .l-footer__wrapBnr {
    border-bottom: 1px solid rgba(64, 33, 15, 0.3);
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 540px) {
  .l-footer__wrapBnr {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__wrapBnr .l-footer__listBnr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-width: 540px;
    margin: 0 auto;
  }
  .l-footer__wrapBnr .l-footer__listBnr > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__wrapBnr .l-footer__listBnr > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer__wrapBnr .l-footer__listBnr > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer__wrapBnr .l-footer__listBnr > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 1024px) {
  footer ul.drawer-menu li a {
    display: block;
    padding: 15px 0;
    color: #40210F;
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  footer img.flogo {
    display: block;
    width: calc(100% - 80px);
    max-width: 230px;
    margin: 25px auto 20px;
  }
}