@media only screen and (max-width: 768px) {
    .home_page .key {
        --height: calc(100vh - 60px);
        --max-height: min(153.33vw, 650px);
        --min-height: min(153.33vw, 650px);
        font-size: initial;
        overflow: initial;
    }
    .home_page .key .key_text .item {
        padding: 10px 15px;
        height: calc(100vh - 60px);
        max-height: min(153.33vw, 650px);
        min-height: min(153.33vw, 650px);
        --mask: url(../images/idx-main-mask01-sp.png);
        mask-image: var(--mask);
        -webkit-mask-image: var(--mask);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
        mask-position: center;
        -webkit-mask-position: center;
    }
    .index0-img img {
        width: 100%;
        height: 280px;
        border-radius: 15px;
        object-fit: cover;
        object-position: top;
    }
    .home_page .key .inner {
        padding: 0;
    }
    .home_page .key .catch {
        padding-top: min(13.87vw, 52px);
        padding-bottom: 5em;
    }
    .home_page .key .catch .title {
        font-size: min(6.67vw, 28px);
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }
    .home_page .key .catch>p {
        font-size: min(4.27vw, 18px);
        line-height: 1.5em;
    }
    .home_page .key .box-news {
        left: 0;
        transform: none;
        width: calc(100% - min(8vw, 30px));
        right: 0;
        margin: 0 auto;
        flex-direction: column;
        height: auto;
        padding: 15px min(4vw, 15px) 14px;
        max-width: 500px;
        bottom: 53px;
    }
    .home_page .key .box-news>.ttl {
        font-size: min(4.8vw, 18px);
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 9px;
        margin-bottom: 6px;
        border-bottom: 1px solid #e2d6bc;
        width: 100%;
        line-height: 1em;
    }
    .home_page .key .box-news>.ttl:after {
        display: none;
    }
    .home_page .key .box-news ul {
        width: 100%;
        max-width: 100%;
    }
    .home_page .key .box-news ul li a .date {
        font-size: 12.5px;
    }
    .home_page .key .box-news ul li a .ttl {
        font-size: min(3.73vw, 15px);
    }
    .home_page .key .box-news .btn-news a {
        font-size: 10.5px;
        min-width: 100px;
        min-height: 35px;
        border-radius: 30px;
        top: -17px;
        right: 15px;
    }
    .home_page .key .idx-scroll a {
        bottom: -20px;
        font-size: 13px;
    }
    .home_page .key .idx-scroll a:before {
        width: 7px;
        height: 37px;
        top: -33px;
        background: url(../images/idx-ico-scroll.svg) no-repeat center;
        background-size: 100% 100%;
    }
	.index01-list li:last-child, .index01-list li:nth-child(7) {
    width: 100%;
    margin-top: 0;
}
	.cnt-fx02{
		flex-direction:column;
	}
	.cnt-fx02 .ttl-cnt {
    font-size: 1.125em;
    color: var(--clr2);
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 2px dotted #e2d6bc;
		border-right:0;
    padding-bottom: 0.2em;
    margin-bottom: 0.8em;
}
}

@media only screen and (max-width: 640px) {
    .home_page .key {
        font-size: 1.5vmin;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .home_page .key {
        font-size: 1.5vmin;
    }
}

@media only screen and (max-width: 768px) {
    .home_page h3 {
        margin-bottom: 30px;
        font-size: calc(var(--ttl_size) - 2px);
    }
    .home_page h2 {
        font-size: min(7.47vw, 30px);
        line-height: 1.35em;
    }
}

@media only screen and (max-width: 768px) {
    .index0 {
        padding: 76px 0px 60px;
    }
    .index0-fx {
        flex-direction: column;
    }
    .index0-fx .box-cnt {
        margin-right: 0;
    }
    .index0-fx .box-cnt h2 {
        text-align: center;
        background: url(../images/index0-hr-sp.png) no-repeat bottom center;
        background-size: 100% 3px;
        padding-bottom: 17px;
        margin-bottom: 10px;
    }
    .index0-fx .box-cnt .txt {
        text-align: center;
    }
    .index0-fx .box-cnt .txt>p {
        line-height: 2.2em;
        font-size: min(4.27vw, 16px);
        letter-spacing: 0.1em;
    }
    .index0-fx .box-img {
        margin-top: 14px;
    }
    .index0-fx .box-img:before {
        right: -20px;
        bottom: -18px;
        background: url(../images/index0-ico01.svg) no-repeat center;
        background-size: 100% auto;
        width: 46px;
        height: 46px;
    }
    .index0-fx .box-img .img img {
        height: min(48vw, 250px);
        width: 100%;
        object-fit: cover;
    }
    .index0 .inner_sm {
        padding: 0 min(5.33vw, 20px);
    }
    .index0 .inner_big {
        padding: 0;
    }
    .index0-frame {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        margin-top: 72px;
    }
    .index0-frame:before {
        content: "";
        position: absolute;
        right: 8px;
        top: 141px;
        background: url(../images/index0-ico01-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: 90px;
        height: 84px;
        z-index: 1;
    }
    .index0-frame>.ttl {
        font-size: min(6.4vw, 24px);
        margin-bottom: -7px;
    }
    .index0-frame .txt>p {
        text-align: center;
        font-size: min(4.8vw, 18px);
        line-height: 1.5em;
    }
    .index0-bg {
        width: calc(100% - 20px);
        margin: 0 auto;
        margin-top: 26px;
        flex-direction: column;
        max-width: 500px;
        padding: 20px 20px 2px;
    }
    .index0-img {
        order: 1;
        margin-bottom: 21px;
        position: relative;
        z-index: 1;
    }
    .index0-img .img img {
        height: 280px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
    .index0-cnt {
        order: 2;
        width: 100%;
    }
    .index0-cnt .box-item {
        padding-bottom: 18px;
        background: url(../images/index0-hr-sp.png) no-repeat bottom center;
        background-size: 100% 3px;
        margin-bottom: 24px;
    }
    .index0-cnt .box-item .ttl02 {
        font-size: min(4.8vw, 18px);
        margin-bottom: 14px;
    }
    .index0-cnt .box-item .txt-list>p {
        font-size: min(3.73vw, 15px);
        display: flex;
        line-height: 1.5em;
        letter-spacing: 0;
    }
    .index0-cnt .box-item:nth-child(2) {
        padding-bottom: 17px;
        margin-bottom: 23px;
    }
    .index0-cnt .box-item:nth-child(2) .index0-list li {
        flex-direction: column;
    }
    .index0-cnt .box-item:nth-child(2) .index0-list li .txt-stt {
        margin-bottom: 5px;
    }
    .index0-cnt .box-item:nth-child(2) .index0-list li .stt {
        margin-right: 0;
        padding: 2px 13px;
        width: fit-content;
    }
    .index0-cnt .box-item:nth-child(2) .txt-list p {
        font-size: min(4.27vw, 16px);
        margin-bottom: 0.4666666667em;
        letter-spacing: 0.1em;
    }
    .index0-cnt .box-item:nth-child(2) .txt-list p:last-child {
        display: flex;
        font-size: min(3.73vw, 15px);
        margin-top: 10px;
    }
    .index0-list {
        margin-bottom: 12px;
    }
    .index0-list li .stt,
    .index0-list li .txt-stt {
        font-size: min(4.27vw, 16px);
    }
    .idx-btn a {
        font-size: min(3.73vw, 15px);
        min-width: 267px;
        min-height: min(13.33vw, 56px);
        padding-right: 35px;
        padding-left: 15px;
    }
    .idx-btn a:before {
        width: min(5.33vw, 20px);
        height: min(5.33vw, 20px);
    }
    .index01 {
        margin-top: -56px;
        padding-bottom: 153px;
    }
    .index01:before {
        content: "";
        position: absolute;
        top: max(-6.4vw, -24px);
        left: 50%;
        transform: translate(-50%);
        background: url(../images/index01-bg-sp.png) no-repeat top center;
        background-size: 100% auto;
        width: 100%;
        height: min(12.8vw, 48px);
    }
    .index01 h2 {
        text-align: left;
        padding: 0 10px;
        margin-bottom: 44px;
        position: relative;
        z-index: 2;
    }
    .index01 .inner_sm {
        padding: 0 10px;
    }
    .index01 .idx-btn.st2 {
        margin-top: 0;
        margin: 0 auto;
        max-width: min(49.87vw, 210px);
        width: 100%;
    }
    .index01 .idx-btn.st2 a {
        line-height: 1.4em;
        min-width: min(49.87vw, 210px);
        width: 100%;
        padding-left: 15px;
        left: 0;
    }
    .index01-list {
        display: flex;
    }
    .index01-list:before {
        content: "";
        position: absolute;
        right: -38px;
        top: -213px;
        background: url(../images/index01-ico01-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 212px;
        height: 292px;
        z-index: -1;
    }
    .index01-list:after {
        content: "";
        position: absolute;
        left: -105px;
        bottom: -177px;
        background: url(../images/index01-ico02-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: 282px;
        height: 282px;
        z-index: -1;
    }
    .index01-list li {
        width: calc(50% - 5px);
        margin-right: 10px;
        padding: 0 min(2.67vw, 10px) 45px;
        margin-bottom: 41px;
		height: auto;
    }
    .index01-list li:nth-child(3n) {
        margin-right: 10px;
        padding: 0 min(2.67vw, 10px) 41px;
    }
    .index01-list li:nth-child(3n) .cnt {
        padding: 7px min(2.67vw, 10px) 30px;
    }
    .index01-list li:nth-child(2n) {
        margin-right: 0;
        padding: 0 min(2.67vw, 10px) 35px;
    }
    .index01-list li:nth-child(2n) .cnt {
        padding-bottom: 52px;
    }
    .index01-list li:nth-child(2n) .cnt .idx-btn a {
        padding: 10px 16px;
        line-height: 1.2em;
    }
    .index01-list li:nth-child(4) {
        padding: 0 min(2.67vw, 10px) 38px;
    }
    .index01-list li:nth-child(4)>.ttl {
        padding: 8px min(2.67vw, 10px);
    }
    .index01-list li:nth-child(4) .cnt {
        max-height: 100%;
        padding: 7px min(2.67vw, 10px) 58px;
    }
    /*.index01-list li:nth-child(5) .cnt {
        padding-bottom: 114px;
    }*/
    .index01-list li:nth-child(5) .cnt .idx-btn a {
        bottom: -28px;
    }
    .index01-list li:nth-child(6) .cnt {
        padding-bottom: 33px;
        margin-bottom: 36px;
    }
    .index01-list li:nth-child(6) .cnt:last-child {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 34px;
    }
    .index01-list li:nth-child(6) .cnt .idx-btn a {
        padding: 8px 16px;
        bottom: -22px;
    }
    .index01-list li:nth-child(6) .cnt-list.st2 {
        flex-direction: row;
    }
    .index01-list li:nth-child(6) .cnt-list.st2 .txt {
        width: 35% !important;
        letter-spacing: 0;
    }
    .index01-list li:nth-child(6) .cnt-list.st2 .txt:first-child {
        width: 65% !important;
        letter-spacing: 0.08em;
    }
    .index01-list li:nth-child(6) .cnt-list.st2 .txt:nth-child(2) {
        width: 100% !important;
        letter-spacing: 0.08em;
    }
    .index01-list li:last-child {
        margin-top: -2px;
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
        margin-bottom: 29px;
    }
    .index01-list li:last-child .cnt-fx {
        flex-wrap: wrap;
    }
    .index01-list li:last-child .cnt-fx .cnt {
        padding: 10px min(2.67vw, 10px) 30px;
        width: calc(50% - 5px);
        margin-bottom: 42px;
    }
    .index01-list li:last-child .cnt-fx .cnt:nth-child(2n) {
        margin-right: 0;
    }
    .index01-list li:last-child .cnt-fx .cnt .idx-btn a {
        border-radius: 35px;
        width: calc(100% - 20px) !important;
        font-size: min(3.73vw, 15px);
    }
    .index01-list li>.ttl {
        font-size: min(4.8vw, 16px);
        padding: 8px min(3.47vw, 13px);
        border-radius: 30px;
        line-height: 1em;
        top: -22px;
        margin-bottom: -13px;
    }
    .index01-list li .cnt {
        padding: 7px min(2.67vw, 10px) 92px;
        border-radius: 5px;
    }
    .index01-list li .cnt .ttl02 {
        font-size: min(3.73vw, 15px);
        padding-bottom: 7px;
        background: url(../images/index01-hr-sp.png) no-repeat bottom center;
        background-size: 100% 3px;
        margin-bottom: 12px;
        line-height: 1.5em;
    }
    .index01-list li .cnt .idx-btn a {
        width: calc(100% - 10px) !important;
        font-size: min(3.73vw, 15px);
        padding: 5px min(8vw, 30px) 5px min(4.27vw, 16px);
        max-width: 250px !important;
        left: 0;
        border-radius: 35px;
        line-height: 1.3em;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .index01-list li .cnt .idx-btn a span {
        font-size: min(3.2vw, 14px);
    }
    .index01-list li .cnt-list.st2 {
        flex-direction: column;
    }
    .index01-list li .cnt-list.st2 .txt {
        width: 100% !important;
        margin-bottom: 6.5px;
    }
    .index01-list li .cnt-list.st2 .txt:nth-child(1) {
        order: 1;
    }
    .index01-list li .cnt-list.st2 .txt:nth-child(2) {
        order: 3;
    }
    .index01-list li .cnt-list.st2 .txt:nth-child(3) {
        order: 2;
    }
    .index01-list li .cnt-list.st2 .txt:nth-child(4) {
        order: 4;
    }
    .index01-list li .cnt-list.st2 .idx-btn.st1 {
        order: 5;
    }
    .index01-list li .cnt-list.st2 .idx-btn {
        order: 6;
    }
    .index01-list li .cnt-list .txt {
        font-size: min(3.2vw, 14px);
        padding-left: 10px;
        margin-bottom: 6px;
    }
    .index02 {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(../images/index02-bg-sp.png) no-repeat center;
        background-size: cover;
    }
    .index02 .inner_big {
        padding: 0 20px;
    }
    .index02-frame {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        flex-direction: column;
        padding: 30px min(6.67vw, 25px) 22px;
    }
    .index02-frame .box-cnt {
        margin-right: 0;
        width: 100%;
        padding-right: 0;
        padding-bottom: 22px;
        margin-bottom: 28px;
    }
    .index02-frame .box-cnt:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .index02-frame .box-cnt:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: initial;
        margin: 0 auto;
        background: url(../images/index02-hr-sp.png) no-repeat bottom center;
        background-size: 100% 3px;
        width: 100%;
        height: 3px;
    }
    .index02-frame .box-cnt .ttl {
        font-size: min(4.8vw, 18px);
        padding: 4px 18px 5px 18px;
        margin-bottom: 12px;
    }
    .index02-frame .box-cnt .txt>p {
        font-size: min(4.27vw, 16px);
    }
    .index03 {
        padding-top: 64px;
        padding-bottom: 100px;
    }
    .index03 .inner_big {
        padding: 0 20px;
    }
    .index03 .inner_big:before {
        right: -4px;
        top: -62px;
        width: 114px;
        height: 119%;
        background: url(../images/index03-bg01-sp.svg) no-repeat center;
        background-size: 100% auto;
    }
    .index03 .inner_big h2 {
        margin-bottom: 33px;
    }
    .index03 .inner_big h2:before {
        content: "";
        position: absolute;
        right: -63px;
        top: -33px;
        background: url(../images/index03-ico01-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: 188px;
        height: 94px;
    }
    .index03-slider .item {
        width: min(84vw, 400px);
        padding: 25px min(6.67vw, 25px) 21px;
        flex-direction: column;
        margin-right: 20px;
    }
    .index03-slider .item .img {
        margin-right: 0;
    }
    .index03-slider .item .img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .index03-slider .item .box-cnt {
        padding-top: 18px;
    }
    .index03-slider .item .box-cnt h3 {
        font-size: min(5.33vw, 22px);
        line-height: 1.5em;
        background: url(../images/index03-hr-sp.png) no-repeat bottom center;
        background-size: 100% 3px;
        margin-bottom: 10px;
    }
    .index03-slider .item .box-cnt .txt>p {
        font-size: 16px;
    }
    .index03-nav {
        flex-wrap: wrap;
        margin-top: 30px;
        position: relative;
    }
    .index03-nav .slick-arrow {
        width: min(12.8vw, 48px);
        height: min(12.8vw, 48px);
    }
    .index03-nav .slick-prev {
        margin-right: min(5.33vw, 20px);
    }
    .index03-nav .idx-btn {
        margin: 0 auto;
        margin-top: 30px;
    }
    .index03-nav .idx-btn a {
        min-width: min(49.87vw, 210px);
        min-height: min(13.33vw, 56px);
        font-size: min(3.73vw, 15px);
        border-radius: 35px;
        line-height: 1.35em;
        margin: 0 auto;
        padding-left: 16px;
    }
    .index03-arrow {
        margin-right: min(5.33vw, 20px);
    }
    .index03-dots {
        width: calc(100% - min(38.27vw, 138px));
        margin-right: 0;
        height: 6px;
    }
    .index03-dots ul li {
        height: 6px;
    }
    .index03-dots ul li button {
        height: 6px;
        bottom: 1px;
        border-radius: 3px;
    }
    .index03-dots ul li.slick-active button {
        width: 100%;
        height: 6px;
    }
    .index04 {
        padding-top: 2.5em;
        padding-bottom: 70px;
    }
    .index04:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: max(-8vw, -30px);
        background: url(../images/index04-bg-sp.png) no-repeat top center;
        background-size: 100% auto;
        width: 100%;
        height: min(16.53vw, 62px);
    }
    .index04 h2 {
        font-weight: 600;
        margin-bottom: 33px;
    }
    .index04 .inner_sm {
        padding: 0 20px;
    }
    .index04 .box-img {
        margin-bottom: 85px;
        max-width: 100%;
    }
    .index04 .box-img:before {
        content: "";
        position: absolute;
        left: -9px;
        top: -66px;
        background: url(../images/index04-ico01-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: 104px;
        height: 89px;
        z-index: 1;
    }
    .index04 .box-img:after {
        content: "";
        position: absolute;
        right: -58px;
        top: -119px;
        background: url(../images/index04-ico02-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: 104px;
        height: 190px;
        z-index: 1;
    }
    .index04 .box-img .img {
        width: 100%;
        height: min(66.67vw, 350px);
        margin: 0 auto;
        --mask: url(../images/index04-mask01-sp.png);
        mask-image: var(--mask);
        -webkit-mask-image: var(--mask);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
        mask-position: center;
    }
    .index04 .box-img .img img {
        height: min(66.67vw, 350px);
        width: 100%;
        object-fit: cover;
    }
    .index04 .box-img .box-name {
        left: min(10.67vw, 40px);
        bottom: -58px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .index04 .box-img .box-name:last-child {
        right: min(10.67vw, 40px);
    }
    .index04 .box-img .box-name .sub-name {
        font-size: min(3.73vw, 15px);
    }
    .index04 .box-img .box-name .name {
        font-size: min(5.87vw, 22px);
    }
    .index04 .box-img .box-name .sub-name02 {
        font-size: min(3.2vw, 14px);
    }
    .index04 h3 {
        font-size: min(5.33vw, 20px);
        background: url(../images/index04-hr-sp.png) no-repeat bottom center;
        background-size: 100% 3px;
        padding-bottom: 15px;
        margin-bottom: 11px;
        max-width: 100%;
        position: relative;
    }
    .index04 h3:beforE {
        content: "";
        position: absolute;
        left: -40px;
        top: -70px;
        background: url(../images/index04-ico03-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: 43px;
        height: 40px;
    }
    .index04 .fx-txt {
        flex-direction: column;
        margin-bottom: 22px;
    }
    .index04 .fx-txt .txt {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0 !important;
    }
    .index04 .fx-txt .txt:last-child {
        margin-bottom: 0;
    }
    .index04 .fx-txt .txt>p {
        font-size: 16px;
    }
    .index04 .idx-btn a {
        min-width: 157px;
        min-height: min(13.33vw, 56px);
    }
    .index07 {
        padding: 60px 0px 55px;
    }
    .index07 .content {
        flex-direction: column;
        align-items: center;
    }
    .index07 .content .box {
        margin-bottom: 5px;
        width: 100%;
        padding: 40px 5%;
        max-width: 680px;
    }
    .index07 .content .btn-group {
        max-width: 150px;
        width: 44%;
    }
    .index07 .content li {
        max-width: 100%;
    }
    .index07 .content li a {
        padding: 20px 0;
    }
    .index07 .content li a .date {
        width: 7em;
    }
    .index07 .content li a .title {
        width: calc(100% - 7em);
    }
}

@media only screen and (max-width: 320px) {
    .index01-list li:nth-child(6) .cnt-list.st2 .txt {
        width: 100% !important;
        letter-spacing: 0;
    }
    .index01-list li .cnt .idx-btn a span {
        font-size: 9px;
    }
    .index01-list li .cnt .idx-btn a {
        font-size: 11px !important;
    }
    .index01-list li>.ttl {
        font-size: min(4.6vw, 16px);
    }
    .home_page .key .catch {
        padding-top: 0;
    }
}


/*# sourceMappingURL=index_sp.css.map */