@charset "UTF-8";

    
    .pagefv_wrap {
        text-align: center;
        padding: 20px 20px 0;
        position: relative;
        z-index: 5;
    }
    .pagefv_mv {
        font-size: 0;
    }
    .page_ar_wrap {
        margin-top: -20px;
        position: relative;
        z-index: 1;
        padding-bottom: 40px;
    }
    .pagefv_mv img {
        width: 1000px;
    }
    .page_txt1 {
        text-align: center;
        color: #fff;
        font-size: 10px;
        margin: 40px 0 0;
        font-weight: 500;
    }
    .page_back_btn {
        text-align: center;
        font-size: 0;
    }
    .page_back_btn a {
        display: inline-block;
        width: 100%;
        max-width: 370px;
    }
    
    @media screen and (min-width: 640px) {
        .page_ar_wrap {
            margin-top: -44px;
            padding-top: 60px;
            padding-bottom: 72px;
        }
        .page_txt1 {
            font-size: 12px;
            margin: 40px 0 26px;
        }
    }
    
    
    .pg_txt1 {
        color: #000;
        margin: 0 0 1em;
        font-size: 16px;
        font-weight: 600;
    }
    .pg_txt1 > span {
        display: inline-block;
        background: linear-gradient(90deg, #0470bb 0%, #6b438b 50%, #d1155b 100%);
        color: #fff;
        padding: .2em 2em .2em .6em;
        margin: 0 1em 0 0;
    }
    .pg_title {
        color: #231815;
        font-size: 24px;
        line-height: 1.24;
        margin: 0 0 1.5em;
        position: relative;
        padding: 0 0 .6em;
        text-align: justify;
    }
    .pg_title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #0470bb 0%, #6b438b 50%, #d1155b 100%);
    }
    .prof {
        margin: 0 auto 40px;
        width: 90%;
        max-width: 280px;
        background: #f2f2f2;
    }
    .prof_photo {
        font-size: 0;
        position: relative;
    }
    .prof_photo::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4%;
        height: 50%;
        background: linear-gradient(180deg, #0470bb 0%, #6b438b 50%, #d1155b 100%);
    }
    .prof_in {
        padding: 20px 12px 30px;
        position: relative;
    }
    .prof_in::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 12px;
        background: linear-gradient(90deg, #0470bb 0%, #6b438b 50%, #d1155b 100%);
    }
    .prof_txt1 {
        margin: 0;
        color: #231815;
        font-weight: 600;
        font-size: 17px;
    }
    .prof_txt2 {
        margin: 0;
        color: #231815;
        font-weight: 400;
        font-size: 13px;
    }
    .prof_txt3 {
        margin: 0;
        color: #231815;
        font-weight: 600;
        font-size: 24px;
    }
    .prof_txt3 > span {
        font-size: .58em;
    }
    .c_txt1 {
        font-weight: 600;
        color: #231815;
        line-height: 1.722;
        margin: 0 0 2em;
        text-align: left;
        font-size: 16px;
    }
    .c_txt2 {
        font-weight: 500;
        color: #231815;
        line-height: 1.722;
        margin: 0 0 2em;
        text-align: justify;
        font-size: 16px;
    }
    .c_txt2 sub{
        font-size: 80%;
        vertical-align: baseline;
    }
    .c_lv2 {
        position: relative;
        color: #0470bb;
        font-size: 16px;
        padding: 0 0 0 1.5em;
        margin: 0 0 1.5em;
        text-align: justify;
        font-weight: 600;
        display: inline-block;
    }
    .c_lv2::before {
        content: "";
        position: absolute;
        left: 0;
        top: .4em;
        width: .9em;
        height: .9em;
        background: linear-gradient(135deg, #0470bb 0%, #6b438b 50%, #d1155b 100%);
    }
    .pg_main {
        margin-bottom: 80px;
    }
    .pg_side {
        padding: 0 0 90px;
    }
    .pg_side_h {
        font-size: 0;
        margin: 0 0 10px;
    }
    .pg_side_h img {
        width: 70px;
    }
    .sidepost_wrap {
        border-top: 1px solid #b3b3b3;
    }
    .sidepost {
        border-bottom: 1px solid #b3b3b3;
        position: relative;
    }
    .sidepost.is-active::before, .sidepost:hover::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 100%;
        height: 90%;
        background: linear-gradient(180deg, #0470bb 0%, #6b438b 50%, #d1155b 100%);
        opacity: .1;
    }
    .sidepost a {
        display: block;
        text-decoration: none;
    }
    .sidepost_in {
        padding: 12px 23px 12px 20px;
        position: relative;
        z-index: 5;
    }
    .sidepost_in::before {
        content: "";
        position: absolute;
        display: inline-block;
    	top: 50%;
    	left: -2.5px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 5px;
        height: 68%;
        background: linear-gradient(180deg, #0470bb 0%, #6b438b 50%, #d1155b 100%);
    }
    .sidepost_in::after {
        content: "";
        position: absolute;
        display: inline-block;
    	top: 50%;
    	right: 0;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 20px;
        height: 20px;
        background-image: url(arrow2.png);
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: contain;
    }
    .sidepost_txt1 {
        color: #003686;
        font-size: clamp(10px, 1.8vh, 16px);
        font-weight: 600;
        margin: 0 0 .15em;
    }
    .sidepost_txt2 {
        color: #231815;
        font-size: clamp(10px, 1.6vh, 14px);
        font-weight: 600;
        margin: 0;
        line-height: 1.333;
    }
    .sidepost_txt3 {
        color: #231815;
        font-size: clamp(10px, 1.6vh, 14px);
        font-weight: 500;
        margin: 0;
        line-height: 1.333;
    }
@media screen and (max-width: 1150px) {
    .sidepost_txt3 br{
        display: none;
    }
}
    .pg_side_top {
        text-align: center;
        padding: 80px 0 0;
    }
    .pg_side_top img {
        width: 45px;
        cursor: pointer;
    }
    .c_bnr {
        text-align: center;
        font-size: 0;
        margin: 0 0 32px;
        position: relative;
    }
    .plus{
        display: none;
    } 
a[data-lightbox] {
    pointer-events: none; /* クリック（タップ）を完全に無効化する */
    cursor: default;       /* マウスカーソルを普通のものにする */
  }

    @media screen and (min-width: 640px) {
        .pg_col {
            margin: 0 auto;
            max-width: 1086px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .page_ar_wrap .ar_container {
            max-width: 1200px;
        }
        .pg_side {
            width: 27.6%;
        }
        .pg_main {
            width: 67.2%;
            margin-bottom: 10px;
        }
        .pg_txt1 {
            font-size: 20px;
        }
        .pg_txt1 > span {
            width: 200px;
        }
        .pg_title {
            font-size: 34px;
        }
        .prof {
            float: left;
            margin: 0 40px 70px 0;
        }
        .c_float1_2 .prof {
            float: right;
            margin: 0 0 40px 40px;
        }
        .c_txt1, .c_txt2 {
            font-size: 18px;
        }
        .c_lv2 {
            font-size: 18px;
        }
        .c_lv2::before{
            top:.3em;
        }
        .pg_side_in {
            position: sticky;
            top: 20px;
        }
        .plus{
            display: block;
            position: absolute;
            right: 20px;
            bottom: 7px;
            width: 32px;
            z-index: 99;
        }
        body:has(#lightboxOverlay:not([style*="display: none"])) {
            overflow: hidden !important;
            height: 100vh !important;
        }
        a[data-lightbox] {
            pointer-events: auto; /* クリック（タップ）を完全に無効化する */
            cursor: pointer;       /* マウスカーソルを普通のものにする */
        }
    }
    
    .exlink_wrap {
        text-align: center;
        padding: 20px 0 50px;
    }
    .exlink_wrap a {
        display: inline-block;
        width: 100%;
        max-width: 415px;
        position: relative;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
        text-decoration: none;
        color: #231815;
        line-height: 1.5;
        padding: 36px 20px;
        box-sizing: border-box;
    }
    .exlink_wrap a::before {
        content: "";
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 12px;
        height: 76%;
        background: linear-gradient(180deg, #0470bb 0%, #6b438b 50%, #d1155b 100%);
    }
    .exlink_txt1 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
    .exlink_txt2 {
        margin: 0;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }
    
    @media screen and (min-width: 640px) {
        .exlink_txt1 {
            font-size: 21px;
        }
    }
    
    
    
    
    
    
    
    
    