@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
/***ブレイクポイント***/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff2d4;
  background-image: url(../images/BG.png);
  background-size: cover;
}
p,
a,
li,
dt,
dd,
h2,
h3,
th,
td,
button {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-weight: normal;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .container {
    width: 100%;
    padding: 0 6px;
  }
}

.MV {
  padding: 74px 0;
  background-image: url(../images/bg_blue.png);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .MV {
    padding: 0 0 50px;
  }
}
.MV .MVWrap {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .MV .MVWrap {
    position: initial;
  }
}
.MV .MVWrap .MV__picWrap {
  width: 50%;
  max-width: 715px;
  position: absolute;
  top: -74px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .MV .MVWrap .MV__picWrap {
    width: 55%;
    margin: 0 0 0 auto;
    position: initial;
  }
}
@media screen and (max-width: 560px) {
  .MV .MVWrap .MV__picWrap {
    width: 84%;
  }
}
.MV .MVWrap .MV__picWrap .MV__pic {
  display: block;
}
.MV .MVWrap .MV__picWrap .MV__pic img {
  width: 100%;
}
.MV .MVWrap .MV__left {
  width: 46%;
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  .MV .MVWrap .MV__left {
    width: 100%;
    max-width: 424px;
    margin-top: -595px;
  }
}
@media screen and (max-width: 930px) {
  .MV .MVWrap .MV__left {
    margin-top: -56%;
  }
}
@media screen and (max-width: 768px) {
  .MV .MVWrap .MV__left {
    margin-top: -154px;
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .MV .MVWrap .MV__left {
    width: 100%;
    max-width: inherit;
    margin-top: 0;
  }
}
.MV .MVWrap .MV__left .MV__catch {
  margin-bottom: 35px;
}
@media screen and (max-width: 930px) {
  .MV .MVWrap .MV__left .MV__catch {
    margin-bottom: 23px;
  }
}
.MV .MVWrap .MV__left .MV__catch p {
  margin-bottom: 5px;
  padding: 5px 0;
  color: #011845;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 930px) {
  .MV .MVWrap .MV__left .MV__catch p {
    margin-bottom: 4px;
    padding: 2px 0;
    font-size: 16px;
  }
}
.MV .MVWrap .MV__left .MV__catch .graGL {
  padding: 5px 10px;
  background: linear-gradient(133deg, #f3e3ad 0%, #d6b874 100%);
}
@media screen and (max-width: 930px) {
  .MV .MVWrap .MV__left .MV__catch .graGL {
    padding: 2px 5px;
  }
}
.MV .MVWrap .MV__left .MV__dojo {
  margin-bottom: 35px;
}
@media screen and (max-width: 930px) {
  .MV .MVWrap .MV__left .MV__dojo {
    margin-bottom: 23px;
    max-width: 347px;
  }
}
.MV .MVWrap .MV__left .MV__dojo img {
  width: 100%;
}
.MV .MVWrap .MV__left .MV__list {
  margin-bottom: 35px;
}
@media screen and (max-width: 930px) {
  .MV .MVWrap .MV__left .MV__list {
    margin-bottom: 23px;
  }
}
.MV .MVWrap .MV__left .MV__list .MV__items {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 930px) {
  .MV .MVWrap .MV__left .MV__list .MV__items {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.MV .MVWrap .MV__left .MV__list .MV__items .--GL {
  background: linear-gradient(133deg, #f3e3ad 0%, #d6b874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.MV .MVWrap .MV__left .MV__list img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .MV .MVWrap .MV__left .MV__list img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}
.MV .MVWrap .MV__left .MV__btnWrap {
  width: 300px;
  height: 65px;
}
@media screen and (max-width: 560px) {
  .MV .MVWrap .MV__left .MV__btnWrap {
    margin: 0 auto;
  }
}
.MV .MVWrap .MV__left .MV__btnWrap .MV__btn {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  border-radius: 3px;
  background: linear-gradient(92deg, #d71a25 0%, #bb000b 100%);
  transition: 0.3s;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.2);
}
.MV .MVWrap .MV__left .MV__btnWrap .MV__btn .MV__btnTextGL {
  margin-bottom: -5px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  background: linear-gradient(133deg, #f3e3ad 0%, #d6b874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.MV .MVWrap .MV__left .MV__btnWrap .MV__btn .MV__btnTextWH {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}
.MV .MVWrap .MV__left .MV__btnWrap .MV__btn:hover {
  opacity: 0.8;
}

.trackingWrap {
  margin-top: 10px;
  padding: 28px 25px;
  position: fixed;
  right: -1px;
  bottom: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 2px solid #1A1A1A;
  border-right: none;
  z-index: 1000;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .trackingWrap {
    top: inherit;
    right: -18px;
    bottom: 35px;
  }
}
.trackingWrap.js-anime-active {
  opacity: 1;
  pointer-events: auto;
}
.trackingWrap .tracking___btnWrap {
  width: 300px;
  height: 65px;
}
@media screen and (max-width: 560px) {
  .trackingWrap .tracking___btnWrap {
    margin: 0 auto;
  }
}
.trackingWrap .tracking___btnWrap .tracking__btn {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  border-radius: 3px;
  transition: 0.3s;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.2);
}
.trackingWrap .tracking___btnWrap .tracking__btn .tracking__btnTextGL {
  margin-bottom: -5px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  background: linear-gradient(133deg, #f3e3ad 0%, #d6b874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trackingWrap .tracking___btnWrap .tracking__btn .tracking__btnTextWH {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}
.trackingWrap .tracking___btnWrap .tracking__btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.trackingWrap .tracking___btnWrap .tracking__btn:hover {
  opacity: 0.8;
}

#about {
  padding: 100px 0;
}
@media screen and (max-width: 560px) {
  #about {
    padding: 60px 0;
  }
}
#about .aboutWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #about .aboutWrap {
    display: block;
    margin: 0 auto;
  }
}
#about .aboutWrap .about__pic {
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  #about .aboutWrap .about__pic {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  #about .aboutWrap .about__pic {
    margin: 0 auto 20px;
  }
}
#about .aboutWrap .about__box {
  width: calc(95% - 550px);
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  #about .aboutWrap .about__box {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
#about .aboutWrap .about__box .about__title {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #about .aboutWrap .about__box .about__title {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
#about .aboutWrap .about__box .about__Desc {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #about .aboutWrap .about__box .about__Desc {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
#about .aboutWrap .about__box .about__Desc .--Red {
  color: #D71A25;
}
#about .aboutWrap .about__box .about__Desc.--mb0 {
  margin-bottom: 0;
}

#worry {
  background-image: url(../images/bg_blue.png);
}
#worry .worryWrap {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #worry .worryWrap {
    padding: 60px 0;
  }
}
#worry .worryWrap .worry__title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #worry .worryWrap .worry__title {
    margin-bottom: 18px;
    font-size: 30px;
  }
}
#worry .worryWrap .worry__title .--GL {
  background: linear-gradient(133deg, #f3e3ad 0%, #d6b874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#worry .worryWrap .worry__title .br_sp {
  display: none;
}
@media screen and (max-width: 560px) {
  #worry .worryWrap .worry__title .br_sp {
    display: block;
  }
}
#worry .worryWrap .worry__list {
  max-width: 610px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  #worry .worryWrap .worry__list {
    max-width: 335px;
  }
}
#worry .worryWrap .worry__list .worry__items {
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #worry .worryWrap .worry__list .worry__items {
    padding-left: 26px;
    font-size: 16px;
  }
}
#worry .worryWrap .worry__list .worry__items .br_sp {
  display: none;
}
@media screen and (max-width: 560px) {
  #worry .worryWrap .worry__list .worry__items .br_sp {
    display: block;
  }
}
#worry .worryWrap .worry__list .worry__items.--mb0 {
  margin-bottom: 0;
}
#worry .worryWrap .worry__list .worry__items::before {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: -40px;
  margin-right: 10px;
  content: url(../images/check.svg);
}
@media screen and (max-width: 768px) {
  #worry .worryWrap .worry__list .worry__items::before {
    margin-left: -24px;
    margin-right: 3px;
    vertical-align: sub;
    transform: scale(0.75);
  }
}
#worry .worryWrap .worry__list .worry__items .--GL {
  background: linear-gradient(133deg, #f3e3ad 0%, #d6b874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#forte {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #forte {
    padding: 60px 0 0;
  }
}
#forte .forte__title {
  height: 200px;
  margin-bottom: 30px;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #forte .forte__title {
    height: 140px;
    margin-bottom: 0px;
  }
}
#forte .forte__title .bg_GL {
  width: 206px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #forte .forte__title .bg_GL {
    width: 146px;
  }
}
#forte .forte__title .forte__titleText {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #forte .forte__title .forte__titleText {
    font-size: 30px;
  }
}
#forte .forte__title .forte__titleText .--Red {
  color: #D71A25;
}
#forte .forte__title .forte__titleText .br_sp {
  display: none;
}
@media screen and (max-width: 560px) {
  #forte .forte__title .forte__titleText .br_sp {
    display: block;
  }
}
#forte .forteWrap .forte__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #forte .forteWrap .forte__box {
    width: 100%;
    max-width: 550px;
    display: block;
    margin: 0 auto 50px;
  }
}
#forte .forteWrap .forte__box.--reverse {
  flex-direction: row-reverse;
}
#forte .forteWrap .forte__box .forte__boxPic {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #forte .forteWrap .forte__box .forte__boxPic {
    width: 100%;
    margin-bottom: 20px;
  }
}
#forte .forteWrap .forte__box .forte__boxText {
  width: 48%;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #forte .forteWrap .forte__box .forte__boxText {
    width: 100%;
  }
}
#forte .forteWrap .forte__box .forte__boxText .forte__boxMerit .forte__boxMeritNum {
  margin-bottom: 5px;
  color: #D71A25;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #forte .forteWrap .forte__box .forte__boxText .forte__boxMerit .forte__boxMeritNum {
    margin-bottom: 0;
    font-size: 14px;
  }
}
#forte .forteWrap .forte__box .forte__boxText .forte__boxMerit .forte__boxMeritTitle {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #forte .forteWrap .forte__box .forte__boxText .forte__boxMerit .forte__boxMeritTitle {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
#forte .forteWrap .forte__box .forte__boxText .forte__boxDesc {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #forte .forteWrap .forte__box .forte__boxText .forte__boxDesc {
    font-size: 16px;
  }
}
#forte .forteWrap .forte__box .forte__boxText .forte__boxDesc .--Red {
  color: #D71A25;
}
#forte .forteWrap .forte__box .forte__boxText .forte__boxDesc.--GY {
  color: #999;
  font-size: 14px;
}

#feature {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #feature {
    padding: 60px 0;
  }
}
#feature .feature__title {
  height: 200px;
  margin-bottom: 30px;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #feature .feature__title {
    height: 140px;
    margin-bottom: 0px;
  }
}
#feature .feature__title .bg_GL {
  width: 206px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #feature .feature__title .bg_GL {
    width: 146px;
  }
}
#feature .feature__title .feature__titleText {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feature .feature__title .feature__titleText {
    font-size: 30px;
  }
}
#feature .feature__title .feature__titleText .--Red {
  color: #D71A25;
}
#feature .feature__title .feature__titleText .br_sp {
  display: none;
}
@media screen and (max-width: 560px) {
  #feature .feature__title .feature__titleText .br_sp {
    display: block;
  }
}
#feature .featureWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #feature .featureWrap {
    max-width: 550px;
    display: block;
    margin: 0 auto;
  }
}
#feature .featureWrap .feature__pic {
  width: 50%;
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  #feature .featureWrap .feature__pic {
    width: 100%;
    margin-bottom: 40px;
  }
}
#feature .featureWrap .feature__pic img {
  width: 100%;
}
#feature .featureWrap .feature__descWrap {
  width: 48%;
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  #feature .featureWrap .feature__descWrap {
    width: 100%;
  }
}
#feature .featureWrap .feature__descWrap .feature__desc {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #feature .featureWrap .feature__descWrap .feature__desc {
    font-size: 16px;
  }
}
#feature .featureWrap .feature__descWrap .feature__desc.--mb0 {
  margin-bottom: 0;
}
#feature .featureWrap .feature__descWrap .feature__desc .--Red {
  color: #D71A25;
}
#feature .featureWrap .feature__descWrap .feature__desc .--GY {
  color: #999;
  font-size: 14px;
}

#abroad {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #abroad {
    padding: 60px 0;
  }
}
#abroad .abroad__title {
  height: 200px;
  margin-bottom: 30px;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #abroad .abroad__title {
    height: 140px;
    margin-bottom: 25px;
  }
}
#abroad .abroad__title .bg_GL {
  width: 206px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #abroad .abroad__title .bg_GL {
    width: 146px;
  }
}
#abroad .abroad__title .abroad__titleText {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #abroad .abroad__title .abroad__titleText {
    font-size: 30px;
  }
}
#abroad .abroad__title .abroad__titleText .--Red {
  color: #D71A25;
}
#abroad .abroad__title .abroad__titleText .br_sp {
  display: none;
}
@media screen and (max-width: 560px) {
  #abroad .abroad__title .abroad__titleText .br_sp {
    display: block;
  }
}
#abroad .abroad__DescWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #abroad .abroad__DescWrap {
    margin-bottom: 50px;
  }
}
#abroad .abroad__DescWrap .abroad__Desc {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #abroad .abroad__DescWrap .abroad__Desc {
    font-size: 16px;
  }
}
#abroad .abroad__areaWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #abroad .abroad__areaWrap {
    display: block;
  }
}
#abroad .abroad__areaWrap .abroad__areaBox {
  width: 32%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  #abroad .abroad__areaWrap .abroad__areaBox {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
#abroad .abroad__areaWrap .abroad__areaBox .abroad__areaPic {
  margin-bottom: 15px;
}
#abroad .abroad__areaWrap .abroad__areaBox .abroad__areaName {
  font-weight: 700;
}
#abroad .abroad__areaWrap .abroad__areaBox .abroad__areaName.--JP {
  color: #D71A25;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #abroad .abroad__areaWrap .abroad__areaBox .abroad__areaName.--JP {
    font-size: 14px;
  }
}
#abroad .abroad__areaWrap .abroad__areaBox .abroad__areaName.--EN {
  color: #000;
  font-size: 30px;
}

#education {
  padding: 100px 0 0;
  background-image: url(../images/bg_gray.png);
  background-position: center;
}
@media screen and (max-width: 768px) {
  #education {
    padding: 60px 0 0;
  }
}
#education .education__title {
  height: 200px;
  margin-bottom: 30px;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #education .education__title {
    height: 140px;
    margin-bottom: 25px;
  }
}
#education .education__title .bg_GY {
  width: 206px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #education .education__title .bg_GY {
    width: 146px;
  }
}
#education .education__title .education__titleText {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #education .education__title .education__titleText {
    font-size: 30px;
  }
}
#education .education__title .education__titleText .--Red {
  color: #D71A25;
}
#education .education__title .education__titleText .br_sp {
  display: none;
}
@media screen and (max-width: 560px) {
  #education .education__title .education__titleText .br_sp {
    display: block;
  }
}
#education .education__Desc {
  margin: 0 auto 80px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #education .education__Desc {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
#education .education__Desc .--Red {
  color: #d71a25;
}
#education .education__tableWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #education .education__tableWrap {
    margin-bottom: 50px;
  }
}
#education .education__tableWrap .education__table {
  margin-bottom: 3px;
  display: flex;
}
@media screen and (max-width: 768px) {
  #education .education__tableWrap .education__table {
    margin-bottom: 2px;
    display: block;
  }
}
#education .education__tableWrap .education__table .education__tableTitle {
  width: 330px;
  display: grid;
  place-content: center;
  background-color: #011845;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #education .education__tableWrap .education__table .education__tableTitle {
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
  }
}
#education .education__tableWrap .education__table .education__tableDesc {
  width: calc(100% - 330px);
  padding: 8px 0 8px 30px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #education .education__tableWrap .education__table .education__tableDesc {
    width: 100%;
    padding: 10px;
    font-size: 18px;
  }
}
#education .education__tableWrap .education__table .education__tableDesc .--Red {
  color: #D71A25;
}
#education .education__tableWrap .education__table .education__tableDesc.--pd24 {
  padding: 24px 0 24px 30px;
}
@media screen and (max-width: 768px) {
  #education .education__tableWrap .education__table .education__tableDesc.--pd24 {
    padding: 16px 10px;
  }
}
#education .education__tableWrap .education__table .education__tableDesc.--pd16 {
  padding: 16px 0 16px 30px;
}
@media screen and (max-width: 768px) {
  #education .education__tableWrap .education__table .education__tableDesc.--pd16 {
    padding: 10px 8px;
  }
}
#education .education__curriculumWrap {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #education .education__curriculumWrap {
    display: block;
  }
}
#education .education__curriculumWrap .education__curriculumFlex {
  width: 49%;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #education .education__curriculumWrap .education__curriculumFlex {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  #education .education__curriculumWrap .education__curriculumFlex {
    margin-bottom: 0;
    display: block;
  }
}
#education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox {
  width: 48%;
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  #education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox {
    max-width: inherit;
  }
}
@media screen and (max-width: 560px) {
  #education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox {
    width: 100%;
    margin-bottom: 50px;
  }
}
#education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox.--mb0 {
  margin-bottom: 0;
}
#education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox .education__curriculumPic {
  margin-bottom: 25px;
}
@media screen and (max-width: 560px) {
  #education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox .education__curriculumPic {
    margin-bottom: 30px;
  }
}
#education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox .education__curriculumPic img {
  width: 100%;
}
#education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox .education__curriculumMonth {
  width: 128px;
  margin: 0 auto 15px;
  display: block;
}
#education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox .education__curriculumDesc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (max-width: 560px) {
  #education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox .education__curriculumDesc {
    font-size: 16px;
  }
}
#education .education__curriculumWrap .education__curriculumFlex .education__curriculumBox .education__curriculumDesc .--Red {
  color: #D71A25;
}
#education .education__curriculumWrap .education__curriculumWrap-note {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 560px) {
  #education .education__curriculumWrap .education__curriculumWrap-note {
    font-size: 16px;
  }
}
#education .teacherWrap {
  padding: 100px 0;
  background-image: url(../images/bg_blue.png);
}
@media screen and (max-width: 768px) {
  #education .teacherWrap {
    padding: 60px 0;
  }
}
#education .teacherWrap .teacher__title {
  margin-bottom: 80px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #education .teacherWrap .teacher__title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
#education .teacherWrap .teacher__title .--GL {
  background: linear-gradient(133deg, #f3e3ad 0%, #d6b874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #education .teacherWrap .splide {
    padding: 0 37px;
  }
}
#education .teacherWrap .splide__arrows {
  display: none;
}
@media screen and (max-width: 768px) {
  #education .teacherWrap .splide__arrows {
    display: block;
  }
}
#education .teacherWrap .splide__arrow--next {
  right: 0 !important;
}
#education .teacherWrap .splide__arrow--prev {
  left: 0 !important;
}
#education .teacherWrap .splide__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #education .teacherWrap .splide__list {
    width: 100%;
  }
}
#education .teacherWrap .splide__list .splide__slide {
  width: 32%;
  max-width: 380px;
  padding: 35px 25px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #education .teacherWrap .splide__list .splide__slide {
    max-width: inherit;
    width: 100%;
    padding: 25px 15px;
  }
}
#education .teacherWrap .splide__list .splide__slide .teacher__pic {
  width: 200px;
  margin: 0 auto 20px;
  display: block;
}
#education .teacherWrap .splide__list .splide__slide .teacher__name {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #education .teacherWrap .splide__list .splide__slide .teacher__name {
    font-size: 28px;
  }
}
#education .teacherWrap .splide__list .splide__slide .teacher__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #education .teacherWrap .splide__list .splide__slide .teacher__desc {
    font-size: 16px;
  }
}
#education .teacherWrap .splide__list .splide__slide .teacher__desc .--Red {
  color: #D71A25;
}

#faq {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 60px 0;
  }
}
#faq .faq__title {
  margin-bottom: 80px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #faq .faq__title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
#faq .faq__box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #faq .faq__box {
    margin-bottom: 48px;
  }
}
#faq .faq__box.--mb0 {
  margin-bottom: 0;
}
#faq .faq__box .faq__questionBox {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #faq .faq__box .faq__questionBox {
    margin-bottom: 10px;
  }
}
#faq .faq__box .faq__questionBox .faq__Q {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  display: grid;
  place-content: center;
  background-color: #011845;
  color: #fff;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  #faq .faq__box .faq__questionBox .faq__Q {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
#faq .faq__box .faq__questionBox .faq__question {
  width: calc(100% - 60px);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #faq .faq__box .faq__questionBox .faq__question {
    width: calc(100% - 50px);
    font-size: 20px;
  }
}
#faq .faq__box .faq__answerBox {
  display: flex;
  align-items: baseline;
}
#faq .faq__box .faq__answerBox .faq__A {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  display: grid;
  place-content: center;
  background-color: #D71A25;
  color: #fff;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  #faq .faq__box .faq__answerBox .faq__A {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
#faq .faq__box .faq__answerBox .faq__answer {
  width: calc(100% - 60px);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #faq .faq__box .faq__answerBox .faq__answer {
    width: calc(100% - 50px);
    font-size: 20px;
  }
}
#faq .faq__box .faq__answerBox .faq__answer .br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #faq .faq__box .faq__answerBox .faq__answer .br_sp {
    display: block;
  }
}

#contact {
  padding: 100px 0;
  background-image: url(../images/bg_blue.png);
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 60px 0;
  }
}
#contact .contact__title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .contact__title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
#contact .contact__title .--GL {
  background: linear-gradient(133deg, #f3e3ad 0%, #d6b874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#contact .contact__desc {
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .contact__desc {
    margin-bottom: 50px;
    font-size: 16px;
    text-align: start;
  }
}
#contact .contactWrap {
  padding: 55px 100px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  #contact .contactWrap {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contactWrap {
    padding: 20px 10px;
  }
}
#contact .contactWrap .contact__nameBox {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__nameBox {
    margin-bottom: 30px;
    display: block;
  }
}
#contact .contactWrap .contact__nameBox .contact__name {
  width: 245px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__nameBox .contact__name {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
#contact .contactWrap .contact__nameBox .contact__name .--Red {
  width: 50px;
  height: 30px;
  display: grid;
  place-content: center;
  background-color: #D71A25;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__nameBox .contact__name .--Red {
    margin-left: 10px;
  }
}
#contact .contactWrap .contact__nameBox .name__box {
  width: calc(100% - 245px);
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__nameBox .name__box {
    width: 100%;
  }
}
#contact .contactWrap .contact__nameBox .name__box input {
  width: 100%;
  height: 40px;
  padding: 7px 11px;
  display: block;
  border: solid 0.5px #1a1a1a;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__nameBox .name__box input {
    width: 100%;
  }
}
#contact .contactWrap .contact__nameBox .name__box input::placeholder {
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
}
#contact .contactWrap .contact__mailBox {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__mailBox {
    margin-bottom: 30px;
    display: block;
  }
}
#contact .contactWrap .contact__mailBox .contact__mail {
  width: 245px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
#contact .contactWrap .contact__mailBox .contact__mail br {
  display: none;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__mailBox .contact__mail {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
#contact .contactWrap .contact__mailBox .contact__mail .--Red {
  width: 50px;
  height: 30px;
  display: grid;
  place-content: center;
  background-color: #D71A25;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__mailBox .contact__mail .--Red {
    margin-left: 10px;
  }
}
#contact .contactWrap .contact__mailBox .mail__box {
  width: calc(100% - 245px);
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__mailBox .mail__box {
    width: 100%;
  }
}
#contact .contactWrap .contact__mailBox .mail__box input {
  width: 100%;
  height: 40px;
  padding: 7px 11px;
  border: solid 0.5px #1a1a1a;
  border-radius: 3px;
  box-sizing: border-box;
}
#contact .contactWrap .contact__mailBox .mail__box input::placeholder {
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
}
#contact .contactWrap .contact__telBox {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__telBox {
    margin-bottom: 30px;
    display: block;
  }
}
#contact .contactWrap .contact__telBox .contact__tel {
  width: 245px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
#contact .contactWrap .contact__telBox .contact__tel br {
  display: none;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__telBox .contact__tel {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
#contact .contactWrap .contact__telBox .contact__tel .--Red {
  width: 50px;
  height: 30px;
  display: grid;
  place-content: center;
  background-color: #D71A25;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__telBox .contact__tel .--Red {
    margin-left: 10px;
  }
}
#contact .contactWrap .contact__telBox .tel__box {
  width: calc(100% - 245px);
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__telBox .tel__box {
    width: 100%;
  }
}
#contact .contactWrap .contact__telBox .tel__box input {
  width: 100%;
  height: 40px;
  padding: 7px 11px;
  border: solid 0.5px #1a1a1a;
  border-radius: 3px;
  box-sizing: border-box;
}
#contact .contactWrap .contact__telBox .tel__box input::placeholder {
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
}
#contact .contactWrap .contact__policy {
  margin-bottom: 40px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .contactWrap .contact__policy .check__policy {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #contact .contactWrap .contact__policy .check__policy {
    font-size: 16px;
  }
}
#contact .contactWrap .contact__policy input[type=checkbox] {
  display: none;
}
#contact .contactWrap .contact__policy .check__policy {
  width: auto;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
#contact .contactWrap .contact__policy .check__policy::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -8px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #1a1a1a;
}
#contact .contactWrap .contact__policy .check__policy::after {
  content: "";
  width: 7px;
  height: 14px;
  display: block;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 6px;
  opacity: 0;
  transform: rotate(45deg);
  border-right: 3px solid #011845;
  border-bottom: 3px solid #011845;
}
#contact .contactWrap .contact__policy input[type=checkbox]:checked + .check__policy::after {
  opacity: 1;
}
#contact .contactWrap .contact__btnWrap {
  width: 286px;
  height: 53px;
  margin: 0 auto;
}
#contact .contactWrap .contact__btnWrap .contact__btn {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(92deg, #d71a25 0%, #bb000b 100%);
  border-radius: 3px;
  transition: 0.3s;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.2);
  border: none;
}
#contact .contactWrap .contact__btnWrap .contact__btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 183px;
  }
}
#footer .footerWrap {
  padding-top: 30px;
  background-color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  #footer .footerWrap {
    padding-top: 23px;
  }
}
#footer .footerWrap .footer__logo {
  width: 60px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #footer .footerWrap .footer__logo {
    width: 50px;
  }
}
#footer .footerWrap .footer__logo img {
  width: 100%;
}
#footer .footerWrap .footer__box {
  width: 206px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .footerWrap .footer__box {
    margin: 0 auto 20px;
  }
}
#footer .footerWrap .footer__box .company__link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  transition: 0.3s;
}
#footer .footerWrap .footer__box .company__link:hover {
  opacity: 0.7;
}
#footer .footerWrap .footer__box .privacy__link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  transition: 0.3s;
}
#footer .footerWrap .footer__box .privacy__link:hover {
  opacity: 0.7;
}
#footer .footerWrap .copy {
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  border-top: 0.25px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footerWrap .copy {
    padding: 10px 0;
    font-size: 14px;
  }
}

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