@charset "UTF-8";

.top_bg {
    background: url("../img/initial/bg.webp")repeat left/100%;
}

.body_remove {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

/* //////////////////////////////////// */
/* #top_kv_section */
#top_kv_section {
    width: 100%;
    height: 100vh;
    background-color: var(--pink);
    margin-top: 100px;
    z-index: 0;
    padding-top: 1px;
}

.top_kv_newslabel {
    margin: 50px 0;
    text-align: center;
    width: 100%;
    background-color: #1e293bb3;
    color: white;
    font-size: clamp(0.9rem,2vw,1.1rem);
    overflow: hidden;
    font-weight: bold;
    letter-spacing: 0.05rem;
    padding: 10px 0;
    font-family: var(--noto-sans);
}

.top_kv_newslabel a {
    z-index: 100;
}

.top_slidetext {
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_slidetext_icon{
    padding: 0.3rem 1rem;
    margin-right: 1rem;
    background-color: rgb(243, 181, 48);
    color: var(--dark-blue);
    border-radius: 2rem;
    font-size: 0.9rem;
}

/* .top_kv_flexbox {
    display: flex;
    width: 70%;
    height: 70vh;
    margin-left: 0;
    margin-top: 50px;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    position: relative;
} */

.top_kv_imgbox {
    position: relative;
    width: 100%;
    height: fit-content;
}

/* kvテキスト */
.top_kv_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.top_kv_text img {
    width: 400px;
    height: auto;
}

/* kv画像 */
.top_kv_img {
    height: 80vh;
    margin-left: 5vw;
    margin-right: 5vw;
    overflow: hidden;
    border-radius: 50px;
    display: grid;
}

.top_kv_img img {
    object-fit: cover;
    grid-area: 1/1;
    opacity: 0;
    transform: scale(1.1);
}

/* 
.top_kv_flexbox div {
    width: 100%;
    height: 100%;
}

.top_kv_flexbox div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* ふち */
/* .top_kv_disp {
    position: absolute;
    margin-top: 120px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
} */

/* .top_kv_disp_left {
    position: absolute;
    top: 0;
    left: 38vw;
    width: 10vw;
    max-width: 90px;
    min-width: 80px;
    height: 100vh;
    background: url("../img/initial/disp.svg")no-repeat center/contain;
    transform: scale(0.1);
    opacity: 0;
} */

/* .top_kv_disp_right {
    position: absolute;
    top: 0;
    right: 38vw;
    width: 10vw;
    max-width: 90px;
    min-width: 80px;
    height: 100vh;
    background: url("../img/initial/disp.svg")no-repeat center/contain;
    transform: rotate(180deg) scale(0.1);
    opacity: 0;
} */

/* テキスト */
.top_kv_textwrap {
    position: absolute;
    top: 60%;
    bottom: 40%;
    left: 70%;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
    z-index: 0;
}

/* //////////////////////////////////// */
/* #top_image_section */
#top_image_section {
    width: 100%;
    /* height: 100vh; */
    position: relative;
    /* background-color: white; */
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.top_i {
    height: calc(100vh - 102px);

}

#top_image_back {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: var(--green);
    transform-origin: center center;
    opacity: 0;
}

.top_image {
    position: absolute;
    z-index: 9;
    overflow: hidden;
}

.top_image img {
    object-fit: cover;
}

/* 画像１枚ずつの位置 */
.top_img1 {
    top: 10vh;
    left: 10vw;
    width: 50%;
    height: 20vh;
}

.top_img2 {
    top: 30vh;
    left: 5vw;
    width: 20vw;
    height: 10vh;
}

.top_img3 {
    top: 50vh;
    left: 15vw;
    width: 30%;
    height: 20vh;
}

.top_img4 {
    top: 13vh;
    right: 10vw;
    width: 10%;
    height: 20vh;
}

.top_img5 {
    top: 25vh;
    right: 18vw;
    width: 15vw;
    height: 15vw;
}

.top_img6 {
    top: 60vh;
    right: 5vw;
    width: 27%;
    height: 20vh;
}

.top_image_text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
    z-index: 10;
    font-size: 23px;
    line-height: 4vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.top_image_ftext {
    font-size: 30px;
    border-right: dotted 3px var(--dark-green);
}

.top_image_anime {
    display: inline-block;
    background-color: white;
    /* width: 2vw; */
    /* height: auto; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: fit-content;
}

/* //////////////////////////////////// */
/* top_philosofhy_section */
#top_philosofhy_section {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    z-index: 10;
    padding-top: 20vh;
    padding-bottom: 20vh;
}

/* 英字ありタイトル */
.top_sub_title p {
    font-size: clamp(55px, 11vw, 120px);
    line-height: 100px;
    color: rgba(255, 255, 255, 0.483);
    text-align: center;
    transform: scaleY(1.1);
}

.top_sub_title p span {
    font-family: 'DM Serif Display', serif;
    font-style: italic;
}

.top_sub_title h2 {
    font-weight: 500;
    color: var(--dark-blue);
    font-size: 40px;
    line-height: 100px;
    letter-spacing: 0.35rem;
    text-align: center;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 10px rgb(177, 181, 185);
}

.title_popup1,
.title_popup2,
.title_popup3,
.title_popup4,
.title_popup5 {
    display: inline-block;
    z-index: -1;
    text-align: center;
}

/* 英字ありタイトルここまで */

.top_philosofhy_text {
    width: 60%;
    text-align: center;
    margin-top: 50px;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.8;
    color: var(--dark-blue);
}

.text_highlight {
    display: inline-block;
    position: relative;
    z-index: 0;
    font-size: clamp(18px, 100vw / 20, 35px);
    white-space: nowrap;
    font-family: var(--noto);
    font-weight: 700;
    line-height: clamp(25px, 100vw / 20, 40px);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.text_highlight::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -0.2rem;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: white;
    z-index: -1;
    border-bottom: dotted 3px var(--dark-green);
}

/* 背景の動き */
.top_philosofhy_bg {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    z-index: -1;
}

.rect {
    background-color: var(--blue);
    opacity: 0.4;
}

/* //////////////////////////////////// */
/* 【５つのビジョン】top_vision_section */
#top_vision_section {
    position: relative;
    padding: 100px 0;
    z-index: 0;
    overflow: hidden;
}

#top_vision_section .top_sub_title p {
    color: var(--blue);
}

.top_vision_text {
    padding: 50px 50px 50px 15vw;
}

.top_vision_bgleft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45vw;
    background-color: #c9dcda55;
    width: 45vw;
    z-index: -1;
    border-radius: 0 50% 50% 0;
}

.top_vision_bgright {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -45vw;
    background-color: #c9dcda55;
    width: 45vw;
    z-index: -1;
    border-radius: 50% 0 0 50%;
}

.text_num {
    font-size: clamp(3rem, 10vw, 6rem);
    color: var(--blue);
    font-family: 'Libre Bodoni', serif;
    padding-right: 1rem;
    text-shadow: 0.2rem 0.1rem 0.2rem var(--dark-blue);
}


/* vision1~5 */
.vision_wrap {
    width: 80%;
    margin-top: clamp(3vh, 3vw, 15vh);
    margin-bottom: clamp(3vh, 10vw, 15vh);
    margin-left: auto;
    margin-right: auto;
}

.vision_wrap h3 {
    font-size: clamp(30px, 100vw / 20, 50px);
    margin-left: -1rem;
    font-family: var(--hina);
    color: rgb(55, 55, 55);
}

.vision_wrap h4 {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
    font-family: var(--noto);
    font-weight: 900;
    margin: 2rem 0 0.2rem 0;
    color: var(--dark-blue);
    text-shadow: 2px 2px 0px rgb(241, 241, 241);
}

.text_border {
    display: inline-block;
    position: relative;
    padding: 0.2rem;
}

.text_border_anime {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background-color: #e6e0eb;
    transform: skewX(-20deg);
    opacity: 0.7;
}

.top_vision_1 {}

.top_vision_2 {
    padding-left: 2rem;
}

.top_vision_3 {
    padding-left: 3rem;
}

.top_vision_4 {
    padding-left: 4rem;
}

.top_vision_5 {
    padding-left: 5rem;
}

/* //////////////////////////////////// */
/* 【新着情報】#top_news_section */
#top_news_section .top_sub_title {
    padding: 0 0 5vh 0;
}

#top_news_section {
    background-color: #a4a4a42a;
    padding: 20vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
}

#top_news_section ul {
    display: block;
    padding: 5vh 5%;
    width: 70vw;
}

#top_news_section li {
    /* padding: 1rem 0 0.3rem 0; */
    display: flex;
    margin-bottom: 5rem;
    padding-bottom: 0.5rem;
}

#top_news_section li:last-child {
    margin-bottom: 0;
}

.top_news_date {
    white-space: nowrap;
    margin-right: 1rem;
}
.top_news_content{
    display: flex;
    flex-direction: column;
    width: 100%;
    
    border-left: 9px solid var(--dark-green);
}
.top_news_flex_title{
    font-weight: bold;
    font-size: 1.3rem;
}

.top_news_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 1rem);
    flex-wrap: wrap;
    margin-left: 1rem;
    padding-bottom: 0.4rem;
    
    border-bottom: 1px solid var(--dark-green);
}

.top_news_flex_links{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.top_news_flex_links .btn{
    margin: 0;
    padding: 0.4rem 1.5rem 0.5rem;
}
.top_news_flex a {
    margin-top: 5px;
}
.top_news_text{
    margin-left: 1rem;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.25;
}

/* //////////////////////////////////// */
/* 【事業内容】#top_service_section */

#top_service_section .top_sub_title {
    margin: 20vh 0 5vh 0;
}

#top_service_section .top_sub_title span {
    color: #c9dcdab9;
}

#top_service_section {
    overflow: hidden;
}

.top_service_frexwrap {
    display: flex;
    /* padding: 5vh 10vw;
    padding-top: calc(5vh + 100px);
    margin-top: calc(-5vh + 100px); */
    padding: 6vh 10vw;
    padding-top: calc(6vh + 100px);
    margin-top: calc(6vh - 100px);
}

.top_service_left {
    width: 50%;
    min-width: 400px;
    height: 400px;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}

.top_service_left img {
    object-fit: cover;
}

.top_service_right {
    padding: 5vh 5vw;
    width: 50%;
}

.top_service_right h3 {
    font-family: var(--zen);
    font-weight: 500;
    color: var(--dark-blue);
    font-size: clamp(1.3rem, 6vw, 2rem);
    line-height: 2rem;
    letter-spacing: 0.2rem;
    border-left: 10px solid var(--dark-green);
    padding-left: 0.7rem;
    text-shadow: 2px 2px 4px #bec5c4;
}

.top_service_text1 {
    border-left: 2px solid var(--dark-green);
    padding-left: 1rem;
    margin: 5vh 0;
}
.top_service_text2 p{
    font-weight: bold;
}

.top_service_text2 ul {
    display: flex;
    flex-wrap: wrap;
}

.top_service_text2 li a{
    margin-top: 0.5rem;
}

.top_service_frexwrap a {
    margin: 20px 5px 5px 0;
}

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

/* クリックで開くテキスト */
.type_none {
    display: none;
}

.type_none.active {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100lvh;
    height: 100vh;
    z-index: 100;
}

.type_none.active p {
    width: 80%;
    max-width: 800px;
    height: fit-content;
    padding: 2rem;
    border-radius: 1rem;
    background-color: white;
    border: 2px solid var(--dark-blue);
}

.type_none.active span {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-family: var(--noto-sans);
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: 0.1rem;
    background-color: var(--blue);
}

/* //////////////////////////////////// */
/*【アーカイブ】 #top_archive_section */
#top_archive_section {
    opacity: 0;
    padding: 20vh 0;
    display: flex;
    justify-content: center;
    background-color: rgba(166, 166, 166, 0.549);
    border-radius: 50px;
    padding-top: calc(10vh + 100px);
    margin-top: calc(10vh - 100px + 15vh);
}

#top_archive_section ul {
    padding-top: 5vh;
}

#top_archive_section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 0.4rem 0;
    border-bottom: 1px solid black;
}

#top_archive_section ul li a {
    margin-left: 1rem;
}

/* //////////////////////////////////// */
/*レスポンシブ */
@media screen and (max-width:1120px) {

    .vision_wrap h4 {
        margin-top: clamp(0.5rem, 4vw, 2rem);
    }

    .top_service_frexwrap,
    .top_service_frexwrap.reverse {
        flex-direction: column;
        width: 100%;
        padding: 5vh 5vw;
        padding-top: calc(5vh + 100px);
        margin-top: calc(-5vh + 100px);
    }


    .top_vision_1,
    .top_vision_2,
    .top_vision_3,
    .top_vision_4,
    .top_vision_5 {
        padding-left: 0;
    }

    
#top_news_section li {
    flex-direction: column;

}
.top_news_date{
    font-size: 1rem;
}
.top_news_flex{
    flex-direction: column;
    align-items: baseline;
}

    .top_service_left,
    .top_service_right {
        width: 100%;
    }

    .top_service_left {
        height: 400px;
    }
    .top_news_flex_links{
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .top_service_frexwrap img {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    #top_kv_section {
        margin-top: 50px;
    }

    .text_highlight {
        margin-left: -1rem;
        margin-right: auto;
    }

    .top_vision_text {
        padding-left: 0;
        padding-right: 0;
    }

    .text_num {
        text-shadow: 2px 2px 2px var(--dark-blue);
    }

    .top_img1 {
        width: 65%;
    }

    .top_img2 {
        left: 3vw;
        width: 30%;
    }

    .top_img3 {
        width: 40%;
    }

    .top_img4 {
        top: 20vh;
        right: 2vw;
        width: 20%;
    }

    .top_img5 {
        top: 40vh;
        width: 30%;
    }

    .top_img6 {
        top: 65vh;
        width: 40%;
        height: 10vh;
    }
    .top_service_frexwrap,
    .top_service_frexwrap.reverse {
        padding-top: calc(5vh + 50px);
        margin-top: calc(-5vh + 50px);
    }
    #top_news_section ul {
        width: 90vw;
    }
}

@media screen and (max-width:700px) {
    #top_kv_section {
        margin-top: 0;
    }

    .top_kv_flexbox div {
        width: 100%;
    }

    .top_image_text {
        font-size: 20px;
    }

    .top_image_anime {
        padding-left: 10px;
        padding-right: 10px;
    }

    .top_i {
        height: 100vh;
    }

    .top_service_left {
        height: 200px;
    }
}

@media screen and (max-width:500px) {
    .top_kv_text {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .top_kv_text img {
        width: 80%;
    }

    .top_sub_title p {
        line-height: 50px;
    }

    .top_sub_title h2 {
        font-size: clamp(20px, 100vw / 10, 30px);
    }

    #top_philosofhy_section {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .top_service_left {
        min-width: initial;
    }
}