@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------

Warm-Upコース　2025.11.4

----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

body {
  font-family: "Zen Maru Gothic", sans-serif;
  }

a {
  font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
  a {
    font-family: 'Inter var', sans-serif;
  }
}

#warm_up header > div {
  padding: 10px;
  margin: -10px 0 0;
}
#warm_up .logo img {
  height: 40px;
  width: auto;
  margin: 0 5px 0 0;
}
/* ヘッダー */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20rem; 
  z-index: 99;
  background: url(/lpi/warm-up/img/header_b.png) repeat-x bottom #fff;
}
.site-header.anchor-scroll {
    opacity: 0; 
    pointer-events: none; 
    transition: none; 
}

.site-header.scrolled {
  background-color: #fff;
}

.contactus header > div {
  padding:10px;
  margin: -10px 0 0;
}

.logo img {
  height: 40px;
  width: auto;
}
.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #333;
  margin: -10px 0 0;
}
.icon-bar {
  display: inline-block;
  font-size:36px;
  font-weight: normal;
}

.icon-bar.close {
  display: none;
}

/* メニュー表示中は ☰ を消して × を出す */
.hamburger-btn.active .open {
  display: none;
}

.hamburger-btn.active .close {
  display: inline-block;
}
/* ハンバーガーメニュー全体 */
.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9EAD2;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 9999999;
  padding: 8rem 4rem 4rem;
}


.hamburger-menu.active {
  display: flex;
}
.menu-container{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.menu-btm{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hm_line{
  padding: 0 0 20px;
}
.hm_title{
  margin-bottom: 40px;
}
.menu-top a,
.menu-btm a{
  color: #D30D23;
  font-size: 14px;
  font-weight: bold;
  background: url(/form/trial_lp/img/arrow.png) no-repeat right;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: left;
  display: block;
}
.menu-top {
  text-align: center;
  margin: -20px 0 0;
}
/* メニュー項目 */
.menu-item {
  cursor: pointer;
  font-weight: bold;
}
/* メニューを無効化 */
.menu-item.disabled {
  pointer-events: none;
  color: #D30D23;
  font-size: 14px;
  font-weight: bold;
  background: url(/form/trial_lp/img/arrow.png) no-repeat right top 7px;
  margin-top: 20px;
}

.button-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:0.5rem 1rem
}
.button-grid a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s ease;
  background: none;
}

.button-grid a:hover {
 
}
.close-btn {
  position: fixed;
  top: 2.5rem;
  right: 20.5rem;
  z-index: 100;
  background: none;
  border: none;
  cursor: pointer;
}
#warm_up .pagetop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  width: 40px;
  z-index: 3;
}


#warm_up .side_btn {
  position: fixed;
  top: 200px;
  right: 0;
  width: 46px;
  z-index: 3;
}
#warm_up #contents {
}
#warm_up #contents .main h1{
  text-align: center;
}
#warm_up #contents .entry_btn{
  width: 100%;
  text-align: center;
  background: #E5005A;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 0;
}
#warm_up #contents #entry_btn_b{
  background: url(/lpi/warm-up/img/header_b.png) repeat-x bottom #E5005A;
}
#warm_up #contents .entry_btn a{
  border-radius: 36px;
  background: #FFF717;
  width: 550px;
  height: 75px;
  display: grid;
  place-items: center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}
#warm_up #contents .entry_btn a p{
  color: #E5005A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
#warm_up #contents .entry_btn a p::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background: url("/lpi/warm-up/img/entry_arrow.png") no-repeat center right;
  top: 8%;
  right: -30px;
}

#warm_up #contents .course_area{
  background: #F9EAD2;
  padding: 30px 0;
}
#warm_up #contents .wrap{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 100px;
}
#warm_up #contents .wrap .start{
  text-align: center;
}
#warm_up #contents .wrap h1{
  text-align: center;
  padding: 15px 0;
}
#warm_up #contents .wrap h1 img:nth-of-type(1){
  margin: 0 0 30px;
}
#warm_up #contents .wrap h2{
  text-align: center;
}

#warm_up #contents .wrap .read{
  text-align: center;
  margin: 40px 0;
  font-size: 1.6rem;
 font-weight: bold;
}
#warm_up #contents .wrap .read span{
  font-weight: bold;
  font-size: 1.8rem;
}
#warm_up #contents .wrap .course_b{
  text-align: center;
}
#warm_up #contents .course .course_tit{
  text-align: center;
  margin:40px 0;
}

#warm_up #contents .course ul{
}
 #warm_up #contents .course ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.25);
   padding: 30px;
}

#warm_up #contents .course ul li .flag{
  position: absolute;
  left: 0;
  top: 26px;
}
#warm_up #contents .course ul li figure{
  width: 50%;
}
#warm_up #contents .course ul li figure img{
  width: 100%;
}

#warm_up #contents .course ul li h3{
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding-left: 220px;
  width: 100%;
}
#warm_up #contents .course ul li h3::after{
  position: absolute;
  content: "";
  top: 35%;
  right: 5px;
  background: url("/lpi/warm-up/img/course01_arrow.png") no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
#warm_up #contents .course ul li:nth-of-type(2) h3::after{
  position: absolute;
  content: "";
  top: 35%;
  right: 5px;
  background: url("/lpi/warm-up/img/course02_arrow.png") no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
#warm_up #contents .course ul li:nth-of-type(3) h3::after{
  position: absolute;
  content: "";
  top: 35%;
  right: 5px;
  background: url("/lpi/warm-up/img/course03_arrow.png") no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
#warm_up #contents .course ul li:nth-of-type(4) h3::after{
  position: absolute;
  content: "";
  top: 35%;
  right: 5px;
  background: url("/lpi/warm-up/img/course04_arrow.png") no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

#warm_up #contents .course ul li h3.active::after {
  transform: rotate(180deg);
}

#warm_up #contents .course ul li div.course_inner{
    display:none;
    padding: 20px;
}
#warm_up #contents .course ul li div.course_inner .course_info{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#warm_up #contents .course ul li .rightBox {
  width: 50%;
  padding: 0 0 0 40px;
}

#warm_up #contents .course ul li .rightBox p{
  font-size: 16px;
  font-weight: bold;
}
#warm_up #contents .course ul li .rightBox p span {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 20px 0 0;
}
#warm_up #contents .course ul li .rightBox p span img{
  width: 100%;
}
#warm_up #contents .course ul li .rightBox .teacher{
  text-align: center;
  margin:20px 0 0;
}

#warm_up #contents .course ul li .course_btn {
  max-width: 450px;
  margin: 20px auto 0;
  width: 100%;
}
#warm_up #contents .course ul li .course_btn .btn{
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  background: url(/lpi/warm-up/img/course_arrow.png) no-repeat right 30px center #E5005A;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 20px 0;
  box-shadow: 0px 3px 0 0 rgba(0, 0, 0, 0.2);
}
#warm_up #contents .course ul li .course_btn .btn span{
  font-size: 1.4rem;
}
#warm_up #contents .price{
  text-align: center;
}

#warm_up #contents .price .inner{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#warm_up #contents .price .inner h2{
  text-align: center;
  margin: 0 0 40px;
}
#warm_up #contents .price .inner .note{
  text-align: right;
  font-size: 16px;
  margin:10px 0;
}

#warm_up .ml_btnArea{
  width: 780px;
  margin: 80px auto 0;
}

#warm_up .ml_btnArea p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFE114;
}

#warm_up .ml_btnArea .btn{
  width: 780px;
  font-size: 3rem;
  font-weight: bold;
  margin: 10px 0 80px;
  border: 5px solid #fff;
  background: #003b74;
  color: #fff;
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 10px 0;
}
#warm_up .ml_btnArea .btn span{
    font-size: 2.2rem;
}

#warm_up .bnr{
  text-align: center;
  margin:60px 0 0;
}

/*four_step*/
#warm_up .four_step{
  padding: 75px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
#warm_up .four_step h2{
  text-align: center;
  margin-bottom:40px;
}

#warm_up .four_step .four_step_inner{
  display: flex;
  justify-content: space-between;
}
#warm_up .four_step .four_step_inner .slick_slider {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 40px;
}
#warm_up .four_step .four_step_inner .slick_slider .step_list{
  width: 260px;
  border-radius:5px;
  position: relative;
}
#warm_up .four_step .four_step_inner .slick_slider .step_list img{
  width: 100%;
}

#warm_up .school h2{
  text-align: center;
  padding: 80px 0 40px;
  border-top: 1px solid #000;
}
#warm_up .school h3{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

#warm_up .footer_wu{
  text-align: center;
  padding:40px 0;
}
#warm_up .footer_wu p{
  margin: 10px 0;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
#warm_up #wrap {
  padding: 80px 0 0;
}
#warm_up header > div {
  margin: 0;
}
#warm_up .logo img {
  height: 30px;
}
#warm_up .site-header {
  padding: 1rem 0 2rem;
  background-size: 230%;
}
.hamburger-menu {
  padding: 4rem 0 2rem;
  overflow-x: scroll;
  height: 100vh;
}
.hamburger-menu.active {
  padding-bottom: 100px;
}
.hamburger-btn {
  right: 10px;
  margin: 0;
}
.hm_title img{
  width: 100%;
}

.menu-btm a{
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #B79255;
    padding: 15px 0;
  }
.menu-top a img,
.menu-btm a img{
    width: 100%;
  }
.menu-item.disabled {
  margin: 20px auto;
  border-top: 1px solid #B79255;
  width: 90%;
  padding: 10px 0 0 0;
}
.menu-item .sp_img{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.button-grid {
  display: block;
  width: 90%;
  margin:0 auto 20px;
}
.button-grid a{
  width: 100%;
  margin-bottom:10px;
}
.close-btn {
  position: absolute;
}
#warm_up #contents .main h1 img{
  width: 100%;
}
#warm_up #contents .wrap h2 img{
      width: 100%;
  }
#warm_up #contents .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
}
#warm_up #contents .wrap .start img{
  width: 70%;
}
#warm_up #contents .wrap h1 {
  margin-top: 70px;
}
#warm_up #contents .wrap h1 img {
  margin: 10px 0 0;
  width: 100%;
}
#warm_up #contents .wrap h1 img:nth-of-type(1) {
  margin: 0 0 10px;
}
#warm_up #contents .wrap .read{
    text-align: left;
    font-size: 1.6rem;
    margin: 30px;
  }
#warm_up #contents .wrap .course_b{
  margin:0 auto;
}
#warm_up #contents .wrap .course_b img{
  width: 100%;
}
#warm_up #contents .course .course_tit,
#warm_up #contents .price .inner h2,
#warm_up .school h2{
  margin: 40px 0 20px;
}
#warm_up #contents .course .course_tit img,
#warm_up .school h2 img{
  width: auto;
    height: 35px;
}
#warm_up #contents .price .inner h2 img{
  width: auto;
    height: 30px;
}

#warm_up #contents .course ul{
    width: 90%;
    margin:0 auto;
  }
#warm_up #contents .course ul li {
  display: block;
  margin-bottom: 20px;
  padding: 30px 20px;
}
#warm_up #contents .course ul li:nth-of-type(2),
#warm_up #contents .course ul li:nth-of-type(3) {
  padding: 20px;
}

#warm_up #contents .course ul li .flag {
  left: 0;
  top: 15px;
}
#warm_up #contents .course ul li .flag img{
  width: 50%;
}
#warm_up #contents .course ul li .rightBox {
  width: 100%;
  padding: 0;
}
#warm_up #contents .course ul li figure img {
  width: 100%;
}
#warm_up #contents .course ul li h3 {
  padding-left: 120px;
}
#warm_up #contents .course ul li h3::after,
#warm_up #contents .course ul li:nth-of-type(2) h3::after,
#warm_up #contents .course ul li:nth-of-type(3) h3::after,
#warm_up #contents .course ul li:nth-of-type(4) h3::after{
  right: -5px;
}
#warm_up #contents .course ul li h3 img{
  width: 80%;
}
#warm_up #contents .course ul li div.course_inner {
  padding: 0;
}
#warm_up #contents .course ul li .rightBox .teacher {
  margin: 0;
}
#warm_up #contents .course ul li p {
  margin: 15px 0;
}
#warm_up #contents .course ul li p img {
 width: 100%;
    margin: 20px 0 0;
}
#warm_up #contents .course ul li figure {
  width: 100%;
}
#warm_up #contents .course ul li .rightBox .teacher img{
    height: 80px;
    width: auto;
    margin: 0 0 20px;
  }
#warm_up #contents .course ul li .course_btn {
  width: 100%;
  margin: 0 auto;
}
#warm_up #contents .course ul li .course_btn .btn{
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  line-height: 1.2;
}
#warm_up #contents .course ul li .course_btn .btn span{
  font-size: 1.2rem;
}
#warm_up #contents .price .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#warm_up #contents .price .inner .price_sp{
  position: relative;
  overflow: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}
#warm_up #contents .price .inner .note {
  text-align: right;
  margin: 0;
  font-size: 14px;
  width: 100%;
}
  
#warm_up .ml_btnArea{
  width: 100%;
  padding: 0 0 40px;
  margin: 40px 0;
}
#warm_up .ml_btnArea p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}
#warm_up .ml_btnArea .btn {
  width: 100%;
  height: 70px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  line-height: 1.2;
  margin-bottom: 30px;
  border: 3px solid #fff;
}
#warm_up .ml_btnArea .btn span{
    font-size: 1.4rem;
}
#warm_up .bnr{
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
#warm_up .bnr img{
 width: 100%;   
}

#warm_up .four_step {
  width: 100%;
  padding: 40px 0 60px;
}
#warm_up .four_step h2{
    margin: 0 auto 20px;
    width: 70%;
  }
#warm_up .four_step h2 img{
    margin: 0 auto;
    width: 100%;
  }
#warm_up .four_step .four_step_inner .slick_slider {
    max-width: 100%;
    width: 100%;
    padding:0 0 0 15%;
    margin-bottom: 0;
  }
#warm_up .four_step .four_step_inner .slick_slider .step_list {
  margin: 0 10px;
}
/*slick*/
.slick_slider {
  width: 100%; 
  margin: 0 auto; 
  overflow: hidden; 
}

.slick_slider .slick-slide {
  display: block;
  width: 100%; 
  box-sizing: border-box; 
}
.slick_prev,
.slick_next {
  position: absolute;
  top: 40px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E5005A;
  background: #E5005A;
}

.slick_prev {
  left: 10%;
  top: 45%;
}

.slick_next{
  right: 10%;
  top: 45%;
}

.slick_prev:before,
.slick_next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: 1;
  content: '';
}

.slick_prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.slick_next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.slick-dots{
  position: absolute;
  bottom: -10px !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slick-dots li.slick-active button::befor{
  color: #E60012;
}
#warm_up #contents .entry_btn {
  padding: 45px 0;
}
#warm_up #contents .entry_btn a{
  width: 80%;
  height: 75px;
}
#warm_up #contents .entry_btn a p{
  font-size: 20px;
}
#warm_up #contents .entry_btn a p::after {
  top: 25%;
}
#warm_up .btm_entry{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999999999;
}
#warm_up .btm_entry img{
  width: 100%;
}

#warm_up .pagetop {
  bottom: 13%;
}
#warm_up .pagetop img{
  width: auto;
}
#warm_up .footer_wu{
  padding:40px 0 80px;
}

}