.hidden {
  height: 0;
  overflow: hidden;
}

.white-arrow {
  position: relative;
  padding-right: 16px;
}
.white-arrow::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.kv-block {
  position: relative;
}

.kv-img {
  text-align: center;
  position: relative;
}

.kv-collink {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}
* .kv-collink .m-collist-notes {
  font-size: .9vw;
}

.kv-link {
  background: #ffefd2;
  padding: 20px 0 7px;
}

.kv-btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}

.kouza-btn-area {
  background: #f6d18d;
  border-radius: 10px;
  padding: 60px 10px 5px;
  position: relative;
}

.introduction-btn-area {
  background: #f8dad5;
  border-radius: 10px;
  padding: 60px 10px 5px;
  position: relative;
}

.area-ttl {
  text-align: center;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  margin: auto;
}
.kouza-btn-area .area-ttl {
  width: 45%;
}
.introduction-btn-area .area-ttl {
  width: 88%;
}

.btn-2column {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.btn-item .link-txt {
  display: block;
  width: 33%;
  margin: auto;
}
.btn-item .link-txt02 {
  width: 69%;
}

.main-inner {
  background-color: #ffd86c;
  background-image: url(/kouza/lp/bullettrain_cp_202512/imgs/main_bg_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.overview-block {
  padding-top: 35px;
}

.overview-block .overview-ttl {
  text-align: center;
  width: 355px;
  margin: 0 auto 15px;
}

.movie-area {
  background: #fff;
  max-width: 560px;
  width: 100%;
  margin: auto;
  padding: 20px;
}

.movie-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.member-bg {
  position: relative;
}
.member-bg::before {
  content: "";
  position: absolute;
  top: -207px;
  right: 26px;
  left: 0;
  margin: auto;
  background: url(/kouza/lp/bullettrain_cp_202512/imgs/member_img_01.png)no-repeat center;
  background-size: contain;
  width: 431px;
  max-width: 100%;
  height: 351px;
}

.campaign-participant {
  position: relative;
  max-width: 435px;
  padding: 10px 10px 0;
  margin: 211px auto 0;
  background: #fff;
}

.participant-wrap {
  background: #cf3e33;
  padding: 15px 30px 0;
  position: relative;
  z-index: 1;
}
.participant-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  background: #cf3e33;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: -1;
}

.wrap-ttl {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.step-campaign .campaign-img,
.step-campaign .campaign-btn {
  width: 85%;
  margin: 0 auto 20px;
}

* .collist-txt .m-collist-notes {
  font-size: 1rem;
}


.campaign-wrap {
  background: #ffefd2;
  padding: 87px 0 50px;
}

.campaign-wrap .anchor-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-bottom: 39px;
}

.anchor-item {
  width: calc(50% - 20px);
  padding-bottom: 9px;
}

.campaign-wrap .anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc255;
  box-shadow: 0 9px 0 #e06000;
  color: #333;
  text-decoration: none;
  padding: 3px 5px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.campaign-wrap .anchor-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -4px;
  background: url(/kouza/lp/bullettrain_cp_202512/imgs/anchor_icn_01.png) no-repeat center;
  background-size: 35%;
  width: 35px;
  height: 21px;
}

.campaign-wrap .campaign-ttl {
  color: #fff;
  font-size: 1.4rem;
  background: #e60000;
  padding: 5px 35px;
  margin-bottom: 40px;
  border-radius: 20px;
  display: inline-block;
}

.campaign-wrap .campaign-img {
  text-align: center;
}

.achievement-wrap {
  background: #ffc931;
  padding-top: 40px;
}
.achievement-wrap.-achievement02 {
  background-image: url(/kouza/lp/bullettrain_cp_202512/imgs/achievement_bg_02.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 201px;
}

.achievement-img {
  text-align: center;
}

.achievement02-inner {
  max-width: 368px;
  margin: auto;
}

.achievement-wrap .achievement-ttl {
  max-width: 54%;
  margin: 0 auto 36px;
}
.achievement-wrap.-achievement02 .achievement-ttl {
  text-align: center;
  margin-bottom: 39px;
}

.achievement-item {
  background: url(/kouza/lp/bullettrain_cp_202512/imgs/achievement_bg_01.png)no-repeat center;
  background-size: 96% 100%;
  margin-bottom: 64px;
  padding-bottom: 45px;
}
.achievement-item:last-of-type {
  margin-bottom: 0;
}

.achievement-item .item-ttl {
  width: 80%;
  margin: 0 auto 32px;
  padding-top: 28px;
}

.achievement-item .movie-thum {
  width: 78%;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}

.achievement-item .movie-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}

.achievement-item .movie-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.achievement-item .movie-inner::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.achievement-item .movie-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.message-movie {
  padding: 10px;
  background: #fff;
  position: relative;
  margin-bottom: 27px;
}

.message-movie-inner {
  background: #ffe5bb;
  padding: 30px 0 20px;
}

.message-txt {
  width: 320px;
  margin: auto;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}

.message-movie .movie-thum {
  width: 320px;
  margin: auto;
  padding: 40px 0 20px;
}

.message-movie .movie-wrap {
  width: 90%;
  margin: 0 auto;
}

.message-movie .movie-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.message-movie .movie-inner::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.message-movie .movie-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.achievement-wrap.-achievement02 .achievement-txt {
  max-width: 400px;
  margin: auto;
}

.sns-share {
  margin-top: 50px;
  padding-bottom: 30px;
}

.share-ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 17px;
}

.sns-icn-box {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.sns-icn {
  width: 60px;
}

.course-block {
  max-width: 435px;
  margin: auto;
  padding: 0 10px;
  background: #fff;
}

.course-ttl {
  background: #e21000;
  text-align: center;
  padding: 16px 10px 18px;
}

.course-ttl .ttl-img {
  width: 57%;
}

.course-inner {
  background: #f27916;
  padding-top: 29px;
}

.course-detail {
  display: inline-block;
  padding: 4px 37px 4px;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 20px;
  font-size: 1.5rem;
  margin-bottom: 41px;
}

.course-txt-img {
  width: 91%;
  margin: 0 auto 13px;
}

.present-item {
  background: #fff;
  padding: 5px;
  border-radius: 20px;
  max-width: 395px;
  margin: 0 auto 80px;
  position: relative;
}
.present-item.-item02 {
  margin-bottom: 10px;
}

.present-item .item-inner {
  background: #ffe6bb;
  border-radius: 15px;
  padding: 26px 10px 53px;
  position: relative;
}
.present-item.-item02 .item-inner {
  padding-bottom: 35px;
}

.present-item .item-ttl {
  width: 80%;
  margin: 0 auto 22px;
}
.present-item.-item02 .item-ttl {
  margin-top: -53px;
  margin-bottom: 18px;
  width: 77%;
}

.present-item .present-img {
  width: 95%;
  margin: 0 auto 18px;
}
.present-item.-item02 .present-img {
  width: 89%;
  margin-bottom: 234px;
}

.present-item .comment-txt {
  position: absolute;
  right: -26px;
  bottom: -87px;
  width: 237px;
}
.present-item.-item02 .comment-txt {
  right: unset;
  left: -26px;
  bottom: 17px;
  max-width: 400px;
  width: 104%;
}

.present-collist {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 1rem;
  margin-bottom: 53px;
}
* .present-collist .m-collist-notes {
  font-size: 1rem;
}
.present-collist .a-ico_arw-b {
  padding-left: 0;
}
.present-collist .a-ico_arw-b::before {
  display: none;
}

/* process-box -box01 */
.process-ttl {
  width: 58%;
  margin: 0 auto 17px;
}

.process-box {
  background: #fff;
  padding: 5px;
  max-width: 395px;
  margin: auto;
  border-radius: 20px;
  position: relative;
}

.process-box .box-inner {
  background: #ededed;
  border-radius: 15px;
  padding: 20px 0 61px;
}

.process-box .process-txt {
  width: 84%;
  margin: 0 0 10px 20px;
}

.flow-01 {
  transform: translate(17px, -14px);
  width: 102%;
}
.flow-02 {
  transform: translate(-25px, -27px);
  width: 101%;
}
.flow-03 {
  transform: translate(21px, -43px);
  width: 101%;
}

.flow-txt {
  padding: 0 10px;
}
.process-box .flow-txt {
  margin-bottom: 5px;
}
* .flow-txt .m-collist-notes {
  font-size: 1.2rem;
}

.process-box .kouza-btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -48px;
  margin: auto;
  max-width: 320px;
  width: 100%;
}

/* process-box -box02 */
.process-box.-box02 .box-inner {
  background: #ffe6bb;
  padding-bottom: 54px;
}
.process-ttl.-box02 {
  margin-top: 90px;
  width: 40%;
}

.process-box.-box02 .process-sub-ttl {
  font-size: 1.7rem;
}

.flow-04 {
  transform: translateX(-25px);
  width: 98%;
}

.process-box.-box02 .process-txt {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 14px 0 17px;
}
.process-box.-box02 .process-txt .txt-xl {
  font-size: 1.8rem;
}

.process-col-txt {
  max-width: 335px;
  margin: auto;
}

.process-box .entry-btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -56px;
  margin: auto;
  max-width: 320px;
  width: 100%;
}

.member-img {
  margin-top: 85px;
}

/* introduction course */
.introduction-course .course-ttl .ttl-img {
  width: 81%;
}

.introduction-course .course-inner {
  background: #f65d5d;
  padding-top: 30px;
  text-align: center;
}

.introduction-col {
  max-width: 327px;
  margin: 20px auto 0;
}
* .introduction-col .m-collist-notes {
  font-size: 1rem;
}

.introduction-col .a-ico_arw-b:before {
  display: none;
}

.introduction-col .white-arrow::after {
  right: unset;
  left: 0;
}

.entry-method {
  background: #fff;
  border-radius: 20px;
  padding: 16px 10px;
  max-width: 395px;
  margin: auto;
}

.method-ttl {
  font-size: 2.3rem;
  text-align: center;
}

.method-inner {
  background: #ffe6bb;
  border-radius: 15px;
  padding: 19px 0 42px;
  position: relative;
}
.method-inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e60000;
}

.method-01 {
  transform: translateX(19px);
  position: relative;
  margin-bottom: 25px;
  width: 103%;
}

.method-01 .method-btn {
  position: absolute;
  bottom: 68px;
  left: 25px;
  max-width: 252px;
}

.method-02 {
  transform: translate(-29px, -13px);
  position: relative;
  width: 104%;
}
.method-02 .sns-icn-box {
  position: absolute;
  bottom: 55px;
  right: 21px;
  gap: 10px;
}

.method-03 {
  transform: translate(16px, -26px);
  width: 104%;
}
.method-03 + .method-btn {
  display: block;
  max-width: 320px;
  margin: -27px auto -10px;
  position: relative;
}

.method-inner02 {
  background: #ededed;
  padding: 0 0 30px;
}
.method-inner02::after {
  display: none;
}

.method-04 {
  transform: translate(-29px, -17px);
  width: 104%;
}

.method-05 {
  transform: translate(16px, -31px);
  width: 104%;
}

.method-05 + .method-btn {
  display: block;
  max-width: 320px;
  margin: -11px auto 0;
  position: relative;
}

.introduction-course .member-img {
  margin-top: 18px;
  border-bottom: solid 7px #ffee52;
}

/* detail-block */
.detail-block {
  max-width: 435px;
  margin: auto;
  padding: 0 10px 15px;
  background: #fff;
}

.detail-ttl {
  background: #e52828;
  text-align: center;
  padding: 50px 10px;
  font-size: 1.5rem;
}

.detail-ttl .ttl-txt {
  color: #e52828;
  background: #ffefd2;
  border-radius: 20px;
  padding: 5px 30px;
}

.detail-block .accordion-btn {
  background: #ffc255;
  padding: 21px 25px;
  font-size: 2.2rem;
  cursor: pointer;
  position: relative;
  border-bottom: solid 5px #fff;
}
.detail-block .accordion-btn02 {
  background: #eee;
}
.m-accordion.-accordion04 .accordion-btn {
  border-bottom: none;
}

.detail-block .accordion-btn-icn {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  width: 40px;
}
.detail-block .accordion-btn-icn::before,
.detail-block .accordion-btn-icn::after {
  content: '';
  display: block;
  background: #333;
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 3px;
  inset: 0;
  margin: auto;
}
.detail-block .accordion-btn-icn::after {
  width: 2px;
  height: 16px;
}
.detail-block .m-accordion.is-show .accordion-btn-icn::after {
  display: none;
}

.detail-block .accordion-btn-icn02 {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 40px;
}
.detail-block .accordion-btn-icn02::before,
.detail-block .accordion-btn-icn02::after {
  content: '';
  display: block;
  background: #333;
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  inset: 0;
  margin: auto;
}
.detail-block .accordion-btn-icn02::after {
  width: 2px;
  height: 24px;
}
.detail-block .-accordion02.is-show02 .accordion-btn-icn02::after {
  display: none;
}

.detail-block .m-accordion_body {
  border: none;
  padding: 37px 10px 10px;
}

.detail-block .acc-body-item {
  margin-bottom: 30px;
}
.detail-block .acc-body-item:last-of-type {
  margin-bottom: 0;
}

.detail-block .acc-body-ttl {
  text-align: center;
  font-size: 1.5rem;
  background: #ffe2a9;
  border-radius: 30px;
  padding: 8px;
  margin-bottom: 18px;
}

.detail-block .acc-body-txt {
  padding-left: 5px;
  font-size: 1.4rem;
}

/* contact-block */
.contact-block {
  background: #e52828;
  max-width: 435px;
  margin: auto;
  padding: 20px 20px;
}

.contact-txt {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
* .contact-txt .m-collist-notes {
  font-size: 1rem;
}

.contact-ttl {
  font-size: 1.9rem;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.contact-btn {
  display: block;
  max-width: 360px;
  margin: auto;
}

/* fixed-cv */
.fixed-cv {
  background: rgba(0, 0, 0, .5);
}
.fixed-cv.-is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.fixed-cv .cv-wrap {
  padding: 15px;
}

.fixed-cv .cv-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 950px;
  margin: auto;
}

.fixed-cv .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cv-txt {
  flex: none;
}

/* modal01 */
.u-modal-content {
  display: none;
}

.qr-popup-block {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .7);
  z-index: 9999;
  transition: .3s ease-in-out;
}
.qr-popup-block.is-show {
  opacity: 1;
  visibility: visible;
  transition: .3s ease-in-out;
}

.modal-ttl {
  font-size: 3rem;
  margin-bottom: 20px;
  text-align: center;
}

.content-inner {
  background: #ededed;
  border-radius: 20px;
  padding: 20px;
}

.qr-wrap {
  padding: 10px;
  margin: 0 auto 30px;
  background: #fff;
  width: 130px;
  height: 130px;
}
.qr-wrap canvas {
  width: 110px;
  height: 110px;
}


@media screen and (max-width: 48em ) {
  * .kv-collink .m-collist-notes {
    font-size: 2.4vw;
  }

  .kv-link {
    position: static;
    padding-top: 6px;
  }

  .kv-btn {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 8px;
    padding: 10px;
  }

  .kouza-btn-area {
    padding: 40px 10px 5px;
    max-width: 355px;
    margin: auto;
  }

  .kouza-btn-area .kouza-btn {
    max-width: 164px;
  }

  .introduction-btn-area {
    padding: 40px 10px 5px;
    max-width: 355px;
    margin: auto;
  }

  .kouza-btn-area .area-ttl {
    width: 54%;
  }
  .introduction-btn-area .area-ttl {
    width: 55%;
  }

  .btn-2column {
    gap: 5px;
  }

  .kv-link .anchor-link {
    max-width: 330px;
    margin: auto;
  }

  .kv-link .anchor-link .link-txt01 {
    display: block;
    width: 96%;
    margin-bottom: 3px;
  }

  .main-inner {
    background: none;
    background-color: #ffefd2;;
  }

  .overview-block {
    padding-top: 20px;
  }

  .overview-block .overview-ttl {
    width: 252px;
    margin: 0 auto 14px;
  }

  .movie-area {
    width: 95%;
    padding: 10px;
  }

  .member-bg::before {
    top: -137px;
    right: 18px;
    width: 314px;
    height: 254px;
  }

  .campaign-participant {
    padding: 0;
    margin-top: 139px;
  }

  .participant-wrap {
    padding: 19px 30px 0;
  }

  .wrap-ttl {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }

  .step-campaign .campaign-img,
  .step-campaign .campaign-btn {
    width: 268px;
    margin: 0 auto 13px;
  }

  .campaign-wrap {
    padding: 80px 0 45px;
  }

  .campaign-wrap .anchor-list {
    gap: 5px 10px;
    margin-bottom: 34px;
  }

  .anchor-item {
    width: 166px;
    padding-bottom: 5px;
  }

  .campaign-wrap .anchor-link {
    box-shadow: 0 5px 0 #e06000;
    padding: 5px;
    border-radius: 10px;
    font-size: 1.2rem;
  }
  .campaign-wrap .anchor-link::after {
    right: 4px;
    width: 21px;
    height: 7px;
  }

  .campaign-wrap .campaign-ttl {
    font-size: 1.2rem;
    padding: 5px 30px;
    margin-bottom: 35px;
  }

  .achievement-wrap {
    padding-top: 33px;
    padding-bottom: 10px;
  }
  .achievement-wrap.-achievement02 {
    background-position: top -5.33vw center;
    padding-top: 160px;
  }

  .achievement-img {
    max-width: 90%;
    margin: auto;
  }

  .achievement02-inner {
    max-width: 472px;
    margin: auto;
  }

  .achievement-item {
    background-size: 90% 100%;
    margin-bottom: 50px;
  }

  .achievement-wrap .achievement-ttl {
    max-width: 51%;
    margin: 0 auto 30px;
  }

  .achievement-item .item-ttl {
    width: 77%;
    margin: 0px auto 32px;
    padding-top: 22px;
  }

  .achievement-item .movie-thum {
    width: 70%;
    margin: 0px auto 0;
  }

  .achievement-item .movie-wrap {
    width: 83%;
  }

  .message-movie {
    width: 90%;
    margin: auto;
    margin-bottom: 27px;
    padding: 8px;
  }

  .message-txt {
    width: 275px;
    top: -20px;
  }

  .message-movie .movie-thum {
    width: 266px;
    padding: 33px 0 23px;
  }

  .message-movie .movie-wrap {
    width: 95%;
  }

  .achievement-wrap.-achievement02 .achievement-txt {
    width: 90%;
    margin: auto;
  }

  .sns-share {
    margin: 38px auto 5px;
  }

  .share-ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .sns-icn-box {
    gap: 20px;
  }

  .sns-icn {
    width: 50px;
  }

  .course-block {
    padding: 0;
  }

  .course-ttl {
    padding: 17px 10px;
  }

  .course-ttl .ttl-img {
    width: 193px;
  }

  .course-inner {
    padding-top: 23px;
  }

  .course-detail {
    padding: 2px 30px;
    font-size: 14px;
    margin-bottom: 35px;
  }

  .course-txt-img {
    width: 327px;
    margin-bottom: 14px;
  }

  .present-item {
    max-width: 400px;
    width: 91%;
    margin: 0 auto 70px;
    padding: 5px;
  }
  .present-item.-item02 {
    margin-bottom: 10px;
  }

  .present-item .item-inner {
    border-radius: 15px;
    padding: 17px 10px 44px;
  }
  .present-item.-item02 .item-inner {
    padding-bottom: 94px;
  }
  .present-item .item-inner::after {
    bottom: -66px;
    right: -21px;
    width: 200px;
    height: 134px;
  }
  .present-item.-item02 .item-inner::after {
    left: -27px;
    bottom: 81px;
    width: 337px;
    height: 166px;
  }

  .present-item .comment-txt {
    bottom: -75px;
    width: 207px;
  }

  * .present-item .m-collist-notes {
    font-size: 1rem;
  }

  .present-item .item-ttl {
    width: 83%;
    margin-bottom: 20px;
  }
  .present-item.-item02 .item-ttl {
    width: 242px;
    margin-top: -42px;
    margin-bottom: 17px;
  }

  .present-item .present-img {
    width: 95%;
    margin: 0 auto 18px;
  }
  .present-item.-item02 .present-img {
    margin-bottom: 147px;
  }

  .present-item .comment-txt {
    right: -21px;
    bottom: -75px;
    width: 207px;
  }
  .present-item.-item02 .comment-txt {
    left: -22px;
    bottom: 25px;
  }

  .present-collist {
    margin-bottom: 41px;
  }

  /* process-box -box01 */
  .process-ttl {
    width: 205px;
    margin-bottom: 12px;
  }

  .process-box {
    padding: 5px;
    width: 91%;
  }

  .process-box .box-inner {
    padding: 14px 0 58px;
  }

  .process-box .process-txt {
    width: 80%;
    margin: 0 0 10px 20px;
    position: relative;
  }

  .flow-01 {
    transform: translate(15px, -7px);
  }
  .flow-02 {
    transform: translate(-22px, -18px);
  }
  .flow-03 {
    transform: translate(18px, -30px);
  }

  .process-box .flow-txt {
    margin-bottom: 20px;
  }

  .process-box .kouza-btn {
    bottom: -41px;
    max-width: 275px;
  }

  /* process-box -box02 */
  .process-box.-box02 .box-inner {
    padding-bottom: 46px;
  }
  .process-ttl.-box02 {
    margin-top: 78px;
    width: 150px;
  }

  .process-box.-box02 .process-sub-ttl {
    font-size: 1.4rem;
  }

  .flow-04 {
    transform: translate(-21px, 4px);
  }

  .process-box.-box02 .process-txt {
    font-size: 1.2rem;
    margin: 15px 0 17px;
  }
  .process-box.-box02 .process-txt .txt-xl {
    font-size: 1.5rem;
  }

  .process-col-txt {
    max-width: 290px;
  }

  .process-box .entry-btn {
    bottom: -45px;
    width: 275px;
    max-width: 335px;
  }

  .member-img {
    margin-top: 65px;
  }

  /* introduction course */
  .introduction-course .course-ttl .ttl-img {
    width: 78%;
  }

  .introduction-course .course-inner {
    padding-top: 25px;
  }

  .entry-method {
    max-width: 341px;
    padding-bottom: 30px;
  }

  .method-ttl {
    font-size: 1.8rem;
    margin-bottom: 3px;
  }

  .method-inner {
    padding: 10px 0 30px;
  }
  .method-inner::after {
    bottom: -10px;
    border-left-width: 15px;
    border-right-width: 15px;
    border-top-width: 15px;
  }

  .method-01 {
    transform: translate(17px, 0);
  }

  .method-01 .method-btn {
    bottom: 58px;
    left: 21px;
    width: 216px;
  }

  .method-02 {
    transform: translate(-27px, -12px);
  }
  .method-02 .sns-icn-box {
    bottom: 47px;
    right: 14px;
  }
  .method-02 .sns-icn-box .sns-icn {
    max-width: 50px;
  }
  .method-03 {
    transform: translate(14px, -23px);
  }

  .method-03 + .method-btn {
    max-width: 273px;
    margin-top: -22px;
  }

  .method-inner02 {
    padding: 0 0 19px;
  }

  .method-04 {
    transform: translate(-27px, -17px);
  }

  .method-05 {
    transform: translate(14px, -26px);
  }

  .method-05 + .method-btn {
    max-width: 275px;
  }

  .introduction-course .member-img {
    margin-top: 25px;
    border-bottom-width: 4px;
  }

  /* detail-block */
  .detail-block {
    padding: 0;
  }

  .detail-ttl {
    padding: 30px 10px;
    font-size: 1.4rem;
  }

  .detail-ttl .ttl-txt {
    padding: 5px 20px;
  }

  .detail-block .accordion-btn {
    padding: 18px 20px;
    font-size: 20px;
    border-bottom: solid 5px #fff;
  }

  .detail-block .accordion-btn-icn {
    right: 9px;
  }
  .detail-block .accordion-btn-icn::before,
  .detail-block .accordion-btn-icn::after {
    width: 14px;
    height: 2px;
  }
  .detail-block .accordion-btn-icn::after {
    width: 2px;
    height: 14px;
  }

  .detail-block .accordion-btn-icn02 {
    right: 9px;
  }
  .detail-block .accordion-btn-icn02::before,
  .detail-block .accordion-btn-icn02::after {
    width: 14px;
    height: 2px;
  }
  .detail-block .accordion-btn-icn02::after {
    width: 2px;
    height: 14px;
  }

  .detail-block .m-accordion_body {
    padding-top: 29px;
  }

  .detail-block .acc-body-item {
    margin-bottom: 30px;
  }
  .detail-block .acc-body-item:last-of-type {
    margin-bottom: 0;
  }

  .detail-block .acc-body-ttl {
    font-size: 1.4rem;
    padding: 5px;
    margin-bottom: 12px;
  }

  .detail-block .acc-body-txt {
    padding: 0 20px;
    font-size: 1.4rem;
  }

  /* contact-block */
  .contact-block {
    padding: 20px 0;
  }

  .contact-ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .contact-btn {
    width: 92%;
  }

  .fixed-cv .cv-wrap {
    padding: 10px 15px;
  }

  .fixed-cv .cv-list {
    flex-direction: column;
  }

  .fixed-cv .list-item {
    max-width: 350px;
  }

  .list-item .link-txt {
    color: #fff;
    font-size: 1.4rem;
  }

  /* modal */
  .modal-ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .content-inner {
    border-radius: 20px;
    padding: 20px;
  }
}