@charset "utf-8";




/* **********************************************************
	index
********************************************************** */


.sec01.index .lower_fv h1 {
    font-size: 4.2rem;
}

.sec01.index .lower_container {
    margin-top: 80px;
}


.sec01.index #section05 h3{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 50px;
}

.custom-scrollbar::-webkit-scrollbar {
    height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 5px;
}

.sec01.index #section05 .img_area {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    overflow-scrolling: touch; 
    padding-bottom: 20px;
}
.sec01.index #section05 .img_area img{
    width: 100%;
}




@media screen and (max-width: 768px) {

    .sec01.index  .lower_fv h1 {
        font-size: 2.4rem;
    }

    .sec01.index .lower_container {
        margin-top: 40px;
    }

        .sec01.index #section05 h3{
        margin-top: 25px;
    }

    .sec01.index #section05 .img_area img{
        width: auto;
        height: 195px;
        margin: auto;
    }
}



/* kv
--------------------------------------------------------------------*/
.sec01 #page_kv {
    margin-top: 35px;
}

.sec01 #page_kv .page_kv_head {
    width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.sec01 #page_kv figure {
    position: relative;
}

.sec01 #page_kv figure::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(400 / 1140 * 100%);
}

.sec01 #page_kv figure picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.sec01 #page_kv figure picture img {
    height: 100%;
    object-fit: cover;
}

.sec01 #page_kv .text_area {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    background-color: rgba(255,255,255,.6);
    width: 50%;
    line-height: 1;
}
.sec01 #page_kv .copy {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--main_color);
    margin-bottom: 20px;
    line-height: 1.6;
}

.sec01 #page_kv .term {
    margin-bottom: 10px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.sec01 #page_kv .name {
    font-weight: 700;
    font-size: 1.6rem;
}


.sec01 #page_kv .page_kv_content {
    color: #09326f;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
    font-weight: 700;
    line-height: 1.6;
}

.sec01 #page_kv .page_kv_content p {
    font-size: 1.8rem;
}

.sec01 #page_kv .page_kv_content p {
    line-height: calc(30 / 16);
}

@media screen and (max-width: 768px) {

    .sec01 #page_kv {
        margin-top: 20px;
    }
    .sec01 #page_kv .page_kv_head {
        width: calc(100% - 30px);
    }
    .sec01 #page_kv figure::before {
        padding-top: calc(320 / 690 * 100%);
    }
    .sec01 #page_kv .text_area {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
        transform: unset;
        background-color: transparent;
        padding: 15px;
        width: auto;
    }
    .sec01 #page_kv .term {
        margin-bottom: 5px;
        font-size: max(1.2rem,3.2vw);
    }
    
    .sec01 #page_kv .name {
        font-size: max(1.2rem,3.2vw);
    }

    .sec01 #page_kv .page_kv_content {
        margin-top: 15px;
        margin-bottom: 40px;
        text-align: left;
    }
    .sec01 #page_kv .page_kv_content h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .sec01 #page_kv .page_kv_content p {
        font-size: 1.4rem;
        font-weight: 400;
    }



}

/* .catch .view
--------------------------------------------------------------------*/

.sec01 .catch {
    margin-top: 50px;
    text-align: center;
}
.sec01 .catch img{
    width: auto;
    display: inline-block;
}


.sec01 .view .lower_h2 {
    margin-bottom: 30px;
}

.sec01 .view .img_area {
    max-width: 480px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {

    .sec01 .catch {
        margin-top: 25px;
    }
    .sec01 #section01 .catch img{
        max-width: 276px;
    }
    .sec01 #section03 .catch img,
    .sec01 #section04 .catch img{
        max-width: 306px;
    }

    .sec01 .view .lower_h2 {
        margin-bottom: 20px;
    }
    
    .sec01 .view .img_area {
        max-width: 360px;
    }
}

@media screen and (max-width: 520px) {
    .sec01 .view .img_area {
        max-width: 240px;
        margin: 0 auto 20px;
    }
}




/* .marker
--------------------------------------------------------------------*/
.sec01 .marker{
    background:linear-gradient(transparent 60%, #d3edfb 60%);
    font-weight: 700;
}



/* .detail_link
--------------------------------------------------------------------*/
.sec01 .detail_link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 15px 30px;
    justify-content: center;
}

.sec01 #section04 .detail_link {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
}

.sec01 .detail_btn {
    display: flex;
}
.sec01 .detail_btn:hover .detail_text{
    text-decoration: underline;
}

.sec01 .detail_label {
    margin-right: 10px;
    width: 50px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.sec01 .detail_label span {
    font-size: 1.2rem;
    line-height: 25px;
    color: #fff;
    background-color: var(--main_color);
    border-radius: 2em;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sec01 .detail_text {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .sec01 .detail_link {
        margin-top: 20px;
        justify-content: flex-start;
    }
    .sec01 #section04 .detail_link {
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}

@media screen and (max-width: 520px) {
    .sec01 .detail_link {
        flex-direction: column;
    }
}



/* .sign
--------------------------------------------------------------------*/
.sec01.index #section06 .sign{
    margin-top: 50px;
    text-align: right;
}
.sec01.index #section06 .term{
    margin-bottom: 10px;
}
.sec01.index #section06 .sign img{
    width: 175px;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .sec01.index #section06 .sign{
        margin-top: 15px;
    }
    .sec01.index #section06 .term{
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
    .sec01.index #section06 .sign img{
        width: 140px;
    }
}


/* **********************************************************
	policy
********************************************************** */

/* 経営理念
--------------------------------------------------------------------*/


.policy #section01 .list{
    margin-top: 30px;
}

.policy #section01 .item{
    display: flex;
    margin-bottom: 30px;
}
.policy #section01 .item:last-child{
    margin-bottom: 0;
}
.policy #section01 .num{
    width: 35px;
    flex-shrink: 0;
}


@media screen and (max-width: 768px) {

    .policy #section01 {
        margin-top: 25px;
    }

    .policy #section01 .list{
        margin-top: 20px;
    }
    .policy #section01 .item{
        margin-bottom: 20px;
    }

}

/* ポリシー
--------------------------------------------------------------------*/

.policy #section02 .txt_block{
    margin-top: 50px;
}
.policy #section02 .txt_block h3{
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .policy #section02 .txt_block{
        margin-top: 25px;
    }
    .policy #section02 .txt_block h3{
        margin-bottom: 15px;
    }
}