@charset "UTF-8";

.cor_orange{
    color: #f18f11;
}
.cor_white{
    color: #fff;
}
.cor_blue {
    color: #26bacb;
}
.bg_orange {
    background: #f18f11;
}
.bg_orange_02{
    background: #fcf2eb;
}
.bg_blue {
    background: #26bacb;
}
.bg_gray {
    background: #fafafa;
}
.bg_white {
    background: #fff;
}
.in{
    width: 1000px;
    margin: auto;
    position: relative;
}
.children_research_lab .btn_w{}
.children_research_lab .btn_w .btn_i{
    display: inline-block;
    padding: 15px 40px 15px 30px;
    border-radius: 5px;
    position: relative;
}
.children_research_lab .btn_w .btn_i:hover{
    color: #fff;
}
.children_research_lab .btn_w .btn_i::after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(0, -50%);
    top: 50%;
    right: 20px;
}
.children_research_lab .sec_ttl_w{
    margin-bottom: 50px;
}
.children_research_lab .sec_ttl_w .dot{
    width: 10px;
    height: 10px;
    margin:0 auto 5px;
    display: block;
    border-radius: 100%;
}
.children_research_lab .sec_ttl_w .en{
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.children_research_lab .sec_ttl_w .sec_ttl{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.25;
}
.children_research_lab .sec_ttl_w .sec_ttl .s_txt{
    font-size: 24px;
}
.children_research_lab .sec_ttl_bg_w{
    padding: 18px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.children_research_lab .sec_ttl_bg_w:before {
    width: 4px;
    background: #f18f11;
    border-radius: 100px;
    display: block;
    content: "";
    position: absolute;
    height: calc(100% - 28px);
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
.children_research_lab .sec_ttl_bg_w .sec_ttl{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.children_research_lab .sec_ttl_ln_w{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.children_research_lab .sec_ttl_ln_w:before {
    content: "";
    display: flex;
    width: 25px;
    height: 2px;
    background: #f18f11;
    margin-right: 10px;
}
.children_research_lab .sec_ttl_ln_w .sec_ttl{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.children_research_lab .bg_sub_ttl_w {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.children_research_lab .bg_sub_ttl_w .num{
    font-weight: 600;
    font-size: 40px;
    font-family: 'Roboto', 'NotoSansCJKjp-Light', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-right:2px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}
.children_research_lab .bg_sub_ttl_w .sub_ttl{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.children_research_lab .cir_sub_ttl_w {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.children_research_lab .cir_sub_ttl_w:before {
    content: "";
    display: flex;
    width: 10px;
    height: 10px;
    background: #f18f11;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 100%;
}
.children_research_lab .cir_sub_ttl_w .sub_ttl{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .in{
        width: 94%;
    }

    .children_research_lab .sec_ttl_w {
        margin-bottom: 30px;
    }
    .children_research_lab .sec_ttl_w .sec_ttl{
        font-size: 24px;
    }
    .children_research_lab .sec_ttl_w .sec_ttl .s_txt {
        font-size: 18px;
    }
    .children_research_lab .sec_ttl_bg_w {
        padding: 15px;
        padding-left: 28px;
    }
    .children_research_lab .sec_ttl_bg_w .sec_ttl{
        font-size: 18px;
    }
    .children_research_lab .bg_sub_ttl_w {
        display: flex;
        align-items: center;
        padding: 15px;
        border-radius: 10px 10px 0 0;
        flex-direction: column;
    }
    .children_research_lab .bg_sub_ttl_w .num {
        font-size: 32px;
        border-right: 0px solid #fff;
        padding-right: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #fff;
    }
    .children_research_lab .bg_sub_ttl_w .sub_ttl {
        margin-bottom: 0;
        font-size: 18px;
        text-align: center;
    }
    .children_research_lab .cir_sub_ttl_w .sub_ttl {
        font-size: 16px;
    }

    .children_research_lab .btn_w .btn_i{
        width: 100%;
        font-size: 14px;
    }
}

.children_research_lab {
  margin-top: 58px;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .children_research_lab {
    margin-top: 0;
    padding-bottom: 60px;
  }
}


.children_research_lab .children_research_lab_fv{
    background: url(../images/children-research-lab/fv_bg.jpg);
    background-position: center;
    padding: 75px 0;
}
.children_research_lab .children_research_lab_fv .page_ttl{
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}
.children_research_lab .children_research_lab_fv .sub_ttl_w {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.children_research_lab .children_research_lab_fv .sub_ttl_w::before{
    content: "";
    display: flex;
    width: 25px;
    height: 2px;
    background: #f18f11;
    margin-right: 10px;
}
.children_research_lab .children_research_lab_fv .sub_ttl_w .txt{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .children_research_lab .children_research_lab_fv{
        background: #fcf2eb;
        padding-top: 30px;
        padding-bottom: 0;
    }
    .children_research_lab .children_research_lab_fv .page_ttl{
        line-height: 1.25;
        font-size: 34px;
        margin-bottom: 10px;
        text-align: center;
    }
    .children_research_lab .children_research_lab_fv .sub_ttl_w{
        margin-bottom: 18px;
    }
    .children_research_lab .children_research_lab_fv .sub_ttl_w .txt {
        font-size: 18px;
    }
    .children_research_lab .children_research_lab_fv .imgarea{
        margin-top: 30px;
    }
}

.children_research_lab #children_research_lab_about{
    padding-bottom: 50px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_h{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_h .imgarea{
    width: 50%;
    flex-shrink: 0;
    position: relative;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_h .imgarea::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
    pointer-events: none;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_h .imgarea img{
    display: block;
    width: 100%;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_h .txtarea {
    width: 100%;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_h .txtarea .txt{
    margin-bottom: 10px;
    font-size: 14px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_h .txtarea .txt.s_txt{
    font-size: 11px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_h .txtarea .txt span{
    font-weight: 600;
    background: linear-gradient(transparent 60%, #ffdaaa 60%);
}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i{
    margin-bottom: 30px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i .flex_box{
    display: flex;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i:nth-of-type(2n) .flex_box{
    flex-direction: row-reverse;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i .imgarea{
    width: 250px;
    margin-right: 20px;
    flex-shrink: 0;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i:nth-of-type(2n) .imgarea{
    margin-right: 0;
    margin-left: 20px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i .txtarea{}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i .txtarea .txt{
    margin-bottom: 5px;
    font-size: 14px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i .txtarea .txt:nth-last-of-type(1){
    margin-bottom: 0;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_d_i .txtarea .txt span{
    font-weight: 600;
    background: linear-gradient(transparent 60%, #ffdaaa 60%);
}
.children_research_lab #children_research_lab_about .children_research_lab_about_btm {
    background: #f0f0f0;
    position: relative;
    padding: 30px 30px 30px 240px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_btm .imgarea{
    position: absolute;
    width: 180px;
    bottom: 0;
    left: 30px;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_btm .imgarea img{
    vertical-align: bottom;
}
.children_research_lab #children_research_lab_about .children_research_lab_about_btm .txtarea{}
.children_research_lab #children_research_lab_about .children_research_lab_about_btm .txtarea .txt{
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .children_research_lab #children_research_lab_about{
        padding-top: 50px;
    }
    .children_research_lab #children_research_lab_about .children_research_lab_about_h{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .children_research_lab #children_research_lab_about .children_research_lab_about_h .imgarea {
        width: 100%;
        flex-shrink: 0;
        position: relative;
    }
    .children_research_lab #children_research_lab_about .children_research_lab_about_h .imgarea::after{
        display: none;
    }
    .children_research_lab #children_research_lab_about .children_research_lab_about_d_i .flex_box{
        flex-wrap: wrap;
    }
    .children_research_lab #children_research_lab_about .children_research_lab_about_d_i .imgarea{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .children_research_lab #children_research_lab_about .children_research_lab_about_btm{
        padding: 20px;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .children_research_lab #children_research_lab_about .children_research_lab_about_btm .imgarea{
        position: static;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }
    .children_research_lab #children_research_lab_about .children_research_lab_about_btm .imgarea img{
        width: 60%;
    }
}

.children_research_lab #children_research_lab_action {
    padding: 50px 0;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_i{
    margin-bottom: 30px;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_i:nth-last-of-type(1){
    margin-bottom: 0;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c{
    border-radius: 0 0 10px 10px;
    margin-top: 10px;
    padding: 30px;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .h_txt{
    border-left: 3px solid #f18f11;
    padding-left:15px;
    margin-bottom: 15px;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .h_txt .txt{
    margin-bottom: 5px;
    font-size: 14px;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w{
    display: flex;
    justify-content: space-between;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i{
    width: 19%;
    box-sizing: border-box;
    padding: 25px 12px;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .imgarea{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .imgarea img{
    height: 45px;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .txtarea{}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .txtarea .ttl{
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .txtarea .txt{
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .children_research_lab #children_research_lab_action .children_research_lab_action_c{
        padding: 20px 15px;
    }
    .children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w{
        flex-wrap: wrap;
        gap: 10px;
    }
    .children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i{
        width: 100%;
        display: flex;
        align-items: flex-start;
        padding: 15px 14px;
    }
    .children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .imgarea{
        margin-bottom: 0px;
        width: 25%;
        text-align: center;
        margin-right: 10px;
        flex-shrink: 0;
        
    }
    .children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .txtarea{
        width: 100%;
    }
    .children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .txtarea .ttl{
        font-size: 16px;
        text-align: left;
    }
    .children_research_lab #children_research_lab_action .children_research_lab_action_c .lis_w .lis_i .txtarea .txt{
        text-align: left;
    }
}

.children_research_lab .cta_btn_w{
    text-align: center;
    padding: 40px 0;
}
.children_research_lab .cta_btn_w .btn_i{
    width: 500px;
    text-align: center;
    padding: 25px 40px 25px 30px;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .children_research_lab .cta_btn_w .btn_i{
        width: 100%;
    }
}

.children_research_lab #children_research_lab_case{
    padding: 50px 0;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i{
    padding:30px 15px;
    margin-bottom: 30px;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i:nth-last-of-type(1){
    margin-bottom: 0;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .sec_ttl_bg_w{
    margin-bottom: 20px;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .cir_sub_ttl_w{
    margin-bottom: 10px;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .cir_sub_ttl_w .sub_ttl{
    font-size: 18px;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .cir_sub_ttl_w:before{
    margin-right: 0;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .lead_txt{
    font-size: 14px;
    margin-bottom: 20px;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .checklist_w{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .checklist_i{
    width: 16%;
    padding:10px 10px;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .checklist_i .icon{
    text-align: center;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .checklist_i .icon img{
    width: 80%;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .checklist_i .txt{
    font-size: 14px;
    text-align: center;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .btn_w{
    text-align: center;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .btn_i{
    border: 2px solid #f18f11;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .btn_i::after {
    border-top: 2px solid #f18f11;
    border-right: 2px solid #f18f11;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .btn_i:hover{
    color: #555555;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .monitor_img_w{
    text-align: center;
}
.children_research_lab #children_research_lab_case .children_research_lab_case_i .monitor_img_w img{
    width: 65%;
}
@media screen and (max-width: 767px) {
    .children_research_lab #children_research_lab_case .children_research_lab_case_i .cir_sub_ttl_w .sub_ttl{
        font-size: 14px;
        line-height: 1.1;
    }
    .children_research_lab #children_research_lab_case .children_research_lab_case_i .cir_sub_ttl_w:before{
        margin-right: 10px;
    }
    .children_research_lab #children_research_lab_case .children_research_lab_case_i .checklist_w{
        flex-wrap: wrap;
        gap: 5px;
    }
    .children_research_lab #children_research_lab_case .children_research_lab_case_i .checklist_i{
        width: 49%;
    }
    .children_research_lab #children_research_lab_case .children_research_lab_case_i .monitor_img_w img {
        width: 100%;
    }
}

.children_research_lab #children_research_lab_faq{
    padding: 50px 0;
}
.children_research_lab #children_research_lab_faq .faq_i{
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 15px;
}
.children_research_lab #children_research_lab_faq .faq_i:nth-last-of-type(1){
    margin-bottom: 0;
}
.children_research_lab #children_research_lab_faq .faq_q{
    display: flex;
    align-items: center;
    padding: 18px 60px 18px 20px;
    position: relative;
    cursor: pointer;
}
.children_research_lab #children_research_lab_faq .faq_q .ic_q{
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px;
    flex-shrink: 0;
    line-height: 1;
}
.children_research_lab #children_research_lab_faq .faq_q .txt{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.children_research_lab #children_research_lab_faq .faq_q .toggle{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 100%;
    flex-shrink: 0;
}
.children_research_lab #children_research_lab_faq .faq_q .toggle::before,
.children_research_lab #children_research_lab_faq .faq_q .toggle::after{
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transition: transform .3s;
}
.children_research_lab #children_research_lab_faq .faq_q .toggle::before{
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%);
}
.children_research_lab #children_research_lab_faq .faq_q .toggle::after{
    width: 2px;
    height: 12px;
    transform: translate(-50%, -50%);
}
.children_research_lab #children_research_lab_faq .faq_i.is_open .faq_q .toggle::after{
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.children_research_lab #children_research_lab_faq .faq_a{
    display: none;
    margin: 0;
    padding: 18px 60px 20px 20px;
    border-top: 1px solid #e5e5e5;
}
.children_research_lab #children_research_lab_faq .faq_i.is_open .faq_a{
    display: flex;
}
.children_research_lab #children_research_lab_faq .faq_a .ic_a{
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px;
    flex-shrink: 0;
    line-height: 1;
}
.children_research_lab #children_research_lab_faq .faq_a .txtarea .txt{
    margin-bottom: 8px;
    font-size: 14px;
}
.children_research_lab #children_research_lab_faq .faq_a .txtarea .txt:nth-last-of-type(1){
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {}

.children_research_lab #children_research_lab_contact {
    padding: 50px 0;
}
@media screen and (max-width: 767px) {}


/* ================================ 
    contact
  ================================ */
.contact-inner {
  padding-bottom: 70px;
}

.contact-inner .sec-title.contact-title {
  color: #e18400;
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: 700;
}

.document_contact .contact_formblock {
  width: 100%;
}

.document_contact form dl dt,
.document_contact.tuiki_230107 .contact_formblock form dl dt {
  color: inherit;
}

.document_contact .contact_formblock form dl dd input[type="text"],
.document_contact .contact_formblock form dl dd input[type="email"],
.document_contact .contact_formblock form dl dd input[type="tel"],
.document_contact .contact_formblock form dl dd textarea{
    background: #fff;
}

@media screen and (max-width: 767px) {
  .contact-inner {
    padding-bottom: 0;
  }

  .contact-inner .sec-title.sec-title {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.3;
  }
}

.lower_wrapper.tuiki_230107 form dl dd textarea::placeholder {
  font-size: 14px;
}