/*chlg.css*/


/*----------------------
01 main
------------------------*/

main {
    padding-bottom: 0;
}

.chlg_main {
    position: relative;
    background-color: #F8F8F8;
}

/*
.chlg_main:before {
    content: '';
    display: block;
    width: 100%;
    height: 450px;
    max-height: 75%;
    background-color: #F8F8F8;
    position: absolute;
    top: 0;
    left: 0;
}
*/

.chlg_main > .inner {
    position: relative;
    width: 1200px;
}

.chlg_main .chlg_main_tit {
    position: absolute;
    top: 25%;
    left: 0;
    padding: 30px 30px 40px 30px;
    background-color: rgba(255,255,255,0.8);
}

.chlg_main_img {
    margin-right: calc(50% - 50vw);
    margin-left: 20%;
    max-height: 700px;
    border-bottom-left-radius: 200px;
    overflow: hidden;
}

.chlg_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chlg_main_tit h1 {
    font-size: 4.6rem;
    font-size: clamp(36px, 3.833vw, 46px);
    font-weight: 600;
    line-height: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

.chlg_main_tit h1 span {
    color: #DE6983;
}

.chlg_main_tit p {
    font-size: 2.2rem;
    font-size: clamp(18px, 1.833vw, 22px);
    line-height: normal;
    font-weight: 600;
    padding-top: 15px;
    border-top: 1px solid #707070;
}

.chlg_copy {
    width: 70%;
    max-width: 974px;
    position: absolute;
    bottom: 6%;
    left: 2%;
    mix-blend-mode: luminosity;
    overflow: hidden;
}

.chlg_copy img {
    position: relative;
    animation: popanime 1s ease-out forwards;
    opacity: 0;
}

@keyframes popanime {
    from {
        bottom: -500px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1;
    }
}

.chlg_main .bread {
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.chlg_main .bread > .inner {
    padding-left: 0;
}


/*----------------------
02
------------------------*/

h2.center_wave {
    width: fit-content;
    font-size: 2.8rem;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    line-height: normal;
    font-family: 'Noto Sans JP', sans-serif;
    background: url(/tukyo/img/chlg/wave.png) repeat-x bottom left / auto 10px;
    margin: 110px auto 0;
}

.spch {
    width: 788px;
    max-width: 100%;
    margin: 35px auto 200px;
}

.spch_pc > ul {
    display: flex;
}

.spch_pc > ul > li {
    width: 33.333333%;
}

.spch_pc > ul > li .spch_fuki {
    width: 246px;
    max-width: 96%
}

.spch_pc > ul > li .spch_image {
    width: 142px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
}

.spch_pc > ul > li .spch_image01 {
    margin-left: auto;
}

.spch_pc > ul > li .spch_image02 {
    margin-left: auto;
    margin-right: auto;
}

.spch_pc > ul > li .spch_image03 {
    margin-right: auto;
}

/*フェードインアニメーション1*/

.inview_act .spch_fuki {
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: 0s;
}

.inview_act .spch_fuki01{
    transition-delay: 0s;
}

.inview_act .spch_fuki02 {
    transition-delay: 0.4s;
}

.inview_act .spch_fuki03 {
    transition-delay: 0.8s;
}

.spch > ul > li.is-show .spch_fuki {
    opacity: 1;
    transform: translateY(0);
}

/*----------------------
03
------------------------*/

.chlg_jc_wrap {
    padding-bottom: 0;
}

.chlg_jc {
    display: flex;
}

.chlg_jc_l {
    width: 56%
}

.chlg_jc_r {
    flex: 1;
    width: 40%;
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
}

.chlg_jc_r .chlg_jc_img {
    width: 100%;
    border-top-left-radius: 100px;
    overflow: hidden;
    margin-top: -240px;
}

.chlg_jc_r .chlg_jc_img img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    object-position: left;
}

.chlg_jc_l h2 {
    font-size: 5.6rem;
    line-height: 1.6;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
}

.chlg_jc_l h2 span {
    color: #DE6983;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
}

.chlg_jc_wrap .chlg_jc_catch {
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 600;
    margin: 20px 0 25px;
}

.plus2_wrap {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}

.plus2_wrap .plus2_01 {
    width: 862px;
    max-width: 100%;
}

.plus2_wrap .plus2_02 {
    width: 195px;
    max-width: 100%;
    margin-left: 10px;
}

.chlg_merit_wrap {
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: #005BAC;
    border-radius: 100px 100px 0 0;
    margin-top: 130px;
}

.chlg_merit_wrap h3 {
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 500;
}

.chlg_merit {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-top: 35px;
    position: relative;
}

.chlg_merit li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 256px;
    height: 232px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
/*
    background-image: url(/tukyo/img/chlg/merit_box.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
*/
}

.chlg_merit li:before {
    content: '';
    display: block;
    width: 22px;
    height: 30px;
    background-image: url(/tukyo/img/chlg/pin.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.chlg_merit li p {
    font-size:min(1.8vw,1.8rem);
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}

.chlg_merit li p span {
    display: block;
    font-size:min(1.6vw,1.6rem);
    font-weight: 400;
}

.chlg_merit::before {
    content: '';
    display: inline-block;
    width: 81px;
    height: 235px;
    background-image: url(/tukyo/img/chlg/merit_ic01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

.chlg_merit::after {
    content: '';
    display: inline-block;
    width: 91px;
    height: 235px;
    background-image: url(/tukyo/img/chlg/merit_ic02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

/*フェードインアニメーション1*/

.chlg_merit li.chlg_merit_item01,
.chlg_merit li.chlg_merit_item02,
.chlg_merit li.chlg_merit_item03 {
    opacity: 0;
    transition: 1s;
}

.chlg_merit li.chlg_merit_item01 {
    transition-delay: 0s;
}

.chlg_merit li.chlg_merit_item02 {
    transition-delay: 0.4s;
}

.chlg_merit li.chlg_merit_item03 {
    transition-delay: 0.8s;
}

.chlg_merit li.chlg_merit_item01.is-show,
.chlg_merit li.chlg_merit_item02.is-show,
.chlg_merit li.chlg_merit_item03.is-show {
    opacity: 1;
}



/*----------------------
04
------------------------*/

.greige_bk {
    background-color: #F4EDED;
}

.chlg_manabi_wrap {
    padding-top: 80px;
    padding-bottom: 100px;
}

.chlg_manabi {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.chlg_manabi .chlg_manabi_img {
    max-width: 365px;
    width: 34.1%;
    margin-right: 3.3%;
}

.chlg_manabi .chlg_manabi_cont {
    max-width: 670px;
    width: 62.6%;
    padding-top: 60px;
}

.chlg_manabi_tit {
    background-color: #fff;
    width: 320px;
    max-width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chlg_manabi_tit h2 {
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.chlg_manabi_tit h2 span {
    display: block;
}

.chlg_manabi_tit h2 span.jc {
    color: #DE6983;
}

.chlg_manabi_tit h2 span.uni {
    color: #1298B1;
}

.cmc_tit {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px;
    background-color: #fff;
    margin-bottom: 40px;
    border: 4px solid #DE6983;
    position: relative;
    z-index: 2;
}

.cmc_tit.uni {
    border: 4px solid #1298B1;
}

.cmc_tit > p {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
    margin-right: 30px;
}

.cmc_tit.jc > p {
    color: #DE6983;
}

.cmc_tit.uni > p {
    color: #1298B1;
}

.cmc_tit > span {
    display: block;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2.6rem;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin: 0 5px;
    
}

.cmc_tit.jc > span {
    background-color: #DE6983;
}

.cmc_tit.uni > span {
    background-color: #1298B1;
}


.cmc_tit > span span {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}

.cmc_item {
    width: 538px;
    max-width: 83%;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin: 20px 0 0 auto;
    position: relative;
    z-index: 2;
}

.cmc_item .tit {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 12px 20px 12px;
    
}

.cmc_item.social .tit {
    background-color: #19936D;
}

.cmc_item.psychology .tit {
    background-color: #B56C6F;
}

.cmc_item.welfare .tit {
    background-color: #ACA500;
}

.cmc_item.career .tit {
    background-color: #6094C3;
}

.cmc_item .item_cr {
    padding: 20px 20px 30px 20px;
}

.cmc_item .item_cr_tit {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}

.cmc_item.social .item_cr_tit {
    color: #19936D;
}

.cmc_item.psychology .item_cr_tit {
    color: #B56C6F;
}

.cmc_item.welfare .item_cr_tit {
    color: #ACA500;
}

.cmc_item.career .item_cr_tit {
    color: #6094C3;
}

.cmc_item .item_cr > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.cmc_item .item_cr > ul > li > a {
    display: block;
    padding: 4px 24px 4px 24px;
    line-height: 1.4;
    border: 1px solid #bcbcbc;
    color: #212121;
    border-radius: 20px;
    position: relative;
}

.cmc_item .item_cr > ul > li > a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #212121;
    border-right: solid 2px #212121;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

.cmc {
    padding: 0 0 70px;
    position: relative;
}

.cmc.uni {
    padding-bottom: 30px;
}

.cmc:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 70px);
    background-color: #F4EDED;
    mix-blend-mode: multiply;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 1;
}

.cmc.uni:before {
    height: calc(100% - 30px);
}

.v_bar {
    width: 4px;
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 2;
}

.v_bar:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    transform:rotate(90deg);
    position: absolute;
    left: -10px;
    bottom: -10px;
    margin: auto;
}

.jc .v_bar {
    background-color: #DE6983;
}

.jc .v_bar:before {
    border-color: transparent transparent transparent #DE6983;
}

.uni .v_bar {
    background-color: #1298B1;
    height: calc(100% - 5px);
}

.uni .v_bar:before {
    border-color: transparent transparent transparent #1298B1;
    bottom: -11px;
}

.chlg_manabi_img .manabi_img {
    width: 374px;
    max-width: 100%;
    margin-top: 60px;
}

/*----------------------
05
------------------------*/

.chlg_point {
    margin-top: 30px;
}

.chlg_point > p {
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    background-color: #005BAC;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.chlg_point > p::after{
    content: "";
    border-style: solid;
    border-color: transparent transparent #005BAC transparent;
    border-width: 0 35px 40px 0;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: -34px;
}

.chlg_point_item {
    padding: 30px 3% 50px 3%;
    background-color: #fff;
    border: 2px solid #005BAC;
    display: flex;
    align-items: center;
}

.chlg_point > p span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-left: 15px;
}

.chlg_point_item > li:first-child {
    width: 394px;
    margin-right: 46px;
}

.chlg_point_item > li:last-child {
    width: calc(100% - 440px);
}

.chlg_point_item > li:first-child span {
    font-size: 1.8rem;
    font-weight: 500;
    color: #005BAC;
    margin-bottom: 10px;
}

.chlg_point_item > li h3 {
    font-size: 3.4rem;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 10px;
}

.chlg_point_item > li .chlg_point_item_shikaku {
    margin-top: 5px;
}

.chlg_point_item > li .chlg_point_item_shikaku ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.chlg_point_item li .chlg_point_item_shikaku > ul > li {
    width: 49%;
    margin-top: 10px;
}

.chlg_point_item li .chlg_point_item_shikaku > ul > li p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 500;
    padding: 3px 10px 3px;
    background-color: #E3E3E3;
    border-radius: 4px;
}

.chlg_point_item ul.bl_points_list {
    margin-top: 10px;
}

.chlg_point_item ul.bl_points_list li {
    margin-top: 0;
}

/*----------------------
06
------------------------*/

.chlg_case_wrap {
    margin-top: 120px;
}

.chlg_case_wrap .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 500;
}

.chlg_case_wrap .heading span {
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 2px 10px 2px;
    border-radius: 4px;
    margin: 0 10px;
}

.chlg_case_wrap .heading span.js {
    background-color: #DE6983;
}

.chlg_case_wrap .heading span.uni {
    background-color: #1298B1;
}

.chlg_case_wrap h2 {
    font-size: 4.8rem;
    text-align: center;
}

.plus_case {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 70px;
}

.plus_case .plus_case_img {
    width: 430px;
    max-width: 43%;
}

.plus_case .plus_case_cont {
    width: 550px;
    max-width: 55%;
}

.plus_case .plus_case_cont .tit01 {
    font-size: 4.4rem;
    font-weight: 600;
    font-style: italic;
    color: #005BAC;
}

.plus_case .plus_case_cont .tit02 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}

.plus_case_cont_box {
    padding: 20px 3% 20px;
    background-color: #fff;
    border: 1px solid #707070;
    position: relative;
    margin-bottom: 20px;
}

.plus_case_cont_box dl {
    display: flex;
    column-gap: 12px;
}

.plus_case_cont_box dl dt span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    padding: 7px 18px;
    border-radius: 20px;
}

.plus_case_cont_box dl dt span.js {
    background-color: #DE6983;
}

.plus_case_cont_box dl dt span.uni {
    background-color: #1298B1;
}

.plus_case_cont_box dl dd {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.3;
}

.downward_ar01 {
    width: 14px;
    margin: 10px 0 10px 10%;
}

.plus_case.reverse {
    flex-direction: row-reverse;
}

/*----------------------
07
------------------------*/

.chlg_btmlinks01_wrap {
    background-image: linear-gradient(#de6983, #b14848);
    padding-top: 120px;
    
}

.chlg_btmlinks01_wrap > .inner {
    padding-bottom: 150px;
    position: relative;
}

.chlg_btmlinks_tit {
    font-size: 4.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}

.chlg_btmlinks_text {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 40px;
}

ul.chlg_btmlinks {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: -75px;
}

ul.chlg_btmlinks li {
    width: 525px;
    max-width: 49%;
}

ul.chlg_btmlinks li a {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    position: relative;
    padding: 15px 80px 15px 40px;
    position: relative;
}

ul.chlg_btmlinks li a img {
    width: 42px;
    margin-right: 18px;
}

ul.chlg_btmlinks li a p {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
}

ul.chlg_btmlinks li a:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/tukyo/img/chlg/chlg_btmlinks_ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: right 0.3s ease;
}

ul.chlg_btmlinks li a:hover {
    opacity: 0.9;
}

ul.chlg_btmlinks li a:hover:after {
    right: 15px;
}

.chlg_btmImage_wrap {
    background-image: url(/tukyo/img/chlg/chlg_btmlinks_bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}

.flex_end {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
}



