html {
  font-family: "Noto Sans JP", sans-serif;
  color: #464343;
  position: relative;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  color: #464343;
}
a:hover {
  color: #464343;
  text-decoration: underline;
}

@media screen and (min-width: 901px) {
  #lp a,
  header a {
    transition: opacity .6s;
  }

  #lp a:hover,
  header a:hover {
    opacity: .7;
  }
}

/* common */
#lp span {
  display: inline-block;
}

#lp img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#lp picture {
  display: block;
}

/* common */
#lp .pc-only {
  display: block;
}

#lp .br-pc-only {
  display: inline-block;
}

#lp .sp-only {
  display: none;
}

#lp .br-sp-only {
  display: none;
}

#lp .--blue {
  color: #2864f0;
}

#lp .--white {
  color: #fff;
}

.l-lpWrapper {
  padding-left: 25px;
  padding-right: 25px;
}

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

@media screen and (max-width: 900px) {
  #lp .pc-only {
    display: none;
  }

  #lp .br-pc-only {
    display: none;
  }

  #lp .sp-only {
    display: block;
  }

  #lp .br-sp-only {
    display: inline-block;
  }

  .l-lpWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-lpInner {
    max-width: 335px;
  }
}

.u-blue {
  color: #2864f0 !important;
}

.p-lpHeader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 15px 30px;
}

.p-lpHeader__logo {
  display: flex;
  width: 150px;
}

.c-lpBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 434px;
  height: 82px;
  color: #fff;
  font-feature-settings: 'halt' on;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .02em;
  padding-top: 2px;
}
.c-lpBtn::before {
  background-color: #FA6414;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  border-radius: 100vh;
}
.c-lpBtn::after {
  background-color: #D65713;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 6px;
  width: 100%;
  z-index: -1;
  border-radius: 100vh;
}
.c-lpBtn:hover {
  color: #fff;
  text-decoration: none;
}

.c-lpBtn span {
  position: relative;
  z-index: 2;
}

.c-lpBtn figure {
  position: absolute;
  width: 38px;
  right: 21px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.c-lpHead {
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .03em;
  position: relative;
  padding-bottom: 37px;
}
.c-lpHead::before {
  background: url('../images/head-deco.png') no-repeat center center/contain;
  content: '';
  height: 16px;
  left: 50%;
  position: absolute;
  bottom: 0;
  width: 286px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 900px) {
  .p-lpHeader {
    padding: 14px 15px;
  }
  
  .p-lpHeader__logo {
    display: flex;
    width: 90px;
  }

  .c-lpBtn {
    width: 285px;
    height: 54px;
    font-size: 16px;
    padding-top: 1px;
  }
  .c-lpBtn::after {
    top: 4px;
  }
  
  .c-lpBtn figure {
    width: 25px;
    right: 14px;
  }

  .c-lpHead {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 29px;
  }
  .c-lpHead::before {
    background: url('../images/head-deco-sp.png') no-repeat center center/contain;
    height: 12px;
    width: 211px;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-lpMv {
  padding-top: 116px;
  padding-bottom: 164px;
  background: url('../images/mv-bg.png') no-repeat center center/cover;
}

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

.p-lpMv__head {
  width: 106%;
}

@media screen and (max-width: 900px) {
  .p-lpMv {
    padding-top: 36px;
    padding-bottom: 181px;
    background: url('../images/mv-bg-sp.png') no-repeat center center/cover;
  }
  
  .p-lpMv__inner {
    max-width: 325px;
  }
  
  .p-lpMv__head {
    width: 112%;
  }
}

.p-lpMv02 {
  margin-top: -165px;
  position: relative;
  z-index: 2;
}

.p-lpMv02__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.p-lpMv02__contents {
  position: relative;
  padding: 34px 30px 39px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lpMv02__contents::before {
  background: url('../images/mv-swallow.png') no-repeat center center/contain;
  content: '';
  height: 110px;
  right: -65px;
  position: absolute;
  top: -5px;
  width: 154px;
}

.p-lpMv02__content {
  position: relative;
  padding-left: 170px;
  padding-right: 45px;
}

.p-lpMv02__content--img {
  position: absolute;
  left: 0;
  top: -42px;
  width: 133px;
}

.p-lpMv02__content--tag {
  color:#1E46AA;
  font-feature-settings: 'halt' on;
  font-size: 16px;;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.p-lpMv02__content--tag span {
  padding: 6px 10px 7px;
  background-color: #EBF3FF;
  border-radius: 8px;
}

.p-lpMv02__content--txt01 {
  margin-top: 9px;
  font-feature-settings: 'palt' on;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: .04em;
}

.p-lpMv02__content--txt02 {
  margin-top: 2px;
}

.p-lpMv02__content--txt02 .--small {
  font-feature-settings: 'palt' on;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: .04em;
}

.p-lpMv02__content--txt02 .--large {
  font-feature-settings: 'palt' on;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: .04em;
  margin: 0 3px 0 7px;
}

.p-lpMv02__content02 {
  padding-left: 40px;
  border-left: #d8d8d8 solid 1px;
  position: relative;
}

.p-lpMv02__content02--txt {
  position: relative;
  padding-left: 71px;
}
.p-lpMv02__content02--txt::before {
  background: url('../images/icon-time.png') no-repeat center center/contain;
  content: '';
  height: 62px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 62px;
}

.p-lpMv02__content02--txt .--large {
  font-feature-settings: 'palt' on;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: .04em;
  margin-right: 4px;
}

.p-lpMv02__content02--txt .--small {
  font-feature-settings: 'palt' on;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: .04em;
  transform: translate(0, -5px);
}

.p-lpMv02__btn {
  margin-top: 64px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-lpMv02 {
    margin-top: -185px;
  }
  
  .p-lpMv02__inner {
    max-width: 335px;
    margin: 0 auto;
  }
  
  .p-lpMv02__contents {
    padding: 16px 20px 15px;
    background-color: #fff;
    display: block;
  }
  .p-lpMv02__contents::before {
    height: 74px;
    right: -33px;
    top: 82px;
    width: 105px;
  }
  
  .p-lpMv02__content {
    padding-left: 89px;
    padding-right: 0;
  }
  
  .p-lpMv02__content--img {
    left: 0;
    top: -23px;
    width: 77px;
  }
  
  .p-lpMv02__content--tag {
    font-size: 12px;
  }
  
  .p-lpMv02__content--tag span {
    padding: 4px 8px 5px;
    border-radius: 6px;
  }
  
  .p-lpMv02__content--txt01 {
    margin-top: 4px;
    font-size: 12px;
  }
  
  .p-lpMv02__content--txt02 {
    margin-top: 0;
  }
  
  .p-lpMv02__content--txt02 .--small {
    font-size: 17px;
  }
  
  .p-lpMv02__content--txt02 .--large {
    font-size: 21px;
    margin: 0 2px 0 4px;
  }
  
  .p-lpMv02__content02 {
    padding-left: 0;
    border-left: 0;
    margin-top: 17px;
    padding-top: 4px;
    border-top: #d8d8d8 solid 1px;
    text-align: center;
  }
  
  .p-lpMv02__content02--txt {
    display: inline-block;
    padding-left: 47px;
  }
  .p-lpMv02__content02--txt::before {
    height: 41px;
    top: 12px;
    width: 41px;
  }
  
  .p-lpMv02__content02--txt .--large {
    font-size: 42px;
    margin-right: 2px;
  }
  
  .p-lpMv02__content02--txt .--small {
    font-size: 26px;
    transform: translate(0, -2px);
  }
  
  .p-lpMv02__btn {
    margin-top: 40px;
  }
}

/*===========================================================================*/
/*  sv  */
/*===========================================================================*/
.p-lpSv {
  padding-top: 111px;
  padding-bottom: 120px;
  position: relative;
}
.p-lpSv::before {
  background: url('../images/sv-bg.png') no-repeat center center/contain;
  content: '';
  height: 241px;
  left: 50%;
  position: absolute;
  bottom: 195px;
  width: 1100px;
  transform: translate(-50%, 0);
}

.p-lpSv__inner {
  position: relative;
  z-index: 2;
}

.p-lpSv__txts {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.p-lpSv__txt {
  text-align: center;
  font-feature-settings: 'halt' on;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
  .p-lpSv {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .p-lpSv::before {
    background: url('../images/sv-bg-sp.png') no-repeat center center/contain;
    height: 397px;
    left: calc(50% - 6px);
    bottom: 19px;
    width: 433px;
  }
  
  .p-lpSv__inner {
    position: relative;
    z-index: 2;
  }
  
  .p-lpSv__txts {
    margin-top: 20px;
    gap: 20px;
  }
  
  .p-lpSv__txt {
    font-size: 14px;
    line-height: 2;
  }
}

/*===========================================================================*/
/*  seminar  */
/*===========================================================================*/
.p-lpSeminar {
  background-color: #EBF3FF;
  padding-top: 100px;
  padding-bottom: 106px;
}

.p-lpSeminar__list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 38px;
}

.p-lpSeminar__list li {
  width: calc(50% - 19px);
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
}

.p-lpSeminar__btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-lpSeminar {
    padding-top: 50px;
    padding-bottom: 64px;
  }
  
  .p-lpSeminar__list {
    margin-top: 25px;
    flex-direction: column;
    gap: 10px;
  }
  
  .p-lpSeminar__list li {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  
  .p-lpSeminar__btn {
    margin-top: 30px;
  }
}

/*===========================================================================*/
/*  seminar02  */
/*===========================================================================*/
.p-lpSeminar02 {
  padding-top: 100px;
}

.p-lpSeminar02__table {
  margin-top: 50px;
  padding: 43px;
  border: #EBF3FF solid 7px;
  border-radius: 20px;
  position: relative;
}
.p-lpSeminar02__table::before {
  background: url('../images/seminar-swallow.png') no-repeat center center/contain;
  content: '';
  height: 130px;
  left: 1px;
  position: absolute;
  top: -102px;
  width: 255px;
}
.p-lpSeminar02__table::after {
  background: url('../images/seminar-deco.png') no-repeat center center/contain;
  content: '';
  height: 250px;
  right: 79px;
  position: absolute;
  bottom: -51px;
  width: 132px;
}

.p-lpSeminar02__table dl {
  position: relative;
  max-width: 912px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
}
.p-lpSeminar02__table dl::before {
  background-color: #dcdcdc;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-lpSeminar02__table dl::after {
  background-color: #2864F0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 162px;
}
.p-lpSeminar02__table dl:nth-of-type(1):before,
.p-lpSeminar02__table dl:nth-of-type(1):after {
  display: none;
}

.p-lpSeminar02__table dl dt {
  width: 162px;
  font-feature-settings: 'halt' on;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
}

.p-lpSeminar02__table dl dd {
  width: calc(100% - 162px);
  font-feature-settings: 'halt' on;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
}

.p-lpSeminar02__table dl dd ul li {
  position: relative;
  padding-left: 19px;
}
.p-lpSeminar02__table dl dd ul li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.p-lpSeminar02__table dl dd ol li {
  position: relative;
  padding-left: 19px;
}
.p-lpSeminar02__table dl dd ol li::before {
  content: '①';
  left: 0;
  position: absolute;
  top: 0;
}
.p-lpSeminar02__table dl dd ol li:nth-of-type(2):before {
  content: '②';
}
.p-lpSeminar02__table dl dd ol li:nth-of-type(3):before {
  content: '③';
}
.p-lpSeminar02__table dl dd ol li:nth-of-type(4):before {
  content: '④';
}
.p-lpSeminar02__table dl dd ol li:nth-of-type(5):before {
  content: '⑤';
}

@media screen and (max-width: 900px) {
  .p-lpSeminar02 {
    padding-top: 60px;
  }
  
  .p-lpSeminar02__table {
    margin-top: 20px;
    padding: 16px 20px 36px;
    border: #EBF3FF solid 4px;
    border-radius: 20px;
  }
  .p-lpSeminar02__table::before {
    height: 82px;
    left: unset;
    right: -61px;
    position: absolute;
    top: -41px;
    width: 161px;
  }
  .p-lpSeminar02__table::after {
    height: 141px;
    right: 30px;
    bottom: -36px;
    width: 75px;
  }
  
  .p-lpSeminar02__table dl {
    position: relative;
    max-width: 912px;
    margin: 0 auto;
    padding: 25px 0;
    display: block;
  }
  .p-lpSeminar02__table dl:nth-of-type(1) {
    padding-top: 0;
  }
  .p-lpSeminar02__table dl:last-of-type {
    border-bottom: #dcdcdc solid 1px;
  }
  .p-lpSeminar02__table dl::after {
    display: none;
  }
  
  .p-lpSeminar02__table dl dt {
    width: 100%;
    font-size: 14px;
  }
  
  .p-lpSeminar02__table dl dd {
    width: 100%;
    font-size: 14px;
    margin-top: 8px;
  }
  
  .p-lpSeminar02__table dl dd ul li {
    padding-left: 15px;
  }
  
  .p-lpSeminar02__table dl dd ol li {
    padding-left: 15px;
  }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-lpContact {
  padding-top: 80px;
  padding-bottom: 100px;
}

.p-lpContact__form {
  padding: 40px;
  border-radius: 20px;
  background-color: #EBF3FF;
  margin: 50px auto 0;
  max-width: 691px;
}

.p-lpContact__form form {
  max-width: 100%;
}

.p-lpContact__form form .mktoButtonRow {
  width: 100% !important;
  text-align: center;
}

.p-lpContact__form form .mktoButtonRow span {
  margin: 0 !important;
}

.p-lpContact__form form .mktoButtonRow span button {
  background-color: #2864F0 !important;
  border: none !important;
  background-image: none !important;
  border-radius: 100vh;
  font-size: 20px !important;
  padding: 13px 70px 14px !important;
}

@media screen and (max-width: 900px) {
  .p-lpContact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .p-lpContact__form {
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }
}

/*===========================================================================*/
/*  form  */
/*===========================================================================*/
.form {
  position: relative;
  padding: 0 0 100px;
}
.form__inner {
  padding: 30px 20px;
  background-color: #ebf3ff;
  max-width: 500px;
  border-radius: 20px;
  margin: 0 auto;
}
.form__title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 1.2px;
  color: #2864f0;
  margin-bottom: 24px;
}

@media screen and (max-width: 936px) {
  .form {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .form__inner {
    padding: 20px 12px 30px;
    max-width: 500px;
  }
  .form__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 1.2px;
  }
}
#mktoForm_33306 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .form__inner {
    border-radius: 0;
  }
}
/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
footer img {
  width: revert-layer;
}/*# sourceMappingURL=style.css.map */