/*
  layout
================================*/
#base {
  width: auto;
  min-width: 1220px;
}
div#cont {
  margin: auto;
  width: 960px;
}
@media (max-width: 768px) {
  #base {
    min-width: auto;
  }
  div#cont { 
    width: 100%; 
  }
}
/*
  util
================================*/
.u_pc {
  display: block;
}
.mt_16 {
  margin-top: 16px;
}
.u_indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .u_pc {
    display: none;
  }
}
/*
  contents
================================*/
/* mv  */
.m_mv_img {
  width: 100%;
  max-width: 960px;
}
.m_mv_img img {
  display: block;
  width: 100%;
}
.m_nav_list {
  width: 100%;
  display: flex;
  gap: 1px;
}
.m_nav_itm {
  width: 100%;
  height: 50px;
}
.m_nav_itm a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1C4F8B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.m_nav_itm.inquiry a {
  background-color: #E75979;
}
.m_sec {
  padding-top: 40px;
}
.m_sec:nth-last-of-type(1) {
  padding-bottom: 70px;
}
.m_sec_ttl {
  position: relative;
  padding-left: 40px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.m_sec_ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(/resource/img/mikata/icon_ttl_mark.svg);
}
.m_sec_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DFE8F2;
}
.m_txt {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.m_txt_small {
  color: #000;
  font-size: 12px;
}
.m_txt .m_txt__blue {
  color: #1C4F8B;
  font-weight: 600;
}
.m_txt .m_txt__bold {
  color: #1C4F8B;
  font-weight: 600;
}
.m_txt_emphasis {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.m_reserch_img {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
}
.m_reserch_img img {
  display: block;
  width: 100%;
}
.m_service {
  background-color: #EEF7FF;
  padding: 40px 20px;
}
.m_service_ttl {
  color: #1C4F8B;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.m_service_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.m_service_itm {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 24px;
  background-color: #fff;
}
.m_service_img {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
}
.m_service_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.m_service_itm_ttl {
  color: #1C4F8B;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.m_service_itm .m_txt {
  margin-top: 10px;
}
.m_service_itm .m_txt_note {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.m_service_itm .m_txt_note .m_txt_note__bold {
  font-weight: 600;
}
.m_service_info {
  margin-top: 24px;
}
.m_service_info_ttl {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.m_service_info_txt {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.m_service_info_txt__blue {
  color: #1C4F8B;
  font-weight: 600;
}
.m_service_signature {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.m_service_flow {
  margin-top: 32px;
}
.m_flow_ttl {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.m_flow_itm {
  position: relative;
  padding-left: 46px;
  padding-bottom: 30px;
}
.m_flow_itm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  height: 100%;
  width: 1px;
  background-color: #E0E0E0;
  z-index: 1
}
.m_flow_itm:nth-last-of-type(1)::before {
  display: none;
}
.m_flow_step {
  position: relative;
  color: #1C4F8B;
  font-family: "DIN 2014";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.m_flow_step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -46px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1C4F8B;
  transform: translateY(-50%);
  z-index: 3;
}
.m_flow_itm_ttl {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.m_flow_itm .m_txt {
  margin-top: 10px;
}
.m_flow_matome {
  margin-top: 10px;
  position: relative;
  padding-left: 14px;
  color: #000;
  line-height: 1.5;
}
.m_flow_matome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #1C4F8B;
}
.m_consult,
.m_education {
  display: flex;
  gap: 24px;
}
.m_program {
  display: flex;
  align-items: start;
  gap: 24px;
}
.m_program_tag {
  flex-shrink: 0;
  padding: 6px 8px;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.m_program_list {
  display: flex;
  gap: 16px;
}
.m_program_itm a {
  display: flex;
  gap: 8px;
  width: 264px;
  color: #000;
}
.m_program_itm_ttl {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.m_table {
  width: 960px;
  min-width: 960px;
  border: 1px solid #D6D6D6;
}
.m_table_head {
  background-color: #F4F4F4;
  text-align: center;
}
.m_table_head th {
  padding: 10px 0;
  border-right: 1px solid #D6D6D6;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.m_table_body th,
.m_table_body td {
  padding: 10px 24px;
}
.m_table_service {
  vertical-align: middle;
  border-top: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.m_table_fee {
  border-top: 1px solid #D6D6D6;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.m_table_hightlight {
  color: #E75979;
  font-weight: 600;
  line-height: 1.5;
}
.m_btn_wrapper {
  padding-top: 32px;
}
.m_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 419px;
  height: 70px;
  margin: 0 auto;
  color: #fff;
  background-color: #E75979;
  border-radius: 80px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.m_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 14px;
  background-image: url(/resource/img/mikata/icon_triangle_right.svg);
  transform: translateY(-50%);
}
.m_sec_ttl_small {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.m_faq_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 4px;
}
.m_faq_itm {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.m_faq__question,
.m_faq__answer {
  position: relative;
  padding-left: 50px;
  line-height: 1.5;
}
.m_faq__question {
  font-size: 16px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}
.m_faq__answer {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 6px;
}
.m_faq__question::before,
.m_faq__answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.m_faq__question::before {
  background-image: url(/resource/img/mikata/icon_question.svg);
}
.m_faq__answer::before {
  background-image: url(/resource/img/mikata/icon_answer.svg);
}
.m_faq__question::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}
.m_inquiry_cont {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.m_inquiry_txt {
  font-size: 16px;
  font-weight: 600;
}
.m_inquiry_company {
  display: inline-block;
}
.m_inquiry_note {
  font-size: 14px;
  font-weight: 400;
}
.m_inquiry_logo {
  min-width: 100px;
}
@media (any-hover: hover) {
  .m_nav_itm:hover a {
    text-decoration: none;
    opacity: 0.6;
  }
  .m_btn:hover {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .m_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
  }
  .m_service_itm {
    padding: 16px;
  }
  .m_service_img {
    width: 70px;
    height: 70px;
  }
  .m_service_itm .m_txt {
    margin-top: 8px;
  }
  .m_service_itm .m_txt_note {
    margin-top: 8px;
  }
  .m_consult,
  .m_education {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .m_consult_img img,
  .m_education_img img {
    width: 100%;
  }
  .m_program {
    flex-direction: column;
    gap: 16px;
  }
  .m_program_list {
    flex-direction: column;
  }
  .m_program_itm a {
    flex-direction: column;
    width: 100%;
  }
  .m_program_img {
    width: 100%;
  }
  .m_program_img img {
    width: 100%;
  }
  .m_table_wrapper {
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 500px) {
  .m_btn {
    font-size: 20px;
    height: 60px;
  }
}
