/* 2021/06/03修正 */

.d-none {
  display: none;
}

.lesson_about p:nth-of-type(1) {
  margin-bottom: 20px;
}

.lesson_about p:nth-of-type(2) {
  margin-bottom: 20px;
}

#page_recruit #faq dl .lesson_flow__dd {
  display: block;
  color: #333;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 30px 0px 30px 48px;
  font-size: 14px;
  font-weight: normal;
}

#page_recruit #faq dl dd {
  display: block;
  color: #333;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

#page_recruit #faq dl .lesson_flow__dt {
  display: block;
  color: #333;
  border: none;
  box-shadow: none;
  background-color: transparent;
  position: static;
  width: 30%;
  padding: 30px 0;
}

#page_recruit #faq dl dd,
#page_recruit #faq dl dt {
  color: #333;
}

#page_recruit #faq dl dd:before {
  display: none;
}

#page_recruit #faq dl dd:before,
#page_recruit #faq dl dt:before {
  display: none;
  padding: 0px 0px 28px 9px !important;
  width: 28px !important;
  height: 28px !important;
  margin-bottom: 0;
}
#page_recruit #faq dl dt:after {
  display: none;
}

.lesson_flow dl {
  display: flex;
}

.lesson_flow .dd_block {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.lesson_flow .dd_block:not(:last-child) {
  margin-bottom: 30px;
}

.lesson_flow .dd_block dd:nth-of-type(1) {
  position: relative !important;
  padding-left: 3rem !important;
}

.lesson_flow .dd_block dd:nth-of-type(1)::before {
  position: absolute !important;
  background-color: #345d9d !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  padding-left: 0.5rem !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  left: 0 !important;
  top: -6px !important;
}

.lesson_flow .dd_block dd.no_01::before {
  content: "1" !important;
}
.lesson_flow .dd_block dd.no_02::before {
  content: "2" !important;
}
.lesson_flow .dd_block dd.no_03::before {
  content: "3" !important;
}
.lesson_flow .dd_block dd.no_04::before {
  content: "4" !important;
}
.lesson_flow .dd_block dd.no_05::before {
  content: "5" !important;
}
.lesson_flow .dd_block dd.no_06::before {
  content: "6" !important;
}
.lesson_flow .dd_block dd.no_07::before {
  content: "7" !important;
}

.lesson_flow .dd_block dd:nth-of-type(2) {
  font-weight: normal;
}

.lesson_flow .dd_block dd.no_01,
.lesson_flow .dd_block dd.no_02,
.lesson_flow .dd_block dd.no_03,
.lesson_flow .dd_block dd.no_04,
.lesson_flow .dd_block dd.no_05,
.lesson_flow .dd_block dd.no_06,
.lesson_flow .dd_block dd.no_07 {
  padding-bottom: 0 !important;
}

.lesson_price .lead {
  font-weight: bold;
  margin-bottom: 10px;
}

.lesson_performance .lesson_performance__list {
  display: flex;
}

.lesson_performance .lesson_performance__list li {
  margin-right: 15px;
}

.lesson_other .text {
  margin-bottom: 30px;
}
#page_recruit #faq dl .dd_block__wrapper {
  width: 70%;
}

#page_recruit #faq dl.dd_block__wrapper .lesson_flow__dd {
  width: 100%;
}

#page_recruit #l_container section {
  padding: 60px 0;
}

#page_recruit #faq dl dd,
#page_recruit #faq dl dt {
  padding-top: 0px;
}

.lesson_flow__dd.dd_01 {
  padding: 30px 0px 30px 0px !important;
  width: 70%;
}

.lesson_about p,
.lesson_price .text,
.lesson_performance__list,
.lesson_other .text {
  font-weight: normal;
}

.m_btn_main.-lesson {
  text-align: center;
}

.lesson_flow__dt.dt_02 {
  padding-top: 0 !important;
}

#page_person #interview_detail #person .profile {
  position: static;
  padding: 0;
  margin-top: 0;
}

.profile-main {
  position: relative;
  padding: 40px 30px 40px 200px;
  margin-top: 50px;
}

.profile-inner {
  padding: 0 30px 40px;
}

.profile-inner .title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.profile-inner dl {
}

.profile-inner dl + dl {
  margin-top: 20px;
}

.profile-inner dt {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
  font-weight: 500;
  color: #345d9d;
  cursor: pointer;
  position: relative;
}

.profile-inner dt::before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/recruit-ito-gumi-theme/asset/img/i_arr.svg) no-repeat center;
  background-size: contain;
  top: -5px;
  bottom: 0;
  margin: auto 0;
  right: 7px;
  width: 20px;
  height: 20px;
  transition: 0.3s ease transform;
  transform: rotate(90deg);
}

.profile-inner dt.active::before {
  transform: rotate(-90deg);
}

.profile-inner dd {
  margin-top: 10px;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease max-height;
}

@media screen and (max-width: 767px) {
  #page_recruit #faq dl .lesson_flow__dd {
    font-size: 12px;
    padding: 20px 0px 20px 48px;
  }
  .lesson_performance .lesson_performance__list {
    display: block;
  }

  .lesson_performance .lesson_performance__list li {
    margin-right: 0;
  }

  .lesson_performance .lesson_performance__list li:not(:last-child) {
    margin-bottom: 10px;
  }

  #page_recruit #faq dl dd:before,
  #page_recruit #faq dl dt:before {
    width: 24px !important;
    height: 24px !important;
    font-size: 14px !important;
    padding: 0px 0px 24px 9px !important;
    margin-top: 4px;
  }

  .lesson_flow .dd_block dd.no_01,
  .lesson_flow .dd_block dd.no_02,
  .lesson_flow .dd_block dd.no_03,
  .lesson_flow .dd_block dd.no_04,
  .lesson_flow .dd_block dd.no_05,
  .lesson_flow .dd_block dd.no_06,
  .lesson_flow .dd_block dd.no_07 {
    padding-bottom: 0 !important;
    padding-left: 40px !important;
  }

  .profile-main {
    margin-top: 20px;
    padding: 15px 10px 15px 100px;
  }

  .profile-inner {
    padding: 15px;
  }

  .profile-inner .title {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .profile-inner dt {
    font-size: 0.875rem;
  }
}

#page_recruit #page-ttl {
  background: url(/wp-content/themes/recruit-ito-gumi-theme/asset/img/recruit/page-ttl_lesson.jpg) no-repeat center;
}

#page_top #recruit .link > div.bnr p.faq a {
  background: url(/wp-content/themes/recruit-ito-gumi-theme/asset/img/top/recruit_lesson_bg.jpg) no-repeat center;
}

/* 210709 / 修正 */

#lesson.teacher_lesson {
  padding-top: 0;
}

/* 220202 / 修正 */

#tobikou_link ul,
#requirements3 ul {
  display: flex;
  justify-content: space-between;
}

#tobikou_link ul li,
#requirements3 ul li {
  width: calc(50% - 30px);
  text-align: center;
}

#tobikou_link ul li a,
#requirements3 ul li a {
  display: block;
  padding: 30px;
  color: #fff;
  position: relative;
}

#tobikou_link ul li a::after,
#requirements3 ul li a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 7px;
  width: 15px;
  height: 15px;
  background: url(/wp-content/themes/recruit-ito-gumi-theme/asset/img/i_arr_wh.svg) no-repeat center;
  background-size: 100%;
}

#tobikou_link ul li.new,
#requirements3 ul li.new {
  background: #7dadc3;
}

#tobikou_link ul li.career,
#requirements3 ul li.career {
  background: #345d9d;
}

#l_container #about,
#l_container #tobikou_link,
#l_container #requirements3 {
  padding: 80px 0 0 0;
}

#l_container #requirements {
  padding: 80px 0;
}

.m_form_check-group > span,
.m_form_radio-group > span {
  width: 19.6%;
}

.m_form_check-group,
.m_form_radio-group {
  margin-top: -5px;
}
.m_form_check-group > span,
.m_form_radio-group > span {
  margin-top: 5px;
}

#requirements .recruit-comment {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 30px 0;
}

#requirements .recruit-tel {
  text-align: center;
  font-size: 1rem;
}

#l_container #requirements3 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #tobikou_link ul,
  #requirements3 ul {
    display: block;
  }

  #tobikou_link ul li,
  #requirements3 ul li {
    width: 100%;
  }

  #tobikou_link ul li a,
  #requirements3 ul li a {
    padding: 20px;
  }

  #l_container #about,
  #l_container #tobikou_link {
    padding: 35px 0 0 0;
  }

  #l_container #about,
  #l_container #tobikou_link,
  #l_container #requirements3 {
    padding: 70px 0 0 0;
  }

  #l_container #requirements {
    padding: 70px 0;
  }

  #tobikou_link ul li.career,
  #requirements3 ul li.career {
    margin-top: 20px;
  }

  .m_form_check-group > span,
  .m_form_radio-group > span {
    width: 50%;
    padding: 5px 5px 0 0;
  }

  #requirements .recruit-comment {
    font-size: 1rem;
  }

  #requirements .recruit-tel {
    font-size: 0.875rem;
  }

  #l_container #requirements3 {
    padding-bottom: 70px;
  }
}

/* 2022/05/11修正 */
#page_person #symposium .read span {
  font-size: 14px;
  display: inline-block;
}

.text-404 {
  text-align: center;
  color: #345d9d;
  font-weight: bold;
  font-size: 1.75rem;
  padding: 60px 0;
}

#l_header nav .gnav > dl > dd .inner ul li a img {
  margin-right: 12px;
}

#l_header nav .gnav > dl > dd .inner ul li a span {
  font-size: 13px;
}

.m_txt_h2-border.-secondary:after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, #e0e0e0 90%, #345d9d 10%);
}

.m_txt_h2-border.-secondary:after,
.m_txt_h2-border.-secondary:before {
  width: 25%;
}

#page_top #recruit .requirements ul li a {
  font-size: 12px;
}

/* 2022/06/08修正 */

@media screen and (max-width: 767px) {
  #page_person #symposium .read span {
    font-size: 12px;
  }

  .text-404 {
    font-size: 1rem;
    padding: 40px 0;
  }

  .m_txt_h2-border {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .m_txt_h2-border.-secondary:after,
  .m_txt_h2-border.-secondary:before {
    width: 7%;
  }
}

.text-margin {
  display: block;
}

.text-margin.-t10 {
  margin-top: 10px;
}

/* 2023/01/13修正 */
#l_header nav .gnav > dl > dd .inner .requirements {
  display: block;
}

#l_header nav .gnav > dl > dd .inner .requirements dt {
  margin-bottom: 10px;
}

#l_header nav .gnav > dl > dd .inner .requirements dd ul > * {
  width: 20%;
}

#l_header nav .gnav > dl > dd .inner .requirements dd ul li a {
  padding: 8px 6px;
}
