@charset "UTF-8";

.l-floating-button {
  display: none;
}

/*-----
mv
-----*/
.p-sm2021__mv {
  height: 100vh;
  max-height: 768px;
  background-image: url(../../../public/img/header/wave.svg), url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: 100% 175px, 1366px;
  background-position: top right, right center;
  background-color: #F9FAFC;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sm2021__mv::after {
  content: "";
  width: 100%;
  height: 134px;
  background: url(../img/hero_wave.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-sm2021__mv__inner {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.p-sm2021__mv__txt {
  font-weight: bold;
  width: calc(100% - 700px);
  display: flex;
  justify-content: center;
}
.p-sm2021__mv__txt__01,
.p-sm2021__mv__txt__03 {
  font-size: 20px;
  margin: 0;
  color: #515151;
}
.p-sm2021__mv__txt__02 {
  font-size: 60px;
  color: #0082BE;
  line-height: 1.25;
  margin: 30px 0;
  text-indent: -.2em;
}
.p-sm2021__mv__cta {
  position: absolute;
  right: 30px;
  top: 95%;
}
.p-sm2021__mv__cta__fukidashi {
  position: absolute;
  bottom: 110%;
  right: 70px;
  width: 136px;
  height: 136px;
  background: url(../img/fukidashi.svg) no-repeat center;
  background-size: cover;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.p-sm2021__mv__cta__fukidashi p {
  text-align: center;
  font-weight: bold;
  color: #D83C0C;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: center;
}
.p-sm2021__mv__cta__fukidashi strong {
  font-size: 25px;
}
.p-sm2021__mv__cta__fukidashi span {
  font-size: 13px;
}
.p-sm2021__mv__cta__notice {
  color: #fff;
  text-shadow: 0 0 4px rgba(0,0,0,1);
  margin: 10px 0 0;
  text-align: center;
  font-weight: bold;
}

@media (max-width:1400px) {
  .p-sm2021__mv__txt {
    width: 50%;
  }
}

@media (max-width:1200px) {
  .p-sm2021__mv {
    background-position: top right, right -200px center;
    justify-content: flex-start;
  }
  .p-sm2021__mv__inner {
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 30px;
  }
  .p-sm2021__mv__txt {
    width: 100%;
  }
  .p-sm2021__mv__txt__01,
  .p-sm2021__mv__txt__03 {
    font-size: 18px;
  }
  .p-sm2021__mv__txt__02 {
    font-size: 50px;
    margin: 20px 0;
  }
  .p-sm2021__mv__cta {
    position: relative;
    top: auto;
    right: auto;
    margin: 40px 0 0;
    text-align: center;
  }
  .p-sm2021__mv__cta__fukidashi {
    bottom: 60%;
    right: -140px;
  }
  .p-sm2021__mv__cta .c-btn__cta {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .p-sm2021__mv__cta__notice {
    color: inherit;
    text-shadow: none;
  }
}

@media (max-width:1025px) {
  .p-sm2021__mv {
    max-height: 700px;
    background-size: contain, cover;
    background-position: top center, right -200px top -100px;
    justify-content: flex-start;
    background-color: #fff;
  }
  .p-sm2021__mv__txt__01,
  .p-sm2021__mv__txt__02,
  .p-sm2021__mv__txt__03 {
    text-shadow: 0 0 10px rgba(255,255,255);
  }
  .p-index__hero__scroll {
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width:640px) {
  .p-sm2021__mv {
    background-image: url(../img/wave.svg), url(../img/mv_sp.jpg);
    max-height: 640px;
    align-items: flex-end;
    background-position: top left, top -40px center;
    background-size: auto 88px, cover;
    padding-bottom: 30px;
  }
  .p-sm2021__mv::after {
    display: none;
  }
  .p-sm2021__mv__inner {
    padding: 0 20px;
  }
  .p-sm2021__mv__txt {
    justify-content: flex-start;
  }
  .p-sm2021__mv__txt__01,
  .p-sm2021__mv__txt__03 {
    font-size: 14px;
  }
  .p-sm2021__mv__txt__02 {
    font-size: 35px;
    margin: 20px 0;
  }
  .p-sm2021__mv__txt__03 {
    width: 70%;
  }
  .p-sm2021__mv__cta {
    margin: 35px 0 0;
  }
  .p-sm2021__mv__cta__fukidashi {
    bottom: 90%;
    right: -10px;
    width: 93px;
    height: 93px;
  }
  .p-sm2021__mv__cta__fukidashi strong {
    font-size: 20px;
  }
  .p-sm2021__mv__cta__fukidashi span {
    font-size: 10px;
    letter-spacing: 0;
  }
  .p-sm2021__mv__cta .c-btn__cta {
    width: auto;
    font-size: 14px;
    padding: 13px 16px;
  }
  .p-sm2021__mv__cta .c-btn__cta::before {
    right: 20px;
  }
  .p-sm2021__mv__cta__notice {
    font-size: 10px;
  }
  .p-index__hero__scroll {
    font-size: 14px;
    top: auto;
    bottom: -30px;
  }
}

@media (max-width:440px) {
  .p-sm2021__mv__inner {
    width: 100%;
  }
  .p-index__hero__scroll {
    bottom: -10px
  }
}

@media (max-width:374px) {
  .p-sm2021__mv__txt__02 {
    font-size: 28px;
  }
}


/*-----
outline
-----*/
.p-sm2021__outline {
  background: #fff;
  padding: 60px 20px;
}
.p-sm2021__outline__inner {
  width: 660px;
  margin: 0 auto;
}
.p-sm2021__outline__tit {
  background: #0082BE;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.p-sm2021__outline_list dl {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  margin: 0;
}
.p-sm2021__outline_list dl:nth-of-type(even) {
  background: #F0F0F0;
}
.p-sm2021__outline_list dl dt {
  text-align: center;
  width: 50%;
}
.p-sm2021__outline_list dl dd {
  text-align: left;
  color: #0082BE;
  font-weight: bold;
  width: 50%;
  margin: 0;
}
.p-sm2021__outline_text {
  text-align: center;
  margin: 40px 0 0;
  font-size: 18px;
}

@media (max-width:640px) {
  .p-sm2021__outline__tit {
    border-radius: 4px;
    font-size: 14px;
    padding: 2px;
  }
  .p-sm2021__outline_list dl {
    padding: 15px 0;
    border-radius: 8px;
    font-size: 14px;
  }
  .p-sm2021__outline_list dl dt {
    width: 40%;
  }
  .p-sm2021__outline_list dl dd {
    width: 60%;
    padding-right: 10px;
  }
  .p-sm2021__outline_text {
    margin: 30px 0 0;
    font-size: 14px;
    text-align: left;
  }
  .p-sm2021__outline_text br {
    display: none
  }
}

/*角丸*/
.p-sm2021__pit__answer_tbl table tr:first-of-type .tbl_bg_b {
  border-radius: 12px 12px 0 0;
}
.p-sm2021__pit__answer_tbl table tr:last-of-type .tbl_bg_b {
  border-radius: 0 0 12px 12px;
}
.p-sm2021__pit__answer_tbl table tr th:first-of-type {
  border-radius: 12px 0 0 12px;
}
.p-sm2021__pit__answer_tbl table tr td:last-of-type {
  border-radius: 0 12px 12px 0;
}

/*-----
pit
-----*/
.p-sm2021__pit {
  background-image: url(../img/pit_bg_t.svg), url(../img/pit_bg_b.svg);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 101%;
  padding: 210px 20px;
}
.p-sm2021__pit__tit {
  text-align: center;
  font-size: 36px;
  margin: 0 0 40px;
}
.p-sm2021__pit__box {
  width: 1062px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-sm2021__pit__box__item {
  width: calc((100% - 96px) / 3);
  position: relative;
  text-align: center;
}
.p-sm2021__pit__box__item__img {
  height: 180px;
  background: url(../img/pit_img01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  width: 100%;
  border-radius: 8px;
}
.pit_img2 {
  background-image: url(../img/pit_img02.png);
}
.pit_img3 {
  background-image: url(../img/pit_img03.png);
}
.p-sm2021__pit__box__item__tit {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.p-sm2021__pit__box__item__txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 0 0;
}

@media (max-width:1025px) {
  .p-sm2021__pit__box__item {
    width: 32%;
  }
  .p-sm2021__pit__box__item__img {
    height: 180px;
    background-size: cover;
  }
  .p-sm2021__pit__box__item__tit {
    font-size: 16px;
  }
  .p-sm2021__pit__box__item__txt {
    font-size: 16px;
  }
}

@media (max-width:640px) {
  .p-sm2021__pit {
    background-size: auto 80px;
    padding: 80px 20px 120px;
  }
  .p-sm2021__pit__tit {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .p-sm2021__pit__box {
    display: block;
    padding: 0 20px;
  }
  .p-sm2021__pit__box__item {
    width: 100%;
    text-align: left;
    margin: 0 0 15px;
    overflow: hidden;
  }
  .p-sm2021__pit__box__item__img {
    height: 84px;
    width: 84px;
    background: url(../img/pit_img01_sp.png) no-repeat center;
    background-size: cover;
    position: static;
    float: left;
    margin: 0 20px 0 0;
  }
  .pit_img2 {
    background-image: url(../img/pit_img02_sp.png);
  }
  .pit_img3 {
    background-image: url(../img/pit_img03_sp.png);
  }
  .p-sm2021__pit__box__item__tit {
    font-weight: bold;
    color: inherit;
    font-size: 16px;
    line-height: 1.3;
    display: block;
    height: auto;
  }
  .p-sm2021__pit__box__item__tit br {
    display: none;
  }
  .p-sm2021__pit__box__item__txt {
    color: #757575;
    font-size: 12px;
    margin: 10px 0 0;
    overflow: hidden;
  }
  .p-sm2021__pit__box__item__txt br {
    display: none;
  }
}

@media (max-width:480px) {
  .p-sm2021__pit__box__item__tit br {
    display: inline;
  }
}

.p-sm2021__pit__answer {
  background: #fff;
  width: 1142px;
  border-radius: 8px;
  padding: 50px 40px 40px;
  margin: 60px auto 0;
}
.p-sm2021__pit__answer__tit {
  color: #0082BE;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
}
.p-sm2021__pit__answer__txt {
  margin: 20px 0 0;
  text-align: center;
}
.p-sm2021__pit__answer_tbl {
  width: 982px;
  overflow-x: auto;
  margin: 50px auto 0;
}
.p-sm2021__pit__answer_tbl table {
  min-width: 100%;
}
.p-sm2021__pit__answer_tbl tr:nth-of-type(even) td,
.p-sm2021__pit__answer_tbl tr:nth-of-type(even) th {
  background: #F0F0F0;
}
.p-sm2021__pit__answer_tbl table th,
.p-sm2021__pit__answer_tbl table td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 15px 30px;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}
.p-sm2021__pit__answer_tbl table th {
  color: #0082BE;
  font-size: 16px;
  padding: 0 30px;
  line-height: 1.5;
}
.p-sm2021__pit__answer_tbl table th br {
  display: none;
}
.p-sm2021__pit__answer_tbl table td.tbl_head {
  font-size: 16px;
  padding: 20px 30px;
  line-height: 1.5;
}
.tbl_bg_b {
  background: #0082BE !important;
  color: #fff;
}
.tbl_bg_b strong {
  color: #FFCC01;
  font-size: 28px;
  display: block;
}
.tbl_bg_b span {
  font-size: 13px;
  margin: 10px 0 0;
  display: block;
}
.p-sm2021__pit__answer_tbl table td.tbl_price_txt {
  font-size: 16px;
}

@media (max-width:640px) {
  .p-sm2021__pit__answer {
    padding: 30px 20px;
    margin: 50px auto 0;
  }
  .p-sm2021__pit__answer__tit {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
  }
  .p-sm2021__pit__answer__txt {
    text-align: left;
    font-size: 14px;
  }
  .p-sm2021__pit__answer__txt br {
    display: none;
  }
  .p-sm2021__pit__answer_tbl {
    margin: 20px auto 0;
  }
  .p-sm2021__pit__answer_tbl table th,
  .p-sm2021__pit__answer_tbl table td {
    padding: 15px 10px;
    font-size: 30px;
  }
  .p-sm2021__pit__answer_tbl table th {
    font-size: 13px;
    padding: 0 15px;
    line-height: 1.3;
  }
  .p-sm2021__pit__answer_tbl table th br {
    display: inline;
  }
  .p-sm2021__pit__answer_tbl table td.tbl_head {
    font-size: 12px;
    padding: 15px 10px;
    line-height: 1.3;
  }
  .tbl_bg_b img {
    width: 86px;
  }
  .tbl_bg_b strong {
    font-size: 16px;
  }
  .tbl_bg_b span {
    font-size: 10px;
    margin: 5px 0 0;
  }
  .p-sm2021__pit__answer_tbl table td.tbl_price_txt {
    font-size: 14px;
  }
}


/*-----
detail
-----*/
.p-sm2021__detail {
  background: #fff;
  padding: 60px 20px;
}
.p-sm2021__detail__inner {
  width: 982px;
  margin: 0 auto;
}
.p-sm2021__detail__tit {
  font-size: 36px;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.4;
}
.p-sm2021__detail__tit br {
  display: none;
}
.p-sm2021__detail__txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.p-sm2021__detail__txt strong {
  display: block;
  font-size: 36px;
  color: #0082BE;
  margin: 10px 0 0;
}
.p-sm2021__detail__mgm {
  margin: 50px 0;
}
.p-sm2021__detail__mgm a {
  position: relative;
  display: block;
  transition: all .3s;
}
.p-sm2021__detail__mgm span {
  display: none;
}
.p-sm2021__detail__mgm a:hover {
  opacity: .8;
}
.p-sm2021__detail__mgm img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.p-sm2021__detail__mgm .icon_loupe {
  width: 6.1%;
  position: absolute;
  bottom: 4.9%;
  right: 3%;
}

@media (max-width:640px) {
  .p-sm2021__detail {
    padding: 0 20px 40px;
  }
  .p-sm2021__detail__tit {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .p-sm2021__detail__tit br {
    display: inline;
  }
  .p-sm2021__detail__txt {
    font-size: 13px;
  }
  .p-sm2021__detail__txt strong {
    font-size: 20px;
    margin: 10px 0 0;
  }
  .p-sm2021__detail__mgm {
    margin: 25px 0;
  }
  .p-sm2021__detail__mgm a {
    display: none;
  }
  .p-sm2021__detail__mgm span {
    display: block;
  }
}

.p-sm2021__detail__point {
  display: flex;
  justify-content: space-between;
}
.p-sm2021__detail__point li {
  width: calc((100% - 30px) / 2);
  display: flex;
  justify-content: space-between;
}
.p-sm2021__detail__point__img {
  width: 121px;
  margin: 0 15px 0 0;
  border-radius: 8px;
}
.p-sm2021__detail__point__txt {
  line-height: 1.5;
  width: 340px;
}
.p-sm2021__detail__point__txt h3 {
  font-size: 20px;
}
.p-sm2021__detail__point__txt h3 span {
  white-space: nowrap;
}
.p-sm2021__detail__point__txt p {
  margin: 20px 0 0;
}
.p-sm2021__detail__cta {
  margin: 60px 0 0;
  text-align: center;
}
.p-sm2021__detail__cta__txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 20px;
}
.p-sm2021__detail__cta__txt p {
  font-weight: bold;
  font-size: 20px;
  margin: 0 15px;
  line-height: 1.4;
}
.p-sm2021__detail__cta__txt p strong {
  color: #0082BE;
}
.p-sm2021__detail__cta__txt::before,
.p-sm2021__detail__cta__txt::after {
  content: '';
  width: 1px;
  height: 30px;
  background: #000;
  margin: 0 0 5px;
  line-height: 1;
  transform: rotate(-25deg)
}
.p-sm2021__detail__cta__txt::after {
  transform: rotate(25deg)
}

@media (max-width:860px) {
  .p-sm2021__detail__point {
    display: block;
  }
  .p-sm2021__detail__point li {
    width: 100%;
    display: flex;
  }
  .p-sm2021__detail__point li:first-of-type {
    margin: 0 0 30px;
  }
  .p-sm2021__detail__point__txt {
    flex: 1;
  }
}

@media (max-width:640px) {
  .p-sm2021__detail__point__img {
    width: 74px;
     margin: 0 15px 0 0;
  }
  .p-sm2021__detail__point__txt h3 {
    font-size: 16px;
  }
  .p-sm2021__detail__point__txt p {
    margin: 15px 0 0;
    font-size: 14px;
  }
  .p-sm2021__detail__cta {
    margin: 40px 20px 0;
  }
  .p-sm2021__detail__cta__txt {
    margin: 0 0 15px;
  }
  .p-sm2021__detail__cta__txt p {
    font-size: 14px;
    margin: 0 10px;
    line-height: 1.4;
  }
  .p-sm2021__detail__cta__txt::before,
  .p-sm2021__detail__cta__txt::after {
    height: 30px;
    margin: 0;
  }
}


/*-----
consul
-----*/
.p-sm2021__consul {
  background-image: url(../img/consul_bg_t.svg), url(../img/consul_bg_b.svg);
  background-repeat: no-repeat;
  background-position: top left, bottom -1px left;
  background-size: 101%;
  padding: 170px 20px;
}
.p-sm2021__consul__desc {
  width: 982px;
  margin: 0 auto;
  overflow: hidden;
}
.p-sm2021__consul__desc__img {
  float: right;
  width: 52%;
  margin: 0 0 0 50px;
  text-align: right;
}
.p-sm2021__consul__desc__img img {
  border-radius: 8px;
}
.p-sm2021__consul__desc h2 {
  font-size: 20px;
  margin: 10px 0 20px;
  line-height: 1.4;
}
.p-sm2021__consul__desc h2 strong {
  font-size: 36px;
  color: #0082BE;
  display: block;
}
.p-sm2021__consul__desc h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.p-sm2021__consul__desc p {
  margin: 0;
  overflow: hidden;
}
.p-sm2021__consul__solve {
  width: 1062px;
  margin: 40px auto 0;
  padding: 50px 40px 40px;
  background: #fff;
  border-radius: 8px;
}
.p-sm2021__consul__solve__tit {
  font-size: 36px;
  margin: 0 0 30px;
  text-align: center;
}
.p-sm2021__consul__solve__tit strong {
  color: #0082BE;
  display: inline-block;
}
.p-sm2021__consul__solve__list {
  display: flex;
  justify-content: space-between;
}
.p-sm2021__consul__solve__list li {
  width: calc((100% - 40px) / 3);
}
.p-sm2021__consul__solve__list__num {
  height: 77px;
  vertical-align: middle;
  text-align: center;
}
.p-sm2021__consul__solve__list h3 {
  color: #0082BE;
  font-size: 28px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  margin: 20px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3em;
}
.p-sm2021__consul__solve__list p {
  line-height: 1.5;
  margin: 0;
}

@media (max-width:1025px) {
  .p-sm2021__consul__desc__img {
    width: 40%;
    margin: 0 0 0 30px;
  }
  .p-sm2021__consul__solve__list h3 {
    font-size: 22px;
  }
}

@media (max-width:640px) {
  .p-sm2021__consul {
    background-image: url(../img/price_bg_t.svg), url(../img/price_bg_b.svg);
    background-size: 120% auto;
    padding: 80px 20px 100px;
  }
  .p-sm2021__consul__desc {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .p-sm2021__consul__desc__img {
    float: none;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .p-sm2021__consul__desc h2 {
    font-size: 13px;
    margin: 0;
    order: -1;
  }
  .p-sm2021__consul__desc h2 strong {
    font-size: 20px;
  }
  .p-sm2021__consul__desc h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .p-sm2021__consul__desc p {
    font-size: 14px;
  }
  .p-sm2021__consul__solve {
    margin: 20px auto 0;
    padding: 30px 20px 20px;
  }
  .p-sm2021__consul__solve__tit {
    font-size: 13px;
    margin: 0 0 30px;
  }
  .p-sm2021__consul__solve__tit strong {
    font-size: 24px;
    display: block;
    line-height: 1;
  }
  .p-sm2021__consul__solve__list {
    display: block;
  }
  .p-sm2021__consul__solve__list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .p-sm2021__consul__solve__list li:not(:first-of-type) {
    margin: 20px 0 0;
  }
  .p-sm2021__consul__solve__list__num {
    width: 75px;
    height: auto;
    text-align: left;
  }
  .p-sm2021__consul__solve__list__num img {
    height: 40px;
    width: auto;
  }
  .p-sm2021__consul__solve__list h3 {
    color: #0082BE;
    font-size: 20px;
    line-height: 1.4;
    min-height: inherit;
    text-align: left;
    margin: 0;
    width: calc(100% - 75px);
  }
  .p-sm2021__consul__solve__list h3 br {
    display: none;
  }
  .p-sm2021__consul__solve__list p {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

/*-----
plan
-----*/
.p-sm2021__plan {
  background: #fff;
  padding: 60px 20px;
}
.p-sm2021__plan__desc {
  width: 982px;
  margin: 0 auto;
  overflow: hidden;
}
.p-sm2021__plan__desc__img {
  float: left;
  width: 52%;
  margin: 0 50px 0 0;
}
.p-sm2021__plan__desc__img img {
  border-radius: 8px;
}
.p-sm2021__plan__desc__img a {
  position: relative;
  display: block;
  transition: all .3s;
}
.p-sm2021__plan__desc__img span {
  display: none;
}
.p-sm2021__plan__desc__img a:hover {
  opacity: .8;
}
.p-sm2021__plan__desc__img .icon_loupe {
  width: 6.8%;
  position: absolute;
  left: 90.5%;
  bottom: 5%;
}
.p-sm2021__plan__desc h2 {
  font-size: 20px;
  margin: 10px 0 20px;
  line-height: 1.4;
}
.p-sm2021__plan__desc h2 strong {
  font-size: 36px;
  color: #0082BE;
  display: block;
}
.p-sm2021__plan__desc h3 {
  font-size: 20px;
  margin: 0 0 10px;
  overflow: hidden;
}
.p-sm2021__plan__desc p {
  margin: 0;
  overflow: hidden;
}
.p-sm2021__plan__cta {
  margin: 70px 0 0;
  text-align: center;
}

@media (max-width:1025px) {
  .p-sm2021__plan__desc__img {
    width: 40%;
    margin: 0 30px 0 0;
  }
}

@media (max-width:640px) {
  .p-sm2021__plan {
    padding: 40px 20px;
  }
  .p-sm2021__plan__desc {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .p-sm2021__plan__desc__img {
    float: none;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .p-sm2021__plan__desc__img a {
    display: none;
  }
  .p-sm2021__plan__desc__img span {
    display: block;
  }
  .p-sm2021__plan__desc h2 {
    font-size: 13px;
    margin: 0;
    order: -1;
  }
  .p-sm2021__plan__desc h2 strong {
    font-size: 20px;
  }
  .p-sm2021__plan__desc h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .p-sm2021__plan__desc p {
    font-size: 14px;
  }
  .p-sm2021__plan__cta {
    margin: 30px 20px 0;
  }
}

/*-----
price
-----*/
.p-sm2021__price {
  background-image: url(../img/price_bg_t.svg), url(../img/price_bg_b.svg);
  background-repeat: no-repeat;
  background-position: top right, bottom -1px left;
  background-size: 101%;
  padding: 210px 20px;
}
.p-sm2021__price__tit {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 20px;
}
.p-sm2021__price__block {
  width: 1062px;
  padding: 50px 40px 60px;
  background: #fff;
  margin: 0 auto;
  border-radius: 8px;
}
.p-sm2021__price__desc {
  text-align: center;
}
.p-sm2021__price__desc h3 {
  font-size: 28px;
}
.p-sm2021__price__desc p {
  margin: 30px 0 0;
}
.p-sm2021__price__list {
  width: 645px;
  margin: 40px auto 0;
}
.p-sm2021__price__list__normalprice {
  margin: 0 0 40px;
  text-align: center;
}
.p-sm2021__price__list__normalprice p {
  display: inline-block;
  background: url(../img/price_normal_bg.svg) no-repeat bottom center;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
  color: #757575;
  line-height: 1;
  margin: 0;
}
.p-sm2021__price__list__normalprice p strong {
  font-size: 24px;
  margin: 0 0 0 20px;
}
.p-sm2021__price__list__normalprice p span {
  font-size: 16px;
}
.p-sm2021__price__list dl {
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  margin: 0;
}
.p-sm2021__price__list dl:nth-of-type(odd) {
  background: #F0F0F0;
}
.p-sm2021__price__list dl dt {
  text-align: center;
  width: 30%;
  font-size: 20px;
  line-height: 1;
}
.p-sm2021__price__list dl dd {
  text-align: center;
  font-weight: bold;
  width: 40%;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}
.p-sm2021__price__list dl dd span {
  font-size: 16px;
  display: inline-block;
}
.p-sm2021__price__list dl.p-sm2021__price__list__head {
  border-bottom: 1px solid #C9C9C9;
  background: #fff;
  padding: 0 20px 10px;
  border-radius: 0;
}
.p-sm2021__price__list dl.p-sm2021__price__list__head dt,
.p-sm2021__price__list dl.p-sm2021__price__list__head dd {
  font-size: 16px;
}
.p-sm2021__price__list dl.past_date {
  color: #999;
  text-decoration: line-through;
}
.p-sm2021__price__list dl.active_date {
  color: #D83C0C;
}

@media (max-width:640px) {
  .p-sm2021__price {
    background-size: 120%;
    padding: 80px 20px;
  }
  .p-sm2021__price__tit {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .p-sm2021__price__block {
    padding: 30px 20px 30px;
  }
  .p-sm2021__price__desc h3 {
    font-size: 18px;
  }
  .p-sm2021__price__desc h3 br {
    display: none;
  }
  .p-sm2021__price__desc p {
    margin: 20px 0 0;
    font-size: 14px;
  }
  .p-sm2021__price__list {
    margin: 30px auto 0;
  }
  .p-sm2021__price__list__normalprice {
    margin: 0 0 20px;
  }
  .p-sm2021__price__list__normalprice p {
    padding-bottom: 16px;
    font-size: 12px;
  }
  .p-sm2021__price__list__normalprice p strong {
    font-size: 18px;
    margin: 0 0 0 10px;
  }
  .p-sm2021__price__list__normalprice p span {
    font-size: 10px;
  }
  .p-sm2021__price__list dl {
    padding: 20px;
  }
  .p-sm2021__price__list dl dt {
    font-size: 13px;
  }
  .p-sm2021__price__list dl dd {
    font-size: 21px;
  }
  .p-sm2021__price__list dl dd span {
    font-size: 10px;
    display: block;
  }
  .p-sm2021__price__list dl.p-sm2021__price__list__head dt,
  .p-sm2021__price__list dl.p-sm2021__price__list__head dd {
    font-size: 13px;
  }
}
@media (max-width:480px) {
  .p-sm2021__price__list dl {
    padding: 20px 10px;
  }
  .p-sm2021__price__list dl dt {
    font-size: 12px;
  }
  .p-sm2021__price__list dl dd {
    font-size: 16px;
    white-space: nowrap;
  }

}

/*-----
flow
-----*/
.p-sm2021__flow {
  background: #fff;
  padding: 60px 20px 80px;
}
.p-sm2021__flow__tit {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 50px;
}
.p-sm2021__flow__list {
  width: 720px;
  margin: 0 auto;
}
.p-sm2021__flow__list li {
  display: flex;
  align-items: center;
}
.p-sm2021__flow__list li:not(:last-of-type) {
  border-bottom: 1px solid #C9C9C9;
}
.p-sm2021__flow__img {
  width: 131px;
  flex: 0 0 auto;
  padding: 50px 0;
}
.p-sm2021__flow__txt {
  padding: 30px 30px 30px 40px;
}
.p-sm2021__flow__txt h3 {
  font-size:20px;
  color: #0082BE;
}
.p-sm2021__flow__txt p {
  margin: 20px 0 0;
}
.p-sm2021__flow__cta {
  text-align: center;
  margin: 60px 0 0;
}

@media (max-width:640px) {
  .p-sm2021__flow {
    padding: 40px 20px;
  }
  .p-sm2021__flow__tit {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .p-sm2021__flow__list {
    background:linear-gradient(to right, transparent 45px, #C9C9C9 45px, #C9C9C9 46px, transparent 46px);
    background-position: top 10px left;
    background-repeat: no-repeat;
  }
  .p-sm2021__flow__list li {
    align-items: flex-start;
  }
  .p-sm2021__flow__list li:not(:last-of-type) {
    border: none;
    margin: 0 0 30px;
  }
  .p-sm2021__flow__list li:last-of-type {
    background: #fff;

  }
  .p-sm2021__flow__img {
    width: 82px;
    padding: 0 0 5px;
    background: #fff;
  }
  .p-sm2021__flow__txt {
    padding: 0 0 0 20px;
  }
  .p-sm2021__flow__txt h3 {
    font-size:16px;
  }
  .p-sm2021__flow__txt p {
    margin: 10px 0 0;
    font-size: 14px;
  }
  .p-sm2021__flow__cta {
    text-align: center;
    margin: 50px 20px 0;
  }
}


/*-----
passed
-----*/
.p-sm2021__passed {
  background-image: url(../img/passed_bg_t.svg), url(../img/passed_bg_b.svg) ,url(../img/passed_bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top right, bottom -1px left, top center;
  background-size: 101%, 101%, cover;
  padding: 210px 20px;
}
.p-sm2021__passed__tit {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
}
.p-sm2021__passed__tit span {
  border: 1px solid #C9C9C9;
  background: #fff;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
}
.p-sm2021__passed__tit strong {
  color: #D83C0C;
}
.p-sm2021__passed__list {
  width: 1062px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sm2021__passed__list li {
  width: calc((100% - 20px) / 2);
  margin: 10px 0;
  border: 1px solid #C9C9C9;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}
.p-sm2021__passed__list__prof {
  display: flex;
  width: 100%;
  align-items: center;
}
.p-sm2021__passed__list__prof__img {
  margin: 0 9% 0 0;
}
.p-sm2021__passed__list__prof__univ {
  width: 250px;
  position: relative;
  white-space: nowrap;
}
.p-sm2021__passed__list__prof__univ h3 {
  font-size: 28px;
  line-height: 1;
  z-index: 1;
  position: relative;
  text-shadow: 0 0 3px #fff;
}
.p-sm2021__passed__list__prof__univ h3 span {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: normal;
}
.p-sm2021__passed__list__prof__univ p {
  font-size: 28px;
  margin: 30px 0 0;
  line-height: 1;
}
.p-sm2021__passed__list__prof__univ p span {
  font-size: 20px;
}
.p-sm2021__passed__list__prof__univ img {
  position: absolute;
  width: 50%;
  max-width: 119px;
  top: -40px;
  right: -20px;
}
.p-sm2021__passed__list__txt h4 {
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 0 10px;
  color: #0082BE;
}
.p-sm2021__passed__list__txt p {
  margin: 0;
}

@media (max-width:1025px) {
  .p-sm2021__passed__list {
    display: block;
  }
  .p-sm2021__passed__list li {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #C9C9C9;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
  }
  .p-sm2021__passed__list__prof__img {
    margin: 0 5% 0 0;
  }
  .p-sm2021__passed__list__txt h4 br {
    display: none;
  }
}

@media (max-width:640px) {
  .p-sm2021__passed {
    background-image: url(../img/price_bg_t.svg), url(../img/price_bg_b.svg) ,url(../img/passed_bg_sp.jpg);
    background-position: top right, bottom -1px left;
    background-size: 120%, 110%, cover;
    padding: 100px 20px;
  }
  .p-sm2021__passed__tit {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .p-sm2021__passed__tit span {
    padding: 9px 20px;
    letter-spacing: 0;
    width: 335px;
  }
  .p-sm2021__passed__list li {
    margin: 0 0 15px;
    padding: 20px;
  }
  .p-sm2021__passed__list li:last-of-type {
    margin: 0;
  }
  .p-sm2021__passed__list__prof__img {
    margin: 0 20px 0 0;
    width: 84px;
  }
  .p-sm2021__passed__list__prof__univ {
    width: auto;
    flex: 1;
  }
  .p-sm2021__passed__list__prof__univ h3 {
    font-size: 18px;
  }
  .p-sm2021__passed__list__prof__univ h3 span {
    margin: 5px 0 0;
    font-size: 13px;
  }
  .p-sm2021__passed__list__prof__univ p {
    font-size: 18px;
    margin: 15px 0 0;
  }
  .p-sm2021__passed__list__prof__univ p span {
    font-size: 13px;
  }
  .p-sm2021__passed__list__prof__univ img {
    width: 44%;
    max-width: 84px;
    top: -10px;
    right: -10px;
  }
  .p-sm2021__passed__list__txt h4 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  .p-sm2021__passed__list__txt h4 br {
    display: inline;
  }
  .p-sm2021__passed__list__txt p {
    font-size: 14px;
  }
  
}


/*-----
voice
-----*/
.p-sm2021__voice {
  background: #fff;
  padding: 50px 20px;
}
.p-sm2021__voice__tit {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
}
.p-sm2021__voice__desc {
  text-align: center;
  margin: 0 0 40px;
}
.p-sm2021__voice__list {
  width: 1062px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sm2021__voice__list li {
  width: calc((100% - 20px) / 2);
  margin: 10px 0;
  border: 1px solid #C9C9C9;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}
.p-sm2021__voice__list__tit {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 25px;
  margin: 0 0 30px;
  border-bottom: 2px dashed #D2D3D3;
}
.p-sm2021__voice__list__prof {
  display: flex;
  width: 100%;
  align-items: center;
}
.p-sm2021__voice__list__prof__img {
  margin: 0 4.5% 0 0;
}
.p-sm2021__voice__list__prof__txt {
  width: 330px;
}
.p-sm2021__voice__list__prof__txt h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #0082BE;
}
.p-sm2021__voice__list__prof__txt p {
  color: #757575;
  margin: 20px 0 0;
  line-height: 1.3;
}
.p-sm2021__voice__list__txt {
  margin: 35px 0 0;
}

@media (max-width:1025px) {
  .p-sm2021__voice__list {
    display: block;
  }
  .p-sm2021__voice__list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .p-sm2021__voice__list li:last-of-type {
    margin: 0;
  }
  .p-sm2021__voice__list__tit {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 25px;
    margin: 0 0 30px;
    border-bottom: 2px dashed #D2D3D3;
  }
  .p-sm2021__voice__list__tit br {
    display: none;
  }
  .p-sm2021__voice__list__prof__txt {
    width: auto;
  }
  .p-sm2021__voice__list__prof__txt h4 br {
    display: none;
  }
}

@media (max-width:640px) {
  .p-sm2021__voice {
    padding: 30px 20px;
  }
  .p-sm2021__voice__tit {
    font-size: 20px;
    margin: 0 0 25px;
  }
  .p-sm2021__voice__desc {
    text-align: left;
    font-size: 14px;
    margin: 0 0 25px;
  }
  .p-sm2021__voice__desc br {
    display: none;
  }
  .p-sm2021__voice__list li {
    margin: 0 0 15px;
    padding: 20px;
  }
  .p-sm2021__voice__list__tit {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }  
  .p-sm2021__voice__list__prof__img {
    margin: 0 10px 0 0;
    width: 66px;
    flex: 0 0 auto;
  }

  .p-sm2021__voice__list__prof__txt h4 {
    font-size: 16px;
    letter-spacing: .02em;
  }
  .p-sm2021__voice__list__prof__txt p {
    margin: 10px 0 0;
    font-size: 13px;
    letter-spacing: .02em;
  }
  .p-sm2021__voice__list__txt {
    margin: 20px 0 0;
    font-size: 14px;
  }
}
/*-----
faq
-----*/
.p-sm2021__faq {
  background: none;
  background-image: url(../img/faq_bg_t.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 101%;
  padding: 210px 20px 60px;
}
.p-sm2021__faq__title {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 30px;
}
.p-sm2021__faq .p-online__faq__toggle {
  background: #fff;
}
.p-online__faq__toggle__title {
  flex-wrap: nowrap;
  text-align: left;
}
.p-sm2021__faq .c-toggle-list__title:after {
  border-width: 2px;
  margin: 0 0 0 10px;
}

@media (max-width:640px) {
  .p-sm2021__faq {
    background: none;
    background-image: url(../img/faq_bg_t.svg);
    background-repeat: no-repeat;
    background-position: top right -60px;
    background-size: 200%;
    padding: 80px 20px 60px;
  }
  .p-sm2021__faq__title {
    font-size: 20px;
  }
  .p-online__faq__toggle__title {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .p-online__faq__toggle__body {
    padding: 15px 20px;
  }
}

/*-----
manavi
-----*/
.p-sm2021__manavi {
  background-image: url(../img/manavi_bg_t.svg), url(../img/manavi_bg_b.svg) ,url(../img/manavi_bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top left, bottom -1px left, top center;
  background-size: 101%, 101%, cover;
  padding: 160px 20px;
  min-height: 650px;
}
.p-sm2021__manavi__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1022px;
  margin: 0 auto;
}
.p-sm2021__manavi__txt {

}
.p-sm2021__manavi__txt p {
  margin: 10px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.65;
  font-weight: bold;
  letter-spacing: .05em;
}

@media (max-width:840px) {
  .p-sm2021__manavi {
    background-image: url(../img/manavi_bg_t.svg), url(../img/manavi_bg_b.svg) ,url(../img/manavi_bg.jpg);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top left -10px, bottom -1px left, top center;
    background-size: 150%, 150%, cover;
    padding: 120px 20px 80px;
    min-height: inherit;
  }
  .p-sm2021__manavi__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .p-sm2021__manavi__img {
    width: 186px;
    margin: 0 0 40px;
  }
  .p-sm2021__manavi__txt {
    order: 1;
  }
  .p-sm2021__manavi__txt p {
    margin: 1em 0;
    font-size: 18px;
    line-height: 1.55;
  }
}

/*-----
contact
-----*/
.p-sm2021__manavi__contact {
  padding: 60px 0 0;
}
.p-sm2021__manavi__contact .l-contact__header__title span {
  font-size: 28px;
  margin: 10px 0 0;
}
.l-contact__body tr:nth-of-type(2) td {
  display: flex;
}
input[name="parent-email"] {
  width: 100%;
  max-width: calc( 100% - 60px);
}
.l-contact__body th {
  padding-right: 20px;
  width: 240px;
}

@media (min-width: 1024px) {
  .l-contact__body th {
      
  }
  .l-contact__body td {
      width: calc( 100% - 260px);
  }
}

@media (max-width:640px) {
  .p-sm2021__manavi__contact {
    padding: 40px 0 0;
  }
  .p-sm2021__manavi__contact .l-contact__header__title span {
    font-size: 20px;
    margin: 10px 0 0;
  }
  .l-contact__body tr:nth-of-type(2) td {
    display: flex;
  }
  input[name="parent-email"] {
    width: 100%;
    max-width: calc( 100% - 60px);
  }
  .l-contact__body th {
    padding-right: 20px;
    width: 240px;
  }
}




/*画像ポップアップJS調整*/
.lum-gallery-button {
  display: none;
}
.lum-lightbox {
  z-index: 9999;
}

/*-----
下部固定バナー
-----*/
.p-sm2021_fixedbnr {
  display: none;
  background: rgba(0,130,190,.75);
  position: fixed;
  bottom: 0;
  left: 0;
  width:100%;
  padding: 20px;
  z-index: 9998;
  text-align: center;
}
.p-sm2021_fixedbnr__inner {
  display: inline-block;
  position: relative;
}
.p-sm2021_fixedbnr .c-btn__cta {
  font-size: 16px;
  padding: 16px 20px;
  box-shadow: none;
  line-height: 1;
}
.p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi {
  bottom: 60%;
  right: -70px;
  width: 93px;
  height: 93px;
}
.p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi strong {
  font-size: 20px;
}
.p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi span {
  font-size: 10px;
  letter-spacing: 0;
}

@media (max-width:640px) {
  .p-sm2021_fixedbnr {
    padding: 10px;
  }
  .p-sm2021_fixedbnr .c-btn__cta {
    font-size: 14px;
    padding: 10px 12px;
    width: auto;
  }
  .p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi {
    right: 50%;
    bottom: 120%;
    transform: translateX(50%);
    border: 1px solid #D83C0C;
    width: auto;
    height: auto;
    background: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 10px;
  }
  .p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi br {
    display: none;
  }
  .p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi strong {
    font-size: 15px;
  }
  .p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi span {
    font-size: 10px;
    letter-spacing: calc( 16px * 0.001 * 50);
  }
  .p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    border: 4px solid transparent;
    border-top: 4px solid #FFF;
    z-index: 2;
  }
  .p-sm2021_fixedbnr .p-sm2021__mv__cta__fukidashi:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 5px solid #d83b0c;
    z-index: 1;
  }
}


/*-----
component
-----*/
.c-btn__cta {
  display: inline-block;
  padding: 16px 42px;
  background: #D83C0C;
  color: #fff;
  border-radius: 100px;
  font-size: 24px;
  box-shadow: 3px 3px 5px rgba(0,0,0,.7);
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.3;
  transition: all .3s;
}
.c-btn__cta:hover {
  color: #fff;
  text-decoration: none;
  background: #dc552c;
}
@media (max-width:640px) {
  .c-btn__cta {
    font-size: 14px;
    padding: 13px 10px;
    width: 300px;
  }
}
/*-----
utility
-----*/
.u-dis__ib {
  display: inline-block;
}
.u-marker {
  background:linear-gradient(transparent 60%, #FFCC01 60%, #FFCC01 90%, transparent 90%);
}

@media (max-width:640px) {
  .u-marker {
    background:linear-gradient(transparent 70%, #FFCC01 70%, #FFCC01 95%, transparent 95%);
  }
}