@charset "UTF-8";
.pink {
  color: #f36;
}

@font-face {
  font-family: 'notosansjp';
  font-weight: 400;
  src: url(../font/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 500;
  src: url(../font/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 600;
  src: url(../font/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'adventpro';
  font-weight: 600;
  src: url(../font/AdventPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'notoserifjp';
  font-weight: 600;
  src: url(../font/NotoSerifJP-Bold.otf) format("opentype");
}
@media screen and (min-width: 769px) {
  .sp__only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }

  .pc__only {
    display: none;
  }
}
.serif {
  font-family: 'notoserifjp', 'serif';
}

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

html {
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
  max-width: 100%;
}

img,
svg,
video,
canvas {
  height: auto;
}

audio {
  width: 100%;
}

svg {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

span {
  font-weight: inherit;
}

main {
  position: relative;
  background: #fff;
  color: #000;
  font-weight: 500;
  overflow-x: hidden;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    width: 100%;
    padding: 0 14px;
  }
}
.group__bg {
  position: relative;
  background: url(../img/group_bg.webp) no-repeat center/cover;
  padding-top: 31px;
  padding-bottom: 95px;
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .group__bg {
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 41px;
  }
  .group__bg::after {
    border-width: 100px 750px 0px 0px;
  }
}
.cta__bg {
  background: #D9D9D9;
  padding-top: 42px;
}
.cta__btn.is__fixed {
  z-index: 1000;
  width: 100%;
  bottom: 0;
}
.cta__btn.is__fixed img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cta__bg {
    padding-top: 30px;
  }
}

.about__bg {
  background: #D9D9D9;
  padding: 70px 0 65px;
}
.about__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.about__ttl .deco {
  color: #f36;
}
.about__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .about__bg {
    padding: 29px 0 30px;
  }
  .about__ttl {
    font-size: 20px;
    text-align: left;
    line-height: 28px;
  }
  .about__txt {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
}

.reason__bg {
  background: url(../img/reason_bg.webp) no-repeat center/cover;
  padding: 70px 0 79px;
}
.reason__ttl {
  color: white;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 56px;
  word-wrap: break-word;
  margin-bottom: 55px;
}
.reason__list {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin: 0 auto;
}
.reason__item {
  width: 250px;
  height: 250px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  border: 2px #fff solid;
  backdrop-filter: blur(20px);
  padding: 23px;
}
.reason__item .item__ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word;
  margin-bottom: 18px;
}
.reason__item .item__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .reason__bg {
    padding: 40px 0 42px;
  }
  .reason__ttl {
    font-size: 24px;
    line-height: 34px;
    filter: drop-shadow(0px 3px 1px black);
    margin-bottom: 30px;
  }
  .reason__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.case__bg {
  background: #D9D9D9;
  padding: 65px 0 85px;
}
.case__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.case__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 52px;
}
.case .inner ul {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .case .inner ul {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .case .inner ul li {
    margin: 0 5px;
  }
}
.case .inner ul li img {
  border: 1px solid #B9B9B9;
  background: #FFF;
}
.case-logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .case-logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .case-logo-item {
    margin: 0 5px;
  }
}
.case-logo-item img {
  background: #fff;
  border: 1px solid #B9B9B9;
}
@media screen and (max-width: 768px) {
  .case__bg {
    padding: 50px 0 45px;
  }
  .case__ttl {
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .case__txt {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .case .inner ul {
    margin-bottom: 15px;
  }
  .case .inner ul li {
    margin: 0 5px;
  }
}

.feature__bg {
  background: url(../img/feature_bg.webp) no-repeat center/cover;
  padding: 149px 0 75px;
}
.feature__ttl {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  word-wrap: break-word;
  margin-bottom: 25px;
}
.feature__ttl::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 1100px;
  height: 563px;
  opacity: 0.60;
  mix-blend-mode: darken;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
}
.feature__txt {
  position: relative;
  z-index: 10;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
  word-wrap: break-word;
  margin: 0 auto;
  margin-bottom: 17px;
}
@media screen and (min-width: 769px) {
  .feature__txt::before, .feature__txt::after {
    position: absolute;
    content: "ー";
    width: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
  .feature__txt::before {
    left: -1.5em;
  }
  .feature__txt::after {
    right: -1em;
  }
}
.feature__movie {
  position: relative;
  z-index: 10;
  width: 750px;
  height: 422px;
  margin: 0 auto 20px;
}
.feature__movie iframe {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.feature__lower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 48px;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  word-wrap: break-word;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature__bg {
    padding: 88px 0 35px;
  }
  .feature__ttl {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .feature__ttl::after {
    height: 444px;
    top: -38px;
  }
  .feature__txt {
    font-size: 16px;
    line-height: 28px;
  }
  .feature__movie {
    width: 311px;
    height: 175px;
  }
  .feature__movie iframe {
    height: 100%;
  }
  .feature__lower {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0;
  }
}

.program {
  padding: 80px 0 70px;
}
.program__ttl {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 70px;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.program__txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  word-wrap: break-word;
}
.program__img {
  position: relative;
  z-index: 10;
  width: 1000px;
  margin: 0 auto;
}
.program__img::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 1920px;
  height: 333px;
  background: url(../img/program_img02.webp) no-repeat center/contain;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .program {
    padding: 50px 0 80px;
  }
  .program__ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .program__txt {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  .program__img {
    width: 100%;
  }
  .program__img::after {
    width: 375px;
    height: 81px;
    background: url(../img/program_img02_sp.webp) no-repeat center/contain;
    top: auto;
    bottom: -40px;
  }
}

.program01__bg {
  background: url(../img/program01_bg.webp) no-repeat center/cover;
  padding: 70px 0 68px;
}
.program01__ttl {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 53px;
}
.program01__lead {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.program01__txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  word-wrap: break-word;
  margin-bottom: 39px;
}
.program01__container {
  margin-bottom: 40px;
}
.program01__container:last-of-type {
  margin-bottom: 0;
}
.program01 .container__ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  word-wrap: break-word;
  margin-bottom: 12px;
}
.program01 .container__subttl {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 13px;
}
.program01__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 20px;
}
.program01__list li {
  display: flex;
  background: #fff;
  border-radius: 0px 10px 0px 0px;
}
.program01__list .item__txt {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 9px;
}
@media screen and (max-width: 768px) {
  .program01__bg {
    padding: 50px 0 35px;
  }
  .program01__ttl {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  .program01__lead {
    font-size: 20px;
    line-height: 28px;
  }
  .program01__txt {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .program01__container {
    margin-bottom: 30px;
  }
  .program01 .container__ttl {
    font-size: 18px;
    line-height: 30px;
  }
  .program01__list {
    gap: 16px;
    row-gap: 16px;
  }
  .program01__list li {
    max-width: 162px;
    width: 100%;
  }
  .program01__list .item__img img {
    width: 65px;
    height: 65px;
  }
  .program01__list .item__txt {
    width: calc(100% - 65px);
    height: 65px;
    font-size: 12px;
    padding: 5px;
  }
}

.program02 {
  padding: 70px 0 149px;
}
.program02__ttl {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 51px;
}
.program02__lead {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  word-wrap: break-word;
  margin-bottom: 51px;
}
.program02__container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 59px;
  margin-bottom: 50px;
}
.program02__container .container__img {
  width: 365px;
  height: 321px;
}
.program02__container .txtbox {
  width: 580px;
}
.program02__container .txtbox .box__item {
  margin-bottom: 30px;
}
.program02__container .txtbox .box__item:last-of-type {
  margin-bottom: 0;
}
.program02__container .txtbox .box__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word;
}
.program02__container .txtbox .box__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;
}
.program02__container .txtbox .box__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 3px;
  margin-top: 10px;
}
.program02__container .txtbox .box__taglist .tag {
  width: fit-content;
  background: #E7499E;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  word-wrap: break-word;
  padding: 2px 4px 4px;
}
.program02__container .txtbox .box__taglist .tag:nth-of-type(2) {
  background: #375CBC;
}
.program02__container .txtbox .box__taglist .tag:nth-of-type(3) {
  background: #249C71;
}
.program02__container .txtbox .box__taglist .tag:nth-of-type(4) {
  background: #ED6B32;
}
.program02__container .txtbox .box__taglist .tag:nth-of-type(5) {
  background: #5CC34C;
}
.program02__container .txtbox .box__taglist .tag:nth-of-type(6) {
  background: #6B6B6B;
}
.program02__container .txtbox .box__taglist .tag:nth-of-type(7) {
  background: #A38A33;
}
.program02__container .txtbox .box__taglist .tag:nth-of-type(8) {
  background: #192347;
}
.program02__container .txtbox .box__taglist .tag:nth-of-type(9) {
  background: #AE4CC6;
}
.program02__container .txtbox .box__taglist .spacy {
  display: block;
  margin-right: 100%;
}
.program02__lower {
  position: relative;
  margin-left: 137px;
}
.program02__lower .lower__txtbox {
  width: 388px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #fff;
  padding: 19px 0 20px 66px;
}
.program02__lower .lower__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.program02__lower .lower__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  word-wrap: break-word;
}
.program02__lower .lower__img {
  position: absolute;
  width: 553px;
  height: 293px;
  top: 14px;
  left: 140px;
}
@media screen and (max-width: 768px) {
  .program02 {
    padding: 50px 0 26px;
  }
  .program02__ttl {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .program02__lead {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .program02__container {
    flex-direction: column;
  }
  .program02__container .txtbox {
    width: 100%;
  }
  .program02__container .txtbox .box__ttl {
    font-size: 18px;
    line-height: 30px;
  }
  .program02__container .txtbox .box__txt {
    font-size: 16px;
    line-height: 28px;
  }
  .program02__container .txtbox .box__taglist {
    margin-bottom: 28px;
  }
  .program02__container .container__img_sp {
    display: block;
    width: 277px;
    margin: 0 auto;
  }
  .program02__lower {
    margin-left: 0;
  }
  .program02__lower .lower__txtbox {
    width: 292px;
    padding: 19px 26px;
  }
  .program02__lower .lower__img {
    position: relative;
    width: 100%;
    height: 100%;
    top: -14px;
    left: auto;
  }
}

.program03__bg {
  background: url(../img/program03_bg.webp) no-repeat center/cover;
  padding: 70px 0 20px;
}
.program03__ttl {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 48px;
}
.program03__lead {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.program03__txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .program03__bg {
    padding: 50px 0 0;
  }
  .program03 .inner {
    padding: 0;
  }
  .program03__ttl {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .program03__lead {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .program03__txt {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    padding: 0 15px;
  }
  .program03__txt--sp {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
    padding: 0 15px;
    margin-top: 10px;
  }
}

.program04 {
  padding: 70px 0 101px;
}
.program04__ttl {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 67px;
}
.program04 .container__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
  margin-bottom: 40px;
}
.program04 .container__upper {
  position: relative;
  margin-bottom: 82px;
}
.program04 .container__upper .upper__txtbox {
  margin-left: 50px;
}
.program04 .container__upper .upper__ttl {
  width: 372px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
  margin-bottom: 18px;
}
.program04 .container__upper .upper__txt {
  width: 528px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;
}
.program04 .container__upper02 {
  display: flex;
  gap: 37px;
  margin-bottom: 0;
}
.program04 .container__upper02 .upper__ttl {
  width: 495px;
}
.program04 .container__upper02 .upper__list {
  margin-left: 1em;
}
.program04 .container__upper02 .upper__item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;
}
.program04 .container__upper02 .upper__item::after {
  position: absolute;
  content: "・";
  width: 1em;
  height: 1em;
  left: -1em;
  top: 0;
}
.program04 .container__lower {
  margin-left: 50px;
}
.program04 .container__lower .lower__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
  margin-bottom: 50px;
}
.program04__img01 {
  position: absolute;
  width: 584px;
  top: -69px;
  right: 0;
}
.program04__img02 {
  width: 1005px;
  margin: 0 auto 73px;
}
.program04__img03 {
  width: 454px;
}
@media screen and (min-width: 769px) {
  .program04 .img__container {
    overflow: visible !important;
  }
}
@media screen and (max-width: 768px) {
  .program04 {
    padding: 50px 0 35px;
  }
  .program04 .inner {
    padding: 0;
  }
  .program04__ttl {
    font-size: 30px;
    line-height: 30px;
  }
  .program04 .container__ttl {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-left: 14px;
  }
  .program04 .container__upper {
    padding: 0 14px;
    margin-bottom: 0;
  }
  .program04 .container__upper .upper__txtbox {
    margin-left: 0;
  }
  .program04 .container__upper .upper__ttl {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .program04 .container__upper .upper__txt {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .program04 .container__upper02 {
    display: block;
  }
  .program04 .container__upper02 .upper__ttl {
    width: 100%;
  }
  .program04 .container__lower {
    position: relative;
    margin-left: 0;
  }
  .program04 .container__lower .lower__ttl {
    font-size: 20px;
    line-height: 28px;
    margin: 0 14px;
    margin-bottom: 30px;
  }
  .program04 .container__lower .img__container {
    position: relative;
    overflow-x: scroll;
    margin-bottom: 25px;
  }
  .program04 .container__lower .img__wrapper {
    width: 755px;
    padding: 0 14px;
  }
  .program04 .container__lower .img__txt {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 14px;
    margin-bottom: 34px;
  }
  .program04__img01 {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-bottom: 37px;
  }
  .program04__img02 {
    width: 100%;
    margin: 0;
  }
  .program04__img03 {
    width: 100%;
    margin-top: 20px;
  }
}

.program05__bg {
  background: url(../img/program05_bg.webp) no-repeat center/cover;
  padding: 70px 0 92px;
}
.program05__ttl {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 75px;
}
.program05__img {
  display: block;
  width: 1056px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .program05__bg {
    padding: 51px 0 35px;
  }
  .program05 .inner {
    padding: 0;
  }
  .program05__ttl {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.lms {
  padding: 70px 0 0;
}
.lms .inner {
  position: relative;
}
.lms__ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  word-wrap: break-word;
  margin-bottom: 48px;
}
.lms__txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  word-wrap: break-word;
  margin-bottom: 72px;
}
.lms__container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.lms__container .container__item {
  width: 510px;
  background: #EEF4FF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 18px 30px 51px;
}
.lms__container .container__item:nth-of-type(2) {
  max-height: 242px;
  background: #E8FCFF;
}
.lms__container .container__item:nth-of-type(2) .item__txt {
  background: #124F58;
}
.lms__container .container__item:nth-of-type(2) .container__list .list__item::after {
  background: #124F58;
}
.lms__container .container__item .item__txt {
  width: fit-content;
  background: #00236A;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  word-wrap: break-word;
  padding: 3px 18px 6px;
  margin-bottom: 19px;
}
.lms__container .container__item .item__ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word;
}
.lms__container .container__list {
  margin-bottom: 20px;
}
.lms__container .container__list:last-of-type {
  margin-bottom: 0;
}
.lms__container .container__list .list__item {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  padding-left: 1.5em;
}
.lms__container .container__list .list__item::after {
  position: absolute;
  content: "";
  background: #00236A;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
.lms__img {
  position: relative;
  top: -90px;
  left: 191px;
}
@media screen and (max-width: 768px) {
  .lms {
    padding: 50px 0 15px;
  }
  .lms__ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .lms__txt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .lms__container {
    flex-direction: column;
    gap: 10px;
  }
  .lms__container .container__item {
    width: 100%;
    padding: 20px 15px;
  }
  .lms__container .container__item:nth-of-type(2) {
    max-height: 100%;
  }
  .lms__container .container__item .item__txt {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .lms__container .container__list {
    margin-bottom: 17px;
  }
  .lms__container .container__list .list__item {
    font-size: 14px;
    line-height: 22px;
  }
  .lms__img {
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
}

.assignment__bg {
  position: relative;
  background: rgba(106, 101, 88, 0.7);
  padding: 70px 0 68px;
}
.assignment__bg::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(106, 101, 88, 0.7) transparent transparent transparent;
  border-width: 22px 22px 0px 22px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.assignment__ttl {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  word-wrap: break-word;
  margin-bottom: 53px;
}
.assignment__list {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.assignment__item {
  position: relative;
  width: 330px;
  height: 292px;
  background: #fff;
  border-radius: 10px;
  padding: 29px 33px 37px 29px;
}
.assignment__item:first-of-type .item__ttl {
  margin-bottom: 36px;
}
.assignment__item:last-of-type .item__img {
  width: 122px;
  height: 116px;
}
.assignment__item .item__ttl {
  color: #6A6558;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  word-wrap: break-word;
  margin-bottom: 14px;
}
.assignment__item .item__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  word-wrap: break-word;
}
.assignment__item .item__img {
  position: absolute;
  width: 107px;
  height: 110px;
  top: -45px;
  right: 10px;
}
.assignment__img01 {
  display: block;
  width: 470px;
  margin: 28px auto 26px;
}
.assignment__lead {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  word-wrap: break-word;
  margin-bottom: 26px;
}
.assignment__txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
  word-wrap: break-word;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .assignment__bg {
    padding: 53px 0 40px;
  }
  .assignment__ttl {
    font-size: 24px;
    line-height: 34px;
  }
  .assignment__list {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  .assignment__item {
    width: 100%;
    height: 264px;
    padding: 24px 30px 29px;
  }
  .assignment__lead {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .assignment__txt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.qa {
  padding: 75px 0;
  background: #F6F4F1;
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 8% 5% 5%;
  }
}
.qa-title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .qa-title {
    margin-bottom: 5%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.qa-list {
  width: 900px;
  margin: auto;
  padding: 10px 30px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .qa-list {
    width: auto;
    padding: 0 5%;
  }
}
.qa-item {
  padding: 7px;
}
.qa-item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.qa-item-term, .qa-item-description {
  position: relative;
  padding: 10px 0 10px 52px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .qa-item-term, .qa-item-description {
    padding: 2% 0 2% 8%;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.5;
  }
}
.qa-item-term:before, .qa-item-description:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 33px;
  height: 33px;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .qa-item-term:before, .qa-item-description:before {
    width: 17px;
    height: 17px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.qa-item-term {
  font-weight: bold;
}
.qa-item-term:before {
  background-image: url("../img/qa_item_term_bg.webp");
}
.qa-item-description:before {
  background-image: url("../img/qa_item_description_bg.gif");
}

.contact {
  padding: 80px 0;
  background: #ECE8DC;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 8% 5%;
  }
}
.contact-title {
  margin-bottom: 65px;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact-title {
    margin-bottom: 4%;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.64706;
  }
}
.contact-inner {
  width: 1000px;
  margin: auto;
  padding: 50px 50px 60px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    width: auto;
    padding: 5% 5% 8%;
  }
}
.contact-inner .applicationform-link {
  display: block;
  width: fit-content;
  font-size: 16px;
  text-decoration: underline;
  margin: 0 auto 2em;
  transition: .3s;
}
.contact-inner .applicationform-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact-inner .applicationform-link {
    font-size: 12px;
  }
}
.contact-inner-lead {
  margin-bottom: 28px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-inner-lead {
    margin-bottom: 4%;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contact-table {
  width: 724px;
  margin: 0 auto 35px;
  border-collapse: separate;
  border-spacing: 12px;
}
@media screen and (max-width: 768px) {
  .contact-table {
    width: 100%;
    margin-bottom: 10%;
    border-spacing: 0;
  }
}
.contact-table th,
.contact-table td {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-table th,
  .contact-table td {
    display: list-item;
    list-style: none;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contact-table th {
  width: 160px;
  padding-right: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contact-table th {
    width: auto;
    margin-bottom: 2%;
    padding: 0;
    text-align: left;
  }
}
.contact-table td {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 12px;
  border: 2px solid #e4dfd5;
}
@media screen and (max-width: 768px) {
  .contact-table td {
    margin-bottom: 4%;
    padding: 2% 3%;
    border-width: 1px;
  }
}
.contact-table .required {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  background: #FF2E90;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .contact-table .required {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.contact-table input,
.contact-table textarea {
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-table input,
  .contact-table textarea {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.contact-table input:focus,
.contact-table textarea:focus {
  outline: none;
}
.contact-table input.short {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .contact-table input.short {
    width: 100%;
  }
}
.contact-table input.long {
  width: 100%;
}
.contact-table textarea {
  width: 100%;
  padding: 3px 0;
  line-height: 1.5;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .contact-table textarea {
    height: 100px;
    padding: 0;
  }
}
.contact-table-text {
  margin-bottom: 45px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-table-text {
    margin-bottom: 8%;
    font-size: 10px !important;
    line-height: 1.66667 !important;
  }
}
.contact-table-text a {
  color: #000;
  text-decoration: underline;
}
.contact-table-text a:hover {
  text-decoration: none;
}
.contact-button {
  display: flex;
  justify-content: space-between;
  width: 284px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact-button {
    width: 90%;
  }
}
.contact-button.-thanks {
  justify-content: center;
}
.contact-button input {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  -webkit-box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  width: 125px;
  height: 37px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.contact-button input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.contact-button input[type="reset"] {
  background: #ababab;
}
.contact-button input[type="button"], .contact-button input[type="submit"] {
  background: #09c;
}
.contact .errortxt {
  display: none;
  color: #f00;
  font-weight: bold;
  margin-top: 5px;
}

.confirm .main-box,
.error .main-box,
.thanks .main-box {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .confirm .main-box,
  .error .main-box,
  .thanks .main-box {
    padding-top: 20%;
  }
}
.confirm .main-box-title,
.error .main-box-title,
.thanks .main-box-title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 18px;
  color: #630;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.confirm .main-box-title:before,
.error .main-box-title:before,
.thanks .main-box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.confirm .main-box-text,
.error .main-box-text,
.thanks .main-box-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirm .main-box-text,
  .error .main-box-text,
  .thanks .main-box-text {
    margin: 5%;
    font-size: 17px;
    font-size: 4.53333vw;
    font-weight: normal;
    line-height: 1.47059;
    text-align: left;
  }
}
.confirm .contact-table,
.error .contact-table,
.thanks .contact-table {
  width: 100%;
  margin-bottom: 45px;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .confirm .contact-table,
  .error .contact-table,
  .thanks .contact-table {
    width: 100%;
    margin-bottom: 5%;
  }
}
.confirm .contact-table th,
.confirm .contact-table td,
.error .contact-table th,
.error .contact-table td,
.thanks .contact-table th,
.thanks .contact-table td {
  line-height: 1.3;
  font-size: 1.6em;
  border: 10px solid #FFF;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table th,
  .confirm .contact-table td,
  .error .contact-table th,
  .error .contact-table td,
  .thanks .contact-table th,
  .thanks .contact-table td {
    display: list-item;
    font-size: 16px;
    font-size: 4.26667vw;
    list-style: none;
    border: none;
  }
}
.confirm .contact-table th,
.error .contact-table th,
.thanks .contact-table th {
  width: 220px;
  padding: 15px 10px 15px 30px;
  background: #E4DFD5;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table th,
  .error .contact-table th,
  .thanks .contact-table th {
    position: relative;
    width: 100%;
    padding: 2% 5%;
  }
}
.confirm .contact-table td,
.error .contact-table td,
.thanks .contact-table td {
  padding: 15px 20px;
  background: #F8F5EE;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table td,
  .error .contact-table td,
  .thanks .contact-table td {
    padding: 3% 5%;
    background: none;
  }
}

.confirm .contact-button input[type="button"] {
  background: #c7c7c7;
}

.error .contact-button {
  justify-content: center;
}

.thanks .main-box {
  padding-top: 230px;
}
@media screen and (max-width: 768px) {
  .thanks .main-box {
    padding-top: 40%;
  }
}

.data-r {
  color: #E35580;
  font-weight: bold;
}

.price__bg {
  background: #F1F1F1;
  padding: 75px 0;
}
.price__bubble {
  position: relative;
  width: 350px;
  background: #fff;
  border-radius: 40px;
  padding: 20px 47px 8px;
  margin: 0 auto 25px;
  filter: drop-shadow(0px 4px 4px rgba(0, 117, 238, 0.25));
}
.price__bubble::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 15px 0px 15px;
  bottom: -18px;
  left: 50%;
  translate: -50% 0;
}
.price .bubble__txt {
  color: #015CEA;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.price .lms-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-left: auto;
  transition: .3s;
}
.price .lms-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 2px;
  left: 0;
}
.price .lms-link:hover::after {
  display: none;
}
.price .lms-link img {
  width: 16px;
  height: 16px;
}
.price__ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin-bottom: 35px;
}
.price__txt {
  position: relative;
  width: fit-content;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
}
.price__txt .middle {
  color: var(--FF5E26, #FF5E26);
  font-size: 48px;
  font-weight: 700;
}
.price__txt .large {
  position: relative;
  color: var(--FF5E26, #FF5E26);
  font-size: 60px;
  font-weight: 700;
}
.price__txt .large::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 35px;
  background: url(../img/price/price_icon02.svg) no-repeat center/contain;
  top: 5px;
  right: -20px;
}
.price__txt .small {
  font-size: 16px;
  font-weight: 700;
}
.price__txt .deco {
  color: #FF327A;
  font-size: 30px;
  font-weight: 700;
}
.price__txt .sub-icon {
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  top: 15px;
  right: 0;
}
.price__txt .sub {
  display: flex;
  justify-content: end;
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
}
.price__txt02 {
  color: #FF327A;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  margin-bottom: 40px;
}
.price .price__chart {
  margin-bottom: 65px;
}
.price .chart__list {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 4px;
}
.price .category__list {
  width: 200px;
  background: #C1D9FF;
  margin-bottom: 4px;
}
.price .chart__item.deco {
  filter: drop-shadow(4px 5px 5px rgba(0, 0, 0, 0.25));
}
.price .category__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border-bottom: 2px dashed #E7E6E6;
  color: #183F7F;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.price .category__item .small {
  font-size: 14px;
}
.price .category__item:last-of-type {
  border: none;
}
.price .service__deco {
  height: 70px;
  padding: 10px;
  background: var(--blue_grad, linear-gradient(180deg, #0089f1 0.01%, #005bea 50%, #087fef 100%));
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 10px 10px 0px 0px;
}
.price .contents-list__deco {
  width: 350px;
  border: 4px solid #015CEA;
  border-top: none;
  border-top: none;
  overflow: hidden;
}
.price .contents-list__deco .contents__item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 100px;
  padding: 35px 47px;
  background: #FEFFEF;
  border-bottom: 2px dashed #E7E6E6;
}
.price .contents-list__deco .contents__item:first-of-type {
  color: #015CEA;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.price .contents-list__deco .contents__item:first-of-type .large {
  font-size: 36px;
}
.price .contents-list__deco .contents__item:nth-of-type(2), .price .contents-list__deco .contents__item:nth-of-type(3) {
  color: var(--FF327A, #FF327A);
  font-size: 36px;
  font-weight: 700;
}
.price .contents-list__deco .contents__item:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #015CEA;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  border-bottom: none;
  text-align: center;
}
.price .contents-list__deco .contents__item:last-of-type .relative {
  position: relative;
  width: fit-content;
}
.price .contents-list__deco .contents__item:last-of-type .relative::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 33px;
  background: url(../img/price/price_icon03.png) no-repeat center/contain;
  top: -15px;
  right: -20px;
}
.price .contents-list__deco .contents__item:last-of-type .relative .deco {
  color: var(--FF5E26, #FF5E26);
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}
.price .contents-list__deco .contents__item:last-of-type .small {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.price .service {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
  background: #6E7282;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}
.price .contents__list {
  background: #fff;
  margin-bottom: 4px;
}
.price .contents__list .contents__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border-bottom: 2px dashed #E7E6E6;
  color: #6E7282;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.price .contents__list .contents__item .large {
  font-size: 24px;
}
.price .contents__list .contents__item .middle {
  font-size: 20px;
}
.price .contents__list .contents__item:last-of-type {
  border-bottom: none;
}
.price .lower__txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 18px;
}
.price .price__cta {
  display: block;
  max-width: 347px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.25));
}
.price img {
  display: block;
  width: 100%;
}
.price__sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .price {
    overflow-x: hidden;
  }
  .price__bg {
    padding: 50px 0;
  }
  .price .price__bubble {
    margin-bottom: 40px;
  }
  .price .price__txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .price .price__txt .middle {
    font-size: 26px;
  }
  .price .price__txt .large {
    font-size: 32px;
  }
  .price .price__txt .large::after {
    width: 23px;
    height: 24px;
    top: -3px;
    right: -13px;
  }
  .price .price__txt .deco {
    position: relative;
    font-size: 20px;
  }
  .price .price__txt .deco::after {
    position: absolute;
    content: "※";
    width: 10px;
    height: 10px;
    font-size: 10px;
    color: #000;
    top: -5px;
    right: 0;
  }
  .price .price__txt .sub-icon {
    display: none;
  }
  .price .price__txt .sub {
    display: inline;
    font-size: 12px;
    text-align: center;
    margin-top: 0;
  }
  .price__ttl {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 35px;
  }
  .price__txt {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .price__txt02 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .price__sub {
    padding-right: 5%;
  }
  .price .price__chart {
    margin-left: 20px;
    margin-bottom: 28px;
  }
  .price .chart__list {
    justify-content: flex-start;
    gap: 2px;
  }
  .price .chart__item.deco {
    filter: none;
  }
  .price .category__list {
    width: 100px;
    margin-bottom: 2px;
  }
  .price .category__item {
    height: 80px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
  }
  .price .category__item:last-of-type {
    line-height: 1.3;
  }
  .price .category__item .small {
    font-size: 10px;
  }
  .price .service__deco {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    padding: 0;
  }
  .price .contents-list__deco {
    width: 200px;
    border-width: 2px;
  }
  .price .contents-list__deco .contents__item {
    height: 80px;
    padding: 25px 47px;
  }
  .price .contents-list__deco .contents__item:first-of-type {
    font-size: 14px;
  }
  .price .contents-list__deco .contents__item:first-of-type .large {
    font-size: 20px;
  }
  .price .contents-list__deco .contents__item:nth-of-type(2), .price .contents-list__deco .contents__item:nth-of-type(3) {
    font-size: 20px;
  }
  .price .contents-list__deco .contents__item:last-of-type {
    font-size: 14px;
  }
  .price .contents-list__deco .contents__item:last-of-type .relative::after {
    width: 20px;
    height: 20px;
    top: -12px;
    right: -13px;
  }
  .price .contents-list__deco .contents__item:last-of-type .relative .deco {
    font-size: 24px;
  }
  .price .service {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
  .price .contents__list {
    margin-bottom: 2px;
  }
  .price .contents__list .contents__item {
    height: 80px;
    font-size: 12px;
    line-height: 1.4;
  }
  .price .contents__list .contents__item .large,
  .price .contents__list .contents__item .middle {
    font-size: 16px;
  }
  .price .lower__txt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .price .price__cta {
    max-width: 301px;
  }
}

.trial__bg {
  background: #D7E9FF;
  padding: 80px 0;
}
.trial__ttl {
  display: block;
  width: fit-content;
  background: #0A8DDE;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  padding: 7px 15px 11px;
  margin: 0 auto 35px;
}
.trial__txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.trial__note {
  color: #FF327A;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 35px;
}
.trial img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trial__bg {
    padding: 50px 0;
  }
  .trial .inner {
    padding: 0 5%;
  }
  .trial__ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .trial__txt {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 40px;
  }
  .trial__note {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: landing.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: 'notosansjp','sans-serif';
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1260px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

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

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

.italic {
  font-style: italic;
}

.link-contact {
  width: 440px;
  margin: 70px auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link-contact {
    width: 85%;
    margin: 10% auto;
  }
}
.link-contact.-main, .link-contact.-follower {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .link-contact.-main, .link-contact.-follower {
    width: 85%;
    margin: 6% auto 8%;
  }
}
@media screen and (min-width: 769px) {
  .link-contact.-main {
    margin-top: 30px;
  }
}
.link-contact.-follower {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .link-contact.-follower {
    display: none;
  }
}
.link-contact-cap {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .link-contact-cap {
    font-size: 15px;
    font-size: 4vw;
  }
}
.link-contact a {
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.4);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 14px 30px 0 0;
  background: #ff56b5;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .link-contact a {
    height: auto;
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 4% 3% 4% 0;
  }
}
.link-contact a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
.link-contact a:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 2px;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .link-contact a:before {
    right: 10px;
    font-size: 14px;
  }
}
.link-contact a em {
  color: #FDFF51;
  font-weight: bold;
}

.link-subsidy {
  width: 100%;
  max-width: 580px;
  margin: -22px auto 100px auto;
}
@media screen and (max-width: 768px) {
  .link-subsidy {
    width: 90%;
    margin: 40px auto 40px auto;
  }
}
.link-subsidy img {
  width: 100%;
}

.follower {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #a6e2f7;
  z-index: 1000;
}
.follower-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .follower-inner {
    display: block;
    width: auto;
    padding: 5% 3%;
  }
}
.follower-text {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28571;
}
@media screen and (max-width: 768px) {
  .follower-text {
    font-size: 10px;
    line-height: 1.3;
  }
}
.follower-text em {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .follower-text em {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 11px;
  }
}
.follower-left-lower {
  display: flex;
  align-items: center;
}
.follower-hour {
  margin-right: 35px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .follower-hour {
    margin-right: 10px;
  }
}
.follower-hour > * {
  font-size: 14px;
  line-height: 1.28571;
}
@media screen and (max-width: 768px) {
  .follower-hour > * {
    font-size: 10px;
  }
}
.follower-tel a {
  padding-left: 36px;
  color: #000;
  background: url("../img/follower_tel_bg.png") left center no-repeat;
  -moz-background-size: 27px;
  -webkit-background-size: 27px;
  background-size: 27px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .follower-tel a {
    padding-left: 25px;
    font-size: 20px;
    -moz-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
  }
}
.follower-tel a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.box-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-title {
    margin-bottom: 8%;
    font-size: 17px;
    font-size: 4.53333vw;
  }
}

@media screen and (min-width: 769px) {
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
#footer.-thanks {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer-inner {
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 0 0 5%;
  }
}
.footer-lead {
  margin-bottom: 40px;
  padding: 60px 0;
  background: #6A6558;
  color: #FFF;
  font-size: 18px;
  line-height: 1.88889;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-lead {
    margin-bottom: 5%;
    padding: 4% 5%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: left;
  }
}
.footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 5%;
  }
}
.footer-nav-item {
  margin-right: 30px;
}
.footer-nav-item a {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer-nav-item a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.footer-nav-item:last-child {
  margin-right: 0;
}
.footer-copyright {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .main-visual img {
    width: 100%;
  }
}
.specialization-title {
  margin-bottom: 40px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.47368;
}
@media screen and (max-width: 768px) {
  .specialization-title {
    margin-bottom: 5%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.specialization-lead {
  margin-bottom: 50px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  line-height: 1.88889;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .specialization-lead {
    margin-bottom: 4%;
    padding: 0 3%;
    text-align: left;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.specialization-lead em {
  color: #09C;
}
.specialization-pic {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .specialization-pic {
    margin: 0 3%;
  }
}
.specialization-pic img {
  margin: auto;
}
.specialization__inner {
  width: 1000px;
  background: #d3eaff;
  padding: 30px 18px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .specialization__inner {
    width: auto;
    margin: 0 3%;
  }
}
.specialization__inner .inner__ttl {
  position: relative;
  font-size: 22px;
  text-indent: 1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .specialization__inner .inner__ttl {
    font-size: 17px;
  }
}
.specialization__inner .inner__ttl::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 7px;
  background: #75b6ff;
  top: 55%;
  left: -5px;
  transform: translateY(-50%);
}
.specialization__inner.pb {
  padding-bottom: 22px;
}
.specialization__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .specialization__container {
    display: block;
  }
}
.specialization__item {
  width: 310px;
  min-height: 252px;
  background: #fff;
  border: 2px solid #75b6ff;
  padding: 22px 17px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .specialization__item {
    width: auto;
  }
}
.specialization__item .item__ttl {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.specialization__item .item__ttl .small {
  font-size: 13px;
}
.specialization__item .item__txt {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 7px;
}
.specialization__item .item__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #75b6ff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.specialization__item .item__name {
  font-size: 17px;
  font-weight: 700;
}
.specialization__item .item__time {
  position: relative;
}
.specialization__item .item__time::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/ic_time.webp) no-repeat center/contain;
  width: 17px;
  height: 17px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.specialization__item .item__list .list__item {
  position: relative;
  font-size: 13px;
  line-height: 1.538;
  letter-spacing: -0.05em;
}
.specialization__item .item__list .list__item::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #000;
  top: 10px;
  left: -5px;
}
.specialization02__pic {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .specialization02__pic {
    margin-top: calc(60px/2);
  }
}
.specialization02__inner {
  background: #e8e4ff;
}
.specialization02__inner .inner__ttl::after {
  background: #a396f2;
}
.specialization02__item {
  border-color: #a396f2;
}
.specialization02__item .item__container {
  border-color: #a396f2;
}

.problem {
  margin-bottom: 50px;
  background: url("../img/problem_bg.jpg") center top no-repeat;
}
@media screen and (max-width: 768px) {
  .problem {
    background: none;
  }
}
.problem-inner {
  width: 1163px;
  margin: auto;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  .problem-inner {
    width: auto;
    padding: 8% 0 0;
  }
}
.problem-title {
  margin-bottom: 50px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .problem-title {
    margin-bottom: 5%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.problem-pic {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .problem-pic {
    margin-bottom: 8%;
  }
}
.problem-support {
  position: relative;
  margin-left: 200px;
}
@media screen and (max-width: 768px) {
  .problem-support {
    margin: 0;
    text-align: center;
  }
}
.problem-support:after {
  content: "";
  position: absolute;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .problem-support:after {
    content: none;
  }
}
.problem-support-term {
  margin-bottom: 40px;
  margin-left: 300px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .problem-support-term {
    margin-bottom: 4%;
    margin: auto;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.problem-support-description {
  margin-left: 300px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.88889;
}
@media screen and (max-width: 768px) {
  .problem-support-description {
    margin: 5% auto;
    padding: 0 3%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.83333;
  }
}
.problem-support-description em {
  color: #0096ff;
  font-weight: bold;
}

.current {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .current {
    padding: 0 0 10%;
    margin-bottom: 20px;
  }
}
.current-title {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .current-title {
    margin-bottom: 5%;
    padding: 0 5%;
  }
}
.current-lead {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.88889;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .current-lead {
    margin-bottom: 5%;
    padding: 0 3%;
    text-align: left;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.current-lead em {
  color: #09C;
}
.current-pic {
  text-align: center;
}
.current-pic img {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 15%;
  }
}
.voice-inner {
  width: 1000px;
  padding-top: 30px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .voice-inner {
    width: auto;
    padding-bottom: 0;
  }
}
.voice-title {
  margin-bottom: 80px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .voice-title {
    margin-bottom: 10%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.voice-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -75px;
}
@media screen and (max-width: 768px) {
  .voice-list {
    width: 90%;
    margin: -12% auto 0;
  }
}
.voice-item {
  position: relative;
  width: 470px;
  margin-top: 75px;
  padding: 20px 25px;
  background: url("../img/voice_item_bg.gif") left top repeat #CFECFF;
}
@media screen and (max-width: 768px) {
  .voice-item {
    width: auto;
    margin-top: 12%;
    padding: 5%;
  }
}
.voice-item:before {
  content: "";
  position: absolute;
  left: 26px;
  top: -30px;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .voice-item:before {
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .voice-item:nth-child(1):before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .voice-item:nth-child(2):before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .voice-item:nth-child(3):before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .voice-item:nth-child(4):before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.voice-item-term {
  margin-bottom: 22px;
  padding-left: 135px;
  color: #09C;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .voice-item-term {
    margin-bottom: 10px;
    padding-left: 105px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
}
.voice-item-term em {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.voice-item-term em:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  background: #FFFC00;
}
.voice-item-description {
  font-size: 14px;
  line-height: 1.71429;
}
@media screen and (max-width: 768px) {
  .voice-item-description {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.81818;
  }
}
.voice-item-description em {
  color: #09C;
}

@media screen and (max-width: 768px) {
  .program {
    padding-top: 10%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.program-title {
  margin-bottom: 40px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .program-title {
    margin-bottom: 5%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.program-lead {
  margin-bottom: 25px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  line-height: 1.88889;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-lead {
    margin-bottom: 4%;
    padding: 0 3%;
    text-align: left;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.program-lead em {
  color: #09C;
}
.program-pic {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-pic {
    margin: 0 3%;
  }
}
.program-pic img {
  margin: auto;
}
.program-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .program-box {
    margin-bottom: 10%;
  }
}
.program-box.-step02 {
  margin-top: -170px;
  padding-top: 150px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .program-box.-step02 {
    margin: 0;
    padding-top: 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.program-box.-step03 {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .program-box.-step03 {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.program-box-inner {
  width: 1000px;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .program-box-inner {
    width: auto;
    padding: 10% 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .program-box-inner.-step02 {
    padding-top: 0;
  }
}
.program-box-title {
  position: relative;
  margin-bottom: 50px;
  padding-left: 100px;
  color: #333;
  font-family: "M PLUS 1", sans-serif;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-box-title {
    position: relative;
    margin-bottom: 5%;
    padding-left: 65px;
    font-size: 20px;
    line-height: 1.17647;
  }
}
@media screen and (min-width: 769px) {
  .program-box-title.-step01 span {
    display: inline-block;
  }
}
.program-box-title.-step02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .program-box-title.-step02 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .program-box-title.-step03 {
    margin-bottom: 5%;
  }
}
.program-box-title:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -8px;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .program-box-title:before {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.program-box-title small {
  display: block;
  margin-top: 10px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.88889;
}
@media screen and (max-width: 768px) {
  .program-box-title small {
    margin-top: 5px;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.program-box-title small em {
  color: #09C;
  font-weight: bold;
}
.program-box-basic {
  padding: 12px 0 65px;
}
@media screen and (max-width: 768px) {
  .program-box-basic {
    margin-bottom: 6%;
    padding: 0;
    background: none;
  }
}
.program-box-theme {
  margin-top: -55px;
}
@media screen and (max-width: 768px) {
  .program-box-theme {
    margin-top: 0;
  }
}
.program-box-subtitle {
  display: inline-block;
  margin-bottom: 17px;
  padding: 12px 18px;
  background: #00c9f1;
  color: #FFF;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-box-subtitle {
    padding: 2% 3%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.program-box-subtitle.-new {
  position: relative;
}
.program-box-subtitle.-new:before {
  content: "";
  position: absolute;
  left: -70px;
  top: -45px;
  width: 97px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  .program-box-subtitle.-new:before {
    left: -10px;
    top: -26px;
    width: 48px;
    height: 33px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.program-box-detail.-pbl {
  background: url("../img/program_box_detail_bg.webp") right 40px center no-repeat;
}
@media screen and (max-width: 768px) {
  .program-box-detail.-pbl {
    background: url(../img/program_box_detail_bg.webp) center bottom no-repeat;
    padding-bottom: 45%;
    background-size: 85%;
  }
}
.program-box-detail-term {
  color: #020202;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.63636;
}
@media screen and (max-width: 768px) {
  .program-box-detail-term {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.program-box-detail-term.-mgb {
  margin-bottom: 10px;
}
.program-box-detail-term em {
  color: #09C;
  font-weight: bold;
}
.program-box-detail-description {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .program-box-detail-description {
    margin-bottom: 5% !important;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.75;
  }
}
.program-box-detail-description img {
  margin: 16px 0 0 16px;
}
@media screen and (max-width: 768px) {
  .program-box-detail-description img {
    margin: 3% 0 0;
  }
}
.program-box-detail-movie {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  top: 0;
  display: block;
  width: 282px;
  margin: 25px 0 0 20px;
  padding: 12px 0 12px 50px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.5px;
  border: 2px solid #39F;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .program-box-detail-movie {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 3% 8% 3% 5%;
    font-size: 13px;
    font-size: 3.46667vw;
    text-align: center;
  }
}
.program-box-detail-movie:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
.program-box-detail-movie:before {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  right: 55px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #f6ab00;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .program-box-detail-movie:before {
    right: 15px;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.program-box-detail-pic {
  margin-top: -20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-box-detail-pic {
    margin-top: 0;
  }
}
.program-box-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .program-box-flex {
    display: block;
  }
}
.program-box-flex > *:first-child {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .program-box-flex > *:first-child {
    margin: 0;
  }
}
.program-box-text {
  font-size: 18px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-box-text {
    position: relative;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.program-box-text em {
  color: #09C;
  font-weight: bold;
}
.program-box-pic {
  margin: -70px 0 50px;
}
@media screen and (max-width: 768px) {
  .program-box-pic {
    margin: -30px -5.5% 8%;
  }
}
.program-subbox.-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .program-subbox.-flex {
    display: block;
  }
}
.program-subbox.-flex > *:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .program-subbox.-flex > *:first-child {
    margin-right: 0;
  }
}
.program-subbox.-flex.-mgb {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .program-subbox.-flex.-mgb {
    margin-bottom: 10%;
  }
}
.program-subbox-lead {
  margin-top: 25px;
  color: #333;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.88889;
}
@media screen and (max-width: 768px) {
  .program-subbox-lead {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
}
@media screen and (max-width: 768px) {
  .program-subbox-lead.-mgb-sp {
    margin-bottom: 20%;
  }
}
.program-subbox-lead em {
  color: #09C;
  font-weight: bold;
}
.program-subbox-lead img {
  display: block;
  margin: 20px 0 0 50px;
}
@media screen and (max-width: 768px) {
  .program-subbox-lead img {
    display: none;
  }
}
.program-subbox.-career {
  position: relative;
  padding-bottom: 440px;
  background: url("../img/program_subbox_career_bg.webp") center bottom no-repeat;
}
@media screen and (max-width: 768px) {
  .program-subbox.-career {
    height: 150px;
    padding-bottom: 20%;
    margin-top: 15px;
    background: url("../img/program_subbox_career_bg_sp.webp") center bottom no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.program-subbox-text {
  -moz-box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  -webkit-box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  position: absolute;
  right: 45px;
  bottom: 66px;
  width: 430px;
  padding: 18px 30px;
  background: #FFF;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .program-subbox-text {
    position: unset;
    width: auto;
    padding: 3% 4% 2%;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.5;
  }
}
.program-subbox-text em {
  color: #09C;
}
.program-contents-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .program-contents-list {
    margin: -20px 0 0;
  }
}
.program-contents-item {
  width: 133px;
  height: 173px;
  margin-top: 20px;
  padding-top: 12px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #f8eff3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-contents-item {
    width: 30%;
    height: 224px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .program-contents-item {
    height: 180px;
  }
}
@media screen and (max-width: 560px) {
  .program-contents-item {
    height: 158px;
    -moz-background-size: inherit;
    -webkit-background-size: inherit;
    background-size: inherit;
  }
}
@media screen and (max-width: 375px) {
  .program-contents-item {
    height: 128px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.program-contents-item:nth-child(1) {
  background-image: url("../img/program_contents_item_bg1.webp");
}
.program-contents-item:nth-child(2) {
  background-image: url("../img/program_contents_item_bg2.webp");
}
.program-contents-item:nth-child(3) {
  background-image: url("../img/program_contents_item_bg3.webp");
}
.program-contents-item:nth-child(4) {
  background-image: url("../img/program_contents_item_bg4.webp");
}
.program-contents-item:nth-child(5) {
  background-image: url("../img/program_contents_item_bg5.webp");
}
.program-contents-item:nth-child(6) {
  background-image: url("../img/program_contents_item_bg6.webp");
}
.program-contents-item:nth-child(7) {
  background-image: url("../img/program_contents_item_bg7.webp");
}
.program-contents-item-term {
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px;
  background: #09C;
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .program-contents-item-term {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.program-contents-item-description {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-contents-item-description {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.program-contents-notice {
  margin: 15px 0 0;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .program-contents-notice {
    margin-right: 0;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.package-inner {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .package-inner {
    width: auto;
    padding: 8% 0 5%;
  }
}
.package-title {
  margin-bottom: 20px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.47368;
}
@media screen and (max-width: 768px) {
  .package-title {
    margin-bottom: 4%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.package-lead {
  margin-bottom: 35px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  line-height: 1.88889;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .package-lead {
    margin-bottom: 5%;
    padding: 0 3%;
    text-align: left;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.package-lead em {
  color: #09C;
  font-weight: bold;
}

.news-movie {
  padding: 65px 0 150px;
  background: #F4E7E7;
}
@media screen and (max-width: 768px) {
  .news-movie {
    padding: 8% 4% 40%;
  }
}
.news-movie-inner {
  position: relative;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .news-movie-inner {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .news-movie-title {
    margin-bottom: 5%;
  }
}
.news-movie-lead {
  position: relative;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.63636;
}
@media screen and (max-width: 768px) {
  .news-movie-lead {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
}
.news-movie-lead:after {
  -moz-box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  -webkit-box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  content: "";
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .news-movie-lead:after {
    left: 0;
    right: unset;
    top: 120%;
    width: 90%;
    height: 0;
    padding-top: 48.79747%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.news-movie-lead em {
  color: #09C;
  font-weight: bold;
}
.news-movie-genre {
  -moz-box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  -webkit-box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  position: absolute;
  z-index: 2;
  left: 157px;
  bottom: -210px;
  width: 445px;
  padding: 25px;
  background: #FFF;
  color: #333;
  font-size: 14px;
  line-height: 1.71429;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-movie-genre {
    position: relative;
    left: 25px;
    bottom: -180px;
    width: 90%;
    padding: 3% 4%;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.8;
  }
}

.price {
  padding: 100px 0 25px;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 10% 0 0;
  }
}
.price-inner {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .price-inner {
    width: auto;
  }
}
.price-title {
  margin-bottom: 55px;
  font-family: "M PLUS 1", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .price-title {
    margin-bottom: 5%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.price-box {
  border: 2px solid #a6e2f7;
}
@media screen and (max-width: 768px) {
  .price-box {
    border: none;
  }
}
.price-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 90px 22px;
  background: #a6e2f7;
  font-family: "M PLUS 1", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .price-box-title {
    display: block;
    padding: 4% 0;
    font-size: 12px;
    font-size: 3.2vw;
    text-align: center;
  }
}
.price-box-title-icon {
  padding: 9px 16px;
  background: #FFF;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .price-box-title-icon {
    display: block;
    width: 37%;
    margin: 2% auto 0;
    padding: 2% 0;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.price-box-inner {
  padding: 35px 90px 30px;
}
@media screen and (max-width: 768px) {
  .price-box-inner {
    padding: 5%;
  }
}
.price-box-lead {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.66667;
}
@media screen and (max-width: 768px) {
  .price-box-lead {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.66667;
    text-align: center;
  }
}
.price-box-pic {
  text-align: center;
}
.price-box-pic img {
  margin: auto;
}

.president-inner {
  width: 1000px;
  margin: auto;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .president-inner {
    *zoom: 1;
    width: auto;
    padding: 8% 5% 5%;
  }
  .president-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
.president-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .president-title {
    margin-bottom: 6%;
  }
}
.president-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .president-flex {
    flex-wrap: wrap;
  }
}
.president-text {
  width: 700px;
  font-size: 17px;
  line-height: 2.11765;
}
@media screen and (max-width: 768px) {
  .president-text {
    order: 2;
    width: auto;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.83333;
  }
}
@media screen and (max-width: 768px) {
  .president-pic {
    order: 1;
    margin-bottom: 4%;
  }
}
.president-pic img {
  -moz-box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  -webkit-box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
  box-shadow: 0 0 12px rgba(92, 92, 92, 0.2);
}
.president-sign {
  width: 700px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .president-sign {
    float: right;
    width: 35.40741%;
    margin-top: 4%;
  }
}

.price {
  padding-bottom: 0;
}
