@charset "UTF-8";

body {
    background-color: #FFFBE9;
    font-family: "Yu Mincho", "YuMincho", "serif";
    font-size: 16px;
    text-align: center;
    position: relative;
}

.site-wrapper {
    width: 100%;
    margin: 0 auto;
}

section {
    padding: 50px 0;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

.pc-none {
    display: none;
}

.introduction,
.activity {
    color: #615B4A;
}

.vision,
.system {
    background-color: #B4C6A6;
    color: #ffffff;
}

.title {
    display: block;
    width: 520px;
    height: 48px;
    color: #805028;
    margin: 0 auto 50px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid;
}

.title span {
    font-size: 40px;
}

.sub-title {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sub-title-wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto 30px;
    padding: 5px 0;
    background-color: #B4C6A6;
}

.sub-title-wrap::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 3px 3px #B4C6A6;
}

.blod-text {
    font-size: 32px;
    font-weight: bold;
}

.orange-text {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(180deg, #FFC286 0%, #FFA042 25%, rgba(255, 146, 38, 0.99) 50%, #FFA042 75%, rgba(255, 192, 130, 1.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text {
    line-height: 2;
}

.white {
    color: #ffffff;
}

.float-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    transition: 1.0s;
    visibility: visible;
    opacity: 1;


    &.is-hidden {
        visibility: hidden;
        opacity: 0;
    }
}

.float-button img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

header {
    width: 100%;
    height: auto;
    background-color: #66806A;
    display: flex;
    justify-content: space-between;
    aspect-ratio: 192 / 10;
}

.header-logo {
    display: flex;
    align-items: center;
    aspect-ratio: 6 / 1;
}

.header-logo img {
    height: auto;
    width: 100%;
    max-width: 600px;
}

.kv {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 192 / 90;
    background-image: url(../image/kv-main.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.kv-logo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-top: 2%;
    aspect-ratio: 192 / 48;
}

.kv-logo img {
    width: auto;
    height: 100%;
}

.kv ul {
    display: flex;
    justify-content: space-between;
    width: 64.5%;
    aspect-ratio: 124 / 20;
    margin: 1% auto 0;
}

.kv ul li {
    position: relative;
    height: 100%;
    aspect-ratio: 1;
}

.kv ul li:nth-of-type(1),
.kv ul li:nth-of-type(5) {
    transform: translateY(-95%);
}

.kv ul li:nth-of-type(3) {
    transform: translateY(30%);
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle img {
    width: 100%;
    height: 100%;
}

.intro-wrap li {
    margin-top: 50px;
}

.introduction p {
    margin-bottom: 20px;
}

.intro-wrap span {
    font-size: 64px;
}

.policy-wrap li {
    margin-top: 0;
    padding-bottom: 10px;
}

.policy-wrap p {
    margin-bottom: 0;
}

.staff {
    display: flex;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
}

.staff li {
    margin-top: 10px;
}

.paty-phot {
    position: relative;
}

.paty-phot::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 280px 380px 0;
    border-color: transparent #FFFBE9 transparent transparent;
}

.paty .orange-text {
    margin-top: 0;
    transform: translateX(-230px);
}

.paty .blod-text {
    width: 710px;
    transform: translateX(-180px);
}

.paty li:nth-of-type(3) {
    width: 750px;
    transform: translateX(-130px);
    line-height: 20px;
}

.paty li:nth-of-type(4) {
    width: 680px;
    transform: translateX(-60px);
    line-height: 20px;
}

.paty li:nth-of-type(5) {
    width: 600px;
    transform: translateX(20px);
    line-height: 20px;
}

.porly {
    margin-top: 50px;
}

.porly-phot {
    position: relative;
    transform: translateX(-100px);
}

.porly-phot::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 350px 250px 0 0;
    border-color: #FFFBE9 transparent transparent transparent;
}

.porly ul {
    position: relative;
    z-index: 100;
}

.porly .orange-text {
    transform: translateX(450px);
}

.porly .blod-text {
    transform: translateX(300px);
}

.porly li:nth-of-type(3) {
    width: 760px;
    line-height: 20px;
}

.porly li:nth-of-type(4) {
    width: 700px;
    line-height: 20px;
}

.porly li:nth-of-type(5) {
    width: 660px;
    line-height: 20px;
}

.vision-illust ul {
    width: 820px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding-left: 40px;
}

.tree {
    height: 250px;
    width: 160px;
    margin-top: 10px;
    background-image: url(../image/leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.tree h4 {
    padding: 50px 0 10px;
    margin-right: 20px;
}

.sun {
    width: 350px;
    height: 250px;
    border-radius: 250px / 180px;
    display: inline-block;
    background: linear-gradient(180deg, #FFC286 0%, #FFA042 25%, rgba(255, 146, 38, 0.99) 50%, #FFA042 75%, rgba(255, 192, 130, 1.00) 100%);
}

.sun p {
    margin-top: 20px;
    font-size: 36px;
    line-height: 50px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.flower {
    width: 200px;
    margin-top: 50px;
    background-image: url(../image/flower.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.flower h4 {
    padding: 20px 0 10px;
}

.earth {
    position: relative;
    margin-top: 30px;
}

.earth h4 {
    padding-bottom: 10px;
}

.challenge {
    padding: 30px 0;
}

.future-wrap {
    position: relative;
}

.future-block {
    width: 980px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}

.future-wrap h4 {
    margin-bottom: 10px;
}

.future-activity {
    width: 330px;
    height: 200px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.fes {
    background-image: url(../image/festival.png);
}

.store {
    padding-top: 40px;
    background-image: url(../image/store.png);
}

.sns {
    padding-top: 40px;
    background-image: url(../image/sns.png);
}

.sns h4 {
    width: calc(100% + 100px);
    margin: 0 -50px 10px;
}

.cafe {
    background-image: url(../image/cafe.png);
}

.community {
    position: absolute;
    background-image: url(../image/community.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.community h4 {
    width: calc(100% + 180px);
    margin: 0 -90px 10px;
}

.activity .title {
    width: 450px;
}

.carousel {
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 192 / 50;
    margin-bottom: 50px;
}

.carousel-area {
    position: absolute;
    display: flex;
    height: 100%;
    transform: translateX(11.5%);
    /*560（最初のスライドを中央にした時の左の余白幅）/4850（全体の長さ）*/
    aspect-ratio: 485 / 50
}

.carousel-list {
    max-width: 800px;
    height: auto;
    display: block;
    margin-right: 10px;
    aspect-ratio: 8 / 5;
}

.carousel-list img {
    width: 100%;
    aspect-ratio: 8 / 5;
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    border-radius: 0;
}

.arrow-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 40%;
    /*780/1920*/
    height: 16%;
    /*80/500*/
}

.btn-frame {
    position: relative;
    width: 10%;
    /*.arrow-wrapの1/10の大きさになるように*/
    height: 100%;
}

.arrow-btn {
    width: 100%;
    height: 100%;
    background-color: #FFC286;
    border: 4px solid white;
    border-radius: 50%;
    opacity: 0.75;
    transition: 0.2s;
    cursor: pointer;
}

.arrow-btn:hover {
    opacity: 1;
}

.btn-left::before {
    position: absolute;
    content: '';
    width: 30%;
    height: 30%;
    border: 4px solid white;
    border-bottom: none;
    border-right: none;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 999;
    opacity: 0.75;
    pointer-events: none;
}

.btn-right::before {
    position: absolute;
    content: '';
    width: 30%;
    height: 30%;
    border: 4px solid white;
    border-bottom: none;
    border-left: none;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 999;
    opacity: 0.75;
    pointer-events: none;
}

.calender {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
    font-size: 20px;
    color: #615B4A;
}

.calender ul li {
    position: relative;
    height: 70px;
    padding-top: 10px;
    /*下線から下線までの距離が80pxになるように*/
    line-height: 24px;
}

.calender .blod-text {
    height: 40px;
    padding-top: 40px;
    /*二つの和が.calender ul liのheighになるように*/
}

/*ここからカレンダーの枠線（疑似要素で作成）*/
/*縦線 ベースの形*/
.calender-leftLine::before,
.calender-leftLine::after,
.calender-rightLine::before,
.calender-rightLine::after {
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    content: "";
    display: block;
    height: 300px;
    width: 10px;
    transform: translateX(-50%);
    left: 50%;
    top: 10px;
}

/*３か月ごとの色分け*/
.calender-leftLine::before {
    background-color: #FFC286;
}

.calender-leftLine::after {
    top: 300px;
    height: 250px;
    background-color: #B4C6A6;
}

.calender-rightLine::before {
    top: 550px;
    background-color: #B6C1E7;
}

.calender-rightLine::after {
    top: 780px;
    height: 250px;
    background-color: #BEA896;
}

/*横線 ベースの形（各月のliの疑似要素）*/
.calender .orange-border::after,
.calender .green-border::after,
.calender .blue-border::after,
.calender .brown-border::after {
    background-color: #ffffff;
    border-radius: 5px;
    content: "";
    display: block;
    height: 5px;
    width: 300px;
    margin-top: 4px;
}

/*３か月ごとの色分け*/
.calender .orange-border::after {
    background-color: #FFC286;
}

.calender .green-border::after {
    background-color: #B4C6A6;
}

.calender .blue-border::after {
    background-color: #B6C1E7;
}

.calender .brown-border::after {
    background-color: #BEA896;
}

/*〇 ベースの形*/
.jan-text::after,
.feb-text::before,
.mar-text::after,
.apr-text::before,
.may-text::after,
.jun-text::before,
.jul-text::after,
.aug-text::before,
.sep-text::after,
.oct-text::before,
.nov-text::after,
.dec-text::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translate(50%, -90%);
    right: 0;
    top: 0;
    z-index: 1000;
}

/*偶数月の〇　位置調整*/
.feb-text::before,
.apr-text::before,
.jun-text::before,
.aug-text::before,
.oct-text::before,
.dec-text::before {
    left: 0;
    transform: translate(-50%, -90%);
}

/*３か月ごとの色分け*/
.jan-text::after,
.feb-text::before,
.mar-text::after {
    border: 1px solid #FFC286;
}

.apr-text::before,
.may-text::after,
.jun-text::before {
    border: 1px solid #B4C6A6;
}

.jul-text::after,
.aug-text::before,
.sep-text::after {
    border: 1px solid #B6C1E7;
}

.oct-text::before,
.nov-text::after,
.dec-text::before {
    border: 1px solid #BEA896;
}

.calender-background {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 20px;
    left: -35%;
    width: 1000px;
    z-index: -100;
}

.calender-background ul {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 800px;
}

.calender-background ul:nth-of-type(2) {
    transform: translateY(200px);
}

.calender-background ul li {
    display: block;
    width: 300px;
    height: 300px;
}

.activity p {
    display: block;
    margin-top: 20px;
}

.system {
    height: 700px;
}

.system-background {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 960px;
}

.system-text {
    transform: translateY(-270px);
}

.system-text li {
    margin-bottom: 20px;
}

.system-text li:nth-of-type(5),
.system-text li:nth-of-type(7) {
    margin-bottom: 50px;
}

.time-price {
    display: flex;
    justify-content: space-between;
    width: 690px;
    margin: 0 auto;
}

.target-age {
    display: flex;
    justify-content: center;
    width: 800px;
    margin: 0 auto;
}

.contact-button-wrap p {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 6px;
}

.contact-button {
    display: block;
    text-decoration: none;
    color: white;
    width: 400px;
    height: 100px;
    border-radius: 40px;
    background: linear-gradient(180deg, #FFC286 0%, #FFA042 25%, rgba(255, 146, 38, 0.99) 50%, #FFA042 75%, rgba(255, 192, 130, 1.00) 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    line-height: 3;
    transition: 0.2s;
}

.contact-button:hover {
    filter: brightness(1.2);
}

footer {
    width: 100%;
    color: #ffffff;
    background-color: #66806A;
    padding: 50px 0 10px;
}

.sns-logo {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 500px;
    margin: 0 auto 30px;
}

.sns-logo img {
    transition: 0.2s;
}

.sns-logo img:hover {
    cursor: pointer;
    opacity: 0.8;
}

.twitter {
    width: 40px;
    height: 40px;
}

.instagram {
    width: 50px;
    height: 50px;
}

.youtube {
    width: 60px;
    height: 40px;
}

footer p {
    margin-top: 20px;
}

.copyright {
    font-size: 12px;
}

@media screen and (max-width:1001px) {
    .pc-none {
        display: inline-block;
    }

    .sp-none {
        display: none;
    }

    section {
        padding: 30px 0;
    }

    .title {
        width: 270px;
        height: 28px;
        font-size: 24px;
        margin: 0 auto 30px;
        border-bottom: 2px solid;
    }

    .title span {
        font-size: 24px;
    }

    .sub-title-wrap {
        width: 350px;
        margin: 0 auto 30px;
        padding: 2px 0;
    }

    .sub-title {
        font-size: 20px;
    }

    .blod-text {
        font-size: 20px;
    }

    .orange-text {
        font-size: 24px;
    }

    .text {
        line-height: 20px;
    }

    header {
        aspect-ratio: 375 / 40;
    }

    .header-logo {
        aspect-ratio: 200 / 25;
        width: 54%;
    }

    .kv {
        aspect-ratio: 375 / 250;
        background-size: cover;
        background-position: center;
    }

    .kv-logo {
        width: 66.6%;
        /*250/375*/
        aspect-ratio: 25 / 15;
    }

    .kv ul {
        width: 95%;
        margin: 0 auto;
        aspect-ratio: 375 / 60;
    }

    .kv ul li:nth-of-type(1),
    .kv ul li:nth-of-type(5) {
        transform: translateY(-120%);
    }

    .kv ul li:nth-of-type(2) {
        transform: translateX(-15%);
    }

    .kv ul li:nth-of-type(4) {
        transform: translateX(15%);
    }

    .introduction p {
        width: 315px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .intro-wrap span {
        font-size: 36px;
    }

    .intro-wrap li {
        margin-top: 30px;
    }

    .policy-wrap .blod-text {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .policy-wrap li {
        margin-top: 30px;
        padding-bottom: 0;
    }

    .introduction .first-policy {
        width: 324px;
    }

    .introduction .third-policy {
        width: 360px;
    }

    .policy-wrap .blod-text {
        padding-bottom: 0;
    }

    .pullDown-button {
        display: block;
        margin: 10px auto 0;
        border: 2px solid #615B4A;
        border-top: none;
        border-left: none;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        transition: 0.3s ease;
    }

    .pullDown-text1,
    .pullDown-text2,
    .pullDown-text3,
    .pullDown-text4,
    .pullDown-text5,
    .pullDown-text6,
    .pullDown-text7 {
        display: none;
        /*ボタンクリックでテキストが出現*/
    }

    /*openのクラスが付いたとき（クリック時）に回転*/
    .pullDown-button.open {
        transform: rotate(225deg);
    }

    .pullDown {
        text-align: left;
    }

    .sp-staff li {
        margin-top: 10px;
    }

    .sp-staff li p {
        margin: 10px 0;
        width: 350px;
    }

    .sp-staff .js-pullDown {
        position: relative;
    }

    .sp-staff span {
        position: absolute;
        top: -8px;
        left: 300px;
    }

    .sp-staff .orange-text {
        font-size: 28px;
    }

    .short-massage {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .sp-staff img {
        height: 200px;
        width: 300px;
        object-fit: cover;
    }

    .sp-staff ul li:nth-of-type(3) {
        margin-bottom: 30px;
    }

    .sp-porly {
        margin-top: 30px;
    }

    .sun-sp {
        width: 320px;
        height: 120px;
        border-radius: 160px / 60px;
        display: inline-block;
        background: linear-gradient(180deg, #FFC286 0%, #FFA042 25%, rgba(255, 146, 38, 0.99) 50%, #FFA042 75%, rgba(255, 192, 130, 1.00) 100%);
    }

    .sun-sp p {
        margin-top: 14px;
        margin-left: 10px;
        font-size: 24px;
        line-height: 30px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .vision-illust ul {
        width: 300px;
        padding-left: 0px;
        justify-content: space-between;
    }

    .tree {
        height: 150px;
        width: 90px;
    }

    .tree div {
        width: 140px;
        transform: translate(-25px, 20px);
    }

    .tree h4 {
        padding: 0;
        margin-right: 0;
        padding-bottom: 6px;
    }

    .flower {
        width: 130px;
        margin-top: 20px;
    }

    .flower div {
        width: 150px;
        transform: translateX(-10px);
    }

    .flower h4 {
        padding: 10px 0 6px
    }

    .earth h4 {
        padding-bottom: 2px;
        /*.earth p のtranslateYとの和が10pxになるように設定*/
    }

    .earth img {
        width: 320px;
    }

    .earth p {
        display: block;
        width: 270px;
        margin: 0 auto;
        transform: translateY(8px);
        line-height: 18px;
    }

    .challenge {
        padding: 20px 0;
    }

    .future-wrap {
        position: static;
        margin: 0 auto;
    }

    .future-wrap .text {
        line-height: 22px;
    }

    .future-block {
        display: block;
        margin: 0 auto;
        width: 300px;
    }

    .future-activity {
        width: 300px;
        height: 130px;
        margin-top: 20px;
        padding-top: 20px;
        background-position: center;
        /*heighとpadding-topの和が150px*/
    }

    .community {
        position: static;
        transform: translate(0, 0);
        margin: 20px auto 0;
    }

    .store,
    .sns {
        padding-top: 30px;
    }

    .sns h4 {
        width: auto;
        margin: 0 0 10px;
    }

    .community h4 {
        width: auto;
        margin: 0 0 10px;
    }

    .activity .title {
        width: 220px;
    }

    .carousel {
        margin-bottom: 30px;
        aspect-ratio: 375 / 125;
    }

    .carousel-area {
        transform: translateX(7%);
        /*87/1215*/
        aspect-ratio: 1215 / 125;
    }

    .carousel-list {
        margin-right: 3px;
    }

    .arrow-wrap {
        width: 80%;
        /*300/375*/
        height: 25%;
        left: 49.5%;
    }

    .btn-frame {
        aspect-ratio: 1;
        width: auto;
    }

    .arrow-btn,
    .btn-left::before,
    .btn-right::before {
        border: 2px solid white;
    }

    .btn-left::before {
        border-bottom: none;
        border-right: none;
    }

    .btn-right::before {
        border-bottom: none;
        border-left: none;
    }

    .calender {
        width: 300px;
        font-size: 16px;
    }

    .calender ul li {
        height: 50px;
        padding-top: 6px;
        line-height: 20px;
    }

    .calender .blod-text {
        height: 28px;
        padding-top: 28px;
        font-size: 20px;
    }

    /*縦線微調整*/
    .calender-leftLine::before,
    .calender-leftLine::after,
    .calender-rightLine::before,
    .calender-rightLine::after {
        width: 6px;
        height: 170px;
    }

    .calender-leftLine::before {
        height: 220px;
    }

    .calender-leftLine::after {
        top: 220px;
    }

    .calender-rightLine::before {
        top: 390px;
    }

    .calender-rightLine::after {
        top: 560px;
    }

    /*横線微調整*/
    .calender .orange-border::after,
    .calender .green-border::after,
    .calender .blue-border::after,
    .calender .brown-border::after {
        width: 150px;
        height: 3px;
    }

    /*〇微調整*/
    .jan-text::after,
    .feb-text::before,
    .mar-text::after,
    .apr-text::before,
    .may-text::after,
    .jun-text::before,
    .jul-text::after,
    .aug-text::before,
    .sep-text::after,
    .oct-text::before,
    .nov-text::after,
    .dec-text::before {
        top: 4px;
        width: 15px;
        height: 15px;
    }

    .system {
        height: 510px;
    }

    .system img {
        width: 140px;
        height: 140px;
    }

    .system-background {
        width: 300px;
        justify-content: space-between;
    }

    .system-text {
        transform: translateY(-270px);
    }

    .system-text li:nth-of-type(1) {
        margin-bottom: 10px;
    }

    .time-price {
        display: block;
        width: 200px;
    }

    .target-age {
        display: block;
        width: 280px;
    }

    .time-price p:nth-of-type(1),
    .target-age p:nth-of-type(1) {
        margin-bottom: 20px;
    }

    .system-text li:nth-of-type(5),
    .system-text li:nth-of-type(7) {
        margin-bottom: 30px;
    }

    .system-text li:nth-of-type(6),
    .system-text li:nth-of-type(7) {
        font-size: 16px;
    }

    .contact-button-wrap p {
        margin-bottom: 4px;
    }

    .contact-button {
        font-size: 24px;
        width: 300px;
        height: 50px;
        line-height: 2;
    }

    .sns-logo {
        width: 250px;
    }

    .twitter,
    .instagram {
        width: 30px;
        height: 30px;
    }

    .youtube {
        width: 45px;
        height: 30px;
    }
}