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

/*スマホ用スタイル（767pxまでの大きさ）*/
@media screen and (max-width: 767px) {
  /*
  ユーティリティクラス（フォント・テキスト関連）
  ----------------------------------------------------------- */
  .sp_font_6 {
    font-size: 6px;
    font-weight: bold;
  }
  .sp_font_8 {
    font-size: 8px;
  }
  .sp_font_10 {
    font-size: 10px;
  }
  .sp_font_12 {
    font-size: 12px;
  }
  .sp_font_14 {
    font-size: 14px;
  }
  .sp_font_16 {
    font-size: 16px;
  }
  .sp_font_18 {
    font-size: 18px;
  }
  .sp_font_20 {
    font-size: 20px;
  }
  .sp_font_24 {
    font-size: 24px;
  }
  .sp_font_28 {
    font-size: 28px;
  }
  .sp_font_32 {
    font-size: 32px;
  }
  .font_big {
    font-size: calc(80px / 1.75);
    font-weight: 500;
  }
  .h2_course_title {
    /* height: 56px; */
    border-left: 4px solid;
  }
  /*
    セクション間余白
    ----------------------------------------------------------- */
  section {
    padding: 40px 0;
  }
  footer {
    padding: 30px 0 40px;
  }
  /* ========== ヘッダー・フッターSTART header.footer ========== */
  /*
    Header
    ----------------------------------------------------------- */
  .logo_btn {
    height: 88px;
    align-items: flex-end;
  }
  .logo_box img {
    width: 90px;
  }
  .btn_box {
    gap: 16px;
  }
  .apply_btn {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 6px 10px;
    border-radius: 4px;
  }
  .saito_btn {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 6px 10px;
    border-radius: 4px;
  }
  .apply_img img,
  .saito_img img {
    height: 16px;
    width: 16px;
  }
  .hamburger_space {
    width: 56px;
    height: 56px;
    padding: 6px 10px;
  }
  .logo {
    flex-direction: column;
    align-items: flex-start;
  }
  .logo_name {
    flex-direction: column-reverse;
  }
  /* 
    ハンバーガーボタンのスタイリング
    ----------------------------------------------------------- */
  .hamburger_space {
    display: block;
  }
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: relative;
    appearance: none;
    margin: 10px;
  }
  .hamburger_btn {
    position: fixed;
    top: 30px;
    right: 16px;
    z-index: 9999;
    background-color: rgba(241, 252, 247, 0.5);
    border-radius: 4px;
  }
  .hamburger span,
  .hamburger span::after,
  .hamburger span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    transition: all 0.5s;
    background-color: #33c17e;
  }
  .hamburger span::before {
    top: -10px;
  }
  .hamburger span::after {
    bottom: -10px;
  }
  .hamburger.open span {
    background-color: transparent;
  }
  .hamburger.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.open span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  /* 
    メニューのスタイリング
    ----------------------------------------------------------- */
  .gnav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    z-index: 9998;
    border-left: 0;
    gap: 36px;
  }
  .gnav_item {
    text-align: center;
  }
  .gnav_item,
  .gnav_item:last-child {
    border: none;
  }
  .gnav_item a {
    display: block;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .gnav_item a:hover {
    padding: 16px;
    color: #fff;
    background-color: #33c17e;
    border-radius: 4px;
  }
  .gnav.open {
    right: 0;
  }
  /*
    Footer
    ----------------------------------------------------------- */
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer_inner {
    flex-direction: column;
  }
  .footer_logo_box img {
    width: 120px;
  }
  /* ========== ヘッダー・フッターEND header.footer ========== */
  /* ========== インデックスページSTART index ========== */
  /*
    ファーストビュー
    ----------------------------------------------------------- */
  .first_view {
    height: 140px;
  }
  /*
    sec_topics
    ----------------------------------------------------------- */
  .slick-prev:before,
  .slick-next:before {
    width: 24px; /*画像の幅*/
    height: 24px; /*画像の高さ*/
  }
  /*
    sec_news
    ----------------------------------------------------------- */
  .news_box {
    margin-left: auto;
    margin-right: auto;
  }
  .news_box ul {
    gap: 10px;
    align-items: center;
  }
  .news_box li:first-child,
  .news_box li:last-child {
    width: 40%;
  }
  /*
    sec_about_skill
    sec_about_special
    sec_about_safety_etc
    sec_instructor
    ----------------------------------------------------------- */
  .about,
  .about_special {
    flex-direction: column;
    align-items: center;
  }
  .course {
    flex-direction: column;
    gap: 10px;
  }
  .course_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .course_picture {
    max-width: 112px;
  }
  .course_text {
    max-width: none;
    width: calc(100% - 112px);
    height: auto;
  }
  /*
    sec_instructor
    ----------------------------------------------------------- */
  .instructor {
    flex-direction: column;
    gap: 10px;
  }
  .instructor_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .instructor_picture {
    max-width: 112px;
  }
  .instructor_text {
    padding: 10px;
    flex-direction: row;
    max-width: none;
    width: calc(100% - 112px);
    justify-content: flex-start;
    height: auto;
    gap: 10px;
  }
  /*
    sec_another
    ----------------------------------------------------------- */
  .another {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
  }
  .another ul {
    width: calc(50% - 10px);
  }
  /*
    Page Top
    ----------------------------------------------------------- */
  .pagetop {
    bottom: 20px;
    right: 16px;
  }
  /* ========== インデックスページEND index ========== */
  /* ========== 講習一覧ページSTART course-list ========== */
  .card_grid_box {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  }
  /* ========== 講習一覧ページEND course-list ========== */
  /* ========== （共通パーツ）個別の講習ページSTART skl-001_010,spl-001_019,saf-001_017 ========== */
  .workshop_overview_box {
    flex-direction: column;
  }
  .workshop_overview_img img {
    width: 100%;
    height: 100%;
  }
  .workshop_overview_text {
    width: 100%;
  }
  .workshop_surcharge_table {
    width: 100%;
  }
  .check_box {
    width: 100%;
  }
  /* ========== （共通パーツ）個別の講習ページEND skl-001_010,spl-001_019,saf-001_017 ========== */
  /* ========== 助成金のページSTART subsidy ========== */
  .subsidy_list_box {
    display: flex;
    flex-direction: column;
  }
  /* ========== 助成金のページEND subsidy ========== */
  /* ========== 講師・職員紹介ページSTART staff-directory ========== */
  .sc_description {
    /* font-size: 1.4rem; */ /* HTMLの sp_font_14 で指定 */
    /* margin-bottom: 25px; */ /* HTMLの spmb25 で指定 */
    line-height: 1.5; /* スマホ用に調整 */
  }
  /* スタッフグリッド */
  .sc_staff_grid {
    grid-template-columns: 1fr; /* スマホでは1カラム表示 */
    gap: 1rem; /* グリッド間の隙間をさらに狭める */
  }
  /* スタッフカード */
  .sc_staff_card {
    padding: 15px; /* カード内のパディングをスマホ用に調整 */
  }
  .sc_staff_image {
    width: 100px;
    height: 100px;
    border-width: 3px; /* 画像の枠線を少し細く */
  }
  .sc_staff_title {
    min-height: auto; /* スマホでは高さを自動に */
  }
  .sc_staff_bio {
    line-height: 1.45; /* スマホ用に調整 */
  }
  .sc_staff_qualification {
    padding-top: 8px;
    line-height: 1.4;
  }
  /* ========== 講師・職員紹介ページEND staff-directory ========== */
  /* ========== 修了証の再発行ページSTART reissue ========== */
  /*
    再発行について about_reissue
    ----------------------------------------------------------- */
  .reissue_box {
    flex-direction: column;
    align-items: center;
  }
  .reissue_img img {
    width: 100%;
    height: 100%;
  }
  .reissue_text {
    width: 100%;
  }
  .flowchart_box {
    flex-direction: column;
  }
  .flowchart_box li:not(:last-child) {
    padding-right: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0% 90%);
  }
  .flowchart_01,
  .flowchart_02,
  .flowchart_03,
  .flowchart_04 {
    width: 100%;
    flex-direction: row;
    padding: 30px 10px;
    gap: 30px;
  }
  .flowchart_text {
    text-align: start;
    vertical-align: top;
  }
  .flowchart_text,
  .flowchart_img {
    width: 120px;
  }
  .flowchart_down {
    width: 80%;
    height: 60px;
  }
  /*
    前準備 prepare_a_reissue
    ----------------------------------------------------------- */
  .phone {
    flex-direction: column;
    gap: 30px;
  }
  .phone_number,
  .toll_free_number {
    gap: 0;
  }
  /*
    書類作成 prepare_a_document
    ----------------------------------------------------------- */
  .document_form {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .document_form li {
    width: 90%;
  }
  .document_form p + p {
    margin-top: 0;
  }
  /*
    手数料 commission
    ----------------------------------------------------------- */
  .commission_box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .list {
    flex-direction: column;
    gap: 10px;
  }
  /* ========== 修了証の再発行ページEND reissue ========== */

  /*
    お問い合わせ　infomation
    ----------------------------------------------------------- */
  .contact_form_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact_form_label {
    flex-wrap: wrap;
  }
  .contact_form_label_text {
    font-size: 1.4rem;
  }
  .contact_form_input,
  .contact_form_textarea {
    font-size: 1.4rem;
  }
  .contact_form_radio_group {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 1.2em 1.4em;
  }
  .contact_form_radio_group .wpcf7-list-item label {
    font-size: 1.5rem;
    gap: 12px;
  }
  .contact_form_submit_btn {
    width: 100%;
    min-width: 0;
  }

  .reissue_radio_group {
    padding: 1.2em 1.4em;
  }
  .reissue_radio_group .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reissue_radio_group .wpcf7-list-item label {
    font-size: 1.3rem;
    gap: 12px;
  }

  .training_checkbox_group,
  .training_radio_group {
    gap: 12px 20px;
  }
  .training_checkbox_group .wpcf7-list-item label,
  .training_radio_group .wpcf7-list-item label {
    font-size: 1.3rem;
  }
  .training_birthday_row {
    gap: 10px;
  }
  .training_input_small {
    width: 60px;
    font-size: 1.3rem;
  }

  .check_box .wpcf7-list-item label {
    font-size: 1.3rem;
  }
  

} /*スマホ用スタイル（767pxまでの大きさ）end*/
