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

/*
  オリジナルリセットcss
  ----------------------------------------------------------- */
* {
  box-sizing: border-box;
}
html,
body,
blockquote,
form {
  margin: 0;
  padding: 0;
}
blockquote,
code,
embed,
iframe,
img,
input,
object,
pre,
table,
td,
textarea,
video {
  max-width: 100%;
  height: auto;
}
a img,
form,
fieldset {
  border: none;
}
input,
button,
select {
  vertical-align: middle;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted #bbb;
}
blockquote p,
button,
input,
li h1,
li h2,
li h3,
li h4,
li h5,
li h6,
li li,
li p,
select,
td p,
th p {
  font-size: 100%;
}
p {
  margin-bottom: 0;
  line-height: 150%;
}
img {
  display: block;
}
/*
  デバイス共通
  ----------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  /* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  font-size: 1.8rem;
  line-height: 1.65;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

a,
a img {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
.m0a {
  margin: 0 auto;
}
.posr {
  position: relative;
}
.imgr {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sp_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .sp_scroll > * {
    min-width: 768px;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(45px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}
/*
  ユーティリティクラス（フォント・テキスト関連）
  ----------------------------------------------------------- */
.font_weight_b {
  font-weight: bold !important;
}
.underline {
  text-decoration: underline;
}
.font_14 {
  font-size: 14px;
}
.font_16 {
  font-size: 16px;
}
.font_18 {
  font-size: 18px;
}
.font_20 {
  font-size: 20px;
}
.font_24 {
  font-size: 24px;
}
.font_28 {
  font-size: 28px;
}
.font_32 {
  font-size: 32px;
}
.font_36 {
  font-size: 36px;
}
/*80px*/
.font_big {
  font-size: 80px;
  font-weight: 500;
}
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
/* .font_inter {
  font-family: "inter";
} */
/*
  ユーティリティクラス（余白&幅調整）
  ----------------------------------------------------------- */
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt45 {
  margin-top: 45px;
}
.mt60 {
  margin-top: 60px;
}
.mt75 {
  margin-top: 75px;
}
.mt90 {
  margin-top: 90px;
}
.mt120 {
  margin-top: 120px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb120 {
  margin-bottom: 120px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt45 {
  padding-top: 45px;
}
.pt60 {
  padding-top: 60px;
}
.pt75 {
  padding-top: 75px;
}
.pt90 {
  padding-top: 90px;
}
.pt120 {
  padding-top: 120px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb120 {
  padding-bottom: 120px;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.ph0 {
  padding-left: 0;
  padding-right: 0;
}
.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .spmt0 {
    margin-top: 0;
  }
  .spmt5 {
    margin-top: 5px;
  }
  .spmt10 {
    margin-top: 10px;
  }
  .spmt15 {
    margin-top: 15px;
  }
  .spmt20 {
    margin-top: 20px;
  }
  .spmt30 {
    margin-top: 30px;
  }
  .spmt45 {
    margin-top: 45px;
  }
  .spmt60 {
    margin-top: 60px;
  }
  .spmb0 {
    margin-bottom: 0;
  }
  .spmb5 {
    margin-bottom: 5px;
  }
  .spmb10 {
    margin-bottom: 10px;
  }
  .spmb15 {
    margin-bottom: 15px;
  }
  .spmb20 {
    margin-bottom: 20px;
  }
  .spmb30 {
    margin-bottom: 30px;
  }
  .spmb45 {
    margin-bottom: 45px;
  }
  .spmb60 {
    margin-bottom: 60px;
  }
  .sppt0 {
    padding-top: 0;
  }
  .sppt5 {
    padding-top: 5px;
  }
  .sppt10 {
    padding-top: 10px;
  }
  .sppt15 {
    padding-top: 15px;
  }
  .sppt20 {
    padding-top: 20px;
  }
  .sppt30 {
    padding-top: 30px;
  }
  .sppt45 {
    padding-top: 45px;
  }
  .sppt60 {
    padding-top: 60px;
  }
  .sppb0 {
    padding-bottom: 0;
  }
  .sppb5 {
    padding-bottom: 5px;
  }
  .sppb10 {
    padding-bottom: 10px;
  }
  .sppb15 {
    padding-bottom: 15px;
  }
  .sppb20 {
    padding-bottom: 20px;
  }
  .sppb30 {
    padding-bottom: 30px;
  }
  .sppb45 {
    padding-bottom: 45px;
  }
  .sppb60 {
    padding-bottom: 60px;
  }
  .sppl0 {
    padding-left: 0;
  }
  .sppr0 {
    padding-right: 0;
  }
  .spph0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .spwd50 {
    width: 50% !important;
  }
  .spwd60 {
    width: 60% !important;
  }
  .spwd70 {
    width: 70% !important;
  }
  .spwd80 {
    width: 80% !important;
  }
  .spwd90 {
    width: 90% !important;
  }
}
/*
  ユーティリティクラス（余白&幅調整）
  ----------------------------------------------------------- */
/* 見出し */
h1,
h2,
h3 {
  letter-spacing: -0.05em;
  line-height: 1.5;
}
h2 {
  margin: 0;
  padding: 0;
  text-align: start;
  background: transparent; /*背景透明に*/
}
h3 {
  margin: 0;
  padding: 0;
}
/* チェックボックス */
.check_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  border: none;
  justify-content: center;
  align-items: flex-start;
}
.check_box label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
.check_box label::before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #009844;
  content: "";
}
.check_box label:has(:checked)::after {
  position: absolute;
  top: 4px;
  left: 8px;
  transform: rotate(45deg);
  width: 6px;
  height: 16px;
  border: solid #009844;
  border-width: 0 3px 3px 0;
  content: "";
}
.check_box input {
  display: none;
}
/*
  各種ボタン・リンク
  ----------------------------------------------------------- */
/* indexで使用するリンクボタン */
.arrow_right {
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("../img/icon_arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 1em 1em;
  mask-image: url("../img/icon_arrow-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 1em 1em;
  background-color: currentColor;
}
.arrow_right:hover {
  background-color: #fff;
}
.main_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  gap: 1em;
  border: 1px solid #009844;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #009844;
  padding: 20px 30px;
}
.main_btn a:focus {
  color: #009844;
  text-decoration: none;
}
.main_btn a:hover {
  background: #33c17e;
  border: 1px solid #33c17e;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
}
.main_btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.sec_special .main_btn {
  justify-content: flex-start;
}
.sec_job_about .main_btn,
.sec_job_recruitment .main_btn {
  justify-content: center;
}
.sec_job_about .main_btn a,
.sec_job_recruitment .main_btn a {
  max-width: none;
}
/* 全ページに使用するリンクテキスト */
.text_link {
  color: #16a34a;
  text-decoration: none;
  align-self: flex-end;
  margin-top: auto;
  border-radius: 4px;
  padding: 4px 8px;
}
.text_link:focus {
  color: #009844;
  text-decoration: none;
}
.text_link:hover {
  background: #33c17e;
  color: #fff;
  text-decoration: none;
}
/* 講習、よくある質問リストに使用するリンクボタン */
.list_btn {
  flex-basis: calc((100% - 18px) / 4);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #009844;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #009844;
  padding: 20px;
  gap: 6px;
}
.list_btn:focus {
  color: #009844;
  text-decoration: none;
}
.list_btn:hover {
  background: #33c17e;
  border: 1px solid #33c17e;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
}
.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.arrow_down {
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("../img/icon_circled-arrow-down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 1em 1em;
  mask-image: url("../img/icon_circled-arrow-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 1em 1em;
  background-color: currentColor;
}
.arrow_down:hover {
  background-color: #fff;
}
/* 助成金リストに使用するボタン */
.subsidy_list_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.subsidy_list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #009844;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #009844;
  padding: 20px;
}
.subsidy_list_btn:focus {
  color: #009844;
  text-decoration: none;
}
.subsidy_list_btn:hover {
  background: #33c17e;
  border: 1px solid #33c17e;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
/* PDF書類などに使用するダウンロードボタン */
.download_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #009844;
  border-radius: 4px;
  color: #009844;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-align: center;
  padding: 20px 30px;
  position: relative;
  width: 100%;
}
.download_btn:focus {
  color: #009844;
  text-decoration: none;
}
.download_btn:hover {
  background: #33c17e;
  border: 1px solid #33c17e;
  color: #fff;
  text-decoration: none;
}
/* フォームで使用する送信ボタン */
.form_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #009844;
  border-radius: 36px;
  color: #009844;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-align: center;
  padding: 20px 30px;
  position: relative;
  width: 50%;
}
.form_btn:focus {
  color: #009844;
  text-decoration: none;
}
.form_btn:hover {
  background: #33c17e;
  border: 1px solid #33c17e;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
  .main_btn {
    justify-content: center;
  }
  .download_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 20px;
  }
}
/* ========== ヘッダー・フッターSTART header.footer ========== */
/*
  Page Top
  ----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
}
.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #33c17e;
  border-radius: 50%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.pagetop a:before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-60%);
}
.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.pagetop a:link,
.pagetop a:visited {
  color: #fff;
}
/*
  Container / Break
  ----------------------------------------------------------- */
@media (min-width: 960px) {
  .container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: none;
  }
  .pt_none {
    display: none;
  }
  .ps_none {
    display: none;
  }
  .t_none {
    display: block;
  }
  .ts_none {
    display: block;
  }
  .s_none {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  body {
    overflow-x: hidden;
  }
  .container {
    width: 768px;
    margin: 0 auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: block;
  }
  .pt_none {
    display: none;
  }
  .ps_none {
    display: block;
  }
  .t_none {
    display: none;
  }
  .ts_none {
    display: none;
  }
  .s_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: block;
  }
  .pt_none {
    display: block;
  }
  .ps_none {
    display: none;
  }
  .t_none {
    display: block;
  }
  .ts_none {
    display: none;
  }
  .s_none {
    display: none;
  }
}
/*
  各講習共通のタブ
  ----------------------------------------------------------- */
.tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #eeeeee;
  color: #aaaaaa;
  border-radius: 4px 4px 0px 0px;
  border-bottom: none;
}
.tablinks {
  flex: auto;
  white-space: nowrap;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.5s;
  text-align: center;
  /* border: 1px solid #009844; */
  border-radius: 4px 4px 0px 0px;
  border-bottom: none;
}
.tablinks:hover {
  background-color: #eeeeee;
  color: #009844;
}
.tablinks.active {
  background-color: #f1fcf7;
  color: #009844;
}
.tabcontent {
  display: none;
  /* border: 1px solid #009844; */
  border-top: none;
}
/* ...existing code... */
.tabcontent,
.tablinks {
  animation: fadeEffect 0.5s;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
