@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
  color: #1A1A1A;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a:link {
  color: #1A1A1A;
  transition: 0.3s all;
}
a:visited {
  color: #1A1A1A;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 890px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.sec_content {
  padding-top: 100px;
}

.innerbox {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}

h2.h2_headding {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  h2.h2_headding {
    font-size: 3rem;
  }
}
h2.h2_headding::after {
  content: "";
  display: inline-block;
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #82C639;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff066;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.small {
  font-size: 0.8em;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width:490px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 750px) {
  .pc_br::before {
    content: none;
  }
}

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #82C639;
  border: 2px solid #ffffff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  display: inline-block;
  border-bottom: 10px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: #ffffff;
  border: 2px solid #82C639;
}
.pagetop a:hover::before {
  content: "";
  display: inline-block;
  border-bottom: 10px solid #82C639;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #E6E6E6;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 1450px) {
  header {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 750px) {
  header {
    display: none;
  }
}
header .logo_box:hover {
  opacity: 0.7;
}
header .logo_box img {
  max-width: 229px;
  width: 100%;
  height: 40px;
}
header nav ul {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 750px) {
  header nav ul {
    display: none;
  }
}
header nav ul li {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 1450px) {
  header nav ul li {
    font-size: 1.6rem;
  }
}
header nav ul li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1450px) {
  header nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
header nav ul li.hover_dash {
  position: relative;
}
@media screen and (max-width:1200px) {
  header nav ul li.hover_dash {
    display: none;
  }
}
header nav ul li.hover_dash:hover::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/nav_hover.svg) no-repeat;
  width: 43px;
  height: 7px;
  position: absolute;
  bottom: -9px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
header nav ul li .counseling_link {
  font-size: 1.6rem;
  padding: 8px 15px;
}
header nav ul li .document_link {
  font-size: 1.6rem;
  padding: 8px 15px;
}
header nav ul li .document_link::before {
  width: 17px;
  height: 22px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.c_header {
  background: #F9F9F9;
  margin-bottom: 50px;
}
.c_header h1 {
  text-align: center;
  padding: 50px 0px;
  font-weight: 700;
  font-size: 3.8rem;
}
@media screen and (max-width: 750px) {
  .c_header h1 {
    font-size: 3.4rem;
  }
}

footer {
  background: #525151;
  padding: 50px 0px;
}
footer .f_logo {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 30px;
  gap: 20px 30px;
}
@media screen and (max-width:490px) {
  footer .f_logo {
    flex-direction: column;
  }
}
footer .f_logo .f_logo_list {
  max-width: 160px;
  height: 100%;
  text-align: center;
}
footer .f_logo .f_logo_list .f_logo-img {
  width: 100%;
}
footer .f_logo .f_logo_list .p_mark {
  width: 80%;
}
footer .f_links {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  footer .f_links {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
footer .f_links ul {
  display: flex;
}
@media screen and (max-width: 1000px) {
  footer .f_links ul {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
footer .f_links ul li {
  font-weight: 400;
  font-size: 1.4rem;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  footer .f_links ul li {
    margin: 0px 0px 20px 0px;
  }
}
footer .f_links ul li a {
  text-decoration: underline;
  color: #F2F2F2;
}
footer .copyright {
  font-weight: 400;
  font-size: 1.4rem;
  color: #F2F2F2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:490px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

header nav ul li {
  font-size: 2rem;
  font-weight: 700;
}
header nav ul li .counseling_link {
  background: #FFCC00;
  border: 3px solid #FFCC00;
  padding: 10px 15px;
  border-radius: 30px;
  transition: all 0.3s;
}
header nav ul li .counseling_link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/mail.svg") no-repeat;
  width: 19px;
  height: 14px;
  margin-right: 8px;
}
header nav ul li .counseling_link:hover {
  background: #ffffff;
}
header nav ul li .document_link {
  background: #ffffff;
  border: 3px solid #FFCC00;
  padding: 10px 15px;
  border-radius: 30px;
  transition: all 0.3s;
}
header nav ul li .document_link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/document.svg") no-repeat;
  width: 20px;
  height: 24px;
  margin: 0px 6px -4px 0px;
}
header nav ul li .document_link:hover {
  background: #FFCC00;
}

.cta_block {
  background: #82C639;
  position: relative;
  padding: 40px 0px;
  z-index: 1;
}
.cta_block .innerbox::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/cta_bg.svg") no-repeat;
  width: min(608px, 70vw);
  height: 236px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta_block .innerbox::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/cta_bg.svg") no-repeat;
  width: min(608px, 70vw);
  height: 236px;
  transform: rotateX(180deg) rotateY(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.cta_block .cta_headline {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.cta_block p {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.8rem;
  background: #6AAA17;
  padding: 5px 8px;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .cta_block p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .cta_block .pc_box {
    display: none;
  }
}
.cta_block .sp_box {
  display: none;
}
@media screen and (max-width: 750px) {
  .cta_block .sp_box {
    display: block;
  }
}
.cta_block .sp_box .cta_headline {
  margin-bottom: 5px;
}
.cta_block .button_area {
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 750px) {
  .cta_block .button_area {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.cta_block .button_area .button_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .cta_block .button_area .button_box {
    margin: 0px 0px 20px 0px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:490px) {
  .cta_block .button_area .button_box {
    font-size: 1.5rem;
  }
}
.cta_block .button_area .button_box .counseling_link {
  background: #FFCC00;
  border: 3px solid #FFCC00;
  padding: 10px 15px;
  border-radius: 30px;
  transition: all 0.3s;
  margin-right: 20px;
}
.cta_block .button_area .button_box .counseling_link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/mail.svg") no-repeat;
  width: 19px;
  height: 14px;
  margin-right: 8px;
}
.cta_block .button_area .button_box .counseling_link:hover {
  background: #ffffff;
}
.cta_block .button_area .button_box .document_link {
  background: #ffffff;
  border: 3px solid #FFCC00;
  padding: 10px 15px;
  border-radius: 30px;
  transition: all 0.3s;
}
.cta_block .button_area .button_box .document_link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/document.svg") no-repeat;
  width: 20px;
  height: 24px;
  margin: 0px 6px -4px 0px;
}
.cta_block .button_area .button_box .document_link:hover {
  background: #FFCC00;
}
.cta_block .button_area .tel_box a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  color: #ffffff;
  line-height: 0.8;
}
.cta_block .button_area .tel_box::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/tel.svg) no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.cta_block .button_area .tel_box .reception_hours {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}

.mainvisual .inner_mainvisual {
  height: 100%;
}
.mainvisual .inner_mainvisual h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  background: url("/assets/img/main_pc@2x.webp") no-repeat top center/cover;
  padding-top: 41.3541666667%;
}
@media screen and (max-width: 750px) {
  .mainvisual .inner_mainvisual h1 {
    background: url("/assets/img/main_sp@2x.webp") no-repeat top center/cover;
    padding-top: 204.8%;
  }
}

.about_block {
  background: #F7F7F7;
  position: relative;
}
.about_block .banner_box {
  margin-bottom: 80px;
  text-align: center;
}
.about_block .banner_box img {
  width: 100%;
}
.about_block .reskilling_box {
  text-align: center;
  margin-bottom: 100px;
}
.about_block .reskilling_box img {
  max-width: 600px;
  width: 100%;
}
.about_block .reskilling_box p {
  text-align: left;
}
.about_block .about_text_img {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .about_block .about_text_img {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .about_block .about_text_img img {
    max-width: 500px;
    width: 100%;
  }
}
.about_block .about_text_img .about_text_box {
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .about_block .about_text_img .about_text_box {
    margin: 30px 0px 0px 0px;
  }
}
.about_block .about_text_img .about_text_box h3 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .about_block .about_text_img .about_text_box h3 {
    font-size: 2.6rem;
  }
}
.about_block::after {
  content: "";
  display: inline-block;
  border-top: 445px solid #F7F7F7;
  border-left: 0px solid transparent;
  border-right: 100vw solid transparent;
  position: absolute;
  bottom: -445px;
  z-index: -1;
}

.value_block {
  margin: 80px 0px 100px 0px;
}
.value_block .value_list {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .value_block .value_list {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    row-gap: 50px;
  }
}
.value_block .value_list li {
  font-size: 1.6rem;
  max-width: 220px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .value_block .value_list li {
    max-width: 100%;
  }
}
.value_block .value_list li img {
  width: 170px;
  height: 170px;
}
.value_block .value_list li p.value_headline {
  font-weight: 700;
  margin: 20px 0px;
}
.value_block .value_list li p.value_summary {
  background: #EDF2E2;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 890px) {
  .value_block .value_list li p.value_summary {
    min-height: 150px;
  }
}
@media screen and (max-width: 750px) {
  .value_block .value_list li p.value_summary {
    min-height: 100%;
  }
}
.value_block .balloon_box {
  background: #ffffff;
  border-radius: 10px;
  max-width: 776px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 9px #E6E6E6);
  position: relative;
  padding: 30px 30px 20px 30px;
  text-align: center;
}
.value_block .balloon_box::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/baloon.svg) no-repeat;
  width: 105px;
  height: 47px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.value_block .balloon_box ul {
  display: inline-block;
  text-align: left;
}
.value_block .balloon_box ul li {
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.value_block .balloon_box ul li::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/think.svg) no-repeat;
  width: 11px;
  height: 19px;
  margin-right: 5px;
  margin-bottom: -2px;
}
.value_block .solution_text {
  font-weight: 700;
  font-size: 2.2rem;
  color: #e52843;
  text-align: center;
  margin: 30px 0px 50px 0px;
}
@media screen and (max-width: 750px) {
  .value_block .solution_text {
    text-align: left;
  }
}
.value_block .video_block {
  text-align: center;
}
.value_block .video_block video {
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .value_block .video_block video {
    max-width: 100%;
  }
}

.course_block {
  background: #EDF2E2;
  padding-bottom: 100px;
  position: relative;
}
.course_block .innerbox {
  position: relative;
  z-index: 1;
}
.course_block .wrapper_course {
  position: relative;
}
.course_block .wrapper_course::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/course_bg.svg) no-repeat;
  width: 903px;
  height: 136px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -100px;
}
@media screen and (max-width: 750px) {
  .course_block .wrapper_course::after {
    content: none;
  }
}
.course_block .course_box {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 70px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .course_block .course_box {
    padding: 20px 5%;
  }
}
.course_block .course_box .sp_attention {
  display: none;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .course_block .course_box .sp_attention {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .course_block .course_box .course_table_wrapper {
    max-width: 750px;
    width: 100%;
    display: block;
    overflow-x: auto;
  }
}
.course_block .course_box .course_table_wrapper .course_table {
  width: 100%;
  border-top: 1px solid #DEE0DA;
  border-right: 1px solid #DEE0DA;
}
@media screen and (max-width: 750px) {
  .course_block .course_box .course_table_wrapper .course_table {
    overflow-x: auto;
    width: auto;
  }
}
.course_block .course_box .course_table_wrapper .course_table th {
  background: #F7F7F7;
  border-bottom: 1px solid #DEE0DA;
  border-left: 1px solid #DEE0DA;
  padding: 15px 10px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .course_block .course_box .course_table_wrapper .course_table th {
    white-space: nowrap;
  }
}
.course_block .course_box .course_table_wrapper .course_table td {
  background: #ffffff;
  border-bottom: 1px solid #DEE0DA;
  border-left: 1px solid #DEE0DA;
  padding: 15px 10px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .course_block .course_box .course_table_wrapper .course_table td {
    white-space: nowrap;
  }
}
.course_block .course_box .attention {
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
}
.course_block .course_box .course_detail {
  margin-top: 40px;
}
.course_block .course_box .course_detail h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #6AAA17;
  margin-bottom: 30px;
}
.course_block .course_box .course_detail h3 span {
  position: relative;
}
.course_block .course_box .course_detail h3 span::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/slash.svg") no-repeat;
  width: 9px;
  height: 19px;
  position: absolute;
  bottom: 0;
  left: -10px;
  margin-bottom: 5px;
}
.course_block .course_box .course_detail h3 span::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/slash.svg") no-repeat;
  width: 9px;
  height: 19px;
  position: absolute;
  bottom: 0;
  right: -5px;
  margin-bottom: 5px;
  transform: scale(-1, 1);
}
.course_block .course_box .course_detail .accordion_box details.detail_box summary {
  cursor: pointer;
  display: block;
  list-style: none;
  background: #EDF2E2;
  border-radius: 6px;
  padding: 15px 55px 15px 20px;
  font-weight: 700;
  position: relative;
}
.course_block .course_box .course_detail .accordion_box details.detail_box summary:not(:last-child) {
  margin-bottom: 20px;
}
.course_block .course_box .course_detail .accordion_box details.detail_box summary::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/toggle_close.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.course_block .course_box .course_detail .accordion_box details.detail_box summary::-webkit-details-marker {
  display: none;
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item {
  padding: 0px 20px;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
}
@media screen and (max-width: 750px) {
  .course_block .course_box .course_detail .accordion_box details.detail_box .detail_item {
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    padding: 0px;
  }
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table {
    display: table;
    margin-bottom: 0px;
  }
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table.basics {
  border-right: 1px solid #DEE0DA;
}
@media screen and (max-width: 750px) {
  .course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table.basics {
    border-right: none;
  }
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table th {
  padding: 10px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #DEE0DA;
  display: block;
}
@media screen and (max-width: 750px) {
  .course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table th {
    background: #F7F7F7;
  }
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table td {
  padding: 20px;
  vertical-align: top;
  display: block;
  width: 100%;
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table td ul {
  font-weight: 400;
  font-size: 1.4rem;
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table td ul li {
  position: relative;
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table td ul li::before {
  content: "";
  background: #1A1A1A;
  border-radius: 6px;
  width: 4px;
  height: 4px;
  display: inline-block;
  margin: 0px 5px 4px 0px;
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table td ul li:not(:last-child) {
  margin-bottom: 15px;
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table td ul.first_list {
  padding-bottom: 20px;
}
.course_block .course_box .course_detail .accordion_box details.detail_box .detail_item .detail_table td ul.second_list {
  padding-top: 20px;
  border-top: 1px dashed #DEE0DA;
}
.course_block .course_box .course_detail .accordion_box details[open] summary::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/toggle_open.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.teacher_block {
  margin-bottom: 100px;
}
.teacher_block .president {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .teacher_block .president {
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.teacher_block .president .president_textbox {
  margin: 0px 0px 50px 50px;
}
@media screen and (max-width: 1000px) {
  .teacher_block .president .president_textbox {
    margin-left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .teacher_block .president .president_textbox {
    margin: 30px 0px 50px 0px;
  }
}
.teacher_block .president h3 {
  font-weight: 700;
}
.teacher_block .president h3 .ja {
  font-size: 2.8rem;
}
.teacher_block .president h3 .en {
  letter-spacing: 1.4px;
  color: #B6C99D;
  margin-left: 10px;
}
.teacher_block .president .summary {
  margin-top: 20px;
}
.teacher_block .president .comment_box {
  margin-top: 20px;
  background: #F2F2F2;
  padding: 20px;
}
.teacher_block .teachers_box {
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .teacher_block .teachers_box {
    flex-direction: column;
    max-width: 100%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .teacher_block .teachers_box .eachbox {
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
@media screen and (max-width:490px) {
  .teacher_block .teachers_box .eachbox {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .teacher_block .teachers_box .eachbox .each_text {
    margin-left: 30px;
  }
}
@media screen and (max-width:490px) {
  .teacher_block .teachers_box .eachbox .each_text {
    margin: 30px 0px 0px 0px;
  }
}
.teacher_block .teachers_box .eachbox .each_text h3 {
  font-weight: 700;
  margin: 20px 0px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .teacher_block .teachers_box .eachbox .each_text h3 {
    margin-top: 0px;
  }
}
.teacher_block .teachers_box .eachbox .each_text h3 .ja {
  font-size: 2.4rem;
  display: block;
}
.teacher_block .teachers_box .eachbox .each_text h3 .en {
  font-size: 1.4rem;
  color: #B6C99D;
  display: block;
}
.teacher_block .teachers_box .eachbox .each_text .summary {
  font-size: 1.6rem;
}

.graduate_block {
  background: #EDF2E2;
  padding-bottom: 100px;
}
.graduate_block .interview_box {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
@media screen and (max-width: 750px) {
  .graduate_block .interview_box {
    flex-direction: column;
  }
}
.graduate_block .interview_box a {
  width: min(40vw, 470px);
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 3px 3px 8px rgba(136, 175, 84, 0.2);
}
@media screen and (max-width: 750px) {
  .graduate_block .interview_box a {
    width: 100%;
  }
}
.graduate_block .interview_box a.margin {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .graduate_block .interview_box a.margin {
    margin: 0px 0px 40px 0px;
  }
}
.graduate_block .interview_box a img {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .graduate_block .interview_box a img {
    max-width: 100%;
  }
}
.graduate_block .interview_box a .textbox {
  padding: 20px 20px 30px 20px;
}
.graduate_block .interview_box a .textbox .date {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.graduate_block .interview_box a .textbox h3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}
.graduate_block .interview_box a .textbox .text {
  font-size: 1.6rem;
}
.graduate_block .interview_box a:hover {
  opacity: 0.6;
}
.graduate_block .graduate_box02 {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .graduate_block .graduate_box02 {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    row-gap: 40px;
  }
}
.graduate_block .graduate_box02 li {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .graduate_block .graduate_box02 li {
    max-width: 100%;
  }
}
.graduate_block .graduate_box02 li h3 {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #82C639;
}
.graduate_block .graduate_box02 li p {
  font-size: 1.6rem;
}
.graduate_block .interview_link {
  text-align: center;
  margin-top: 50px;
}
.graduate_block .interview_link .interview_inner {
  background: #ffffff;
  border: 3px solid #82C639;
  border-radius: 8px;
  max-width: 560px;
  position: relative;
  margin: 0 auto;
}
.graduate_block .interview_link .interview_inner::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/interview_icon.svg") no-repeat;
  width: 62px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.graduate_block .interview_link .interview_inner a {
  font-weight: 700;
  font-size: 2.2rem;
  display: block;
  padding: 24px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.graduate_block .interview_link .interview_inner a:hover {
  opacity: 0.6;
}
@media screen and (max-width:490px) {
  .graduate_block .interview_link .interview_inner a {
    font-size: 1.8rem;
  }
}

.faq_block .accordion_box .faq_box {
  border: 2px solid #EDF2E2;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}
.faq_block .accordion_box .faq_box .toggle {
  cursor: pointer;
  font-weight: 700;
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 750px) {
  .faq_block .accordion_box .faq_box .toggle {
    padding-right: 45px;
  }
}
.faq_block .accordion_box .faq_box .toggle::before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #82C639;
  font-size: 2.6rem;
  margin-right: 8px;
}
.faq_block .accordion_box .faq_box .toggle::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/faq_arrow.svg) no-repeat;
  width: 24px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(0.5turn);
  -webkit-transform: translate(-50%, -50%) rotate(0.5turn);
}
.faq_block .accordion_box .faq_box .toggle.active {
  position: relative;
}
.faq_block .accordion_box .faq_box .toggle.active::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/faq_arrow.svg) no-repeat;
  width: 24px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.faq_block .accordion_box .faq_box dd {
  transition: all 0.3s ease-out;
  padding: 0;
  height: 0px;
  overflow: hidden;
}
.faq_block .accordion_box .faq_box dd.active {
  height: auto;
  overflow: auto;
  border-top: 1px solid #F7F7F7;
  margin-top: 15px;
  padding-top: 20px;
}
.faq_block .accordion_box .faq_box dd a {
  text-decoration: underline;
  padding: 0px 3px;
}

.company_block {
  background: url(/assets/img/company_bg@2x.png) no-repeat center/cover;
  padding-bottom: 100px;
  margin-top: 80px;
}
.company_block .company_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .company_block .company_box {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.company_block .company_box li {
  border: 2px solid #82C639;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #ffffff;
  padding: 70px 30px 30px 30px;
  max-width: 306px;
  width: 100%;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .company_block .company_box li {
    max-width: 100%;
    margin-bottom: 100px;
    border-radius: 5px;
  }
  .company_block .company_box li:last-child {
    margin-bottom: 50px;
  }
}
.company_block .company_box li.introbox01::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/qc_icon01.svg) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
.company_block .company_box li.introbox02::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/qc_icon02.svg) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
.company_block .company_box li.introbox03::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/qc_icon03.svg) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
.company_block .certification {
  margin-top: 50px;
  background: #ffffff;
  padding: 30px;
  text-align: center;
}
.company_block .certification h3 {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .company_block .certification img {
    width: 100%;
  }
}

.flow_block {
  margin-bottom: 100px;
}
.flow_block ul {
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 890px) {
  .flow_block ul {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    row-gap: 40px;
    margin-top: 50px;
  }
}
.flow_block ul li {
  max-width: 220px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .flow_block ul li {
    max-width: 100%;
  }
}
.flow_block ul li img {
  width: 180px;
  height: 100px;
}
.flow_block ul li h3 {
  font-weight: 700;
  margin: 20px 0px 10px 0px;
}
.flow_block ul li p {
  font-size: 1.6rem;
  text-align: left;
}

.why_block {
  background: #F7F7F7;
  padding-bottom: 100px;
}
.why_block p.sec_text {
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */