@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

section#course .wrap .title h2, section#course, section#strong .strong-detail, section#strong .top .title h2, section#access .wrap .title h2, section#program .wrap .program-detail, section#program .wrap .program-wrap .program-item table.item-schedule, section#program .wrap .program-wrap .program-item h3, .general_bnr_btn, .banner-area a.banner .btn, section#intro .wrap .description .item {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #222222;
  padding-top: 80px;
  padding-bottom: 6%;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 57.89px;
    padding-bottom: 19%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .center {
    padding: 0 3%;
  }
}

a:hover {
  opacity: 0.7 !important;
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background: white;
}
@media screen and (max-width: 1024px) {
  header {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-right: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom: solid 2px;
  }
}
header .logo-area {
  background-color: #442906;
  padding: 24px 65px 20px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  header .logo-area {
    padding: 24px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  header .logo-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 14px 10px 12px 29px;
  }
}
header .logo-area .logo {
  width: 230px;
}
@media screen and (max-width: 1024px) {
  header .logo-area .logo {
    width: 192px;
  }
}
header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 50;
    padding-bottom: 50px;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .nav.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
    margin-top: 109px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 120px;
  }
}
header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  header .nav ul {
    gap: 20px;
  }
}
header .nav ul li {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  header .nav ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  header .nav ul li {
    font-size: 18px;
  }
}
header .nav ul li a {
  color: inherit;
  text-decoration: none;
}
header .humb {
  display: none;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header .humb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
}
header .humb {
  width: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .humb .humb-wrap {
  width: 30px;
  height: 20px;
  position: relative;
}
header .humb .humb-wrap.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
header .humb .humb-wrap.active span:nth-child(2) {
  opacity: 0;
}
header .humb .humb-wrap.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
header .humb .humb-wrap span {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #442906;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
}
header .humb .humb-wrap span:nth-child(1) {
  top: 0;
}
header .humb .humb-wrap span:nth-child(2) {
  top: 50%;
}
header .humb .humb-wrap span:nth-child(3) {
  bottom: 0;
}

section#kv .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  section#kv .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#kv .wrap .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#kv .wrap .left {
    background-color: #00BE42;
    background-image: linear-gradient(to right, #00AD57 1px, transparent 1px), linear-gradient(to bottom, #00AD57 1px, transparent 1px);
    background-size: 4px 4px;
    position: relative;
    z-index: 1;
  }
}
section#kv .wrap .left .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url("../img/kv-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section#kv .wrap .left .bg {
    background-image: url(../img/kv-bg-sp.webp);
    background-size: 100%;
    background-position: top center;
  }
}
section#kv .wrap .left .bg .kv-head {
  max-width: 600px;
  width: 100%;
  padding: 100px 0 300px;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
@media screen and (max-width: 768px) {
  section#kv .wrap .left .bg .kv-head {
    max-width: unset;
    padding: 0 3%;
    padding-top: 65px;
    -webkit-transform: translateX(0) translateY(12px);
            transform: translateX(0) translateY(12px);
  }
}
section#kv .wrap .right {
  width: 350px;
}
@media screen and (max-width: 768px) {
  section#kv .wrap .right {
    width: 100%;
  }
}
section#kv .wrap .right .text {
  padding: 25px 15px;
  background-color: #fff;
  position: relative;
}
section#kv .wrap .right .text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  aspect-ratio: 166/455;
  background-image: url(../img/kv-text-bg.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#kv .wrap .right .text::before {
    aspect-ratio: 166/233;
    background-image: url(../img/kv-text-sp-bg.svg);
  }
}
section#kv .wrap .right .bottom {
  background-color: #00BE42;
  background-image: linear-gradient(to right, #00AD57 1px, transparent 1px), linear-gradient(to bottom, #00AD57 1px, transparent 1px);
  background-size: 4px 4px;
  padding-top: 420px;
}
@media screen and (max-width: 768px) {
  section#kv .wrap .right .bottom {
    padding-top: 0;
  }
}
section#kv .wrap .right .bottom .cta a {
  display: block;
}

section#intro {
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 75px;
  padding-bottom: 120px;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  section#intro {
    background-image: url("../img/bg-sp.webp");
    background-size: cover;
    background-attachment: unset;
  }
}
section#intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
section#intro .center {
  position: relative;
  z-index: 2;
}
section#intro .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  section#intro .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  section#intro .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
section#intro .wrap .title {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  section#intro .wrap .title {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  section#intro .wrap .title {
    width: 100%;
  }
}
section#intro .wrap .title h2 {
  max-width: 420px;
  width: 100%;
}
section#intro .wrap .description {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  section#intro .wrap .description {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 768px) {
  section#intro .wrap .description {
    width: 100%;
  }
}
section#intro .wrap .description .item {
  max-width: 440px;
  width: 100%;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
section#intro .wrap .description .item::before {
  content: "";
  width: 14px;
  aspect-ratio: 14/28;
  background-image: url("../img/intro-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 6px;
  left: 0;
}
section#intro .wrap .description .item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  section#intro .wrap .description .item h3 {
    font-size: 22px;
  }
}
section#intro .wrap .description .item p {
  letter-spacing: 0.05em;
  line-height: 24px;
}

section#youtube {
  background-color: #F5F4E4;
  padding: 140px 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#youtube {
    padding: 60px 0 60px;
  }
}
section#youtube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/youtube-deco.svg);
  background-size: 100%;
  aspect-ratio: 1366/174.4;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  section#youtube::before {
    background-image: url(../img/youtube-deco-sp.svg);
    aspect-ratio: 375/174;
  }
}
section#youtube .wrap {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#youtube .wrap {
    padding: 0 3%;
  }
}
section#youtube .wrap .youtube-title {
  margin-bottom: 30px;
}
section#youtube .wrap .youtube-title h2 {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
section#youtube .wrap .youtube-baloon {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
section#youtube .wrap .video {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 642/360;
}
section#youtube .wrap .video iframe {
  aspect-ratio: 642/360;
  width: 100%;
}

.banner-area {
  background-image: url("../img/banner-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .banner-area {
    padding: 60px 0;
  }
}
.banner-area a.banner {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.banner-area a.banner:hover {
  opacity: 1 !important;
}
.banner-area a.banner:hover .btn {
  background-color: #FBF006;
}
@media screen and (max-width: 768px) {
  .banner-area a.banner {
    max-width: 320px;
  }
}
.banner-area a.banner img {
  width: 100%;
}
.banner-area a.banner .btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 20px 0;
  background-color: #000;
  text-align: center;
  color: white;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.banner-area a.banner .btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 21px;
  height: 12px;
  background: url(../img/ico-btn-arrow-double.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.general_bnr {
  position: relative;
  background-color: #FFF;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 800px;
  text-align: center;
}
.general_bnr::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  aspect-ratio: 800/13;
  background-image: url(../img/general_bnr_pc_top.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.general_bnr::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  aspect-ratio: 800/13;
  background-image: url(../img/general_bnr_pc_bottom.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.general_bnr a {
  text-decoration: none;
}
.general_bnr a:hover {
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .general_bnr {
    max-width: 320px;
  }
  .general_bnr::before {
    top: -12px;
    aspect-ratio: 315/13;
    background-image: url(../img/general_bnr_sp_top.svg);
  }
  .general_bnr::after {
    bottom: -12px;
    aspect-ratio: 315/13;
    background-image: url(../img/general_bnr_sp_bottom.svg);
  }
}

.general_bnr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .general_bnr_link {
    display: block;
  }
}
.general_bnr_link:hover .general_bnr_btn {
  background-color: #FBF006;
  color: #000;
}

.general_bnr_text {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #EF6318;
}

.general_bnr_btn {
  position: relative;
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
  background-color: #000;
  text-align: left;
  color: #FFF;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .general_bnr_btn {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
  }
}
.general_bnr_btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 21px;
  height: 12px;
  background: url(../img/ico-btn-arrow-double.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section#program {
  position: relative;
}
section#program::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #D6D6D6;
  z-index: -1;
}
section#program::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(to right, #ccc 1px, transparent 1px), linear-gradient(to bottom, #ccc 1px, transparent 1px);
  background-size: 4px 4px;
  z-index: -1;
}
section#program .wrap {
  position: relative;
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#program .wrap {
    padding: 60px 0;
  }
}
section#program .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../img/program-deco.svg");
  background-size: 100%;
  aspect-ratio: 1366/174.4;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#program .wrap::before {
    background-image: url(../img/program-deco-sp.svg);
    aspect-ratio: 375/174;
  }
}
section#program .wrap .title {
  position: relative;
  z-index: 2;
}
section#program .wrap .title h2 {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section#program .wrap .title h2 {
    max-width: 375px;
    width: 96%;
  }
}
section#program .wrap .sub {
  max-width: 735px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section#program .wrap .sub {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section#program .wrap .sub {
    max-width: 345px;
    margin: 0 auto;
  }
}
section#program .wrap .sub .sub-wrap {
  aspect-ratio: 1000/95;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  section#program .wrap .sub .sub-wrap {
    aspect-ratio: 1000/140;
    margin-bottom: -10px;
  }
}
section#program .wrap .sub img {
  width: 100%;
}
section#program .wrap .program-wrap {
  padding: 30px 80px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-wrap {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#program .wrap .program-wrap .program-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section#program .wrap .program-wrap .program-item:nth-child(1) {
  padding-right: 50px;
  position: relative;
}
section#program .wrap .program-wrap .program-item:nth-child(1)::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  border-right: dashed 1px #535353;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-wrap .program-item:nth-child(1)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-wrap .program-item:nth-child(1) {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: dashed 1px #535353;
  }
}
section#program .wrap .program-wrap .program-item:nth-child(2) {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-wrap .program-item:nth-child(2) {
    padding-left: 0;
    padding-top: 20px;
  }
}
section#program .wrap .program-wrap .program-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-wrap .program-item h3 {
    font-size: 16px;
  }
}
section#program .wrap .program-wrap .program-item table.item-schedule {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #535353;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-wrap .program-item table.item-schedule {
    font-size: 14px;
  }
}
section#program .wrap .program-wrap .program-item table.item-schedule tr:nth-child(1) {
  background-color: #EFEFEF;
}
section#program .wrap .program-wrap .program-item table.item-schedule tr:nth-child(2) {
  background-color: #D6D6D6;
}
section#program .wrap .program-wrap .program-item table.item-schedule tr:nth-child(3) {
  background-color: #00BE42;
  color: #fff;
}
section#program .wrap .program-wrap .program-item table.item-schedule tr:nth-child(4) {
  background-color: #E0DFC9;
}
section#program .wrap .program-wrap .program-item table.item-schedule tr:not(:last-child) {
  border-bottom: 5px solid white;
}
section#program .wrap .program-wrap .program-item table.item-schedule tr td {
  padding: 13px 10px;
}
section#program .wrap .program-wrap .program-item table.item-schedule tr td:first-child {
  font-weight: 500;
}
section#program .wrap .program-wrap .program-item table.item-schedule tr td:last-child {
  font-weight: bold;
}
section#program .wrap .program-detail {
  padding: 80px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  section#program .wrap .program-detail {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail {
    padding: 40px 20px;
  }
}
section#program .wrap .program-detail .item {
  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;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#program .wrap .program-detail .item:nth-child(1) .text {
  position: relative;
}
section#program .wrap .program-detail .item:nth-child(1) .text::after {
  content: url(../img/num01.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item:nth-child(1) .text::after {
    display: none;
  }
}
section#program .wrap .program-detail .item:nth-child(2) .text {
  position: relative;
}
section#program .wrap .program-detail .item:nth-child(2) .text::after {
  content: url(../img/num02.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item:nth-child(2) .text::after {
    display: none;
  }
}
section#program .wrap .program-detail .item:nth-child(3) .text {
  position: relative;
}
section#program .wrap .program-detail .item:nth-child(3) .text::after {
  content: url(../img/num03.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item:nth-child(3) .text::after {
    display: none;
  }
}
section#program .wrap .program-detail .item:nth-child(4) .text {
  position: relative;
}
section#program .wrap .program-detail .item:nth-child(4) .text::after {
  content: url(../img/num04.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item:nth-child(4) .text::after {
    display: none;
  }
}
section#program .wrap .program-detail .item:nth-child(5) .text {
  position: relative;
}
section#program .wrap .program-detail .item:nth-child(5) .text::after {
  content: url(../img/num05.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item:nth-child(5) .text::after {
    display: none;
  }
}
section#program .wrap .program-detail .item:nth-child(1) .image .label {
  background-color: #D6D6D6;
  color: #535353;
}
section#program .wrap .program-detail .item:nth-child(5) .image .label {
  background-color: #E0DFC9;
  color: #535353;
}
section#program .wrap .program-detail .item .image {
  width: 50%;
  border-radius: 10px;
  aspect-ratio: 470/230;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section#program .wrap .program-detail .item .image .slider {
  width: 100%;
}
section#program .wrap .program-detail .item .image .slider .swiper-button-next:after,
section#program .wrap .program-detail .item .image .slider .swiper-button-prev:after {
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item .image {
    width: 100%;
    aspect-ratio: 275/180;
  }
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item .image .aspect_auto {
    aspect-ratio: auto;
  }
}
section#program .wrap .program-detail .item .image .label {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  padding: 5px;
  left: 0;
  background-color: #00BE42;
  color: #fff;
  font-weight: 500;
  z-index: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item .image .label {
    font-size: 12px;
  }
}
section#program .wrap .program-detail .item .image img {
  width: 100%;
}
section#program .wrap .program-detail .item .text {
  position: relative;
  width: calc(50% - 40px);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item .text {
    width: 100%;
    padding-left: 0;
  }
}
section#program .wrap .program-detail .item .text .intext {
  position: relative;
  z-index: 2;
  padding-left: 35px;
  letter-spacing: 0.05em;
}
section#program .wrap .program-detail .item .text .intext::before {
  content: "";
  width: 14px;
  aspect-ratio: 14/28;
  background-image: url(../img/intro-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 6px;
  left: 0;
}
section#program .wrap .program-detail .item .text .intext h3 {
  letter-spacing: 0.01em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section#program .wrap .program-detail .item .text .intext h3 {
    font-size: 22px;
  }
}
section#program .wrap .program-detail .item .text .intext .caution {
  font-size: 14px;
  color: #666;
}

section#access {
  position: relative;
}
section#access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../img/access-deco.svg");
  background-size: 100%;
  aspect-ratio: 1366/174.4;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  section#access::before {
    background-image: url(../img/access-deco-sp.svg);
    aspect-ratio: 375/115;
  }
}
section#access .wrap {
  position: relative;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#access .wrap {
    padding: 60px 0 47px;
  }
}
section#access .wrap .title {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section#access .wrap .title {
    margin-bottom: 20px;
  }
}
section#access .wrap .title h2 {
  line-height: 1.3;
  font-size: 78px;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #000000;
  color: #FBF006;
  padding: 0 5px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  section#access .wrap .title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
section#access .wrap .title .deco {
  width: 28px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section#access .wrap .title .deco {
    margin-bottom: 10px;
  }
}
section#access .wrap .title .title-sup {
  width: 48px;
  margin: 0 auto;
}
section#access .wrap .access-panel {
  background-color: #FFFEEA;
  border-radius: 10px;
  border: 4px solid #FBF006;
  padding: 40px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#access .wrap .access-panel {
    padding: 20px;
  }
}
section#access .wrap .access-panel .map {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  aspect-ratio: 820/563;
}
@media screen and (max-width: 768px) {
  section#access .wrap .access-panel .map {
    aspect-ratio: 275/189;
  }
}
section#access .wrap .access-panel .map iframe {
  aspect-ratio: 820/563;
}
@media screen and (max-width: 768px) {
  section#access .wrap .access-panel .map iframe {
    aspect-ratio: 275/189;
  }
}
section#access .wrap .access-panel .root {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section#access .wrap .access-panel .root {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

section#strong .top {
  padding: 120px 0 77px;
  position: relative;
  background-image: linear-gradient(to right, #EFEFEF 1px, transparent 1px), linear-gradient(to bottom, #EFEFEF 1px, transparent 1px);
  background-size: 4px 4px;
}
@media screen and (max-width: 768px) {
  section#strong .top {
    padding: 60px 0;
  }
}
section#strong .top::after {
  content: "";
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #7F7F7F;
}
@media screen and (max-width: 768px) {
  section#strong .top::after {
    height: 40%;
  }
}
section#strong .top .center {
  position: relative;
  z-index: 2;
}
section#strong .top .title {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
section#strong .top .title h2 {
  font-size: 78px;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #000000;
  color: #FBF006;
  padding: 0 5px;
  margin-bottom: 23px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  section#strong .top .title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
section#strong .top .title .deco {
  width: 28px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section#strong .top .title .deco {
    margin-bottom: 10px;
  }
}
section#strong .top .title .title-sup {
  width: 166px;
  margin: 0 auto;
}
section#strong .top .strong-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  section#strong .top .strong-wrap {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#strong .top .strong-wrap .strong-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section#strong .strong-detail .item:nth-child(1) .box:first-child {
  margin-bottom: 40px;
}
section#strong .strong-detail .item:nth-child(1) .box:nth-child(2) .inwrap p:not(:last-child) {
  margin-bottom: 20px;
}
section#strong .strong-detail .item:nth-child(1) .box .head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #D6D6D6;
}
section#strong .strong-detail .item:nth-child(1) .box .head h3 {
  font-size: 32px;
  letter-spacing: 0.01em;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
}
section#strong .strong-detail .item:nth-child(1) .box .head h3 span.h-green {
  font-size: 50px;
  color: #00BE42;
}
section#strong .strong-detail .item:nth-child(1) .box .head h3 span.h-green span.small {
  font-size: 32px;
}
section#strong .strong-detail .item:nth-child(1) .image {
  background-image: url("../img/str01.webp");
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(1) .image {
    aspect-ratio: 375/251;
    padding: 0;
  }
}
section#strong .strong-detail .item:nth-child(1) .image h2 {
  width: 450px;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(1) .image h2 {
    width: 80%;
  }
}
section#strong .strong-detail .item:nth-child(1) .text {
  background-color: #EFEFEF;
}
section#strong .strong-detail .item:nth-child(1) .text::before {
  background-image: url(../img/ar01.svg);
}
section#strong .strong-detail .item:nth-child(2) .image {
  background-image: url("../img/str03.webp");
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(2) .image {
    aspect-ratio: 375/507;
    padding: 0;
  }
}
section#strong .strong-detail .item:nth-child(2) .image h2 {
  width: 360px;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(2) .image h2 {
    width: 83%;
  }
}
section#strong .strong-detail .item:nth-child(2) .image h2 img.icon {
  margin-top: 20px;
}
section#strong .strong-detail .item:nth-child(2) .text {
  background-color: #E0DFC9;
}
section#strong .strong-detail .item:nth-child(2) .text::before {
  background-image: url(../img/ar03.svg);
}
section#strong .strong-detail .item:nth-child(2) .text .box:first-child {
  margin-bottom: 40px;
}
section#strong .strong-detail .item:nth-child(2) .text .box .inwrap .box-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
section#strong .strong-detail .item:nth-child(2) .text .box .inwrap .box-item .item-head {
  color: #00BE42;
}
section#strong .strong-detail .item:nth-child(2) .text .sup {
  margin-top: 20px;
  background-color: #EFEFEF;
  padding: 20px;
  color: #535353;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  border-radius: 10px;
}
section#strong .strong-detail .item:nth-child(2) .text .sup ul li {
  font-size: 14px;
}
section#strong .strong-detail .item:nth-child(2) .text .sup p {
  font-size: 12px;
  padding-left: 1em;
}
section#strong .strong-detail .item:nth-child(3) .image {
  background-image: url("../img/str04.webp");
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(3) .image {
    aspect-ratio: 375/251;
    padding: 0;
  }
}
section#strong .strong-detail .item:nth-child(3) .image h2 {
  width: 320px;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(3) .image h2 {
    width: 76%;
  }
}
section#strong .strong-detail .item:nth-child(3) .text {
  background-color: #FFFFFF;
}
section#strong .strong-detail .item:nth-child(3) .text::before {
  background-image: url(../img/ar04.svg);
}
section#strong .strong-detail .item:nth-child(3) .text .box {
  background-color: #EFEFEF;
}
section#strong .strong-detail .item:nth-child(3) .text .box .head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #D6D6D6;
}
section#strong .strong-detail .item:nth-child(3) .text .box .head h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  section#strong .strong-detail .item:nth-child(3) .text .box .head h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(3) .text .box .head h3 {
    font-size: 24px;
    line-height: 45px;
  }
}
section#strong .strong-detail .item:nth-child(3) .text .box .head h3 span.h-green {
  color: #00BE42;
}
section#strong .strong-detail .item:nth-child(3) .text .box .head h3 span.h-green span.big {
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  section#strong .strong-detail .item:nth-child(3) .text .box .head h3 span.h-green span.big {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(3) .text .box .head h3 span.h-green span.big {
    font-size: 42px;
  }
}
section#strong .strong-detail .item:nth-child(3) .text .box h3 span.green {
  color: #00BE42;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item:nth-child(3) .text .box h3 span.green {
    font-size: 22px;
    line-height: 32px;
  }
}
section#strong .strong-detail .item:nth-child(3) .text .box h3 span.green span.small {
  font-size: 16px;
}
section#strong .strong-detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#strong .strong-detail .item .image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  max-height: 100dvh;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item .image {
    position: relative;
    max-height: unset;
    top: unset;
  }
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item .image {
    width: 100%;
    padding: 65px 3%;
  }
}
section#strong .strong-detail .item .image h2 {
  display: block;
}
section#strong .strong-detail .item .text {
  width: 50%;
  padding: 60px 0px 60px 80px;
  position: relative;
}
section#strong .strong-detail .item .text::before {
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
@media screen and (max-width: 1080px) {
  section#strong .strong-detail .item .text {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item .text {
    width: 100%;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 420px) {
  section#strong .strong-detail .item .text {
    padding: 60px 20px;
  }
}
section#strong .strong-detail .item .text .box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 470px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item .text .box {
    max-width: unset;
    padding: 40px 20px;
  }
}
section#strong .strong-detail .item .text .box .inwrap {
  padding-left: 30px;
  position: relative;
}
section#strong .strong-detail .item .text .box .inwrap::before {
  content: "";
  width: 14px;
  aspect-ratio: 14/28;
  background-image: url("../img/intro-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item .text .box .inwrap::before {
    top: 6px;
  }
}
section#strong .strong-detail .item .text .box .inwrap h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item .text .box .inwrap h3 {
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 32px;
  }
}
section#strong .strong-detail .item .text .box .inwrap p {
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section#strong .strong-detail .item .text .box .inwrap p {
    font-size: 14px;
  }
}

section#course {
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  section#course .center {
    padding: 0 5%;
  }
}
section#course .wrap {
  position: relative;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#course .wrap {
    padding: 60px 0;
  }
}
section#course .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../img/course-deco.svg");
  background-size: 100%;
  aspect-ratio: 1366/174.4;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  section#course .wrap::before {
    background-image: url(../img/course-deco-sp.svg);
    aspect-ratio: 375/115;
  }
}
section#course .wrap .title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
section#course .wrap .title h2 {
  font-size: 78px;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #000000;
  color: #FBF006;
  padding: 0 5px;
  margin-bottom: 23px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  section#course .wrap .title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
section#course .wrap .title .deco {
  width: 28px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section#course .wrap .title .deco {
    margin-bottom: 10px;
  }
}
section#course .wrap .title .title-sup {
  width: 58px;
  margin: 0 auto;
}
section#course .wrap p.description {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 60px;
}
section#course .wrap .panel {
  padding: 80px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  section#course .wrap .panel {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel {
    padding: 40px 20px;
  }
}
section#course .wrap .panel:not(:last-child) {
  margin-bottom: 20px;
}
section#course .wrap .panel > .head {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px dotted #D6D6D6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel > .head {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
section#course .wrap .panel > .head h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel > .head h3 {
    font-size: 32px;
  }
}
section#course .wrap .panel > .head p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #535353;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel > .head p {
    letter-spacing: 0.3em;
  }
}
section#course .wrap .panel .body .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel .body .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
section#course .wrap .panel .body .box:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 2px dotted #D6D6D6;
}
section#course .wrap .panel .body .box.text-text {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel .body .box.text-text {
    gap: 40px;
  }
}
section#course .wrap .panel .body .box.text-text .text {
  padding-left: 0;
}
section#course .wrap .panel .body .box.text-text .text:nth-child(2) .inwrap .board {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section#course .wrap .panel .body .box.text-text .text:nth-child(2) .inwrap .board .row {
  height: 100%;
}
section#course .wrap .panel .body .box.text-text .text:nth-child(2) .inwrap .board .row .body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#course .wrap .panel .body .box.text-text .text:nth-child(2) .inwrap .board .row .body .text-inwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
section#course .wrap .panel .body .box.text-text .text:nth-child(2) .inwrap .board .row .body .text-inwrap p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #000;
}
section#course .wrap .panel .body .box.text-text .text:nth-child(2) .inwrap .board .row .body .text-inwrap p.sup {
  font-size: 14px;
  color: #535353;
}
section#course .wrap .panel .body .box.text-text .text .inwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
section#course .wrap .panel .body .box.text-text .text .inwrap .board {
  margin-top: 0;
}
section#course .wrap .panel .body .box.crs {
  padding-bottom: 0;
  border-bottom: none;
}
section#course .wrap .panel .body .box.crs.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel .body .box.crs.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#course .wrap .panel .body .box.crs.rev .text {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  section#course .wrap .panel .body .box.crs.rev .text {
    padding-right: 20px;
  }
}
section#course .wrap .panel .body .box.crs.crs1 .text .inwrap .board {
  background-color: #CCFFDE !important;
}
section#course .wrap .panel .body .box.crs.crs2 .text .inwrap::before {
  background-image: url("../img/icon02.svg");
}
section#course .wrap .panel .body .box.crs.crs2 .text .inwrap .board {
  background-color: #D5F2FC !important;
}
section#course .wrap .panel .body .box.crs.crs2 .text .inwrap .board .row .head h4 {
  color: #40B9E3;
}
section#course .wrap .panel .body .box.crs.crs3 .text .inwrap::before {
  background-image: url("../img/icon03.svg");
}
section#course .wrap .panel .body .box.crs.crs3 .text .inwrap .board {
  background-color: #F5F4E4 !important;
}
section#course .wrap .panel .body .box.crs.crs3 .text .inwrap .board .row .head h4 {
  color: #442906;
}
section#course .wrap .panel .body .box .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel .body .box .img {
    width: 100%;
  }
}
section#course .wrap .panel .body .box .img img {
  width: 100%;
  margin-bottom: 20px;
}
section#course .wrap .panel .body .box .img p {
  line-height: 1.5;
}
section#course .wrap .panel .body .box .text {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  section#course .wrap .panel .body .box .text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel .body .box .text {
    width: 100%;
    padding-left: 0;
  }
}
section#course .wrap .panel .body .box .text .inwrap {
  padding-left: 30px;
  position: relative;
}
section#course .wrap .panel .body .box .text .inwrap::before {
  content: "";
  width: 14px;
  aspect-ratio: 14/28;
  background-image: url("../img/intro-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel .body .box .text .inwrap::before {
    top: 6px;
  }
}
section#course .wrap .panel .body .box .text .inwrap h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
section#course .wrap .panel .body .box .text .inwrap .board {
  margin-top: 20px;
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 20px;
}
section#course .wrap .panel .body .box .text .inwrap .board .row:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D6D6D6;
}
section#course .wrap .panel .body .box .text .inwrap .board .row .head {
  margin-bottom: 5px;
}
section#course .wrap .panel .body .box .text .inwrap .board .row .head h4 {
  font-size: 14px;
  font-weight: bold;
  color: #00BE42;
  letter-spacing: 0.01em;
  line-height: 16px;
}
section#course .wrap .panel .body .box .text .inwrap .board .row .body p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #000;
}
section#course .wrap .panel .body .box .text .inwrap .board .row .body p.sub {
  font-size: 14px;
  color: #535353;
}
section#course .wrap .panel .body .box .text .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel .body .box .text .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#course .wrap .panel .body .box .text .lists .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section#course .wrap .panel .body .box .text .lists .item ul {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section#course .wrap .panel .body .box .text .lists .item ul {
    margin-bottom: 0;
  }
}
section#course .wrap .panel .body .box .text .lists .item ul li::before {
  content: "・";
  color: #D6D6D6;
}

footer {
  background-color: #00BE42;
  color: white;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 25px;
  }
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
footer .wrap .logo {
  max-width: 280px;
  width: 100%;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  footer .wrap .logo {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
footer .wrap .info {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .wrap .info {
    text-align: center;
  }
}
footer .wrap .info p {
  line-height: 1.5;
}

.fix_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media screen and (max-width: 768px) {
  .fix_banner {
    background-color: #E87E30;
  }
}
.fix_banner .hover {
  display: none;
}
.fix_banner a:hover {
  opacity: 1 !important;
}
.fix_banner:hover .hover {
  display: block;
}
.fix_banner:hover .no-hover {
  display: none;
}
@media screen and (max-width: 768px) {
  .fix_banner:hover {
    display: none;
  }
}
.fix_banner .btn {
  padding: 15px 0;
  text-align: center;
  width: 320px;
  background-color: #000;
  color: white;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 10px;
  position: absolute;
}
.fix_banner.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
/*# sourceMappingURL=master.css.map */