.home_page .key {
    --height: 58vw;
    --min-height: 650px;
    --max-height: 720px;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    font-size: 10px;
}
@media only screen and (min-width: 1921px) {
    .home_page .key {
        max-width: 1920px;
        margin: 0 auto;
    }
}
.home_page .key .key_text {
    background-image: url(../images/key_mv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    mask-image: url(../images/key_mask.svg);
    mask-position: right bottom;
    mask-repeat: no-repeat;
    mask-size: auto 100%;
}
@media only screen and (min-width: 1281px) {
    .home_page .key .key_text {
        background-position: top 14% center;
    }
}
.home_page .key .key_text .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 34px;
}
.home_page .key .key_text .inner {
    max-width: 1160px;
    width: 100%;
}
.home_page .key .catch {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-right: auto;
}
.home_page .key .catch .title {
    font-size: 5.2em;
    letter-spacing: 0.15em;
    font-family: var(--f-jp);
    line-height: 1.577;
    margin-bottom: 0.2692em;
}
.home_page .key .catch .sub {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    font-family: var(--f-zennew);
}
.home_page .key .key_box {
    font-size: min(10px, 0.9vw);
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin-top: 6.3em;
}
.home_page .key .key_box .box {
    display: flex;
    align-items: center;
    margin-right: 2.6em;
    position: relative;
}
.home_page .key .key_box .box:last-child {
    margin-right: 0;
}
.home_page .key .key_box p {
    line-height: 1;
    font-family: var(--f-jp);
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.home_page .key .key_box .num {
    font-weight: 500;
    font-size: 2.6em;
    padding-right: 0.8076em;
    margin-right: 0.76923em;
    position: relative;
}
.home_page .key .key_box .num:before {
    position: absolute;
    content: "";
    top: calc(50% - 1.11538em);
    right: 0;
    background-color: #fff;
    width: 1px;
    height: 2.3076923077em;
}
.home_page .key .key_box .text {
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.5;
}
.home_page .key .key_box .text span {
    letter-spacing: 0;
    margin-left: -0.27778em;
    margin-right: -0.16667em;
}
.home_page .topic_path {
    display: none;
}
.home_page h2 {
    position: relative;
    margin-bottom: 35px;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: calc(var(--ttl_size) + 14px);
    font-weight: 500;
    letter-spacing: 0.15em;
}
.home_page h2 .en {
    color: var(--main-color);
    font-weight: 500;
    text-transform: uppercase;
}
.home_page h2.white {
    color: #fff;
}
.home_page h2.white .en {
    color: #fff;
}
.home_page h3 {
    font-size: 10px;
    color: var(--main-color);
}
.home_page h3 span {
    display: block;
}
.home_page h3 .en {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    font-weight: 400;
    position: relative;
    padding-left: 2.222222em;
}
.home_page h3 .en:before {
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 0;
    height: 1px;
    width: 1.6666666667em;
}
.home_page h3 .jp {
    font-weight: 500;
    font-size: 3.8em;
    letter-spacing: 0.15em;
    font-family: var(--f-jp);
    padding-top: 0.18421em;
}
.home_page h3.white span {
    color: #fff !important;
}
.home_page h3.white .en:before {
    background-color: #efd3d8;
}
.home_page h3 .dot {
    display: inline-block;
    margin-left: -0.2631em;
    margin-right: -0.2631em;
}
@media only screen and (min-width: 1201px) {
    .home_page .key .key_box .box:nth-child(2) {
        right: -4px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) and (max-height: 670px) {
    .home_page .key {
        --height: 100vh;
        --min-height: unset;
        --max-height: unset;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .home_page .key .catch {
        font-size: 8px;
    }
}
section {
    background-size: cover;
    background-repeat: no-repeat;
}
.idx02 {
    position: relative;
    padding-top: 114px;
    padding-bottom: 70px;
    z-index: 1;
}
.idx02:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 403px;
    background-image: url(../images/idx02_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.idx02 .inner_big {
    max-width: 1100px;
}
.idx02_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 63px;
}
.idx02 .box {
    width: 25%;
    max-width: 270px;
    height: 236px;
    background-color: #fff;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
    .idx02 .box:nth-child(-n + 4) {
        border-top: 1px solid #dfdfdf;
    }
    .idx02 .box:nth-child(4n) {
        border-right: 1px solid #dfdfdf;
    }
    .idx02 .box:last-child {
        border-right: 1px solid #dfdfdf;
    }
    .idx02 .box:hover {
        background-color: var(--main-color);
    }
    .idx02 .box:hover .ttl {
        color: #fff;
    }
    .idx02 .box:hover .viewmore a {
        color: #fff;
    }
    .idx02 .box:hover .viewmore a:after {
        background-color: #fff;
    }
    .idx02 .box:hover picture {
        filter: brightness(0) invert(1);
    }
}
.idx02 picture {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.idx02 .ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: var(--main-color);
    margin-top: 6px;
    margin-bottom: 9px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.idx02 .viewmore {
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    margin-bottom: 0;
}
.idx02 .viewmore a {
    font-family: var(--f-en);
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 1.7em;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--main-color);
    position: relative;
    padding-bottom: 8px;
    padding-right: 27px;
    transition: all 0.3s;
}
.idx02 .viewmore a:after,
.idx02 .viewmore a:before {
    position: absolute;
    content: "";
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.idx02 .viewmore a:before {
    background-image: url(../images/idx02_arr.png);
    width: 18px;
    height: 18px;
    top: 3px;
    right: 0;
}
.idx02 .viewmore a:after {
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
}
@media only screen and (min-width: 769px) {
    .idx02 .ttl {
        font-size: min(20px, 2.1vw);
    }
}
@media only screen and (min-width: 1201px) {
    .idx02 .box {
        padding-bottom: 13px;
    }
}
.idx03 {
    padding-bottom: 120px;
}
.idx03 .inner_big {
    max-width: 1100px;
}
.idx03 h3 .en {
    color: #d6909d;
}
.idx03 h3 .en:before {
    background-color: #efd3d8;
}
.idx03 h3 {
    margin-bottom: 24px;
    margin-top: 47px;
}
.idx03 .txt {
    letter-spacing: 0.12em;
    line-height: 1.875;
}
.idx03_content {
    position: relative;
    z-index: 1;
}
.idx03_content:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 113px;
    right: 160px;
    width: 100vw;
    height: calc(100% + 23px);
    background-color: #fbf4f5;
}
.idx03_img {
    max-width: 553px;
}
.idx03_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
}
.idx03_flex .box {
    position: relative;
    z-index: 1;
    width: 32.5%;
    max-width: 343px;
    height: 171px;
    border: 1px solid var(--main-color);
    padding: 7px;
}
.idx03_flex .box.img1 .box_in {
    background-image: url(../images/idx03_img02.jpg);
}
.idx03_flex .box.img2 .box_in {
    background-image: url(../images/idx03_img03.jpg);
}
.idx03_flex .box.img3 .box_in {
    background-image: url(../images/idx03_img04.jpg);
}
.idx03_flex .box_in {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
}
.idx03 .ttl {
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
}
.idx03 .ttl:after {
    display: block;
    content: "";
    width: 0.9em;
    height: 0.9em;
    margin-top: 0.55em;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/idx03_arr.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.idx03 .ttl span {
    display: block;
    font-size: 0.8em;
}
.idx03 .ttl .dot {
    display: inline-block;
    margin-left: -0.15em;
    margin-right: -0.15em;
}
@media only screen and (min-width: 769px) {
    .idx03 .txt,
    .idx03 h3 {
        max-width: 450px;
    }
    .idx03 .ttl {
        font-size: min(20px, 2.4vw);
    }
    .idx03_content {
        display: grid;
        justify-content: space-between;
        align-items: center;
        grid-template-columns: 52% 42.6%;
    }
    .idx03_img {
        grid-row: 1/3 span;
    }
    .idx03 .box {
        transition: all 0.3s;
    }
    .idx03 .box:hover {
        background-color: var(--main-color);
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    .idx03 {
        padding-bottom: 80px;
    }
    .idx03_content {
        grid-template-columns: 45% 52%;
    }
    .idx03_content:before {
        top: 60px;
        right: 90px;
    }
    .idx03 h3 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .idx03_flex {
        margin-top: 30px;
    }
    .idx03_flex .box {
        height: 150px;
    }
}
.idx04 {
    padding-bottom: 119px;
}
.idx04_bg_top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/idx04_bg.jpg);
    height: min(700px, 55vw);
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 43px;
}
.idx04_bg_top:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    mask-image: url(../images/idx04_shape.png);
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: 100% auto;
    font-size: 10px;
    width: 23.8em;
    height: 34.1em;
    background-color: #fff;
}
.idx04 .inner_big {
    max-width: 1108px;
}
.idx04 .ct_inner {
    padding: 0 10px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.idx04_content {
    margin-top: 119px;
}
.idx04 h4 {
    color: var(--main-color);
    font-size: 10px;
    padding-top: 75px;
    margin-bottom: 19px;
}
.idx04 h4:after {
    display: block;
    content: "";
    margin-left: 0;
    margin-right: auto;
    background-color: #efd3d8;
    width: 80px;
    height: 1px;
    margin-top: 14px;
}
.idx04 h4 span {
    display: block;
}
.idx04 h4 .en {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    font-weight: 400;
}
.idx04 h4 .jp {
    font-size: 2.4em;
    letter-spacing: 0.15em;
    font-weight: 500;
    line-height: 1.458333;
    margin-top: 1.375em;
    font-family: var(--f-jp);
}
.idx04 .txt {
    line-height: 1.875;
    letter-spacing: 0.12em;
}
.idx04_img {
    max-width: 645px;
}
.idx04 .box {
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}
.idx04 .box:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: calc(50% - 61px);
    width: 100vw;
    max-height: 300px;
    height: 100%;
    background-image: url(../images/idx04_dot.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: contain;
}
.idx04 .box:last-child {
    margin-bottom: 0;
}
.idx04 .btn-group {
    margin-top: 117px;
}
.idx04 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
}
.idx04 .btn-group .btn a {
    font-family: var(--f-en);
    font-weight: 400;
}
@media only screen and (min-width: 769px) {
    .idx04 .txt,
    .idx04 h4 {
        max-width: 376px;
    }
    .idx04 h4 {
        align-self: flex-end;
    }
    .idx04 .txt {
        align-self: flex-start;
    }
    .idx04 .box {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 40% 60%;
    }
    .idx04 .box .idx04_img {
        grid-row: 1 / span 2;
        grid-column-start: 2;
    }
    .idx04 .box:nth-child(odd):before {
        left: 328px;
    }
    .idx04 .box:nth-child(2n) {
        grid-template-columns: 60% 34.55%;
    }
    .idx04 .box:nth-child(2n) .idx04_img {
        grid-row: 1/2 span;
        grid-column-start: 1;
    }
    .idx04 .box:nth-child(2n):before {
        right: 337px;
        top: calc(50% - 63px);
    }
}
@media only screen and (min-width: 1201px) {
    .idx04 h4 {
        white-space: nowrap;
    }
    .idx04 .box:nth-child(3) {
        top: -1px;
    }
    .idx04 .box:nth-child(4) {
        top: -2px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .idx04_content {
        margin-top: 70px;
    }
    .idx04 h4 {
        padding-top: 0;
    }
    .idx04 h4 .jp {
        letter-spacing: 0.05em;
        font-size: min(2.4em, 2.8vw);
        margin-top: 1em;
    }
    .idx04 .box {
        margin-bottom: 80px;
        grid-template-columns: 45% 53%;
    }
    .idx04 .box:nth-child(2n) {
        grid-template-columns: 53% 45%;
    }
    .idx04 .btn-group {
        margin-top: 60px;
    }
}
.idx05 {
    background-image: url(../images/idx05_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 95px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.idx05_title {
    display: table;
}
.idx05_content_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.idx05 .inner_big {
    max-width: 1100px;
}
.idx05 h3 {
    display: table;
    position: relative;
    padding-bottom: 9px;
}
.idx05 h3:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: var(--main-color);
}
.idx05 h3 span {
    display: inline-block;
}
.idx05 h3 .jp {
    font-size: 5.2em;
    letter-spacing: 0.25em;
}
.idx05 h3 .en {
    padding-left: 0;
}
.idx05 .name {
    font-size: 10px;
    margin-top: 2.4em;
    color: var(--main-color);
    font-family: var(--f-shippori);
    display: table;
    margin-right: 0;
    margin-left: auto;
}
.idx05 .name span {
    font-weight: 500;
}
.idx05 .name .t1 {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.idx05 .name .t2 {
    display: flex;
    align-items: center;
    margin-top: 0.5em;
}
.idx05 .name .t2 span {
    line-height: 1;
}
.idx05 .name .t2 .sm {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.idx05 .name .t2 .jp {
    font-size: 3.5em;
    letter-spacing: 0.03em;
    display: flex;
    padding-left: 0.3428em;
}
.idx05 .name .t2 .jp2 {
    padding-left: 0.571428em;
}
.idx05 .name .en {
    font-size: 1.2em;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #bec4cd;
    display: table;
    margin-right: 0;
    margin-left: auto;
    padding-right: 1.6666667em;
    padding-top: 1px;
}
.idx05 .name .en .en2 {
    padding-left: 3.583333em;
}
.idx05_content {
    background-color: #fff;
    max-width: 745px;
    margin-top: 80px;
    width: 67%;
}
.idx05_content h4 {
    font-size: min(25px, 2.5vw);
    letter-spacing: 0.13em;
    font-weight: 500;
    font-family: var(--f-jp);
    color: var(--main-color);
    line-height: 1.68;
    margin-bottom: 33px;
}
.idx05_content .txt {
    letter-spacing: 0.12em;
    line-height: 2;
    font-family: var(--f-zennew);
}
.idx05_content .content_in {
    max-width: 585px;
    padding: 58px 10px 0;
    margin-left: auto;
    margin-right: auto;
}
.idx05 .btn-group {
    margin-top: 51px;
}
@media only screen and (min-width: 769px) {
    .idx05 .btn-group {
        display: flex;
    }
    .idx05 .btn-group .btn {
        margin-bottom: 0;
    }
    .idx05 .btn-group .btn:nth-child(2) {
        margin-left: 36px;
    }
}
@media only screen and (min-width: 1201px) {
    .idx05 h3 .en {
        position: relative;
        top: 2px;
    }
    .idx05 .name {
        position: relative;
        left: 4px;
    }
    .idx05 .content_in {
        position: relative;
        left: 10px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .idx05 {
        padding-top: 60px;
    }
    .idx05 .btn-group {
        margin-top: 30px;
    }
    .idx05_content {
        margin-top: 30px;
    }
    .idx05 h4 {
        margin-bottom: 30px;
    }
}
.idx06 {
    background-color: #fff;
    padding-top: 69px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    width: calc(100% - 30px);
}
.idx06 .inner_big {
    max-width: 1100px;
    padding-top: 66px;
}
@media only screen and (min-width: 769px) {
    .idx06 .inner_big {
        background-image: url(../images/idx05_line.png);
        background-size: calc(100% - 20px) auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
}
.idx06_left {
    max-width: 460px;
    width: 49%;
}
.idx06 h3 {
    margin-bottom: 33px;
}
.idx06 h3 .en {
    color: #d6909d;
}
.idx06 h3 .en:before {
    background-color: #efd3d8;
}
.idx06 h3 .jp {
    font-size: 2.4em;
    padding-top: 12px;
    line-height: 1.458333;
}
.idx06 .txt {
    line-height: 1.875;
    letter-spacing: 0.12em;
}
.idx06 .btn-group {
    margin-top: 35px;
}
.idx06_right {
    max-width: 553px;
    width: 52%;
}
.idx06 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --width: 6.625em;
    font-size: min(16px, 1.4vw);
}
.idx06 ul li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #efd3d8;
    padding: 24.4px 0;
    padding-left: 19px;
}
@media only screen and (min-width: 769px) {
    .idx06 ul li {
        white-space: nowrap;
    }
    .idx06 ul li:nth-last-child(-n + 2) {
        width: 49%;
        max-width: 266px;
    }
}
.idx06 ul li:first-child {
    border-top: 1px solid #efd3d8;
}
.idx06 ul li span {
    display: block;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: var(--f-zennew);
}
.idx06 ul .left {
    color: #d6909d;
    width: var(--width);
}
.idx06 ul .right {
    width: calc(100% - var(--width));
    letter-spacing: 0.12em;
}
.idx06 ul .lp0 {
    letter-spacing: 0;
}
.idx06 ul .fz14 {
    font-size: 0.875em;
    letter-spacing: 0.142857em;
}
.idx06 ul .break {
    display: inline-block;
}
@media only screen and (min-width: 769px) {
    .idx06_right {
        margin-top: 3px;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .idx06 ul li {
        white-space: unset;
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    .idx06_right {
        width: 49%;
    }
    .idx06 h3 {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
    :root {
        --ttl_size: 24px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .home_page h3 {
        font-size: 8px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    :root {
        --ttl_size: 22px;
    }
}
.idx01 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0 66px;
}
.idx01_content {
    justify-content: flex-start;
    position: relative;
}
@media only screen and (min-width: 769px) {
    .idx01_content {
        height: 100vh;
    }
}
.idx01_inner {
    padding: 100px 0 0;
}
.idx01 .inner_big {
    max-width: 1190px;
    padding-left: 0;
    margin-left: 0;
    margin-right: auto;
}
.idx01_left {
    max-width: 468px;
    width: 45%;
}
.idx01_right {
    max-width: 645px;
    width: 55%;
    margin-left: 67px;
}
.idx01_text {
    position: absolute;
    bottom: 44px;
    left: 50px;
    color: #fff;
	text-shadow: 0 0 15px #263a58;
}
.idx01_text h4 {
    font-size: 10px;
    margin-bottom: 2.2em;
}
.idx01_text h4 span {
    display: block;
}
.idx01_text h4 .en {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    font-weight: 400;
    position: relative;
    padding-left: 2.222222em;
}
.idx01_text h4 .en:before {
    position: absolute;
    content: "";
    width: 1.6666666667em;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #efd3d8;
}
.idx01_text h4 .jp {
    font-size: 3.8em;
    letter-spacing: 0.15em;
    font-weight: 500;
    line-height: 1.526315;
    font-family: var(--f-jp);
    padding-top: 0.18421em;
}
.idx01_text .txt {
    letter-spacing: 0.8px;
    font-weight: 400;
    line-height: 1.875;
}
.idx01_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.idx01_list li {
    display: flex;
    font-size: min(18px, 1.6vw);
    letter-spacing: 0.1em;
    font-weight: 500;
    max-width: 312px;
    width: 49%;
    margin-bottom: 2.8333333em;
}
.idx01_list li a {
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--main-color);
    text-decoration: none;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 1.11111em;
    padding-bottom: 1.4444444em;
    height: 3em;
    transition: all 0.3s;
    position: relative;
}
.idx01_list li a:before {
    position: absolute;
    content: "";
    top: 1px;
    right: 1.05556em;
    width: 1.3888888889em;
    height: 1.3888888889em;
    background-image: url(../images/idx01_arr.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.idx01_list li a.sm {
    letter-spacing: 0;
}
.idx01_ct_img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}
.idx01_ct_img.active {
    pointer-events: auto;
    z-index: 1;
    transform: translateY(0);
}
.idx01_ct_img:not(.active) {
    transition: all 0.3s;
    transform: translateY(-100%) ease-in-out;
}
@media only screen and (min-width: 769px) {
    .idx01_list li a:hover {
        border-color: #d6909d;
        color: #d6909d;
    }
}
@media only screen and (min-width: 1201px) {
    .idx01_list {
        position: relative;
        top: -2px;
    }
    .idx01_list:first-of-type li:nth-child(9) a {
        padding-bottom: 53px;
    }
    .idx01_list:last-of-type {
        padding-top: 0;
    }
    .idx01_list:last-of-type li:nth-child(12) a,
    .idx01_list:last-of-type li:nth-child(13) a,
    .idx01_list:last-of-type li:nth-child(14) a {
        padding-bottom: 53px;
    }
    .idx01_list:last-of-type li:nth-child(9) a {
        padding-bottom: 29px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .idx01_content {
        justify-content: space-between;
    }
    .idx01_left {
        width: 40%;
    }
    .idx01_right {
        margin-left: 0;
        width: 58%;
    }
    .idx01_text {
        left: 3%;
    }
    .idx01 h4 {
        font-size: min(10px, 1vw);
    }
    .idx01 h4 .jp {
        font-size: 3.5em;
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    .idx01_text {
        left: 3%;
    }
}
@media only screen and (min-width: 769px) {
    .idx01 .idx01_content {
        height: auto !important;
    }
    .idx01 .idx01_left {
        position: absolute;
        top: 0;
    }
    .idx01 .idx01_right {
        margin-right: 0;
        margin-left: auto;
        padding: 0 0 50px;
    }
    .idx01 .idx01_inner {
        padding: 0 0 116px;
    }
    .idx01 .idx01_inner:last-child {
        padding: 0;
    }
    .idx01 .idx01_inner:last-child .idx01_list {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .idx01_list {
        border-bottom: 1px solid #efd3d8;
        padding-bottom: 68px;
    }
    .idx01 .idx01_ct_img {
        --ease-tf: 1s cubic-bezier(0.44, 0.14, 0.03, 0.91);
        transition:
            clip-path var(--ease-tf),
            opacity var(--ease-tf);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
        height: min(720px, 60vw);
    }
    .idx01 .idx01_ct_img.active {
        z-index: 3;
        transition:
            clip-path var(--ease-tf),
            opacity var(--ease-tf);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .idx01 .idx01_ct_img.back {
        z-index: 2;
        transition:
            clip-path var(--ease-tf),
            opacity var(--ease-tf);
        transition:
            clip-path var(--ease-tf),
            opacity var(--ease-tf);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
    .idx01 .idx01_ct_img {
        height: min(640px, 45vw);
    }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
    .idx01 .idx01_ct_img {
        height: min(460px, 41vw);
    }
    .idx01 .idx01_text h4 .jp {
        font-size: 3.5em;
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    .idx01 .idx01_inner {
        padding-bottom: 60px;
    }
    .idx01_list {
        padding-bottom: 20px;
    }
    .idx01 .idx01_ct_img {
        height: min(460px, 60vw);
    }
}
/*# sourceMappingURL=index_pc.css.map */
