@charset "utf-8";

/* pattern common
================================================== */
#tmp_main{
    background-color: #faf5f1;
    color: #151515;
}
.sec_banner img,
.sec_about img,
.sec_recruit img,
.sec_material img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
/* pattern leaf */
.pattern_lft{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pattern_lft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/site/shared/templates/morikara_top/images/bg_left.png);
    background-position-y: 260%;
    background-size: cover;
    width: 15%;
    height: 100%;
    z-index: -1;
}
/* title */
.sec_title,
.sec_subtitle{
    margin-bottom: 32px;
    padding-top: 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 1.3;
    color: #151515;
}
.sec_title.title_wh,
.sec_subtitle.title_wh{
    color: #ffffff;
}
.sec_title{
    background-position: left top;
    font-size: 243.75%;
}
.sec_subtitle{
    background-position: center top;
    font-size: 193.75%;
}

/* loading
================================================== */
.loading {
    width: 100%;
    height: 100vh;
    transition: all 1s;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 1;
    color: #151515;
    visibility: visible;
}
.loading.is_active {
    opacity: 0;
    visibility: hidden;
}
.loading_animation {
    width: 100%;
    height: 100vh;
    transition: all 1s;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color: #151515;
    visibility: hidden;
}
.loading_animation img{
    margin: 0 auto;
    width: 50%;
    height: auto;
    max-width: 683px;
}
.loading_animation.is_active {
    opacity: 1;
    visibility: visible;
}

/* mainvisual
================================================== */
.sec_mainvisual{
    display: flex;
    justify-content: flex-end;
}
.sec_mainvisual .mv_carousel{
    width: 90%;
    overflow: hidden;
}
.sec_mainvisual .splide{
    padding-bottom: 20px;
}
.sec_mainvisual .splide__track{
    border-radius: 24px 0 0 24px;
}
.sec_mainvisual .splide__slide{
    width: 100%;
    height: calc(100vh - 188px);
}
.sec_mainvisual .splide__slide > p{
    height: 100%;
}
.sec_mainvisual .splide__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.sec_mainvisual .mv_scroll{
    position: absolute;
    bottom: 72px;
    left: 4.4%;
}
.sec_mainvisual .mv_scroll > a{
    position: relative;
    display: inline-block;
    writing-mode: vertical-rl;
    padding-bottom: 53px;
    background-color: transparent;
    font-size: 68.75%;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #151515;
    text-decoration: none;
}
.sec_mainvisual .mv_scroll > a:before,
.sec_mainvisual .mv_scroll > a:after{
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color:#151515;
    color: #ffffff;
}
.sec_mainvisual .mv_scroll > a:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: circlemove 2s 4 ease-in-out, cirlemovehide 2s 4 ease-out;
}
.sec_mainvisual .mv_scroll > a:after{
    left: -1px;
    width: 1px;
    height: 40px;
}

/* news
================================================== */
.sec_news{
    padding: 63px 40px 60px 170px;
    background: #ffffff url(/site/shared/templates/morikara_top/images/nara_mark.png) no-repeat 10% center;
    background-size: 35%;
    max-width: calc((1093 / 1366) * 100%);
    border-radius: 0 24px 24px 0;
}
.sec_news .news_wrapper{
    max-width: calc((753 / 883) * 100%);
}
.sec_news .sec_title{
    background-image: url(/site/shared/templates/morikara_top/images/news_ttl_pc.png);
}
.sec_news .list_news{
    margin-bottom: 60px;
}
.sec_news .btn_default{
    display: flex;
    justify-content: flex-end;
}

/* banner
================================================== */
.sec_banner{
    margin: 0 auto;
    padding: 80px 10px 82px;
    max-width: 1220px;
}
.sec_banner .banner_img a{
    display: block;
    transition: opacity 0.2s ease-in-out;
}
.sec_banner .banner_img a:hover{
    opacity: 0.6;
}

/* about
================================================== */
.sec_about{
    padding: 163px 0 159px min(170px, calc(170 / 1366) * 100%);
}
.sec_about .about_wrapper{
    display: flex;
}
.sec_about .sec_title{
    margin-bottom: 32px;
    background-image: url(/site/shared/templates/morikara_top/images/about_ttl_pc.png);
}
.sec_about .about_intro{
    flex-shrink: 0;
    padding-right: 52px;
    width: 46.15%;
}
.sec_about .about_intro > p{
    line-height: 2;
    font-weight: bold;
}
.sec_about .about_intro > p + p{
    margin-top: 16px;
}
.sec_about .about_img{
    flex: 1 auto;
    width: 100%;
    margin-top: -5px;
    align-self: center;
}
.sec_about .about_img > p{
    position: relative;
    padding-bottom: 56.24%;
    height: 0;
}
.sec_about .about_img > p > img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px 0 0 24px;
}

/* recruit
================================================== */
.sec_recruit{
    position: relative;
    padding: 163px 0 160px;
    background: #000000 url(/site/shared/templates/morikara_top/images/recruit_bg.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff;
    z-index: 1;
}
.sec_recruit:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    color: #151515;
    pointer-events: none;
    z-index: -1;
}
.sec_recruit .recruit_wrapper{
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1104px;
    z-index: 2;
}
.sec_recruit .sec_title{
    background-image: url(/site/shared/templates/morikara_top/images/recruit_ttl_pc.png);
}
.sec_recruit .recruit_text{
    margin-bottom: 39px;
    font-size: 125%;
    line-height: 2;
    font-weight: bold;
}
.sec_recruit .btn_default a{
    margin: 0 auto;
}

/* material
================================================== */
.sec_material{
    position: relative;
    background-color: #ffffff;
    color: #151515;
    z-index: 1;
}
.sec_material .material_intro{
    position: relative;
    padding: 160px 80px 1px;
    z-index: 1;
}
.sec_material .material_intro:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #faf5f1;
    width: 57%;
    height: 100%;
    border-bottom-left-radius: 0;
    z-index: -1;
}
.sec_material .intro_wrapper{
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 163px 82px 59px;
    background: #000000 url(/site/shared/templates/morikara_top/images/contents_top_bg.jpg) no-repeat bottom;
    background-size: cover;
    border-radius: 24px;
    overflow: hidden;
    color: #ffffff;
    z-index: 2;
}
.sec_material .intro_wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    color: #151515;
    pointer-events: none;
    z-index: -1;
}
.sec_material .intro_inner{
    max-width: 50%;
}
.sec_material .intro_inner p{
    line-height: 2;
    font-weight: bold;
}
.sec_material .sec_title{
    background-image: url(/site/shared/templates/morikara_top/images/contents_ttl_pc.png);
}

/* blogs */
.sec_material .blog{
    position: relative;
    margin-bottom: 60px;
    padding: 79px min(120px, calc((120/1366) * 100%)) 60px;
    z-index: 1;
}
.sec_material .blog:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #faf5f1;
    width: 57%;
    height: 100%;
    border-radius: 24px 0 0 24px;
    z-index: -1;
}
.sec_material .blog .sec_subtitle{
    position: absolute;
    top: 62px;
    right: 120px;
    width: 100%;
    max-width: 41%;
    margin-bottom: 0;
    text-align: center;
}
.sec_material .blog .thumb_list{
    column-gap: 45px;
    align-items: flex-start;
}
.sec_material .blog .thumb_item{
    padding-top: 92px;
    padding-bottom: 92px;
    width: 21%;
	list-style: none;
}
.sec_material .blog .item_img{
    padding-bottom: 63%;
}
.sec_material .blog .thumb_large{
    padding-top: 0;
    padding-bottom: 0;
    flex: 0 0 auto;
    width: calc((100% - 42%) - 90px);
}
.sec_material .blog .thumb_large .item_cate{
    padding: 17px 20px 15px 19px;
}
.sec_material .blog .thumb_large .item_img{
    padding-bottom: 59.1%;
}
.sec_material .blog .blog_btn{
    display: flex;
    justify-content: flex-end;
    margin-top: -40px;
}
.sec_material .blog .btn_default{
    display: flex;
    justify-content: center;
    max-width: 43.4%;
    width: 100%;
}
.sec_material .blog:first-child:after{
    border-top-left-radius: 0;
}
.sec_material .blog:nth-child(even):after{
    right: auto;
    left: 0;
    border-radius: 0 24px 24px 0;
}
.sec_material .blog:nth-child(even) .sec_subtitle{
    right: auto;
    left: 120px;
    max-width: 39%;
}
.sec_material .blog:nth-child(even) .blog_btn{
    justify-content: flex-start;
}
.sec_material .blog:nth-child(even) .btn_default{
    max-width: 38.6%;
}
.sec_material .blog .thumb_item:not(.thumb_large) .item_img img{
    border-color: #ffffff;
}
.sec_material .blog .thumb_item:not(.thumb_large) .item_cate,
#tmp_material_learn .thumb_large .item_cate{
    background-color: #faf5f1;
}
.sec_material .blog:last-child{
    margin-bottom: 0;
}
#tmp_material_works .thumb_list > .thumb_item:nth-child(2),
#tmp_material_life .thumb_list > .thumb_item:nth-child(2){
    display: none;
}
#tmp_material_learn .thumb_list > .thumb_item:first-child{
    display: none;
}
/* blog - works */
#tmp_material_works .sec_subtitle{
    background-image: url(/site/shared/templates/morikara_top/images/works_ttl_pc.png);
}
/* blog - learn */
#tmp_material_learn .sec_subtitle{
    background-image: url(/site/shared/templates/morikara_top/images/learn_ttl_pc.png);
}
/* blog - life */
#tmp_material_life{
    padding-bottom: 180px;
}
#tmp_material_life .sec_subtitle{
    max-width: 38.5%;
    background-image: url(/site/shared/templates/morikara_top/images/life_ttl_pc.png);
}

/* links
================================================== */
.sec_links{
    display: flex;
    flex-flow: row wrap;
    padding: 163px 0 180px;
    background-color: #f3f3f3;
}
.sec_links .links_wrapper{
    margin: 0 auto;
    padding: 0 10px;
    width: 1044px;
}
.sec_links .sec_title{
    background-image: url(/site/shared/templates/morikara_top/images/link_ttl_pc.png);
}
.sec_links .links_list{
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.sec_links .links_list li{
    list-style: none;
    width: calc(25% - 15px);
}
.sec_links .links_list a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 5px 13px;
    height: 100%;
    border: 2px solid #999999;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.sec_links .links_list a:hover{
    text-decoration: underline;
}

/* accessibility no-js & no-splide
================================================== */
.no_javascript .loading{
    display: none;
}
.sec_mainvisual:has(.splide.no-splide) .mv_scroll,
.no_javascript .sec_mainvisual .mv_scroll{
    bottom: 10px;
}
.no_javascript .sec_mainvisual .splide{
    visibility: visible;
}
.no_javascript .sec_mainvisual .splide__track{
    overflow-y: auto;
    max-height: 778px;
}
.no_javascript .sec_mainvisual .splide__slide{
    height: 778px;
}
.no_javascript .sec_mainvisual .splide__list,
.sec_mainvisual .splide.no-splide .splide__list{
    flex-direction: column;
    gap: 20px 0;
}
.no_javascript .sec_mainvisual .splide__slide img{
    border-radius: 24px 0 0 24px;
}

/* effect animation
================================================== */
.effect {
    opacity: 0;
    visibility: hidden;
}
.no_javascript .effect {
    opacity: 1;
    visibility: visible;
}
@keyframes circlemove{
    0%{bottom:35px;}
    100%{bottom:-5px;}
}
@keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
}

