@charset "UTF-8";
:root{
  --sp-head-pad: 5px;
  --sp-head-h: calc(37px + var(--sp-head-pad) + var(--sp-head-pad));
}
/* ==================================================
   非表示スタイル　2026/7/27
================================================== */
.hidden{
  display: none;
}
/* ==================================================
   リンク無効化スタイル　2026/7/29
================================================== */
.no_touch{
  pointer-events: none;
  text-decoration: none!important;
}
/* ==================================================
   共通スタイル
================================================== */
a:hover{
  opacity: 1;
}
button{
  transition: all 0.2s linear;
}
:is(
  header #pc_nav ul li a,
  footer div ul li a,
  .anchor_nav a,
  .pdf_link_wrap a,
  .seminar_tool a,
  .qa_answer a,
  .site_footer .footer_top li a,
  .sp_menu a
):hover{
  color: #ff6419;
  text-decoration: none;
}
 body,body *{
  box-sizing: border-box;

  font-family: 'ヒラギノ角ゴシック','Hiragino Sans', "Noto Sans JP", sans-serif;
  color: #222;
 }

.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.d-none{
  display: none;
}
.sp{
  display: none;
}
@media screen and (min-width: 768px) {
  .d-md-block{
    display: block;
  }
  .d-md-none{
    display: none;
  }
}

 .page_box{
padding-inline:clamp(20px, 5vw, 50px);
padding-block:clamp(30px, 10vw, 70px);
 }
.w1000,
.page_box .inner_wrap{
  max-width: 1000px;
  margin: 0 auto;
}
.top_midasi{
  margin: 0 0 34px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.top_midasi span{
  display: block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .top_midasi{
    font-size: 45px;
  }
  .top_midasi span{
    font-size: 20px;
    margin-top: 12px;
  }
}

sub{
  vertical-align: inherit;
  display: contents;
}

/* ==================================================
   ファーストビュー
================================================== */
header.header{
  justify-content: flex-end;
  height: var(--sp-head-h);
  padding: var(--sp-head-pad) 58px var(--sp-head-pad) 15px;
  overflow: visible;
}
header.header h1{
  margin: 0;
  line-height: 1;
}
header.header h1 a{
  position: relative;
  display: block;
  text-decoration: none;
}
header.header h1 span{
  font-size: clamp(13px, 3.6vw, 14px);
  font-weight: 500;
  line-height: 1.4;
}
main{
  margin-top: var(--sp-head-h);
}
.mv_notice{
  max-width: 1200px;
  margin: 0 auto;
  padding: 7px 20px;
  background: #222;
  text-align: center;
}
.mv_notice p{
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  header.header{
    height: 80px;
    padding-block: 0;
    padding-inline: 24px;
  }
  main{
    margin-top: 80px;
  }
  .mv_notice p{
    font-size: clamp(18px, 2.67vw, 32px);
  }
}
#mv{
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}


/* ==================================================
   ページ内アンカーリンク
================================================== */
.anchor_nav{
  padding: 46px 20px 28px;
}
:is(.anchor_nav, .pdf_link_wrap) ul{
  --anchor-gap: 15px;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;

  margin: 0 auto;
  padding: 0;
  list-style: none;
  column-gap: var(--anchor-gap);
  row-gap: 10px;
}
:is(.anchor_nav, .pdf_link_wrap) li:not(:last-child){
  position: relative;
}
:is(.anchor_nav, .pdf_link_wrap) li:not(:last-child)::after{
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: calc(var(--anchor-gap) / -2);
  width: 1px;
  height: 18px;
  background: #777;
  transform: translateY(-50%);
}
:is(.anchor_nav, .pdf_link_wrap) a{
  font-size: clamp(15px, 4vw, 18px);
  color: #222;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px) {
  :is(.anchor_nav, .pdf_link_wrap) li:not(:last-child)::after{
    display: block;
  }
  :is(.anchor_nav, .pdf_link_wrap) ul {
    --anchor-gap: 29px;
    display: flex;

    column-gap: var(--anchor-gap);
    row-gap: 10px;
}

}


/* ==================================================
   講習会とは
================================================== */
.about_box{

}
.about_content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_content figure{
  margin: 0 0 28px;
}
.about_content img{
  display: block;
  width: 100%;
}
.about_text p{
  margin: 0;
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.9;
}
.about_text p + p{
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .about_box{

  }
  .about_content figure{
    width: 28%;
    margin-bottom: 0;
  }
  .about_text{
    flex: 1;
    margin-left: 40px;
  }
}

/* ==================================================
  ポイント
================================================== */
.point_box{
  background: #f7f7f7;
}
.point_list{
  max-width: 800px;
  margin: 0 auto;
}
.point_item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.point_item + .point_item{
  margin-top: 56px;
}
.point_item figure{
  margin: 0 0 24px;
}
.point_item img{
  display: block;
  width: 100%;
}
.point_text h3{
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}
.point_text p{
  margin: 0;
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .point_item{
    align-items: flex-start;
  }
  .point_item figure{
    width: 26.5%;
    margin-bottom: 0;
  }
  .point_text{
    flex: 1;
    margin-left: 40px;
  }
  .point_text h3{

    font-size: 24px;

  }

  .point_item.reverse figure{
    order: 2;
  }
  .point_item.reverse .point_text{
    order: 1;
    margin-right: 40px;
    margin-left: 0;
  }
  .point_text h3{
    font-size: 30px;
  }
}

@media screen and (max-width: 767.888px) {

  .about_content img,
  .point_item img{
    max-width: 60%;
    margin: 0 auto;


  }


}
/* ==================================================
  スケジュール
================================================== */
.schedule_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px 0;
}
.schedule_card{
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff7ea;
}
.schedule_head{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 6px;
  padding-inline: 6px 15px;
  background: #1f2368;
  width: 100%;
}
.schedule_num{
  margin: 0;
  padding: 7px 5px;
  border: 1px solid #fff;
  background: #29bfa0;
  color: #fff;
  font-size:clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  line-height: 1.2;
}
.schedule_date{
  flex: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  text-align: center;
}
.schedule_date time{
  color: inherit;
  letter-spacing: 1px;
}
.schedule_date span{
  color: inherit;
  font-size: clamp(18px, 5vw, 22px);
}
.schedule_body{
  padding: 15px 10px 10px;
  text-align: center;
}
.schedule_body h3{
  margin: 0 0 14px;

  font-size: clamp(16px, 2.7vw, 24px);
  font-weight: 700;
  line-height: 1.55;
  color: #ff6419;
}
.schedule_body  h3 span{
  font-size: clamp(14px, 2.7vw, 18px);
  display: block;
  color: #222;


}
.schedule_body p{
  margin: 0;
}
.schedule_body a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-block: 9px;
  border-radius: 100px;
  background: #ff6419;
  border: 2px solid #ff6419;
  color: #fff;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  text-decoration: none;
}
.schedule_body a:hover{
  opacity: 1;
  background: #fff;
  color: #ff6419;
}
.schedule_body a:focus-visible{
  outline: 3px solid #222;
  outline-offset: 3px;
}
@media screen and (min-width: 768px) {
  .schedule_card{
    width: 49%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
 
  }
  .schedule_num{
    padding-inline: 16px;
  }
  .schedule_date{
    flex: initial;
    text-align: left;
  }
  .schedule_body {
    padding: 23px 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
 
  }
}
/* ==================================================
  講師紹介
================================================== */
.teacher_area .inner_wrap{
  max-width: 980px;
}
.sub_midasi{
  margin: 0 0 46px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.teacher_item{
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 36px;
}
.teacher_item + .teacher_item{
  margin-top: 36px;
}
.teacher_profile{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teacher_profile figure{
  width: 42%;
  margin: 0 auto 24px;
}
.teacher_profile img{
  display: block;
  width: 100%;
}
.teacher_detail h3{
  margin: 0 0 8px;
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}
.teacher_detail p{
  margin: 0;
  font-size: clamp(12px, 3.2vw, 13px);
  line-height: 1.9;
}
.teacher_detail .teacher_job{
  margin-bottom: 20px;
  font-size: clamp(13px, 3.4vw, 14px);
  line-height: 1.8;
}
.teacher_more{
  border: 4px solid #F5F5F5;
}
.teacher_toggle{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 60px;;
  padding: 0px 55px 0px 27px;
  border: 0;
  background: #fff;
  
  letter-spacing: 1px;

  font-family: inherit;
  font-size: clamp(15px, 4.8vw, 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}
.teacher_toggle::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  aspect-ratio: 1;
  border-right: 3px solid #ff6419;
  border-bottom: 3px solid #ff6419;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}
.teacher_toggle[aria-expanded="true"]::after{
  transform: translateY(-35%) rotate(225deg);
}
.teacher_toggle:focus-visible{
  outline: 3px solid #222;
  outline-offset: -6px;
}
.teacher_panel{
  padding: 12px 27px 27px;
  padding-top: 0;
}
.teacher_results{
  margin-top: 20px;
  padding-block: 20px;
  padding-inline: 15px;
  background: #fff7ea;
}
.teacher_results > p{
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.6;
}
.teacher_results ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 8px;
}
.teacher_results li{
  position: relative;
  padding-left: 18px;
  font-size: clamp(13px, 3.4vw, 14px);
  line-height: 1.65;
}
.teacher_results li::before{
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6419;
}
@media (prefers-reduced-motion: reduce) {
  .teacher_toggle::after{
    transition: none;
  }
}
@media screen and (min-width: 768px) {
  .sub_midasi{
    font-size: 30px;
  }
  .teacher_profile figure{
    order: 2;
    width: 18%;
    margin: 0;
  }
  .teacher_detail{
    order: 1;
    flex: 1;
    margin-right: 38px;
  }
}


@media screen and (max-width: 767.888px) {


  .teacher_profile img {
    max-width: 120px;
    margin: 0 auto;

}
.teacher_detail h3{
  text-align: center;
}

}

/* ==================================================
  講習会情報
================================================== */
.seminar_area .inner_wrap{
  max-width: 980px;
}
.seminar_box{
  position: relative;
  border: 3px solid #1f2368;
  background: #fff7ea;
}
.seminar_box + .seminar_box{
  margin-top: clamp(40px, 6vw, 80px);
}
.seminar_head{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  background: #1f2368;
}
.seminar_num{
  position: absolute;
  top: 50%;
  left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  aspect-ratio: 1;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #29bfa0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  transform: translateY(-50%);
}
.seminar_date{
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}
.seminar_date time{
  color: inherit;
}
.seminar_inner{
  padding: 35px;
  padding-bottom: 45px;
}
.seminar_main_img{
  margin: 0 0 12px;
}
.seminar_main_img a{
  display: block;
  border: 2px solid transparent;
}
.seminar_main_img a:hover{
  border: 2px solid #757575;


}
.seminar_main_img img,
.seminar_guest img{
  display: block;
  width: 100%;
}
.seminar_summary{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 0;
}
.seminar_summary div{
  display: flex;
}
.seminar_summary :is(dt, dd){
  margin: 0;
  font-size:clamp(14px, 2.5vw, 16px);
  font-weight: 700;
  line-height: 1.6;
}
.seminar_summary dt::after{
  content: "：";
}
.seminar_label{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 20px 0 18px;
  padding: 0;
  list-style: none;
}
.seminar_label li{
  padding: 7px 22px;
  border-radius: 100px;
  background: #29bfa0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.seminar_text_block + .seminar_text_block{
  margin-top: 28px;
}
.seminar_text_block h3{
  margin: 0 0 14px;
  color: #ff6419;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
}
.seminar_text_block h4{
  position: relative;
  margin: 0 0 10px;
  padding-left: 24px;
  font-size: clamp(17px, 4.5vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
.seminar_text_block h4::before{
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ff6419;
}
.seminar_text_block p{
  margin: 0;
  font-size: clamp(14px, 3.6vw, 16px);
  line-height: 1.9;

}
.seminar_text_block .seminar_lead{
  font-weight: 700;
}
.seminar_guest{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px 20px;
}
.seminar_guest figure{
  width: 135px;
  margin: 0;
  background: #ddd;
}
.seminar_guest div{
  flex: 1;
}
.seminar_guest .guest_name{
  margin-bottom: 3px;
  font-size: clamp(14px, 3.6vw, 16px);
  font-weight: 700;
}
.seminar_tool{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seminar_tool li{
  position: relative;
  padding-left: 1em;
  font-size: clamp(14px, 3.6vw, 16px);
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
.seminar_tool li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.seminar_tool a{
  color: #222;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seminar_tool a:hover{
  opacity: 1;
  color: #ff6419;
}
.seminar_tool a:focus-visible{
  outline: 3px solid #222;
  outline-offset: 3px;
}
.seminar_bonus{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 20px;
  margin-top: 34px;
  padding: 18px 24px;
  border-radius: 10px;
  background: #ffc000;
}
.seminar_bonus p{
  width: fit-content;
  margin: 0;
  padding: 9px 18px;
  border: 2px solid #fff;
  background: #f91f3d;
  color: #fff;
  font-size: clamp(14px, 3.6vw, 16px);
  font-weight: 700;
}
.seminar_bonus ul{
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seminar_bonus li{
  position: relative;
  padding-left: 1em;

  font-size: clamp(15px, 4vw, 18px);
  font-weight: 700;
  line-height: 1.8;
}
.seminar_bonus li::before{
  content: "・";
  position: absolute;
  left: 0;
}
.seminar_limit{
  margin-top: 36px;
  text-align: center;
}
.seminar_limit h4{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 28px;
  margin: 0 0 18px;
  font-size: clamp(20px, 5.5vw, 25px);
  font-weight: 700;
  white-space: nowrap;
}
.seminar_limit h4::before,
.seminar_limit h4::after{
  content: "";
  flex: 1;
  height: 2px;
  background: #1f2368;
}
.seminar_limit p{
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.seminar_btn{
  margin: 30px 0 0;
  text-align: center;
}
.seminar_btn a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  padding-block: 18px;
  border-radius: 100px;
  background: #ff6419;
  color: #fff;
  font-size: clamp(20px, 5.5vw, 25px);
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #ff6419;
}
.seminar_btn a:hover{
  opacity: 1;
  background: #fff;
  color: #ff6419;
}
.seminar_area a:focus-visible{
  outline: 3px solid #222;
  outline-offset: 4px;
}
@media screen and (max-width: 767.99px) {
  .seminar_head{
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 14px 16px;
  }
  .seminar_num{
    position: static;
    flex: 0 0 auto;
    width: 86px;
    font-size: 20px;
    transform: none;
  }
  .seminar_date{
    flex: 1;
    width: auto;
    margin-left: 14px;
    font-size: 18px;
    text-align: left;
  }
  .seminar_summary{
    justify-content: flex-start;
    gap: 6px 0;
  }
  .seminar_summary div{
    width: 100%;
  }
  .seminar_summary dd{
    flex: 1;
  }
  .seminar_label{
    gap: 8px;
    margin: 14px 0 16px;
  }
  .seminar_label li{
    padding: 5px 13px;
    font-size: 14px;
    line-height: 1.25;
  }
  .seminar_inner{
    padding: 24px 18px;
  }
  .seminar_text_block h3{
    font-size: 19px;
  }
  .seminar_guest figure,
  .seminar_guest div,
  .seminar_bonus p,
  .seminar_bonus ul{
    width: 100%;
  }
  .seminar_bonus p{
    text-align:center;
    
  }
  .seminar_limit h4{
    gap: 14px;
  }
  .seminar_limit p{
    font-size: 23px;
  }
  .seminar_btn{
    margin: 15px 0 0;

  }

  .sp{
    display: block;
  }
}

/* ==================================================
  pdfリンク
================================================== */
.pdf_link_wrap{
  padding: 46px 20px;
  text-align: center;
}
.pdf_link_wrap p{
  margin: 0 0 16px;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 700;
  line-height: 1.4;
}

/* ==================================================
  利用支援ツール　slick
================================================== */
.tool_area{
  overflow: hidden;
  background: #f7f7f7;
}
.tool_area .inner_wrap{
  max-width: none;
}
.tool_list_wrap{
  margin-inline: -30px;
}
.tool_list{
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.tool_list.slick-initialized{
  display: block;
  overflow: visible;
}
.tool_list:not(.slick-initialized) li{
  flex: 0 0 170px;
}
.tool_list .slick-list{
  overflow: visible;
}
.tool_list .slick-track{
  display: flex;
  align-items: flex-start;
}
.tool_list .slick-slide{
  width: 170px;
}
.tool_list li{
  padding-inline: 10px;
}
.tool_list a{
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
}
.tool_list img{
  display: block;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: outline-color 0.2s linear;
}
.tool_list span{
  display: block;
  margin-top: 14px;
  font-size: clamp(14px, 3.6vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.tool_list :is(span, span *){
  transition: color 0.2s linear;
}
.tool_list a:hover :is(span, span *){
  color: #ff6419;
}
.tool_list a:hover img{
  outline-color: #757575;
}
.tool_list a:focus-visible{
  outline: 3px solid #222;
  outline-offset: 4px;
}
@media screen and (min-width: 768px) {
  .tool_list_wrap{
    margin-inline: -50px;
  }
  .tool_list .slick-slide{
    width: 230px;
  }
  .tool_list:not(.slick-initialized) li{
    flex-basis: 230px;
  }
  .tool_list li{
    padding-inline: 15px;
  }
}


/* ==================================================
  よくある質問
================================================== */
.qa_area .inner_wrap{
  max-width: 1000px;
}
.qa_nav ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px 18px;
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
}
.qa_nav button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  background: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
}
.qa_nav button:is(.is-active, :hover){
  border-color: #ff6419;
  background: #ff6419;
  color: #fff;
}
.qa_nav button:focus-visible,
.qa_q:focus-visible{
  outline: 3px solid #222;
  outline-offset: 4px;
}
.qa_panel h3{
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}
.qa_list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.qa_item + .qa_item{
  margin-top: 20px;
}
.qa_item{
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}
.qa_q{
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 22px 70px 22px 100px;
  border: 0;
  background: transparent;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
:is(.teacher_toggle, .qa_q) span{
  color: inherit;
}
:is(.teacher_toggle, .qa_q):is(:hover, [aria-expanded="true"]){
  color: #ff6419;
}
.qa_q::before,
.qa_answer::before{
  position: absolute;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: clamp(16px, 4vw, 19px);
  font-weight: 700;
  line-height: 1;
  padding-bottom: 6px;
}
.qa_q::before{
  content: "Q";
  top: 50%;
  background: #ff6419;
  color: #fff;
  transform: translateY(-50%);
}
.qa_q::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  width: 14px;
  aspect-ratio: 1;
  border-right: 3px solid #ff6419;
  border-bottom: 3px solid #ff6419;
  transform: translateY(-65%) rotate(45deg);
}
.qa_q[aria-expanded="true"]::after{
  transform: translateY(-35%) rotate(225deg);
}
.qa_answer{
  position: relative;
  padding: 0 50px 28px 100px;
}
.qa_answer::before{
  content: "A";
  top: 0;
  border: 1px solid #ff6419;
  color: #ff6419;
}
.qa_answer p{
  margin: 0;
  font-size: clamp(15px, 3.6vw, 16px);
  line-height: 1.5;
}
.qa_answer a{
  color: #222;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.qa_answer a:focus-visible{
  outline: 3px solid #222;
  outline-offset: 3px;
}
@media screen and (max-width: 767.99px) {
  .qa_nav ul{
    gap: 8px 10px;
    align-items: stretch;
    margin-bottom: 34px;
  }
  .qa_nav li{
    display: flex;
    width: 100%;
  }
  .qa_nav button {

    width: 100%;
    height: 100%;
    padding: 10px 11px;
    font-size: 13px;
    text-align: left;
  }
  .qa_nav button br{
    display: none;
  }
  .qa_panel h3{
    font-size: 24px;
  }
  .qa_item + .qa_item {
    margin-top: 10px;
}

  .qa_q{
    padding: 18px 48px 18px 76px;
    font-size: 16px;
  }
  .qa_q::before,
  .qa_answer::before{
    left: 18px;
    width: 40px;
  }
  .qa_q::after{
    right: 24px;
  }
  .qa_answer{
    padding: 0 22px 24px 76px;
  }
  .qa_answer p{
    font-size: 15px;
  }
}

/* ==================================================
  お問い合わせ
================================================== */
.footer_contact{
  background: #fff7ea;
  text-align: center;
  margin-top: 25px;
}
.footer_contact :is(h2, p, a){

}
.footer_contact .top_midasi{
  margin-bottom: 20px;
  font-size: 34px;
}
.contact_office{
  margin: 0 0 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.contact_methods{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 710px;
  margin-inline: auto;
}
.contact_methods::before{
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgb(161 161 161 / 30%);
}
.contact_method{
  width: 100%;
}
.contact_method + .contact_method{
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgb(134 134 134 / 30%);
}
.contact_method p{
  margin: 0;
  font-size: clamp(13px, 3.5vw, 15px);
  font-weight: 400;
  line-height: 1.7;
}
.contact_method p + p{
  margin-top: 4px;
}
.contact_method .contact_tel{
  margin-bottom: 6px;
  font-size: clamp(24px, 7vw, 30px);
  font-weight: 700;
  line-height: 1.3;
}
.contact_tel a{
  text-decoration: none;
}
a[href^="tel:"]:hover{
  color: #ff6419;
}
.contact_method .contact_mail{
  margin-bottom: 10px;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 700;
  line-height: 1.4;
}
.contact_note{
  margin: 34px 0 0;
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 700;
  line-height: 1.7;
}
.footer_contact a:focus-visible{
  outline: 3px solid #fff;
  outline-offset: 4px;
}
@media screen and (min-width: 768px) {
  #qa-a-15 .qa_answer a,
  .contact_tel a{
    pointer-events: none;
    text-decoration: none;

  }

  .footer_contact{
    margin-top: 50px;
    padding-block: clamp(20px, 10vw, 45px);
  }
  .footer_contact .top_midasi{
    font-size: 36px;
  }
  .contact_office{
    font-size: 21px;
  }
  .contact_methods::before{
    display: block;
  }
  .contact_method{
    width: 47%;
  }
  .contact_method + .contact_method{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

/* ==================================================
  フッター
================================================== */
.site_footer{
  background: #fff;
}
.site_footer .footer_wrap{
  border-top: 0;
  padding: 20px 20px 20px;
}
.site_footer .footer_top{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 0;
  padding: 0;
}
.site_footer .footer_top .logo{
  display: block;
  width: 100%;
  margin: 0;
}
.site_footer .footer_top .logo a{
  position: relative;
  display: block;
  padding: 5px;
}
.site_footer .footer_top .logo img{
  display: block;
  width: 130px;
  margin: 0 auto;
}

@media screen and (min-width: 768px){
  :is(header.header h1 a, .site_footer .footer_top .logo a)::after{
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    pointer-events: none;
    transition: border-color .3s;
  }

  :is(header.header h1 a, .site_footer .footer_top .logo a):hover::after{
    border-color: #757575;
  }
}
.site_footer .footer_top ul{
  --footer-nav-gap: 26px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px var(--footer-nav-gap);
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.site_footer .footer_top li{
  position: relative;
  margin: 0;
  padding: 0;
  border-right: 0;
}
.site_footer .footer_top li:not(:last-child){
  border-right: 0;
}
.site_footer .footer_top li:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--footer-nav-gap) / -2);
  width: 1px;
  height: 18px;
  background: #777;
  transform: translate(50%, -50%);
}
.site_footer .footer_top li a{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site_footer .footer_top li a::after{
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1;
  background: url("../img/common/link_arrow.svg") center / contain no-repeat;
}
.site_footer .copyright{
  margin: 22px 0 0;
  text-align: center;
}
.site_footer .copyright small{
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 1.6;
}
.site_footer .footer_top a:focus-visible{
  outline: 3px solid #222;
  outline-offset: 4px;
}
@media screen and (min-width: 768px) {
  .site_footer .footer_wrap{
    padding: 45px 20px 20px;
    padding-inline: 40px;
  }
  .site_footer .footer_top{
    justify-content: space-between;
  }
  .site_footer .footer_top .logo{
    width: 140px;
  }
  .site_footer .footer_top .logo img{
    width: 100%;
    margin: 0;
  }
  .site_footer .footer_top ul{
    flex: 1;
    justify-content: flex-end;
    width: auto;
    margin-top: 0;
  }
  .site_footer .footer_top li a{
    font-size: 16px;
  }
}

/* ==================================================
  トップへ戻る
================================================== */
.page_top{
  position: fixed;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 1000;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ff6419;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity .2s ease,
    visibility .2s ease,
    transform .2s ease;
}
.page_top.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page_top button{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 2px solid #ff6419;
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
}
.page_top button::before{
  content: "";
  position: absolute;
  top: 54%;
  left: 50%;
  width: 13px;
  aspect-ratio: 1;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.page_top button:focus-visible{
  outline: 3px solid #222;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .page_top{
    transition: none;
  }
}
@media screen and (min-width: 768px) {
  .page_top{
    right: 30px;
    bottom: 170px;
    width: 64px;
  }
  .page_top button:hover{
    background: #fff;
  }
  .page_top button:hover::before{
    border-color: #ff6419;
  }
}
@media screen and (max-width: 767.99px) {
  .page_top button::before {

    top: 56%;

}
}

/* ==================================================
  スマホメニュー
================================================== */
.sp_menu_box{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  width: 58px;
  height: var(--sp-head-h);
}
.sp_menu_btn{
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  width: 58px;
  height: 100%;
  padding: calc(6px + var(--sp-head-pad)) 8px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.sp_menu_btn span{
  display: block;
  width: 25px;
  height: 2px;
  background: #c43a2a;
  transform-origin: center;
  transition:
    transform .24s cubic-bezier(.25, 1, .5, 1),
    opacity .16s ease-out;
}
.sp_menu_btn span + span{
  margin-top: 4px;
}
.sp_menu_btn.is-open span:first-child{
  transform: translateY(6px) rotate(45deg);
}
.sp_menu_btn.is-open span:nth-child(2){
  opacity: 0;
}
.sp_menu_btn.is-open span:last-child{
  transform: translateY(-6px) rotate(-45deg);
}
.sp_menu_btn::after{
  content: "メニュー";
  margin-top: 3px;
  color: #c43a2a;
  font-size: clamp(9px, 2.8vw, 10px);
  font-weight: 700;
  line-height: 1;
}
.sp_menu_btn:focus-visible{
  outline: 3px solid #222;
  outline-offset: 3px;
}
.sp_menu{
  position: fixed;
  top: var(--sp-head-h);
  right: 0;
  z-index: 10001;
  width: min(82vw, 280px);
  height: calc(100vh - var(--sp-head-h));
  overflow-y: auto;
  background: #fff;
  box-shadow: -8px 0 18px rgba(0,0,0,.18);
  transform: translateX(100%);
  transition: transform .3s ease;
}
.sp_menu.is-open{
  transform: translateX(0);
}
.sp_menu ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp_menu li{
  border-bottom: 1px solid #ddd;
}
.sp_menu a{
  position: relative;
  display: block;
  padding: 16px 48px 16px 18px;
  color: #222;
  font-size: clamp(14px, 4vw, 16px);
  line-height: 1.5;
  text-decoration: none;
}
.sp_menu a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  aspect-ratio: 1;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.sp_menu a:focus-visible{
  outline: 3px solid #222;
  outline-offset: -3px;
}
.sp_menu_bg{
  display: none;
  position: fixed;
  top: var(--sp-head-h);
  left: 0;
  z-index: 9998;
  width: 100vw;
  height: calc(100vh - var(--sp-head-h));
  background: rgba(0,0,0,.4);
}
.sp_menu_bg.is-open{
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .sp_menu_btn span,
  .sp_menu{
    transition: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_menu_box,
  .sp_menu,
  .sp_menu_bg{
    display: none;
  }
}
