
@media (min-width: 768px) {

    .main {
        display: flex;
    }
    .main_pc_container {
        display: block;
        width: 100%;
        height: 100%;
    }
    .main_pc_container.main_pc_container_l {
        /* min-width: 44.4444rem; */
        /* width: 44.4444rem; */
        width: 50vw;
        height: 100vh;
    }
    .main_sp_container {
        /* min-width: 25rem; */
        /* width: 25rem; */
        width: 28.125rem;
        width: 28.125vw;
    }
    .main_pc_container.main_pc_container_r {
        position: relative;
        /* min-width: 19.4444rem; */
        /* width: 19.4444rem; */
        width: 21.875vw;
        height: 100vh;
    }
    .main_pc_body {
        display: flex;
        justify-content: space-between;
        height: 100vh;
    }
    .main_pc_body_l {
        position: fixed;
        background-color: #FFF;
        width: 100%;
        height: 100%;
        max-width: 50vw;
        /* padding: .825rem; */
    }
	.main_pc_body_l .catch__text{
		width: 85%;
		display: flex;
		margin:auto;
		margin-top:2rem;
	}
	.main_pc_body_l .line__mark{
		width: 85%;
		display: flex;
		margin:auto;
		margin-top:2rem;
	}
	.main_pc_body_l .catch__text img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
    .main_pc_body_l_container {
        position: relative;
        background: url(../img/pc_l.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        width: 100%;
        height: 100%;
        border-radius: 1.1111rem;
        padding-top: 7.2222rem;
        padding-left: 1.6666rem;
    }
    .pc_l_text1 {
        position: absolute;
        left: 0;
        top: 2.777rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.333rem;
        width: 25.5555rem;
        background: #FFF;
        border-top-right-radius: .5555rem;
        border-bottom-right-radius: .5555rem;
    }
    .pc_l_text1 img {
        width: 4.6555rem;
        margin-right: .4444rem;
    }
    .pc_l_text1 p {
        font-size: 1.8rem;
        line-height: 1em;
        font-weight: 900;
    }
    .pc_l_text2 p {
        font-size: 1rem;
        line-height: 1em;
        font-weight: 700;
        margin-bottom: 1.3888rem;
    }
    .pc_l_text3 {
        margin-bottom: 1.2222rem;
    }
    .pc_l_text3 h1 {
        min-width: 23.8888rem;
        width: fit-content;
        font-size: 3.1111rem;
        line-height: 1em;
        font-weight: 900;
        padding-bottom: 1.1666rem;
        letter-spacing: -.05em;
        border-bottom: .3333rem solid;
    }
    .pc_l_text3 h1 span {
        font-size: 2.6666rem;
        font-weight: inherit;
    }
    .pc_l_text4 {
        max-width: 23.8888rem;
    }
    .pc_l_text4 h2 {
        position: relative;
        font-size: 2.96444rem;
        line-height: 1em;
        font-weight: 800;
        letter-spacing: .05em;
        padding-left: 1.111rem;
    }
    .pc_l_text4 h2::after {
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        content: "";
        background: url(../img/wind_b.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 2.2611rem;
        height: 2.3888rem;
    }
    .pc_lb_abs {
        position: absolute;
        width: 23.888rem;
        left: 1.6666rem;
        bottom: 3.333rem;
    }


    .main_pc_body_r {
        position: fixed;
        background-color: #FFF;
        /* width: calc(100% - (.825rem*2)); */
        /* height: calc(100% - (.825rem*2)); */
        padding: .825rem;
        width: 21.875vw;
        height: 100vh;
    }

    .pc_r_inner {
        position: relative;
        height: 100%;
    }
    .pc_r_list {
        /* display: grid;
        gap: .9375rem;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 14.8611rem); */
        height: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .pc_r_list li {
        height: calc(100% / 3 - 1.6666rem);
        position: relative;
        border-radius: 1.1111rem;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .pc_r_list li:nth-child(1) {
        background-image: url(../img/frame01.png);
        background-position: center;
		background-size: 100% 100%;
    }
    .pc_r_list li:nth-child(2) {
        background-image: url(../img/frame02.png);
        background-position: center;
		background-size: 100% 100%;
    }
	.pc_r_list li:nth-child(2) .pc_r_list_inner_text1 p{
		color:#21993F;
	}
    .pc_r_list li:nth-child(3) {
        background-image: url(../img/frame01.png);
        background-position: right;
		background-size: 100% 100%;
    }
    .pc_r_list_item {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
    }
    .pc_r_list_inner {
        position: absolute;
        inset: 0;
        /* background: rgba(0,0,0,0.5); */
        transition: .4s linear;
    }
    .pc_r_list_inner:hover {
        opacity: 0.7;
    }
    .pc_r_list_inner_text1 p {
        text-align: center;
        color: #D61218;
        font-size: .8rem;
        line-height: .9588rem;
        font-weight: 900;
        letter-spacing: .1em;
        margin-top: 2.7777rem;
    }
    .pc_r_list_inner_text2 {
        /* margin-top: 1.7777rem; */
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .pc_r_list_inner_text2 p {
        text-align: center;
        color: #000;
        font-size: 1.4444rem;
        line-height: 2.1666rem;
        font-weight: 900;
        /* margin-top: -.3611rem; */
        /* margin-bottom: -.3611rem; */
    }
    .pc_r_list_inner_text3 {
        position: absolute;
        bottom: 1.58333rem;
        width: 100%;
    }
    .pc_r_list_inner_text3 p {
        position: relative;
        text-align: center;
        color: #000;
        font-size: .7777rem;
        line-height: 1em;
        font-weight: 900;
        padding-bottom: .9444rem;
    }
    .pc_r_list_inner_text_arrow {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 0;
    }
    
    .pc_r_list_inner_text_arrow::before,
    .pc_r_list_inner_text_arrow::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - .0555rem);
        width: .1111rem;
        height: .5rem;
        border-radius: 9999px;
        background-color: #000;
        transform-origin: 50% calc(100% - .0555rem);
    }
    
    .pc_r_list_inner_text_arrow::before {
        transform: rotate(56deg);
    }
    
    .pc_r_list_inner_text_arrow::after {
        transform: rotate(-56deg);
    }

    .sp_fix_bottom {display: none!important;}



}