@charset "UTF-8";
/*
  1. より直感的なボックスサイズのモデルを使用
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. デフォルトのマージンを削除
*/
* {
  margin: 0;
  padding: 0;
}

/*
  3. 高さは%ベースを使用
*/
html, body {
  height: 100%;
}

/*
  タイポグラフィの微調整
  4. アクセシブルなline-heightを追加
  5. テキストのレンダリングを改善
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  6. メディア要素のデフォルトを改善
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*
  7. フォームのfontに関するデフォルトを削除
*/
input, button, textarea, select {
  font: inherit;
}

/*
  8. テキストのオーバーフローを回避
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style-type: none;
}

/*
  9. ルートのスタックコンテキストを作成
*/
#root, #__next {
  isolation: isolate;
}

header {
  padding-top: 70px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 41px;
  background: #fff;
  position: relative;
  margin-bottom: 91px;
}
@media screen and (max-width: 999px) {
  header {
    padding-top: 20px;
    position: relative;
  }
}
header .top_imgs {
  position: absolute;
  width: 100%;
  max-width: 1262px;
  left: 0;
  right: 0;
  bottom: -120px;
  margin: auto;
}
header .top_img_group {
  display: flex;
  justify-content: space-between;
}
header .top_img_group .top_img_left img {
  min-height: 470px;
}
@media screen and (max-width: 999px) {
  header .top_img_group .top_img_left img {
    min-height: unset;
  }
}
header .top_img_group img {
  width: 354px;
}
@media screen and (max-width: 999px) {
  header .top_img_group img {
    max-width: 385px;
    max-height: 458px;
    width: 385px;
  }
}
@media screen and (max-width: 767px) {
  header .top_img_group img {
    max-width: 180px;
    max-height: 354px;
  }
}
@media screen and (max-width: 399px) {
  header .top_img_group img {
    max-width: 165px;
  }
}
header .top_text {
  text-align: center;
  margin-top: 45px;
  position: relative;
}
header .top_text div {
  color: #000000;
}
header .top_text div:nth-child(1) {
  max-width: 363px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
header .top_text div:nth-child(2) {
  font-size: 30px;
  letter-spacing: 0.4em;
  margin-bottom: 32px;
}
header .top_text div:nth-child(2) p {
  width: 174px;
  margin: auto;
  border-bottom: double;
  border-top: double;
}
header .top_text div:nth-child(3) {
  font-size: 52px;
  letter-spacing: 0.2em;
  line-height: 67.5px;
  color: #00AD4F;
  margin-bottom: 24px;
}
header .top_text div:nth-child(4) {
  font-size: 18px;
  letter-spacing: 0.05em;
}
header .sp .top_text_sp {
  text-align: center;
}
header .sp .top_text_sp img {
  margin: auto;
  margin-bottom: 26px;
}
header .sp .top_text_sp .btn_long {
  max-width: 400px;
  max-height: 50px;
  width: 100%;
  margin: auto;
  margin-bottom: 25px;
}
header .sp .top_text_sp .title_sp:nth-child(2) {
  font-size: 30px;
  letter-spacing: 0.4em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  header .sp .top_text_sp .title_sp:nth-child(2) {
    font-size: 25px;
  }
}
header .sp .top_text_sp .title_sp:nth-child(2) p {
  width: 174px;
  margin: auto;
  border-bottom: double;
  border-top: double;
}
header .sp .top_text_sp .title_sp:nth-child(3) {
  font-size: 52px;
  letter-spacing: 0.2em;
  line-height: 67.5px;
  color: #00AD4F;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  header .sp .top_text_sp .title_sp:nth-child(3) {
    font-size: 30px;
  }
}
header .sp .top_text_sp .title_sp:nth-child(4) {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  header .sp .top_text_sp .title_sp:nth-child(4) {
    font-size: 16px;
  }
}
header .top_right_group {
  text-align: right;
  position: relative;
  width: 400px;
}
@media screen and (max-width: 999px) {
  header .top_right_group {
    margin-left: 9px;
    width: unset;
  }
}
header .top_right_group .btn_long {
  margin-bottom: 20px;
  position: absolute;
  top: -55px;
  max-width: 400px;
  right: 0;
  width: 100%;
  text-align: center;
}
header .top_right_group img {
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  header .top_right_group img {
    margin-top: 0;
  }
}
header .top_img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 999px) {
  header .top_img {
    position: unset;
  }
}
header .top_img:before {
  content: "";
  display: block;
  padding-top: 0%;
}
header .top_img:after {
  content: "";
  display: block;
  padding-top: 0%;
}
header .top_img img {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1262px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 999px) {
  header .top_img img {
    top: unset;
  }
}

footer {
  width: 100%;
}
footer .footer_img {
  position: relative;
  width: 100%;
}
footer .footer_img:before {
  content: "";
  display: block;
  padding-top: 19%;
}
footer .footer_img img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 421px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  footer .footer_img img {
    top: unset;
    height: auto;
  }
}
footer .footer_copyright {
  max-height: 220px;
  background: #63B62F;
  padding: 100px;
}
@media screen and (max-width: 767px) {
  footer .footer_copyright {
    padding: 50px 0;
  }
}
footer .footer_copyright p {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 999px) {
  footer .footer_copyright p {
    font-size: 12px;
  }
}

.btn_large {
  max-width: 300px;
  max-height: 60px;
  background: transparent;
  padding: 18px 80px;
  border-radius: 31px;
  background: #00AD4F;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_large {
    padding: 18px 30px;
  }
}
.btn_large:hover {
  opacity: 75%;
  transition: all 0.4s;
}
.btn_large a {
  text-decoration: none;
}
.btn_large a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}

.btn_moderate {
  max-width: 260px;
  max-height: 60px;
  background: transparent;
  background: #00AD4F;
  border-radius: 31px;
  position: relative;
}
.btn_moderate:hover {
  opacity: 75%;
  transition: all 0.4s;
}
.btn_moderate a {
  text-decoration: none;
  color: #FFFFFF;
}
.btn_moderate a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}

.btn_long {
  background: transparent;
  background: #00AD4F;
  border-radius: 31px;
}
.btn_long:hover {
  opacity: 75%;
  transition: all 0.4s;
}
.btn_long a {
  max-width: 400px;
  max-height: 50px;
  padding: 13px 0;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .btn_long a {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP";
}

body {
  font-family: "Noto Sans JP";
}

main {
  background: #F8F4EF;
}

a {
  cursor: pointer;
}

.bold {
  font-weight: 600;
}
.bold span {
  margin-bottom: 0 !important;
}

.regular {
  font-weight: 500;
}

.pc {
  display: block;
}
@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .sp {
    display: block;
  }
}

.font_small {
  font-size: 14px !important;
}
.font_small a {
  color: #4040F2;
}

.font_small_span {
  font-size: 10px !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1160px;
  margin: auto;
}

.proficiency_container {
  max-width: 1050px;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .proficiency_container {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .proficiency_container {
    padding: 0 20px;
  }
}
.proficiency_container h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 29px;
  color: #00AD4F;
}
.proficiency_container .proficiency_group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .proficiency_container .proficiency_group {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .proficiency_container .proficiency_group {
    display: block;
  }
}
.proficiency_container .proficiency_group .proficiency_text {
  max-width: 618px;
}
@media screen and (max-width: 999px) {
  .proficiency_container .proficiency_group .proficiency_text {
    margin: auto;
  }
}
.proficiency_container .proficiency_group .proficiency_text .proficiency_text_box {
  margin-bottom: 57px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 29px;
  width: 101%;
}
@media screen and (max-width: 999px) {
  .proficiency_container .proficiency_group .proficiency_text .proficiency_text_box {
    text-align: left;
  }
}
@media screen and (max-width: 999px) {
  .proficiency_container .proficiency_group .proficiency_text .brn_large_one {
    margin-bottom: 50px;
  }
}
.proficiency_container .proficiency_group .proficiency_img {
  max-width: 380px;
  margin-right: 30px;
}
@media screen and (max-width: 999px) {
  .proficiency_container .proficiency_group .proficiency_img {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .proficiency_container .proficiency_group .proficiency_img {
    margin: auto;
    margin-right: 0;
  }
}

.main_container {
  max-width: 1160px;
  background: #FFFFFF;
  padding: 94px 80px 100px 80px;
  border-radius: 10px;
  box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .main_container {
    padding: 94px 20px 100px 20px;
    padding-bottom: 80px;
  }
}

.main_title {
  font-size: 52px;
}

.main_headline {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
  margin-bottom: 29px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .main_headline {
    font-size: 21px;
  }
}
.main_headline p {
  padding-bottom: 5px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .main_headline p {
    font-size: 21px;
  }
}

.main_headline_no {
  font-size: 21px;
  margin-bottom: 51px;
}
.main_headline_no p {
  font-size: 21px;
  line-height: 31.5px;
  text-align: left;
}

.main_container_wrapper {
  border: 10px solid #ECECEC;
}
.main_container_wrapper .main_container_group {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 30px;
}
.main_container_wrapper ul {
  margin-bottom: 52px;
}
.main_container_wrapper ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main_container_wrapper ul li {
    display: block;
    margin-bottom: 20px;
  }
}
.main_container_wrapper ul li .requirements_wrapper, .main_container_wrapper ul li p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main_container_wrapper ul li .requirements_wrapper, .main_container_wrapper ul li p {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.main_container_wrapper ul:last-child {
  margin-bottom: 100px;
}
.main_container_wrapper .last_ul {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .main_container_wrapper .table_wrap {
    overflow-x: scroll;
    margin-bottom: 30px;
  }
}
.main_container_wrapper table {
  margin-bottom: 55px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .main_container_wrapper table {
    white-space: nowrap;
  }
}
.main_container_wrapper table th, .main_container_wrapper table td {
  width: 317px;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 16px;
}
.main_container_wrapper table th:first-child, .main_container_wrapper table td:first-child {
  width: 244px;
  padding: 17px 16px;
  text-align: left;
  padding-left: 0;
}
.main_container_wrapper table th {
  border-bottom: 1px solid;
}
.main_container_wrapper table th:nth-child(2) {
  border-left: 1px solid;
  border-right: 1px solid;
}
.main_container_wrapper table .table_wrap_first {
  text-align: center !important;
  padding-left: 16px !important;
}
.main_container_wrapper table td {
  padding: 17px 16px 17px 40px;
  border-bottom: 1px solid;
}
.main_container_wrapper table td:first-child {
  border-right: 1px solid;
}
.main_container_wrapper table td .font_small_span {
  vertical-align: text-bottom;
}
.main_container_wrapper table tbody tr:last-child td {
  border-bottom: none;
}
.main_container_wrapper .standard .standard_group {
  display: flex;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .main_container_wrapper .standard .standard_group {
    display: block;
  }
}
.main_container_wrapper .standard .standard_group:nth-child(1) div {
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .main_container_wrapper .standard .standard_group:nth-child(1) div {
    white-space: unset;
  }
}
.main_container_wrapper .standard .standard_group:nth-child(2) {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 37px;
  padding-bottom: 29px;
}
.main_container_wrapper .standard .standard_group label {
  width: 100%;
  max-width: 187px;
  font-size: 16px;
}
.main_container_wrapper .standard .standard_group div {
  width: 100%;
  font-size: 16px;
}
.main_container_wrapper .standard .standard_group div .standard_group_ul {
  margin-bottom: 0;
}
.main_container_wrapper .standard .standard_group div li {
  font-size: 16px;
  align-items: unset;
}
.main_container_wrapper .standard .standard_group div li span {
  margin-right: 15px;
}
.main_container_wrapper .standard .standard_group_last li {
  align-items: center !important;
}
@media screen and (max-width: 999px) {
  .main_container_wrapper .standard .standard_group_last li {
    display: block;
  }
}
.main_container_wrapper .standard .standard_group_last li:nth-child(6) {
  margin-bottom: 18px;
}
.main_container_wrapper_section_two {
  margin-bottom: 94px;
}
.main_container_wrapper_section_two table {
  width: 100%;
  margin-bottom: 10px;
}
.main_container_wrapper_section_two table thead tr:nth-child(1) th:first-child {
  vertical-align: bottom;
  padding-left: 16px;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: left;
  width: 185px;
}
.main_container_wrapper_section_two table thead tr:nth-child(2) th {
  border-left: 1px solid;
  text-align: center;
  width: 320px;
  padding: 17px 16px;
}
.main_container_wrapper_section_two table thead th:nth-child(2) {
  border-right: 1px solid;
}
.main_container_wrapper_section_two table tbody tr:last-child td {
  padding-bottom: 40px;
}
.main_container_wrapper_section_two table tbody tr:last-child td span {
  margin-bottom: 15px;
}
.main_container_wrapper_section_two table tbody tr td {
  width: 299px;
}
.main_container_wrapper_section_two table tbody tr td:first-child {
  width: 185px;
  padding-left: 0;
  vertical-align: top;
  padding-top: 30px;
}
.main_container_wrapper_section_two table td {
  padding: 30px 5px 26px 20px;
}
.main_container_wrapper_section_two table td:nth-child(2), .main_container_wrapper_section_two table td:nth-child(3) {
  border-right: 1px solid;
  vertical-align: top;
}
.main_container_wrapper_section_two table td:nth-child(2) span, .main_container_wrapper_section_two table td:nth-child(3) span {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
.main_container_wrapper_section_two table td:nth-child(2) span .borderBottom, .main_container_wrapper_section_two table td:nth-child(3) span .borderBottom {
  margin-bottom: 0;
  border-bottom: 1px solid;
  height: 20px;
}
.main_container_wrapper_section_two table td:nth-child(2) div, .main_container_wrapper_section_two table td:nth-child(3) div {
  margin-left: 10px;
  font-size: 14px;
}
.main_container_wrapper_section_two table td:nth-child(2) .number, .main_container_wrapper_section_two table td:nth-child(3) .number {
  margin-left: 23px;
}

.main_container_small_box {
  padding: 40px 0 31px 50px;
  margin-bottom: 94px;
}
@media screen and (max-width: 999px) {
  .main_container_small_box {
    padding: 40px 0 31px 35px;
  }
}
@media screen and (max-width: 767px) {
  .main_container_small_box {
    padding: 40px 10px 31px 10px;
  }
}
.main_container_small_box .requirements_double {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .main_container_small_box .requirements_double {
    display: block;
  }
}
.main_container_small_box .requirements_double .requirements_double_group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .main_container_small_box .requirements_double .requirements_double_group {
    margin-bottom: 10px;
  }
}
.main_container_small_box .requirements_double .requirements_double_group:first-child p {
  margin-right: 76px;
}
.main_container_small_box .requirements_double .requirements_double_group div {
  font-size: 18px;
  min-width: 120px;
}
.main_container_small_box .requirements_double .requirements_double_group p {
  min-width: 70px;
}
.main_container_small_box .commission_text:nth-child(2) {
  margin-bottom: 28px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .main_container_small_box .commission_text:nth-child(2) {
    font-size: 14px;
  }
}
.main_container_small_box .commission_text:nth-child(3) {
  margin-bottom: 6px;
  font-size: 18px;
}
.main_container_small_box .commission_text:nth-child(4) {
  font-size: 18px;
}

.main_container_wrapper_section_on {
  padding: 40px 50px;
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .main_container_wrapper_section_on {
    padding: 40px 20px;
  }
}

.main_container_wrapper_section_two {
  padding: 66px 49px 72px 51px;
}
@media screen and (max-width: 767px) {
  .main_container_wrapper_section_two {
    padding: 66px 20px 72px 20px;
  }
}

.text_large_box {
  max-height: 140px;
  background: #F6F6F6;
  padding: 40px 166px 40px 24px;
  margin-bottom: 54px;
}
@media screen and (max-width: 999px) {
  .text_large_box {
    padding: 25px 166px 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .text_large_box {
    max-height: unset;
    padding: 40px 24px 40px 24px;
  }
}
.text_large_box p {
  line-height: 2;
}
.text_large_box p a {
  color: #0000EE;
}

.text_large_box_two {
  max-height: 169px;
  background: #F6F6F6;
  padding: 41px 166px 44px 24px;
}
@media screen and (max-width: 999px) {
  .text_large_box_two {
    padding: 25px 166px 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .text_large_box_two {
    max-height: unset;
    padding: 40px 24px 40px 24px;
  }
}
.text_large_box_two p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .text_large_box_two p {
    font-size: 14px;
  }
}
.text_large_box_two p a {
  color: #0000EE;
}

.brn_large_wrapper {
  text-align: center;
  max-height: 140px;
  max-width: 866px;
  background: #F6F6F6;
  padding: 58px;
}
@media screen and (max-width: 767px) {
  .brn_large_wrapper {
    max-height: unset;
    padding: 40px 10px;
  }
}
.brn_large_wrapper a {
  text-decoration: none;
  position: relative;
}
.brn_large_wrapper a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}

.brn_moderate_wrapper {
  max-height: 113px;
  margin-bottom: 103px;
  padding: 20px 28px 20px 24px;
  background: #F6F6F6;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .brn_moderate_wrapper {
    max-height: unset;
    display: block;
  }
}
.brn_moderate_wrapper .btn_moderate {
  width: 100%;
  padding: 17px 82px;
}
@media screen and (max-width: 767px) {
  .brn_moderate_wrapper .btn_moderate {
    margin: auto;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .brn_large_one {
    text-align: center;
  }
}
.brn_large_one a {
  text-decoration: none;
  position: relative;
}
.brn_large_one a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}

.requirements_wrapper {
  width: 100%;
  max-width: 120px;
  max-height: 33px;
  border-radius: 16px;
  text-align: center;
  background: #00AD4F;
  color: #FFFFFF;
  margin-right: 17px;
}

#page-top {
  position: fixed;
  right: 102px;
  bottom: 300px;
  z-index: 20;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 999px) {
  #page-top {
    right: 30px;
    bottom: 235px;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  color: #00AD4F;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  filter: drop-shadow(0px 30px 20px rgba(0, 0, 0, 0.1));
  border-radius: 90px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page-top a {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
}
#page-top a:before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 7px;
}

.DownMove {
  animation: DownAnime 0.5s forwards;
}

.UpMove {
  opacity: 1 !important;
  animation: UpAnime 0.5s forwards;
}

/*# sourceMappingURL=main.css.map*/