@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.top_mv {
  background: #CDE4F0;
  position: relative;
  padding-bottom: 45px;
}
@media screen and (min-width: 1260px) {
  .top_mv {
    padding-bottom: 160px;
  }
}
.top_mv .sec__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_mv .sec__inner {
    width: 90vw;
  }
}
.top_mv .sec__inner .left {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 10px 0 40px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .top_mv .sec__inner .left {
    width: 53%;
    padding: 0;
    order: 1;
  }
}
.top_mv .sec__inner .right {
  width: 100%;
  position: relative;
  z-index: 2;
  order: 1;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .top_mv .sec__inner .right {
    width: 47%;
    order: 2;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .top_mv .sec__inner .right img {
    position: relative;
    right: 4px;
  }
}
@media screen and (min-width: 1260px) {
  .top_mv .sec__inner .right img {
    min-width: 588px;
    padding-top: 136px;
    display: block;
  }
}
.top_mv .sec__inner:before {
  content: "";
  position: absolute;
  width: 15vw;
  max-width: 315px;
  height: 337px;
  background: url(/assets/img/common/bg_header_01.svg);
  left: -8vw;
  bottom: -20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 1260px) {
  .top_mv .sec__inner:before {
    left: -220px;
    width: 22vw;
    bottom: 10px;
  }
}
.top_mv .sec__inner:after {
  content: "";
  position: absolute;
  width: 15vw;
  max-width: 315px;
  height: 337px;
  background: url(/assets/img/common/bg_header_02.svg);
  right: -8vw;
  top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 1260px) {
  .top_mv .sec__inner:after {
    right: -220px;
    width: 22vw;
    top: -30px;
  }
}
.top_mv__sec__inner--block--line01 {
  color: #0D5F88;
  font-weight: 500;
  font-size: 4.5vw;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top_mv__sec__inner--block--line01 {
    font-size: 2vw;
    text-align: left;
  }
}
@media screen and (min-width: 1260px) {
  .top_mv__sec__inner--block--line01 {
    font-size: 2.8rem;
  }
}
.top_mv__sec__inner--block--line02 {
  color: #0D5F88;
  font-weight: bold;
  font-size: 8vw;
  word-break: keep-all;
  line-height: 1.344;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top_mv__sec__inner--block--line02 {
    text-align: left;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_mv__sec__inner--block--line02 {
    word-break: keep-all;
  }
}
@media screen and (min-width: 1260px) {
  .top_mv__sec__inner--block--line02 {
    font-size: 5.8rem;
  }
}
.top_mv__sec__inner--block--line03 {
  color: #E83F42;
  font-weight: 500;
  font-size: 4.5vw;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top_mv__sec__inner--block--line03 {
    font-size: 2vw;
    text-align: left;
  }
}
@media screen and (min-width: 1260px) {
  .top_mv__sec__inner--block--line03 {
    font-size: 2.8rem;
  }
}
.top_mv__sec__inner--block--line04 img {
  width: 75%;
  padding: 10px 0 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .top_mv__sec__inner--block--line04 img {
    width: 100%;
    max-width: 320px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_mv__sec__inner--block--line04 img {
    max-width: 38vw;
  }
}
@media screen and (min-width: 1260px) {
  .top_mv__sec__inner--block--line04 img {
    max-width: 551px;
    margin-bottom: 15px;
  }
}
.top_mv__sec__inner--block--line05 a {
  background: #DCCCA4;
  color: #000;
  font-size: 7vw;
  font-weight: bold;
  width: 100%;
  border-radius: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12.5px 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 4.5vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .top_mv__sec__inner--block--line05 a {
    font-size: 2rem;
    max-width: 320px;
    padding: 15px 5px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_mv__sec__inner--block--line05 a {
    max-width: 38vw;
  }
}
@media screen and (min-width: 1260px) {
  .top_mv__sec__inner--block--line05 a {
    max-width: 551px;
    font-size: 3rem;
    padding: 21.5px 5px;
  }
}
.top_mv:after {
  content: "";
  width: 100vw;
  height: calc(100% + 118px);
  background: #CDE4F0;
  background: #CDE4F0;
  position: absolute;
  top: -118px;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-about {
  padding-bottom: 50px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .p-about {
    padding-top: 0px;
    padding-bottom: 105px;
  }
}
.p-about .sec__inner {
  position: static;
}
@media screen and (min-width: 1260px) {
  .p-about .sec__inner {
    padding-top: 20px !important;
  }
}
.p-about .sec__inner--title .jpn {
  position: relative;
  left: -5vw;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .p-about .sec__inner--title .jpn {
    left: -15px;
  }
}
@media screen and (min-width: 1025px) {
  .p-about .sec__inner--title .jpn {
    left: -23px;
  }
}
.p-about .sec__inner--imgWrap {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-about .sec__inner--imgWrap {
    margin-top: 62px;
  }
}
.p-about .sec__inner--read {
  font-weight: 500;
}
@media screen and (min-width: 1260px) {
  .p-about .sec__inner--read {
    padding-top: 18px;
  }
}
.p-about .more_link {
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  .p-about .more_link {
    margin-top: 50px;
  }
}
.p-about .more_link a {
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.p-about .more_link a:after {
  position: relative;
  margin-left: 10px;
}
@media screen and (min-width: 1260px) {
  .p-about .more_link a:after {
    margin-left: 25px;
  }
}

.p-new_standard {
  color: #fff;
  padding-top: 75px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-new_standard {
    padding-top: 96px;
    padding-bottom: 111px;
  }
}
.p-new_standard .sec__inner--title .eng::first-letter {
  color: #2A2A2A;
}
@media screen and (min-width: 1025px) {
  .p-new_standard .sec__inner--title .eng {
    line-height: 1.5;
  }
}
.p-new_standard .sec__inner--read {
  margin-top: 22px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-new_standard .sec__inner--read {
    font-size: 1.8rem;
    margin-top: 42px;
  }
}
.p-new_standard .sec__inner--read .color-yellow {
  color: #DCCCA4;
  font-weight: bold;
}
.p-new_standard .sec__inner--imgWrap {
  max-width: 978px;
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (min-width: 1025px) {
  .p-new_standard .sec__inner--imgWrap {
    margin: 56px auto 0;
  }
}
.p-new_standard .sec__inner--borderWrap {
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-new_standard .sec__inner--borderWrap {
    border-radius: 15px;
    padding: 26px 46px 61px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p-new_standard .sec__inner--borderWrap--title {
    margin-bottom: 22px;
  }
}

.p-problem {
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-problem {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p-problem {
    margin-top: 0;
    padding-top: 122px;
    padding-bottom: 121px;
  }
}
.p-problem .flex {
  margin-top: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-problem .flex {
    margin-top: 65px;
  }
}
.p-problem .flex .sec__inner--imgWrap {
  width: 85%;
  margin: 0 auto;
  width: 49%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-problem .flex .sec__inner--imgWrap {
    width: 49%;
    margin: 0;
  }
}
.p-problem .flex .sec__inner--imgWrap + .sec__inner--imgWrap {
  margin-top: 30px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-problem .flex .sec__inner--imgWrap + .sec__inner--imgWrap {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .p-problem .sec__inner--title .eng {
    line-height: 1.6;
  }
}
.p-problem .sec__inner--read {
  margin-top: 22px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-problem .sec__inner--read {
    font-size: 1.8rem;
    margin-top: 49px;
    letter-spacing: 0;
  }
}
.p-problem .sec__inner--read .color-yellow {
  color: #DCCCA4;
  font-weight: bold;
}

.p-support {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-support {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p-support {
    padding-bottom: 138px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1260px) {
  .p-support {
    padding-bottom: 147px;
  }
}
.p-support .sec__inner--read {
  margin-top: 22px;
  font-size: 1.6rem;
  max-width: 1100px;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .p-support .sec__inner--read {
    margin-top: 46px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-support .sec__inner--title .eng {
    line-height: 1.6;
  }
}
.p-support .sec__inner--imgWrap {
  margin-top: 20px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-support .sec__inner--imgWrap {
    margin-top: 60px;
  }
}
.p-support .flex {
  margin: 0px auto 0;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-support .flex {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p-support .flex {
    margin: 11px auto 0;
  }
}
.p-support .flex .sec__inner--imgWrap {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .p-support .flex .sec__inner--imgWrap {
    width: 49%;
  }
}
.p-support .sec__inner--read {
  margin-top: 22px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-support .sec__inner--read {
    font-size: 1.8rem;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1260px) {
  .p-support .sec__inner--read {
    margin-top: 50px;
  }
}
.p-support .sec__inner--read .color-yellow {
  color: #DCCCA4;
  font-weight: bold;
}

.p-plan {
  color: #fff;
  padding-top: 75px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-plan {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
.p-plan:after {
  border-radius: 0 0 60px 0;
}
@media screen and (min-width: 1260px) {
  .p-plan .sec__inner--title .eng {
    line-height: 1.6;
    padding-top: 11px;
  }
}
.p-plan .sec__inner--title .eng::first-letter {
  color: #2A2A2A;
}
.p-plan .sec__inner--read {
  margin-top: 22px;
  font-size: 1.6rem;
  max-width: 1100px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-plan .sec__inner--read {
    margin-top: 46px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1260px) {
  .p-plan .sec__inner--read {
    margin-top: 60px;
    letter-spacing: 0;
    font-weight: 500;
  }
}
.p-plan .sec__inner--imgWrap {
  margin-top: 20px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-plan .sec__inner--imgWrap {
    margin-top: 73px;
  }
}
.p-plan .sec__inner--borderWrap {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-plan .sec__inner--borderWrap {
    margin-top: 58px;
  }
}
.p-plan .sec__inner--borderWrap p + p {
  margin-top: 0;
}
.p-plan .pl1block {
  padding-left: 36px;
}
@media screen and (min-width: 1260px) {
  .p-plan .sec__inner--borderWrap--title {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}
.p-plan .more_link a {
  color: #fff;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .p-plan .more_link a {
    margin: 70px auto 0;
  }
}
.p-plan .more_link a:after {
  position: relative;
  margin-left: 10px;
}
@media screen and (min-width: 1260px) {
  .p-plan .more_link a:after {
    margin-left: 25px;
  }
}

.p-seminar {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .p-seminar {
    padding-top: 117px;
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 1260px) {
  .p-seminar .sec__inner--title .eng {
    line-height: 1.6;
    padding-top: 9px;
  }
}
.p-seminar .p-seminar--list {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .p-seminar .p-seminar--list {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1260px) {
  .p-seminar .p-seminar--list {
    margin-top: 115px;
  }
}
.p-seminar .p-seminar--list .p-seminar--list--item {
  width: calc((100% - 20px) / 2);
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-seminar .p-seminar--list .p-seminar--list--item {
    width: calc((100% - 62px) / 3);
    padding-bottom: 55px;
  }
}
.p-seminar .p-seminar--list .p-seminar--list--item--line01 {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .p-seminar .p-seminar--list .p-seminar--list--item--line01 {
    margin-top: 20px;
  }
}
.p-seminar .p-seminar--list .p-seminar--list--item--day {
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #333;
  line-height: 1.3;
  display: inline-flex;
  padding: 3px 5px 0;
}
@media screen and (min-width: 1025px) {
  .p-seminar .p-seminar--list .p-seminar--list--item--day {
    font-size: 2.4rem;
    padding: 1px 12.5px 3px;
  }
}
.p-seminar .p-seminar--list .p-seminar--list--item--time {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 5px;
}
@media screen and (min-width: 1025px) {
  .p-seminar .p-seminar--list .p-seminar--list--item--time {
    font-size: 2rem;
    padding-left: 17px;
  }
}
.p-seminar .p-seminar--list .p-seminar--list--item--title {
  color: #DCCCA4;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  .p-seminar .p-seminar--list .p-seminar--list--item--title {
    font-size: 2.4rem;
  }
}
.p-seminar .p-seminar--list .p-seminar--list--item--text {
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-seminar .p-seminar--list .p-seminar--list--item--text {
    font-size: 1.8rem;
    margin-top: 8px;
    line-height: 2;
  }
}
@media screen and (min-width: 1260px) {
  .p-seminar .p-seminar--list .p-seminar--list--item--text {
    margin-top: 14px;
  }
}
.p-seminar .more_link a {
  margin: 38px auto 0;
}
.p-seminar .more_link a:after {
  position: relative;
  margin-left: 10px;
}
@media screen and (min-width: 1260px) {
  .p-seminar .more_link a:after {
    margin-left: 25px;
  }
}

.sec__inner--read {
  font-weight: 500;
}

.sec__inner > * {
  position: relative;
  z-index: 1;
}

.backgorund-type01:before {
  content: "";
  position: absolute;
  width: 28vw;
  max-width: 315px;
  height: 337px;
  background: url(/assets/img/common/bg_contents_l_01.svg);
  left: -65px;
  top: -30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 0;
  transition: 0.4s;
  display: none;
}
@media screen and (min-width: 768px) {
  .backgorund-type01:before {
    width: 24vw;
    left: -11vw;
    display: block;
    opacity: 0.4;
  }
}
@media screen and (min-width: 1260px) {
  .backgorund-type01:before {
    left: -145px;
  }
}
@media screen and (min-width: 1460px) {
  .backgorund-type01:before {
    background-position: center;
    width: 22vw;
    opacity: 1;
  }
}
.backgorund-type01 .sec__inner:after {
  display: none;
}

.backgorund-type03 {
  position: relative;
}
.backgorund-type03 .sec__inner {
  position: static;
}
.backgorund-type03 .sec__inner:after {
  bottom: 0;
  top: -80px;
  margin: auto 0;
}

.block07.backgorund-type03 .sec__inner:before {
  top: 230px;
}
.block07.backgorund-type03 .sec__inner:after {
  bottom: 0;
  top: 100px;
  margin: auto 0;
}

@media screen and (min-width: 1260px) {
  .p-bn__list--item:nth-of-type(1) img {
    position: relative;
    left: 18px;
    max-width: 375px;
    top: 4px;
  }
}

@media screen and (min-width: 1260px) {
  .p-bn__list--item:nth-of-type(2) img {
    position: relative;
    top: 12px;
    left: -14px;
    max-width: 370px;
  }
}

@media screen and (min-width: 1260px) {
  .p-bn__list--item:nth-of-type(3) img {
    position: relative;
    max-width: 370px;
    top: 11px;
    left: -14px;
  }
}/*# sourceMappingURL=top.css.map */