@charset "UTF-8";
/*!
 * File Info: setting
 * Copyright: キッズツリーハウス 内部ページテンプレート
*/
/*
 * 定数
*/
/* ---------- CSS Variables ---------- */
:root {
    /* ================================================
* カラー
* ============================================= */
    --color-sky: #8ec5ef;
    --color-mission-bg: #f0e9d3;
    /* ================================================
* フォント
* ============================================= */
    /* ================================================
* viewport
* ============================================= */
    --content-width: 1200px;
    --content-padding: 0 0;
}

/* ================================================
   FV / HERO
   ================================================ */

/* ========== KV (Hero) ========== */
.home .kv {
    position: unset;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: var(--header-h);
}

.home .kv__image-wrap {
    position: unset;
    width: 100%;
    height: 100%;
}

.kv__image-wrap::after {
    display: none;
}

.home .kv__image-wrap img {
    position: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(0, 0);
    min-height: auto;
}

/* ================================================
   BODY
   ================================================ */

.home h1 {
    margin-top: 49px;
}
