@charset "utf-8";
@media screen and (max-width: 640px) {
    .contents {
        overflow: hidden;
    }
}

/*==================================================================

  mainvisual

==================================================================*/

.under_lp_mainvisual {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 900;
    min-height: 656px;
}
.under_lp_mainvisual picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.under_lp_mainvisual picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.under_lp_mainvisual .inner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.under_lp_mainvisual .inner .catch {
    position: absolute;
    left: 0;
    bottom: 100px;
}
.mv_icon {
    position: absolute;
    right: 0;
    bottom: -20px;
    display: flex;
    gap: 30px;
}

@media screen and (max-width:640px) {
    .under_lp_mainvisual {
        height: calc(520 / 640 * 100vw);
        min-height: initial;
    }
    .under_lp_mainvisual .inner {
        width: 100%;
    }
    
    /* キャッチフレーズ */
    .under_lp_mainvisual .inner .catch {
        bottom: auto;
        top: 32%;
        width: 100%;
        text-align: center;
    }
    .under_lp_mainvisual .catch  img {
        width: 76vw;
        height: auto;
    }
    .mv_icon.sp {
        position: relative;
        right: auto;
        bottom: auto;
        display: flex !important;
        justify-content: center;
        gap: 4vw;
        margin-top: -20px;
    }
    .mv_icon li {
        width: 36vw;
    }
    .mv_icon li img {
        width: 100%;
        height: auto;
    }
}

/*==================================================================

  title

==================================================================*/
.ulp_tit01 {
    margin-bottom: 50px;
    text-align: center;
}
.ulp_tit01 .eng {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 6px;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-size: 90px;
    letter-spacing: 0.067em;
    line-height: 1;
    background: linear-gradient(-242deg, rgb(151,199,223) 0%, rgb(176,173,200) 50%, rgb(246,178,178) 100%, rgb(246,169,169) 100%, rgb(246,182,182) 100%, rgb(255,255,255) 100%, rgb(211,207,194) 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ulp_tit01 h2 {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.ulp_tit02 {
    margin-bottom: 18px;
    padding: 13px 20px 13px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    background: linear-gradient(-242deg, rgb(151,199,223) 0%, rgb(176,173,200) 50%, rgb(246,178,178) 100%, rgb(246,169,169) 100%, rgb(246,182,182) 100%, rgb(255,255,255) 100%, rgb(211,207,194) 100%);

}

@media screen and (max-width:640px) {
    .ulp_tit01 {
        margin-bottom: 30px;
    }
    .ulp_tit01 h2 {
        font-size: 17px;
    }
    .ulp_tit01 .eng {
        font-size: 32px;
        letter-spacing: 0;
    }
    .ulp_tit02 {
        margin-bottom: 12px;
        padding: 10px 14px 10px;
        font-size: 17px;
    }
}
/*==================================================================

  共通

==================================================================*/
.ulp_box {
    padding: 35px 50px;
    border: 8px solid #f0f0f0;
    border-radius: 30px;
}

/*==================================================================

  .ulp_philosophy

==================================================================*/
.ulp_philosophy_head {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 0;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.06em;
    text-align: center;
    background-color: #f5f5f5;
}
.ulp_philosophy_head::before,
.ulp_philosophy_head::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
    content: "";
}
.ulp_philosophy_head::before {
    top: 15px;
}
.ulp_philosophy_head::after {
    bottom: 15px;
}
.ulp_philosophy_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 60px;
}
.ulp_philosophy_text {
    width: 52%;
    font-size: 105%;
    letter-spacing: 0.1em;
}
.ulp_philosophy_text h3 {
    margin: 30px 0 30px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #9d9477;
}

@media screen and (max-width:640px) {
    .ulp_philosophy_head {
        margin-bottom: 20px;
        padding: 25px 10px;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.7;
    }
    .ulp_philosophy_head::before {
        top: 10px;
    }
    .ulp_philosophy_head::after {
        bottom: 10px;
    }
    .ulp_philosophy_flex {
        display: block;
        margin-bottom: 30px;
    }
    .ulp_philosophy_text {
        width: 100%;
    }
    .ulp_philosophy_text h3 {
        margin: 20px 0 15px;
        font-size: 20px;
        line-height: 1.7;
    }
    .ulp_box {
        margin-top: 30px;
        padding: 20px 20px;
        border: 5px solid #f0f0f0;
        border-radius: 20px;
    }
}

/*==================================================================

  .ulp_approach

==================================================================*/
.ulp_approach_list {
    display: flex;
    gap: 40px;
}
.ulp_approach_list.three {
    gap: 30px;
}
.ulp_approach_item {
    width: 580px;
    padding: 30px 40px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.06);
}
.three .ulp_approach_item {
    width: 380px;
    padding: 30px 20px 30px;
}
.ulp_approach_item figure {
    margin-bottom: 25px;
}
.ulp_approach_item h3 {
    margin: 0 0 15px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.5;
    text-align: center;
    color: #9d9477;
}

@media screen and (max-width:640px) {
    .ulp_approach_list {
        flex-direction: column;
        gap: 30px;
    }
    .ulp_approach_item {
        width: 100%;
        padding: 20px 20px 30px;
    }
    .three .ulp_approach_item {
        width: 100%;
        padding: 20px 20px 30px;
    }
    .ulp_approach_item h3 {
        margin: 0 0 12px;
        font-size: 18px;
    }
}

/*==================================================================

  .ulp_work

==================================================================*/
.ulp_work_list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 80px 0 0;
}
.ulp_work_list li {
    display: flex;
    justify-content: space-between;
    padding: 0 0 60px;
}
.ulp_work_list li:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}
.ulp_work_list li:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.ulp_work_list li figure {
    width: 540px;
}
.ulp_work_text {
    position: relative;
    z-index: 1;
    width: 600px;
    padding: 40px 0 0;
}
.ulp_work_text .ulp_tit02 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.ulp_work_text .ulp_tit02 span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    font-size: 18px;
    letter-spacing: 0;
    color: #538eab;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 640px) {
    .ulp_work_list {
        gap: 40px;
        margin: 30px 0 0;
    }
    .ulp_work_list li {
        display: block;
        padding: 0 0 30px;
    }
    .ulp_work_list li figure {
        width: 100%;
    }
    .ulp_work_text {
        width: 100%;
        padding: 20px 0 0;
    }
    .ulp_work_text .ulp_tit02 {
        display: block;
        font-size: 18px;
    }
    .ulp_work_text .ulp_tit02 span {
        margin-bottom: 5px;
        padding: 5px 5px;
        font-size: 16px;
    }
}

/*==================================================================

  .ulp_schedule

==================================================================*/
.ulp_schedule_list {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-top: 60px;
}
.ulp_schedule_list li {
    display: flex;  
    gap: 30px;
}
.ulp_schedule_cont {
    display: flex;
    gap: 40px;
}
.ulp_schedule_text {
    width: 700px;
}
.ulp_schedule_text .ulp_tit02 {
    font-size: 20px;
    background: #f6a9a9;
}
.ulp_schedule li figure {
    width: 300px;
}
.clock_tit {
    position: relative;
    width: 130px;
    text-align: center;
}

/* ライン */
.clock_tit::before,
.clock_tit::after {
    position: absolute;
    top: 90px;
    background-color: #ccc;
    content: "";
}
.clock_tit::before {
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 100%;
}
.clock_tit::after {
    left: calc(50% - 2px);
    width: 4px;
    height: calc(100% - 10px);
}
.ulp_schedule_list li:last-of-type .clock_tit::before,
.ulp_schedule_list li:last-of-type .clock_tit::after {
    display: none
}
.ulp_schedule_list + .ulp_box {
    margin-top: 60px;
}

@media screen and (max-width:640px) {
    .ulp_schedule_list {
        gap: 25px;
        margin-top: 40px;
    }
    .ulp_schedule_list li {
        display: block;  
    }
    .clock_tit {
        margin: 0 auto 50px;
    }
    .ulp_schedule_list li:last-of-type .clock_tit {
        margin: 0 auto 15px;
    }
    .clock_tit::before, .clock_tit::after {
        top: 84px;
    }
    .clock_tit::before {
        left: calc(50% - 6px);
        width: 12px;
        height: 12px;
    }
    .clock_tit::after {
        height: 34px;
    }
    .ulp_schedule_cont {
        flex-direction: column;
        gap: 15px;
    }
    .ulp_schedule_text {
        width: 100%;
    }
    .ulp_schedule_text .ulp_tit02 {
        font-size: 17px;
    }
    .ulp_schedule li figure {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .ulp_schedule_list + .ulp_box {
        margin-top: 40px;
    }
}

/*==================================================================

  .ulp_voice

==================================================================*/
.ulp_voice_list {
    display: flex;
    gap: 40px;
}
.ulp_voice_item {
    width: 580px;
    padding: 40px 40px 40px;
    background-color: rgba(248, 186, 186, 0.13);
}
.ulp_voice_item figure {
    margin-bottom: 25px;
}
.ulp_voice_item h3 {
    margin: 0 0 15px;
    padding: 10px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    background-color: #fff;
}
.ulp_voice_item h3 span {
    display: block;
    margin-bottom: 8px;
    padding: 6px 10px;
    font-size: 17px;
    line-height: 1.5;letter-spacing: 0.1em;
    color: #fff;
    background-color: #f6a9a9;
}

@media screen and (max-width:640px) {
    .ulp_voice_list {
        flex-direction: column;
        gap: 20px;
    }
    .ulp_voice_item {
        width: 100%;
        padding: 20px 20px 30px;
    }
    .ulp_voice_item h3 span {
        margin-bottom: 5px;
        padding: 5px 5px;
        font-size: 15px;
    }
    .ulp_voice_item h3 {
        margin: 0 0 12px;
        font-size: 17px;
    }
}

