@charset "UTF-8";
@media only screen and (max-width:750px) {
  body {
    font-size: 1.6rem;
  }
  #wrapper {
    padding-bottom: 90px;
  }
  header {
    width: 100%;
    background-image: url("../img/mv_sp.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    aspect-ratio: 750 / 850;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .drawer {
    width: 50%;
  }
  .drawer-inner {
    padding: 18vw 10vw 10vw 10vw;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  section {
    padding: 12vw 0;
  }
  section.about h2 {
    font-size: 7.2vw;
  }
  section.about .about_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
    margin: 5vw auto 0;
    gap:5vw 0;
  }
  section.about .hirooka_info {
    width:100%;
  }
  
  section.about .hirooka_info figure {
    width:50%;
  }
  section.about .txt_area {
    width:100%;
    font-size: 4.6vw;
    text-align: justify;
  }
  section.about .hirooka_info .text_area .name {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
  
  
  section.about .hirooka_info .text_area .name span {
    font-size: 1.3rem;
    padding: 4px 6px 6px;
    line-height: 1;
    color: #fff;
    background-color: #cc759d;
  }
  section.about .hirooka_info .position {
    font-size: 0.8em;
    margin-top: 1em;
    text-align: center;
  }

  section.knowledge {
    padding-block: 12vw;
  }
  section.knowledge h2 {
  font-size: 7.2vw;
  }
  
  section.knowledge ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap:10vw 0;
    margin-top: 14vw;
  }
  
  section.knowledge ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:100%;
    background-color: #fff;
    border:2px solid #cc759d;
    border-radius: 6px;
    box-shadow: 2px 2px 0px 0 rgb(204, 117, 157);
    padding-block: 3rem 3.2rem;
    position: relative;
  }
  
  section.knowledge ul li.ill1::before {
    transform: scale(0.6);
    left: -1rem;
    top: -7rem;
  }
  
  section.knowledge ul li.ill3::before {
    transform: scale(0.6);
    right: 0rem;
    bottom: -4rem;
  }
  section.knowledge ul li.ill4::before {
    transform: scale(0.6);
    left: 0.5rem;
    bottom: -5rem;
  }
  
  section.knowledge ul li div {
    position: absolute;
    width:5rem;
    top:-2.5rem;
    left:50%;
    transform: translateX(-50%);
  }
  
  section.knowledge ul li p {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.3;
  }
  
  section.knowledge ul li p .big {
    font-size: 1.25em;
    display: block;
  }



  section.learning h2 {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  section.learning h2 span {
    font-size: 4vw;
    vertical-align: 42%;
  }
  section.learning ul.text li {
    font-size: 4.6vw;
    line-height: 1.6;
    padding-bottom: 3vw;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  section.learning ul.text::after {
    right: -4vw;
    bottom: 50vw;
    transform: scale(0.7);
  }
  section.learning ul.book_list li {
    width: 100%;
  }
    section.learning ul.book_list li h3 {
    font-size: 7vw;
  }
    
    section.learning ul.book_list li h3 span {
    font-size: 6vw;
}
  section.learning ul.book_list {
    gap: 8vw 0;
  }
  section.benefit .box {
    max-width: 1000px;
    width: 100%;
    padding: 12vw 5vw 13vw;
  }
  section.benefit .box::before {
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    top: -3rem;
  }
  section.benefit h3 {
    font-size: 6vw;
  }
  section.benefit h3::before {
    left: -1rem;
    bottom: 9.4rem;
    transform: scale(0.7);
  }
  section.benefit p {
    margin-top: 5vw;
  }
  section.benefit .box::after {
    right: -15vw;
    bottom: -25vw;
    transform: scale(0.6);
  }
  section.evidence {
    padding-bottom: 0;
  }
  section.evidence .inner {
    width: 100%;
  }
  section.evidence figure img.announcement_sp {
    width: 90%;
    margin: 0 auto;
  }
  section.evidence h2 {
    font-size: 6vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  section.evidence .hirooka_info {
    width: 100%;
  }
  section.evidence .hirooka_info figure {
    width: 80%;
  }
  section.evidence .hirooka_info .text_area {
    width: 90%;
    margin: 5vw auto 0;
  }
  section.evidence .hirooka_info .text_area .name {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  section.evidence .hirooka_info .text_area .academic {
    margin-top: 3vw;
  }
  section.evidence .hirooka_info {
    margin: 6vw auto;
  }
  .accordion {
    padding: 4vw;
  }
  .accordion_wrap {
    background-color: #fff;
  }
  .accordion-header {
    font-size: 3.8vw;
  }
  .accordion-header::before, .accordion-header::after {
    right: 10px;
  }
  .accordion-content span {
    gap: 2rem 0;
    padding: 6vw;
  }
  section.evidence .questionnaire ul.color_list {
    width: 86%;
    margin: 4vw auto;
    gap: min(2vw, 1rem) 4%;
  }
  section.evidence .questionnaire ul.color_list li {
    width: 100%;
    gap: 2vw;
  }
  section.evidence .questionnaire ul.color_list li figure {
    width: 6vw;
  }
    
    section.evidence .questionnaire ul.color_list li p {
    font-size: min(4vw,15px);
  }
  section.evidence .questionnaire .point_list > li {
    padding: 8vw 6vw;
  }
  section.evidence .questionnaire .point_list li.point1 h4 figure {
    width: 30vw;
  }
  section.evidence .questionnaire .point_list li.point2 h4 figure {
    width: 31vw;
  }
  section.evidence .questionnaire .point_list .point1::before {
    right: 1vw;
    top: -2%;
    transform: scale(0.7);
  }
  section.evidence .questionnaire .point_list .point2::before {
    left: 1vw;
    top: -3%;
    transform: scale(0.7);
  }
  section.evidence .questionnaire .point_list li p.copy {
    margin-top: 2vw;
  }
  section.evidence .questionnaire .point_list li h4 p {
    font-size: 6.4vw;
    text-align: center;
    letter-spacing: 0;
  }
  section.evidence .questionnaire .point_list ul.graph_list {
    margin: 4vw auto 0;
  }
  section.evidence .questionnaire .point_list ul.graph_list li {
    width: 87%;
  }
  section.evidence .questionnaire {
    padding: 10vw 0;
  }
  section.evidence .questionnaire h3 {
    font-size: 5.5vw;
    margin-bottom: 1rem;
  }
  section.evidence .questionnaire p.supplement {
    margin: 0 5vw;
  }
  section.recommend h2 {
    font-size: 6vw;
  }
  section.recommend h2::before {
    transform: scale(0.7);
    left: -24vw;
    top: -24vw;
  }
  section.recommend ul {
    width: 100%;
    margin: 8vw auto 0;
  }
  section.recommend li {
    width: 90%;
    margin: 0 auto;
  }
  section.recommend .text_area h3 {
    font-size: 6vw;
  }
  section.recommend li.himeno::before {
    left: -4vw;
    top: -7vw;
    transform: scale(0.9);
  }
  section.recommend li.nakamura::before {
    left: -4vw;
    top: -7vw;
    transform: scale(0.9);
  }
  section.mypage h2 {
    font-size: 6vw;
  }
  section.mypage figure.flow {
    width: 100%;
    margin: 6vw auto 0;
  }
  section.mypage p.text {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  section.mypage ul.support_list {
    gap: 4vw 0;
    margin-top: 4vw;
  }
  section.case_study .inner {
    width: 100%;
  }
  section.case_study h2 {
    font-size: 7vw;
  }
  section.case_study ul.case_study_list {
    width: 90%;
    gap: 4vw 0;
    margin: 4vw auto 0;
  }
  section.case_study ul.case_study_list li.work {
    padding: 7vw 6vw;
  }
  section.case_study ul.case_study_list li.family {
    padding: 7vw 6vw;
  }
  section.case_study ul.case_study_list li.work h3::before {
    left: -9vw;
    top: 0;
    transform: scale(0.9);
  }
  section.case_study ul.case_study_list li.family h3::before {
    left: 0vw;
    top: 0;
    transform: scale(0.9);
  }
  section.case_study ul.case_study_list li.work ul li {
    width: 100%;
    gap: 3vw 0;
  }
  section.case_study ul.case_study_list li.family h3 {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  section.case_study {
    padding-bottom: 0;
  }
  section.case_study .voice {
    padding: 16vw 0;
  }
  section.case_study .voice {
    margin-top: 12vw;
  }
  section.case_study .voice h3 {
    font-size: 8vw;
  }
  section.case_study .voice h3::before {
    left: -16.5vw;
    bottom: -2vw;
    transform: scale(0.8);
  }
  section.case_study .voice h3::after {
    right: -24vw;
    bottom: -7vw;
    transform: scale(0.6);
  }
  section.case_study .voice ul li figure {
    width: 84%;
  }
  section.case_study .voice ul li p.prof {
    font-size: 3.5vw;
  }
  section.case_study .voice ul li {
    width: 84%;
  }
  section.case_study .voice ul li h4 {
    font-size: 7vw;
    margin: 3vw auto;
  }
  section.case_study .voice ul li p.name {
    font-size: 6vw;
    margin: 3.6vw auto 3vw;
  }
  section.flow h2 {
    font-size: 7vw;
  }
    
    section.flow ul {
        margin-top:  12vw;
    }
  section.flow ul li figure {
    width: 32vw;
    margin-left: -7.5vw;
    margin-top: -9vw;
  }
  section.flow ul li p.font_serif {
    width: 100%;
    height: 10vw;
    font-size: 6vw;
    margin-top: 2vw;
  }
  .application_button a {
    width: 79vw;
    height: 10vw;
    display: flex;
    margin-top: 2vw;
  }
  section.flow ul li p.copy {
    margin-top: 1rem;
  }
  section.flow ul li p.copy span {
    font-size: 5vw;
  }
  section.flow ul li figure.map {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 2vw;
  }
  section.flow ul li figure.certificate {
    transform: scale(0.5);
    bottom: -13vw;
    right: -11vw;
  }
  section.flow ul li.after figure {
    margin-left: 1vw;
    margin-top: 0;
    width: 30vw;
  }
  section.flow ul li.after p.font_serif {
    width: 100%;
    height: 10vw;
    font-size: 6vw;
  }
  section.flow ul li.after figure.suko03 {
    transform: scale(0.7);
    bottom: 20vw;
    right: 2vw;
  }
  section.flow ul li.after p.copy span {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  section.briefing h2 {
    font-size: 7vw;
    margin: 40vw auto 4vw;
  }
  section.briefing h2::after {
    right: 10vw;
    bottom: 11vw;
  }
  section.briefing p.copy {
    text-align: justify;
  }
  section.briefing h3 {
    font-size: 6vw;
    margin: 10vw auto 4vw;
  }
  section.briefing ul.participants_list li {
    max-width: 1000px;
    width: 100%;
  }
  section.briefing ul.curriculum figure {
    width: 100%;
  }
  section.briefing ul.curriculum {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 10vw;
  }
  section.briefing ul.curriculum::before {
    left: 3vw;
    top: -10vw;
    transform: scale(0.7);
  }
  section.briefing ul.curriculum h4 {
    margin: -14vw auto 0;
  }
  section.briefing ul.curriculum li.box {
    padding: 8vw;
    margin-left: 0;
    margin-top: 0;
  }
  section.briefing ul.curriculum li.box ul.txt li {
    font-size: 4.2vw;
    line-height: 1.6;
  }
  .cnt_area15 .box_list li .q_txt .cmn_num {
    background-color: #cc759d;
    font-weight: 400;
  }
  /*-----資格認定協会の紹介-----*/
  .h2_g .en {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .h2_g h2 {
    font-size: 7vw;
  }
  /*-----固定ボタン-----*/
  .fixed_bar .box {
    gap: 2vw;
  }
  .fixed_bar .box_txt {
    justify-content: center;
    gap: 1rem;
    width: 90%;
    font-size: 16px;
  }
  .fixed_bar .box_btn .btn {
    height: 44px;
  }
  .fixed_bar .box_btn .btn a {
    font-size: 20px;
  }
  .fixed_bar .box_btn .btn01 {
    width: 160px;
  }
  .fixed_bar .box_btn .btn02 {
    width: 170px;
    margin-left: 6px;
    margin-right: 15px;
  }
  /*-----説明会日程-----*/
  .cnt_area06 {
    margin-top: 0;
    padding: 12vw 0 0;
  }
  /*-----よくある質問-----*/
  .cmn_num {
    width: 45px;
    height: 45px;
    font-size: 29px;
  }
  .cmn_tags {
    padding: 0;
  }
  .cmn_tags .tag {
    width: 100% !important;
    max-width: 308px;
    margin: 0 auto;
  }
  .cmn_tags .tag:first-child::before {
    width: 100px;
    height: 46px;
    top: -33px;
    left: 6px;
  }
  .cmn_table th {
    padding: 11px 0;
    font-size: 12px;
  }
  .cmn_table th:first-child {
    width: 24.5%;
  }
  .cmn_table th:nth-child(2) {
    width: 29.3%;
  }
  .cmn_table th:nth-child(3) {
    width: 19.7%;
  }
  .cmn_table th:last-child {
    width: 26.7%;
  }
  .cmn_table td {
    padding: 12px 5px;
    background-color: #FFF7F9;
    font-size: 12px;
    line-height: 1.5;
  }
  .cmn_table td:last-child {
    padding: 12px 10px;
  }
  .cmn_table td span {
    display: inline-block;
    text-align: left;
  }
  .cmn_table tr:nth-child(odd) td {
    background-color: #fff;
  }
  .cmn_btnarea {
    padding: 84px 0 26px;
  }
  .cmn_btnarea .btn {
    max-width: 343px;
    height: 60px;
  }
  .cmn_btnarea .btn::before {
    top: -62px;
    left: calc(50% - 120px);
    width: 240px;
    height: 51px;
    background-image: url(../img/part03_sp.png);
  }
  .cmn_btnarea .btn a em {
    font-size: 27px;
  }
  .cnt_area15 {
    padding: 12vw 0;
    margin-top: 12vw;
  }
  .cnt_area15 .box_list {
    margin-top: 32px;
    padding-left: 0;
  }
  .cnt_area15 .box_list li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .cnt_area15 .box_list li .q_txt::before, .cnt_area15 .box_list li .q_txt::after {
    top: 50%;
    right: 15px;
    width: 15px;
  }
  .cnt_area15 .box_list li + li {
    margin-top: 15px;
  }
  .cnt_area15 .box_list li .q_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 35px 15px 15px;
      font-size: 1.6rem;
  }
  .cnt_area15 .box_list li .cmn_num {
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    margin-right: 9px;
  }
  .cnt_area15 .box_list li span {
    width: calc(100% - 49px);
  }
  .cnt_area15 .box_list li .a_txt {
    width: calc(100% - 30px);
    margin: -5px auto 15px;
    padding: 12px;
      font-size: 1.6rem;
  }
  .cnt_area16 {
    padding: 12vw 0;
  }
  .cnt_area16 .box_cmp {
    margin-top: 30px;
    /*padding: 15px;*/
  }
  .cnt_area16 .box_cmp .box_flex .wrp_img {
    width: 100%;
    order: 1;
    margin-bottom: 4vw;
  }
  .cnt_area16 .box_cmp .box_flex dl {
    margin-top: 3px;
    width: 100%;
    order: 2;
  }
  .cnt_area16 .box_cmp dl dt {
    width: 100%;
    padding: 2vw 0 2vw 1vw;
    font-size: 14px;
    line-height: 1.4;
  }
  .cnt_area16 .box_cmp dl dd {
    width: 100%;
    margin-left: 5px;
    padding: 11px 0 11px 2px;
    font-size: 13px;
    line-height: 1.5;
  }
  .cnt_area16 .box_cmp dl .dd08 ul {
    gap: 2vw;
  }
  .form_area {
    padding-top: 50px;
  }
  .form_area .box_flow {
    margin-top: 8vw;
  }
  .form_area .box_flow .item {
    width: 31.8%;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .form_area .box_flow .item::after {
    right: -8px;
    border-width: 5px;
    border-left-width: 9px;
  }
  .form_area .box_att {
    margin-top: 20px;
    padding: 15px;
  }
  .form_area .box_att p {
    font-size: 12px;
    line-height: 1.66;
  }
  .form_area .box_form {
    margin-top: 20px;
  }
  .form_area .box_form table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
  }
  .form_area .box_form th, .form_area .box_form td {
    display: block;
    width: 100%;
  }
  .form_area .box_form th {
    position: relative;
    padding: 12px 65px 12px 12px;
  }
  .form_area .box_form th .st {
    font-size: 15px;
  }
  .form_area .box_form th .req_wrap {
    display: inline-block;
  }
  .form_area .box_form th .req {
    position: absolute;
    top: calc(50% - 10.5px);
    right: 12px;
  }
  .form_area .box_form td {
    padding: 10px 0 15px;
    line-height: .5;
  }
  .form_area .box_form p {
    font-size: 14px;
  }
  .form_area .box_form p.small {
    margin-top: 5px;
  }
  .form_area .box_form .select_wrp::after {
    right: 12px;
  }
  .form_area .box_form .select_wrp.short {
    width: 100%;
  }
  .form_area .box_form select {
    padding: 0 30px 0 11px;
    font-size: 14px;
  }
  .form_area .box_form input {
    font-size: 16px;
  }
  .form_area .box_form input.short {
    width: 100%;
  }
  .form_area .box_form input.short02 {
    width: 95px;
  }
  .form_area .box_form input.short + .short {
    margin: 10px 0 0;
  }
  .form_area .box_form input[name=postal04] {
    width: 125px;
  }
  .form_area .box_form textarea {
    font-size: 16px;
  }
  .form_area .box_form .wrp_btn {
    margin-top: 15px;
  }
  .form_area .box_form .wrp_btn button, .form_area .box_form .wrp_btn a {
    max-width: 343px;
    height: 60px;
    font-size: 20px;
  }
  .form_area .box_info {
    margin-top: 30px;
    padding: 15px 0;
  }
  .form_area .box_info .st {
    font-size: 22px;
    line-height: 1.36;
  }
  .form_area .box_info .st span {
    display: none;
  }
  .form_area .box_info .wrp_info {
    display: block;
    max-width: 280px;
    margin: 10px auto 0;
  }
  .form_area .box_info .wrp_info .item {
    font-size: 14px;
    line-height: 1.7;
  }
  .form_area .box_info .wrp_info .item + .item {
    margin-left: 0;
  }
  .form_area .box_info .wrp_info .item span {
    width: 40px;
  }
  #confirm .form_area .box_form td {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  #confirm .form_area .box_form .wrp_btn {
    margin-top: 15px;
  }
  .form_area .box_form .wrp_btn.col2 button {
    width: 100%;
  }
  .form_area .box_form .wrp_btn.col2 button + button {
    margin: 15px 0 0;
  }
  #confirm .form_area, #done .form_area {
    padding-top: 15px;
  }
  footer figure {
    width: 60vw;
    margin: 0 auto;
  }
  footer p {
    font-size: 3vw;
  }
}