html {
    width: 100%;
    font-size: 16px;
}
body {
    width: 100%;
    position: relative;
    z-index: -5;
}
@media (min-width: 900px) {

@media (hover: hover) {
    .header-contact:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
    .header-nav_item:hover {
        transform: translateY(3px);
        box-shadow: none;
    }
}

.fix-area {
    position: fixed;
    background-color: #FFFFFF;
    width: 304px;
    height: 194px;
    border-bottom-right-radius: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
}
.fix-area_icon {
    width: 224px;
}
.fix-area_contact {
    width: 268px;
    display: inline-block;
    background: var(--accent-color, #F1A44D);
    border: 2px solid #483826
}


.sp-br {
    display: none;
}
.pc-none {
    display: none;
}

.display-flex {
    display: flex;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}
.header-circle {
    position: absolute;
    z-index: 0;
}
.header-circle::after {
    content: "";
    position: absolute;
    top: 600px;
    left: 726px;
    width: 1452px; /* 円の直径 */
    height: 1452px; /* 円の直径 */
    background-color: #fff; /* 円の色 */
    border-radius: 50%; /* 円形にするための設定 */
    transform: translate(-100%, -50%); /* 円の中央を基準に位置を調整 */
    z-index: -1;
}
.header {
    width: 100%;
    height: 720px;
    background: url(../img/kv.png) center / cover;
    padding-bottom: 62px;
    position: relative;
    z-index: -2;
    margin: 0 auto;
}
.header-logo {
    width: 320px;
    padding: 40px 18px 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-icon {
    width: 224px;
    margin-bottom: 15px;
}
.header-contact {
    padding: 6px 6px 6px 22px;
    background-color: #F1A44D;
    border-radius: 90px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 0px #C8863B;
    transition: all .3s ease;
}
.header-contact>p {
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.485;
    letter-spacing: 0.08em;
    margin-right: 12px;
}
.header-next_circle {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix-area_contact {
    box-shadow: 0px 3px 0px #483826;
}



.header-inner {
    margin: 0 40px;
}
.header-text {
    margin-top: 129px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5;
    color: #215F61;
    letter-spacing: 0.04em;    
}
.header-title_sub {
    margin-top: 32px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.485;
    letter-spacing: 0.04em;
    color: #333333;
}
.header-title_main {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.485;
    letter-spacing: 0.04em;
    color: #333333;
}
.header-invest_list {
    margin-top: 78px;
    display: flex;
}
.mr_24 {
    margin-right: 24px;
}
.ml-18 {
    margin-left: 18px;
}
.ml-39 {
    margin-left: 39px;
}
.header-invest_item {
    width: 280px;
    display: flex;
    border: solid 6px #348182;
    border-radius: 10px;
}
.header-invest_title {
    padding: 14px 19px;
    background-color: #348182;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.08em;
    color: #fff;
}
.header-invest_num {
    font-family: Arial;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
.header-invest_unit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
.header-nav {
    background-color: #67C7C9;
    padding-top: 28px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
}
.mlr-24 {
    margin: 0 24px;
}
.header-nav_item {
    display: block;
    width: 316px;
    border-radius: 158px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 3px 0px #348182;
    transition: all .3s ease;
}
.header-nav_text {
    margin-top: 14px;
    margin-bottom: 6.8px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #348182;
}
.header-nav_icon {
    width: 8px;
    height: 4px;
    margin-bottom: 9px;
}

.mv-inner_1 {
    max-width: 996px;
    width: 90%;
    margin: 0 auto;
}
.mv-inner_2 {
    width: 760px;
    margin: 0 auto;
}
.mv-title {
    width: 100%;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 96px;
    margin-bottom: 45px;
}
.mv-picture {
    width: 100%;
}
.mv-picture>img {
    width: 100%;
}
.mv-feature_list {
    margin-top: 29px;
    margin-bottom: 29px;
    display: flex;
    justify-content: space-between;
}
.mv-feature_item:last-child {
    border-right: 2px solid #348182;
}
.mv-feature_item {
    margin-top: 13px;
    margin-bottom: 13px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 33.33%;
    text-align: center;
    border-left: 2px solid #348182;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #348182;
    position: relative;
}
.mv-feature_num {
    position: absolute;
    transform: translate(-50%, 50%); /* 円の中央を基準に位置を調整 */
    z-index: -1;
    left: 50%;
    bottom: 50%;
    font-family: Arial;
    font-size: 68px;
    font-weight: 700;
    line-height: 98.6px;
    letter-spacing: 0.04em;
    color: #F3F8F9;
}


.mv-text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 42px;
}
.mv-slider_wrapper {
    display: flex;
    overflow: hidden;
    margin-bottom: 68px;
}
.mv-slider {
    display: flex;
    animation: scroll-left 60s infinite linear .5s both;
}
@keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
.mv-slider_item {
    width: 320px;
    height: 203px;
}
.mv-slider_item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv-invest_flex {
    display: flex;
    justify-content: space-between;
}
.width_1_1 {
    width: 100%;
    display: flex;
    height: 183px;
    margin-bottom: 40px;
}
.width_1_2 {
    width: 100%;
    display: flex;
    height: 124px;
    margin-bottom: 40px;
}
.width_2 {
    display: flex;
    width: 360px;
    height: 124px;
    margin-bottom: 35px;
}
.mv-invest_item {
    border: solid 6px #348182;
    border-radius: 10px;
}
.mv-invest_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #348182;
    width: 152px;
}
.mv-invest_icon {
    width: 60px;
}
.mv-invest_icon>img {
    width: 100%;
}
.mv-invest_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.08em;
    color: #fff;
}
.mv-invest_num {
    font-family: Arial;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    width: 200px;
    text-align: center;
    padding-top: 17px;
}
.mv-invest_unit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
.mv-invest_schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mv-invest_schedule {
    font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    width: 608px;
    padding-top: 0;
}
.mv-invest_unit_schedule {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.mv-invest_from {
    padding-bottom: 12px;
    width: 90%;
    border-bottom: 1px solid #34818233;
}
.mv-invest_to {
    padding-top: 12px;
    width: 90%;
}
.mv-invest_money {
    font-family: Arial;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    width: 608px;
    display: flex;
    flex-direction: column;
}
.mv-invest_money_caution {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.08em;
    text-align: right;
}
.width_3 {
    border: solid 6px #67C7C9;
    border-radius: 10px;
}
.mv-invest_title_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #67C7C9;
    width: 227px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9x;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    padding: 13px 0;
}
.mv-invest_num_3 {
    font-family: Arial;
    font-size: 45px;
    font-weight: 700;
    line-height: 106px;
    letter-spacing: 0.04em;
    height: 106px;
    text-align: center;
    align-items: center;
}
.mv-invest_num_p {
    flex-direction: column;
    align-items: center;
}
.mv-invest_calc {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-align: center;
    padding-top: 14px;
}
.mv-invest_num_calc {
    font-family: Arial;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.mv-invest_unit_1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
.mv-invest_unit_2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
.mv-invest_unit_3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-family: Rounded M+ 1p;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.mv-invest_explanation {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 58px;
}
.mv-invest_explanation_title {
    color: #215F61;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.08em;
    padding-top: 7px;
    padding-bottom: 13px;
    padding-right: 24px;
    border-right: 2px solid #348182;
    width: 161px;
    white-space: nowrap;
}
.mv-invest_explanation_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.04em;
    padding-left: 24px;
}
#schedule {
    background: repeating-linear-gradient(30deg, #FAF5EF, #FAF5EF 20px, #F8F3ED 20px, #F8F3ED 40px);
}
#schedule {
    padding-top: 240px;
    padding-bottom: 135px;
    position: relative;
}
.triangle {
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 180px solid white;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
}
.schedule-title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #F1A44DCC;
}
.schedule-title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0.08em;
    text-align: center;
}
.schedule-date {
    margin-top: 112px;
    margin-bottom: 49px;
    position: relative;
}
.schedule-date_title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34.2px;
    letter-spacing: 0.08em;
    text-align: center;
    background: #D57A13;
    color: #FFFFFF;
    border-radius: 117.5px;
    width: 234px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    position:absolute;
    transform: translate(-50%, 0%);
    top: -29px;
    left: 50%;
}
.schedule-date_text {
    background-color: white;
    padding-top: 48px;
    padding-bottom: 25px;
    max-width: 940px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    line-height: 52.2px;
    letter-spacing: 0.04em;
    border-radius: 157px;
    box-shadow: 0px 5px 0px #D57A13;
}
.schedule-unit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 30.45px;
    letter-spacing: 0.08em;
}
.schedule-from {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.08em;
    padding-left: 7px;
    padding-right: 7px;
}
.schedule-plan {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 940px;
    width: 90%;
    margin: 0 auto;
    padding: 24px 86px;
    height: 230px;
    border-radius: 157px;
    box-shadow: 0px 5px 0px #D57A13;
    margin-bottom: 40px;
}
.schedule-plan_title {
    width: 196px;
    height: 58px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34.2px;
    letter-spacing: 0.08em;
    text-align: center;
    background: #D57A13;
    color: #FFFFFF;
    border-radius: 117.5px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.schedule-plan_title_2 {
    width: 196px;
    height: 58px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    background: #D57A13;
    color: #FFFFFF;
    border-radius: 117.5px;
    padding-top: 3px;
    margin-bottom: 12px;
}
.schedule-plan_year {
    text-align: center;
    font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    line-height: 52.2px;
    letter-spacing: 0.04em;
}
.schedule-plan_date {
    text-align: center;
    font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    line-height: 52.2px;
    letter-spacing: 0.04em;
    margin-bottom: 13px;
}
.schedule-plan_next {
    margin-top: 94px;
    width: 23.53px;
    height: 50px;
}
.schedule-plan_next > img {
    width: 100%;
}
.schedule-plan_unit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 30.45px;
    letter-spacing: 0.08em;
}
.schedule-explanation {
    display: flex;
    justify-content: center;
}
.schedule-explanation_title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 45.6px;
    letter-spacing: 0.08em;
    padding-right: 24px;
    border-right: 2px solid #D57A13;
    color: #D57A13;
}
.schedule-explanation_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 45.6px;
    letter-spacing: 0.04em;
    margin-left: 24px;
}

#property {
    padding-top: 141px;
    padding-bottom: 82px;
}
.property-title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #F1A44DCC;
}
.property-title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 64px;
}
.property-flex {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}
.property-left {
    max-width: 487px;
    width: 40%;
    margin-right: 26px;
    background-image : linear-gradient(to right, #999999 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x; 
    background-position: left top;
}
.property-right{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
dl {
    display: flex;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
    letter-spacing: 0.04em;
    background-image : linear-gradient(to right, #999999 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x; 
    background-position: left bottom;
}
dt {
    width: 147px;
}
dd {
    width: 340px;
}
.property-left_title {
    padding-top: 20px;
    padding-left: 16px;
}
.property-left_text {
    padding-top: 20px;
    padding-bottom: 22px;
}
.property-image {
    max-width: 487px;
    width: 40%;
    height: 487px;
}
.property-image > img {
    object-fit: cover;
    width: 487px;
    height: 487px;
}
.property-map {
    width: 487px;
    height: 268px;
    margin-top: 24px;
    margin-bottom: 14px;
}
.property-access {
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.8px;
    letter-spacing: 0.04em;    
}

#area {
    padding-top: 141px;
    padding-bottom: 82px;
    position: relative;
}
.bg-img_red {
    position: absolute;
    top: -600px;
    z-index: -3;
}
.bg-img_blue {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -3;
}
.area-title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #348182CC;
}
.area-title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 64px;
}
.area-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 90%;
}
.area-flex {
    display: flex;
    gap: 4%;
}
.area-flex:last-child {
    margin-top: 104px;
}
.area-image {
    margin-left: calc(50% - 50vw);
    max-height: 440px;
    width: 50vw;
}
.area-image>img {
    border-radius: 0 30px 30px 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.area-text {
    max-width: 598px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.04em;
}
.area-copy {
    margin: 20px 0;
}
.area-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 45.6px;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}
.mt-8 {
    margin-top: 8px;
}
#scheme {
    margin-top: 100px;
    padding-bottom: 159px;
    background: linear-gradient(180deg, #F7F3ED 90%, #FFF 100%);
    position: relative;
}
.wave {
    position: absolute;
    top: -100px;
}
.scheme-title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #F1A44DCC;
    padding-top: 50px;
}
.scheme-title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 64px;
}
.scheme-flex {
    display: flex;
    margin-bottom: 132px;
    justify-content: center;
}
.scheme-explanation_item:last-child {
    margin-left: 22px;
}
.scheme-explanation_item {
    max-width: 520px;
    width: 50%;
    border-radius: 60px;
    box-shadow: 10px 10px 0px #D57A13;
    text-align: center;
    background-color: #fff;
}
.scheme-explanation_title {
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.08em;
    color: #D57A13;
}
.mb-71 {
    margin-bottom: 71px;
}
.mb-87 {
    margin-bottom: 87px;
}
.scheme-explanation_image {
    max-width: 460px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.scheme-explanation_image>img {
    width: 100%;
    object-fit: cover;
}
.mt-50 {
    margin-top: 50px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-88 {
    margin-top: 88px;
}
.mt-98 {
    margin-top: 98px;
}
.scheme-explanation_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0.04em;
}
.mb-96 {
    margin-bottom: 96px;
}
.mb-13 {
    margin-bottom: 13px;
}
.scheme-explanation_caution {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.8px;
    letter-spacing: 0.04em;
}
.scheme-risk {
    max-width: 838px;
    width: 90%;
    height: 695px;
    margin: 0 auto;
    border-radius: 20px;
    border: 6px solid #348182;
    background-color: #FFFFFF;
}
.scheme-risk_title {
    background-color: #348182;
    border-bottom: 6px solid #348182;
    padding-top: 12px;
    padding-bottom: 10px;
    text-align: center;
}
.scheme-risk_title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.08em;
    color: #EDF6F7;
}
.scheme-risk_title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.08em;
    color: #EDF6F7;
}
.scheme-risk_container {
    height: 566px;
    padding-right: 8px;
    padding-top: 6px;
}
.risk-copy {
    overflow-y: auto; /* スクロールを有効に */
    height: 566px;
    padding: 17px 76px 23px 90px;
}
.risk-copy::-webkit-scrollbar {
    width: 10px;
}
.risk-copy::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    border-radius: 10px;
}
.risk-copy_title {
    margin-top: 24px;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: 0.04em;
    color: #215F61;
}
.risk-copy_text {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 400;
    line-height: 26.6px;
    letter-spacing: 0.04em;
    padding-bottom: 24px;
    background-image : linear-gradient(to right, #999999 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.no-line {
    background-image : linear-gradient(to right, #fff 1px, transparent 1px);
    padding: 0;
}

footer {
    padding: 0px 0px 24px 0px;
}
.footer-container {
    max-width: 1216px;
    width: 90%;
    background-color: #483826;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 8%;
    padding-left: 8%;
    border-radius: 40px;
    margin: 0 auto;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.footer-contact_container {
    display: inline-block;
    background-color: #FCFBF9;
    max-width: 484px;
    width: 100%;
    border-radius: 110px;
    padding-top: 25px;
    padding-bottom: 24px;
    transition: all .3s ease;
}

@media (hover: hover) {
    .footer-contact_container:hover {
        opacity: 0.8;
    }
}
.footer-contact_container:first-child {
    padding-top: 23px;
    padding-bottom: 22px;
}
.footer-contact-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-image {
    width: 45px;
    height: 45px;
    margin-right: 8px;
}
.contact-image > img {
    width: 100%;
}
.mail-flex {
    margin-right: 4.5px;
    background-color: #483826;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mail-flex > img {
    width: 21px;
}
.contact-mail {
    color: #483826;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 35.64px;
    letter-spacing: 0.08em;    
}
.contact-line_1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.73px;
    letter-spacing: 0.08em;
    color: #4CC764;
}
.contact-line_2 {
    color: #483826;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.28px;
    letter-spacing: 0.08em;
}
.footer-text_1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.footer-text_2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    color: #FFFFFF;
}
.footer-text_2 a {
    color: #ffffff;
    text-decoration: underline;
}
.footer-text_3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.footer-text_4 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.footer-contact_right {
    max-width: 391px;
    width: 40%;
}
.footer-contact_left {
    max-width: 484px;
    width: 55%;
    display: flex;
    align-items: center;
}
.footer-link {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.04em;
    display: flex;
    justify-content: center; 
    text-align: center;
}
.footer-link_text {
    margin-right: 24px;
    color: #FFFFFF;
}
.footer-link_text:last-child {
    margin-right: 0;
}
.footer-copyright {
    text-align: center;
    margin-top: 24px;
    font-family: Noto Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22.8px;
    letter-spacing: 0.04em;
    color: #483826;    
}
.pb-44 {
    padding-bottom: 44px;
}
.pb-46 {
    padding-bottom: 46px;
}

.camelun {
    position: fixed;
    width: 90px;
    right: 2vw;
    bottom: 2vh;
    z-index: 2;
    transition: opacity 0.2s;
    opacity: 1;
}
.awake-camelun {
    width: 100%;
}
.sleep-camelun {
    position: fixed;
    width: 130px;
    right: 2vw;
    bottom: 2vh;
    z-index: -5;
    opacity: 0;
    transition: all 0.3s ease;
}

@media (hover: hover) {
    .sleep-camelun:hover {
        scale: 1.05;
    }
}
.sleep-camelun img {
    width: 100%;
}
.speak {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s;
    width: 120%;
}
.camelun-1 {
    top: -60%;
    left: -10%;
    opacity: 1;
}
.camelun-2 {
    top: -62%;
    left: -20%;
}
.camelun-3 {
    top: -65%;
    left: -30%;
}
.camelun-4 {
    top: -60%;
    left: -20%;
}
.camelun-5 {
    top: -60%;
}

.hidden {
    opacity: 0;
}
.appear {
    opacity: 1;
    z-index: 10;
}
.db {
    display: block;
    opacity: 1;
}
}


@media (max-width: 899px) {
.sp-none {
    display: none;
}
.fix-area {
    display: none;
}

@media (hover: hover) {
    .header-contact:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
    .header-nav_item:hover {
        transform: translateY(3px);
        box-shadow: none;
    }
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 200;
    width: 100vw;
}
.header-logo a {
    display: flex;
}
.header-icon {
    width: 30vw;
}
.header-contact {
    padding: 3px 3px 3px 12px;
    background-color: #F1A44D;
    border-radius: 90px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 0px #483826;
    transition: all .3s ease;
}
.header-contact>p {
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.485;
    letter-spacing: 0.08em;
    margin-right: 6px;
}
.header-next_circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-circle {
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.header-circle::after {
    content: "";
    position: absolute;
    width: 200vw; /* 円の直径 */
    height: 200vw; /* 円の直径 */
    background-color: #fff; /* 円の色 */
    border-radius: 50%; /* 円形にするための設定 */
    z-index: -1;
    left: -70vw;
    top: 50vh;
}
.header {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: url(../img/kv_sp.jpg) center / cover;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}
.header-nav {
    background-color: #67C7C9;
    padding-top: 28px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
}
.header-nav_item {
    display: block;
    width: 316px;
    border-radius: 158px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 3px 0px #348182;
    margin-bottom: 17px;
    transition: all .3s ease;
}
.header-nav_item:last-child {
    margin-bottom: 0;
}
.header-nav_text {
    margin-top: 14px;
    margin-bottom: 6.8px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #348182;
}
.header-nav_icon {
    width: 8px;
    height: 4px;
    margin-bottom: 9px;
}
.header-inner {
    width: 90%;
    margin: 60px auto;
    margin-top: 60vh;
}
.header-text {
    margin-top: 129px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 4.2vw;
    line-height: 1.3;
    color: #215F61;
    letter-spacing: 0.04em;    
}
.header-title_sub {
    margin-top: 32px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1.485;
    letter-spacing: 0.04em;
    color: #333333;
}
.header-title_main {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 7.7vw;
    font-weight: 700;
    line-height: 1.485;
    letter-spacing: 0.04em;
    color: #333333;
}
.header-invest_list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}
.mr_24 {
    margin-right: 24px;
}
.ml-18 {
    margin-left: 18px;
}
.ml-39 {
    margin-left: 39px;
}
.header-invest_item {
    width: 80%;
    margin: 0 auto;
    display: flex;
    border: solid 6px #348182;
    border-radius: 10px;
    margin-bottom: 20px;
}
.header-invest_title {
    width: 50%;
    background-color: #348182;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
}
.header-invest_num {
    width: 50%;
    font-family: Arial;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-align: center;
}
.header-invest_unit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
.p-title {
    padding: 0 2px;
}
.ml-39 {
    margin-left: 0;
}
.ml-18 {
    margin-left: 0;
}












.mv-inner_1 {
    max-width: 996px;
    width: 90%;
    margin: 0 auto;
}
.mv-inner_2 {
    max-width: 760px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.mv-title {
    width: 100%;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 82px;
    margin-bottom: 45px;
}
.mv-picture {
    width: 100%;
}
.mv-picture>img {
    width: 100%;
}
.mv-feature_list {
    margin-top: 29px;
    margin-bottom: 29px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mv-feature_item:last-child {
    border-bottom: 1px solid #348182;
}
.mv-feature_item {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    border-top: 1px solid #348182;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    color: #348182;
    position: relative;
}
.lh-2 {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    border-top: 1px solid #348182;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    color: #348182;
    position: relative;
}
.mv-feature_num {
    position: absolute;
    transform: translate(-50%, 50%); /* 円の中央を基準に位置を調整 */
    z-index: -1;
    left: 50%;
    bottom: 50%;
    font-family: Arial;
    font-size: 8vw;
    font-weight: 700;
    line-height: 98.6px;
    letter-spacing: 0.04em;
    color: #F3F8F9;
}


.mv-text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 42px;
}
.mv-slider_wrapper {
    display: flex;
    overflow: hidden;
    margin-bottom: 68px;
}
.mv-slider {
    display: flex;
    animation: scroll-left 60s infinite linear .5s both;
}
@keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
.mv-slider_item {
    height: 10rem;
    width: 60vw;
}
.mv-slider_item>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mv-invest_flex {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.mv-invest_flex:first-child {
    margin-bottom: 12px;
}
.width_1_1 {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.width_1_2 {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.width_2 {
    display: flex;
    max-width: 360px;
    width: 45vw;
    margin-bottom: 35px;
}
.mv-invest_item {
    border: solid 6px #348182;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.mv-invest_flex .mv-invest_item {
    margin-bottom: 0;
}
.mv-invest_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #348182;
    width: 100%;
    padding: 8px 0 12px;
}
.mv-invest_icon {
    width: 8vw;
}
.mv-invest_icon>img {
    width: 100%;
}
.mv-invest_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
}
.mv-invest_num {
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.mv-invest_unit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
.mv-invest_schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mv-invest_schedule {
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    width: 100%;
}
.mv-invest_unit_schedule {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.mv-invest_from {
    width: 90%;
    border-bottom: 1px solid #34818233;
    line-height: .7;
    padding: 8px 0;
}
.mv-invest_to {
    width: 90%;
    line-height: .7;
    padding: 8px 0;
}
.mv-invest_money {
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mv-invest_money_caution {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.08em;
    text-align: center;
}
.width_3 {
    border: solid 6px #67C7C9;
    border-radius: 10px;
    width: 100%;
}
.fdc {
    flex-direction: column;
}
.mv-invest_title_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #67C7C9;
    width: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9x;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    padding: 13px 0;
}
.mv-invest_num_3 {
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    align-items: center;
}
.ptb-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.mv-invest_num_p {
    flex-direction: column;
    align-items: center;
}
.mv-invest_calc {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-align: center;
    padding-top: 14px;
}
.mv-invest_num_calc {
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.mv-invest_unit_1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
.mv-invest_unit_2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
}
.mv-invest_unit_3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-family: Rounded M+ 1p;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.mv-invest_explanation {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mv-invest_explanation_title {
    color: #215F61;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.08em;
    padding-top: 24px;
    padding-bottom: 13px;
    margin-top: 12px;
}
.mv-invest_explanation_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.04em;
}











#schedule {
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
}
#schedule {
    background: repeating-linear-gradient(30deg, #FAF5EF, #FAF5EF 20px, #F8F3ED 20px, #F8F3ED 40px);
}
.triangle {
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 60px solid white;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
}
.schedule-title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
    color: #F1A44DCC;
}
.schedule-title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
}
.schedule-date {
    margin-top: 82px;
    margin-bottom: 49px;
    position: relative;
}
.schedule-date_title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 34.2px;
    letter-spacing: 0.08em;
    text-align: center;
    background: #D57A13;
    color: #FFFFFF;
    border-radius: 117.5px;
    width: 234px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    position:absolute;
    transform: translate(-50%, 0%);
    top: -29px;
    left: 50%;
}
.schedule-date_text {
    padding-top: 48px;
    padding-bottom: 25px;
    max-width: 940px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    border-radius: 40px;
    box-shadow: 0px 5px 0px #D57A13;
    background-color: #FFFFFF;
}
.schedule-unit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 30.45px;
    letter-spacing: 0.08em;
}
.schedule-from {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.08em;
    padding-left: 7px;
    padding-right: 7px;
}
.schedule-plan {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    max-width: 940px;
    width: 90%;
    margin: 0 auto;
    padding: 24px 86px;
    border-radius: 40px;
    box-shadow: 0px 5px 0px #D57A13;
    margin-bottom: 40px;
    background-color: #FFFFFF;
}
.schedule-plan_item {
    text-align: center;
}
.schedule-plan_title {
    width: 100%;
    height: 58px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 34.2px;
    letter-spacing: 0.08em;
    text-align: center;
    background: #D57A13;
    color: #FFFFFF;
    border-radius: 117.5px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
}
.schedule-plan_title_2 {
    width: 100%;
    height: 58px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-align: center;
    background: #D57A13;
    color: #FFFFFF;
    border-radius: 117.5px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule-plan_year {
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    display: inline-block;
}
.schedule-plan_date {
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    display: inline-block;
}
.schedule-plan_next {
    width: 23.53px;
    height: 50px;
}
.schedule-plan_next > img {
    width: 100%;
    transform: rotate(90deg);
}
.schedule-plan_unit {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 30.45px;
    letter-spacing: 0.08em;
}
.schedule-explanation {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.schedule-explanation_title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #D57A13;
}
.schedule-explanation_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
}





.sp-none {
    display: none;
}
#property {
    padding-top: 80px;
    padding-bottom: 60px;
}
.property-title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    color: #F1A44DCC;
}
.property-title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 40px;
}
.property-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}
.property-left {
    width: 100%;
    background-image : linear-gradient(to right, #999999 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x; 
    background-position: left top;
}
.property-right{
    display: flex;
    flex-direction: column;
    width: 100%;
}
dl {
    display: flex;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
    letter-spacing: 0.04em;
    background-image : linear-gradient(to right, #999999 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x; 
    background-position: left bottom;
}
dt {
    width: 30%;
}
dd {
    width: 70%;
}
.property-left_title {
    padding-top: 20px;
    padding-left: 16px;
}
.property-left_text {
    padding-top: 20px;
    padding-bottom: 22px;
}
.property-image {
    margin-bottom: 24px;
}
.property-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.property-map {
    text-align: center;
    width: 90vw;
    margin-top: 24px;
    margin-bottom: 14px;
}
.property-map>iframe {
    width: 100%;
}
.property-access {
    width: 100%;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.8px;
    letter-spacing: 0.04em;    
}





#area {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
}
.bg-img_red {
    position: absolute;
    top: -600px;
    z-index: -3;
}
.bg-img_blue {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -3;
}
.area-title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    color: #348182CC;
}
.area-title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 64px;
}
.area-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.area-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.area-flex:last-child {
    margin-top: 104px;
}
.area-image {
    max-width: 481px;
}
.area-image>img {
    width: 100%;
}
.area-text {
    max-width: 598px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.04em;
}
.area-copy {
    margin-top: 20px;
}
.area-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}
.mt-8 {
    margin-top: 8px;
}






#scheme {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 82px;
    background: linear-gradient(180deg, #F7F3ED 90%, #FFF 100%);
    position: relative;
}
.wave {
    position: absolute;
    top: -98px;
}
.scheme-title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    color: #F1A44DCC;

}
.scheme-title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 40px;
}
.scheme-flex {
    display: flex;
    margin-bottom: 132px;
    flex-direction: column;
    align-items: center;
}
.scheme-explanation_item {
    width: 90%;
    border-radius: 40px;
    box-shadow: 10px 10px 0px #D57A13;
    text-align: center;
    background-color: #fff;
    padding: 0 16px;
}
.scheme-explanation_item:last-child {
    margin-top: 40px;
}
.scheme-explanation_title {
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #D57A13;
}
.mb-71 {
    margin-bottom: 35px;
}
.mb-87 {
    margin-bottom: 43px;
}
.scheme-explanation_image {
    max-width: 460px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.scheme-explanation_image>img {
    width: 100%;
    object-fit: cover;
}
.mt-50 {
    margin-top: 50px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-88 {
    margin-top: 88px;
}
.mt-98 {
    margin-top: 49px;
}
.scheme-explanation_text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0.04em;
}
.mb-96 {
    margin-bottom: 96px;
}
.mb-13 {
    margin-bottom: 13px;
}
.scheme-explanation_caution {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.8px;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
}
.scheme-risk {
    max-width: 838px;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    border: 6px solid #348182;
    background-color: #FFFFFF;
}
.scheme-risk_title {
    background-color: #348182;
    border-bottom: 6px solid #348182;
    padding-top: 12px;
    padding-bottom: 10px;
    text-align: center;
}
.scheme-risk_title_j {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #EDF6F7;
}
.scheme-risk_title_e {
    font-family: Corporate Logo Rounded ver3, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.08em;
    color: #EDF6F7;
}
.scheme-risk_container {
    height: 566px;
    padding: 8px;
}
.risk-copy {
    overflow-y: auto; /* スクロールを有効に */
    height: 558px;
    padding: 20px 20px 24px 30px;
}
.risk-copy::-webkit-scrollbar {
    width: 10px;
}
.risk-copy::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    border-radius: 10px;
}
.risk-copy_title {
    margin-top: 24px;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 30.4px;
    letter-spacing: 0.04em;
    color: #215F61;
}
.risk-copy_title:first-child {
    margin-top: 0;
}
.risk-copy_text {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding-bottom: 24px;
    background-image : linear-gradient(to right, #999999 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.no-line {
    background-image : linear-gradient(to right, #fff 1px, transparent 1px);
    padding: 0;
}












footer {
    padding: 0 0 24px;
}
.footer-container {
    max-width: 1216px;
    width: 90%;
    background-color: #483826;
    padding:  40px 24px;
    border-radius: 40px;
    margin: 0 auto;
}
.footer-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ffffff;
}
.footer-contact_container {
    display: inline-block;
    background-color: #FCFBF9;
    width: 100%;
    border-radius: 110px;
    padding-top: 25px;
    padding-bottom: 24px;
    transition: all .3s ease;
}

@media (hover: hover) {
    .footer-contact_container:hover {
        opacity: 0.8;
    }
}
.footer-contact_container:first-child {
    padding: 12px;
}
.footer-contact-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-image {
    width: 45px;
    height: 45px;
    margin-right: 8px;
}
.contact-image > img {
    width: 100%;
}
.mail-flex {
    margin-right: 4.5px;
    background-color: #483826;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mail-flex > img {
    width: 21px;
}
.contact-mail {
    color: #483826;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 35.64px;
    letter-spacing: 0.08em;    
}
.contact-line_1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    color: #4CC764;
    text-align: start;
}
.contact-line_2 {
    color: #483826;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.28px;
    letter-spacing: 0.08em;
    text-align: start;
}
.footer-text_1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.footer-text_2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    color: #FFFFFF;
}
.footer-text_2 a {
    color: #ffffff;
    text-decoration: underline;
}
.footer-text_3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.footer-text_4 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.footer-contact_right {
    max-width: 391px;
    width: 100%;
    margin-top: 32px;
    text-align: center;
}
.footer-contact_left {
    width: 100%;
    text-align: center;
}
.footer-link {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.04em;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.footer-link_text {
    color: #FFFFFF;
    margin-bottom: 12px;
}
.footer-link_text:last-child {
    margin-bottom: 0;
}
.footer-copyright {
    text-align: center;
    margin-top: 24px;
    font-family: Noto Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 22.8px;
    letter-spacing: 0.04em;
    color: #483826;    
}
.pb-44 {
    padding-bottom: 44px;
}
.pb-46 {
    padding-bottom: 46px;
}

.camelun {
    position: fixed;
    width: 20vw;
    right: 5vw;
    bottom: 2vh;
    z-index: 10;
    transition: opacity 0.2s;
    opacity: 1;
}
.awake-camelun {
    width: 100%;
}
.sleep-camelun {
    position: fixed;
    width: 30vw;
    right: 4vw;
    bottom: 2vh;
    z-index: -5;
    opacity: 0;
    transition: all 0.3s ease;
}

@media (hover: hover) {
    .sleep-camelun:hover {
        scale: 1.05;
    }
}
.sleep-camelun img {
    width: 100%;
}
.speak {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s;
}
.camelun-1 {
    width: 25vw;
    top: -65%;
    left: -10%;
    opacity: 1;
}
.camelun-2 {
    width: 25vw;
    top: -70%;
    left: -20%;
}
.camelun-3 {
    width: 25vw;
    top: -70%;
    left: -30%;
}
.camelun-4 {
    width: 25vw;
    top: -62%;
    left: -20%;
}
.camelun-5 {
    width: 25vw;
    top: -65%;
}

.hidden {
    opacity: 0;
}
.appear {
    opacity: 1;
    z-index: 10;i
}
.db {
    display: block;
    opacity: 1;
}

}

.marker-orange {
  /* マーカーを引く 
  rgba(255, 153, 0,0.5) の部分はマーカーの色を指定しています。
　実装される際は、お好きな色、透明度をお入れ下さい。 */
background:linear-gradient(transparent 50%, #FBDDBC 50%); /* マーカーを引く */
  
/* インライン属性を指定する */
display: inline;          

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size .5s;
}
  /* マーカーが引かれる際に付与するクラス */
  .marker-orange.on {
    /* 横方向を100%にして、マーカーを引く */
    background-size: 100% 100%;
  }

.marker-blue {
    /* マーカーを引く 
    rgba(255, 153, 0,0.5) の部分はマーカーの色を指定しています。
  　実装される際は、お好きな色、透明度をお入れ下さい。 */
  background:linear-gradient(transparent 50%, #DFF3F4 50%); /* マーカーを引く */
    
  /* インライン属性を指定する */
  display: inline;          

    /* 背景の繰り返しを停止 */
    background-repeat: no-repeat;

    /* マーカーの横方向を0にして縮める */
    background-size: 0% 100%;
  
    /* マーカーが引かれる速度を指定 */
    transition:background-size .5s;
  }
    /* マーカーが引かれる際に付与するクラス */
    .marker-blue.on {
        /* 横方向を100%にして、マーカーを引く */
        background-size: 100% 100%;
      }
