html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    box-sizing: border-box;
}

.wrapper {
    padding: /*140*/ 90px 0 0 0;
    width: 100vw;
    position: relative;
}
/*-----------fv-----------*/
#fv{
    width: 100%;
	max-width: none;
    height: auto;
	max-height: 800px;
    aspect-ratio: 16 / 12;
    background-image: url(/img/2025pro/fv-bg-pc.jpg);
	background-size: cover;
	background-position: center;
    display: flex;
    justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0;
}
.fv-inner{
	position: relative;
    width: 100%;
    max-width: 1340px;
    height: fit-content;
    box-sizing: border-box;
    margin: 0 30px;
    display: flex;
    /* flex-direction: row; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.5%;
	margin: 45px 30px;
}
.fv-textArea{
    position: relative;
    width: 60%;
    height: auto;
    margin-bottom: 80px;
}
.fv-catch{
	position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
}
.fv-catch span{
	font-size: 1.8em;
    font-family: "Shippori Mincho", serif;
    color: #ffffff;
    background-image: linear-gradient(90deg, rgba(29, 99, 157, 1), rgba(29, 99, 157, 0.79) 50%, rgba(255, 255, 255, 0));
    padding: 8px 12px;
    background-size: cover;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.fv-title{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fv-titleLogo{
	width: 352px;
	height: fit-content;
}
.fv-titleText{
	margin-top: 40px;
	position: relative;
    width: 100%;
}
.fv-titleText span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2em;
    font-weight: 700;
    color: #000;
	letter-spacing: 0.15em;
    text-align: center;
    display: block;
}
.fv-titleImg{
	position: relative;
    width: 100%;
    height: fit-content;
    margin-top: 14px;
}
.fv-programArea{
    height: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 5%;
}
.fv-program-casette{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    height: auto;
}
.fv-program-casette:nth-child(1){
	margin-bottom: 60px;
}
.casetteTitle-sub{
	width: fit-content;
    height: auto;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
	align-items: center;
	padding: 4px 16px;
	position: relative;
}
.casetteTitle-sub::after{
	position: absolute;
	z-index: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
	transform:skewX(-30deg);
}
.casetteTitle-sub span{
	display: block;
	position: relative;
	color: #1d639d;
    font-family: 'Oswald';
    width: fit-content;
	z-index: 1;
	font-size: 1.5
    em;
    font-weight: 600;
    font-style: italic;
}
.casetteTitle-main{
	width: 100%;
    height: fit-content;
    margin-bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.casetteTitle-main::after{
	position: absolute;
    content: "01";
    width: fit-content;
    height: 56px;
    z-index: 0;
    font-family: 'Oswald';
    font-size: 12vw;
    text-align: center;
    color: rgba(255, 255, 255, .75);
    font-style: italic;
    font-weight: 500;
	margin: 0 auto;
    margin-bottom: 9.5vw;
    margin-right: 40px;
}
.fv-program-casette:nth-child(2) .casetteTitle-main::after{
	content: '02';
}
.casetteTitle-main span{
	text-align: center;
    display: block;
    font-size: 2.5em;
    font-family: 'Noto Sans JP';
    font-weight: 700;
	z-index: 1;
    line-height: 1.6;
    transform: skewX(-8deg);
    letter-spacing: -0.05em;
}
.casetteImg{
	width: 70%;
	height: auto;
}
.fv-program-casette .casetteImg span{
    display: block;
    margin-top: 14px;
    font-family: 'Noto Sans JP';
    font-size: 0.7em;
    text-align: center;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

/*-----------main-----------*/
.main{
	margin: 0 auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
	font-family: 'Noto Sans JP';
}
#breadcrumb, #breadcrumb a{
	color: #1d639d;
}
#about2025pro, #straightThrough, #program{
	width: 100%;
	max-width: 1180px;
	padding: 60px 0;
    margin: 0 auto;
}
h2{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    margin-bottom: 45px;
}
.h2-main{
	font-family: 'Noto Sans JP';
    font-weight: 600;
    margin-bottom: 24px;
    color: #1d639d;
    font-size: 1.35em;
}
.h2-sub{
	font-size: 0.75em;
    font-weight: 600;
    color: #8d8d8e;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h2-sub::before, .h2-sub::after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #8d8d8e;
}
.h2-sub::before{
	margin-right: 1em;
}
.h2-sub::after{
	margin-left: 1em;
}
.aboutText-lead{
	display: block;
    text-align: center;
    margin-bottom: 24px;
    font-size: 1.15em;
    font-weight: 600;
    font-family: 'Noto Sans JP';
	line-height: 2.2;
}
p{
	font-size: 15px;
    line-height: 2;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    letter-spacing: -0.02em;
}

#straightThrough, #determination{
	max-width: none;
    background-color: #f0f3f6;
}
.straightThrough-inner, .determination-inner{
	max-width: 1180px;
    margin: 0 auto;
	padding: 0 30px;
    box-sizing: border-box;
}
.straightThrough-inner h2 img{
	width: 460px;
	height: fit-content;
}
.straightThrough-img{
	margin-bottom: 45px;
}
.straightThrough-img p{
    margin-top: 20px;
    text-align: justify;
}
.straightThrough-wrap{
	display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.straightThrough-wrap-img{
	position: relative;
    width: 40%;
    height: auto;
}
.straightThrough-wrap-text{
	width: 40%;
	height: auto;
}
.link2025pro{
	width: 100%;
    height: fit-content;
    margin-top: 30px;
    display: flex;
    justify-content: end;
}
.link2025pro a{
	color: #ffffff;
    padding: 20px 20px;
    background-color: #1d639d;
}
h3{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom: 60px;
}
h3 .h3-sub{
	width: fit-content;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    position: relative;
}
h3 .h3-sub span{
	display: block;
    position: relative;
    color: #ffffff;
    font-family: 'Oswald';
    width: fit-content;
    z-index: 1;
    font-size: 0.8em;
    font-weight: 600;
    font-style: italic;
}
h3 .h3-sub::after{
	position: absolute;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, #2091f1, #0eadad);
    transform: skewX(-30deg);
}
h3 .h3-main{
	display: flex;
    justify-content: center;
    align-items: center;
}
h3 .h3-main span{
	font-size: 1.35em;
    line-height: 1.6;
    font-family: 'Noto Sans JP';
    font-weight: 700;
	z-index: 1;
}
h3 .h3-main::after{
	position: absolute;
    content: "01";
    width: fit-content;
    height: fit-content;
    z-index: 0;
    font-family: 'Oswald';
    font-size: 80px;
    text-align: center;
    color: #cde0f3;
    font-style: italic;
    font-weight: 500;
    margin: 0 auto;
}
.program-detail{
	margin-bottom: 90px;
}
.program-detail:first-child h3 .h3-main::after{
	content: "01";
}
.program-detail:last-child h3 .h3-main::after{
	content: "02";
}
.program-detail-img{
	margin-bottom: 45px;
}
.imgCap{
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    font-family: Noto sans;
    font-size: 0.85em;
    font-weight: 400;
    letter-spacing: -0.015em;
    margin-top: 10px;
}
.program-detail-img iframe{
    aspect-ratio: 16 / 9;
}
.program-detail-catch{
	margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
	position: relative;
}
.program-detail-catch::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #1d639d;
	z-index: 0;
}
.program-detail-catch span{
	font-size: 1.15em;
    font-weight: 600;
    color: #1d639d;
    background-color: #ffffff;
    padding-right: 1em;
	z-index: 1;
	position: absolute;
}
.program-detail-data{
	margin-top: 30px;
}
.program-detail-data dl{
	display: flex;
    flex-direction: row;
    align-items: center;
	border-top: 1px solid #2184d7;
    margin-bottom: -1px;
}
.program-detail-data dl:last-child{
	border-bottom: 1px solid #2184d7;
}
.program-detail-data dl dt{
    position: relative;
	box-sizing: border-box;
    width: 100px;
    height: 100%;
    text-align: center;
    background-color: #2184d7;
    padding: 30px 10px;
    font-size: 0.85em;
    font-weight: 800;
    color: #ffffff;
	border-bottom: 1px solid #fff;
}
.program-detail-data dl:last-child dt{
	border-bottom:none;
}
.program-detail-data dl dd{
	width: calc(100% - 100px);
    font-size: 0.9em;
    padding: 0 10px;
    line-height: 1.6;
}

#determination{
	background-image: url(/img/2025pro/determination-bg.jpg);
	background-position: center;
    background-size: cover;
    overflow: hidden;
}
.determination-inner{
	padding: 90px 30px;
}
#determination .h2-main{
	color: #ffffff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .9));
}
#determination .h2-sub{
	color: rgba(255, 255, 255, .75);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .9));
}
#determination .h2-sub::before, #determination .h2-sub::after{
    background-color: rgba(255, 255, 255, .75);
}
#determination .aboutText-lead{
	color: #ffffff;
}
.linkLarge{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}
.linkLarge a{
	font-size: 1.15em;
    font-weight: 600;
    color: #ffffff;
    padding: 2em 4em;
    border-radius: 9999px;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .5);
    background-image: linear-gradient(130deg, #2091f1, #0eadad);
}


@media screen and (max-width:1239px){
    #about2025pro, #straightThrough, #program{
        padding: 60px 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1169px){
    .fv-catch span{
        font-size: 1.5em;
    }
    .fv-titleText span{
        font-size: 1.8em;
    }
}

@media screen and (max-width:1169px){
    #fv{
        max-height: none;
        padding: 30px;
    }
}

@media screen and (max-width:989px){
    #fv{
        max-height: none;
        padding: 30px;
    }
    .fv-catch span{
        font-size: 1.25em;
    }
    .fv-titleText span{
        font-size: 1.4em;
    }
    .casetteTitle-main span{
        font-size: 2em;
        line-height: 1.5;
        letter-spacing: -0.01em;
    }
    .straightThrough-inner h2 img{
        width: 50%;
    }
}

@media screen and (max-width:934px){
    #fv{
        background-image: url(/img/2025pro/fv-bg-sp.jpg);
        max-height: none;
        height: fit-content;
        aspect-ratio: inherit;
        padding: 3em 10%;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
        align-items: flex-start;
        background-position: top;
    }
    .fv-inner{
        position: relative;
        flex-direction: column;
        margin: 0 auto;
        gap: 5em;
    }
    .fv-textArea, .fv-programArea{
        width: 100%;
    }
    .fv-textArea{
        margin-bottom: 30px;
    }
    .fv-programArea{
        gap: 30px;
    }
    .fv-catch span{
        text-align: center;
        font-size: 2em;
    }
    .fv-titleText span{
        font-size: 2.2em;
    }
    .casetteTitle-main span{
        font-size: 1.6em;
    }
    .casetteTitle-main::after{
        margin-bottom: 20vw;
        font-size: 26vw;
    }
    .casetteImg{
        width: 85%;
    }
    .program-detail:last-child{
        margin-bottom: 60px
    }
}

@media screen and (max-width:767px){
    .fv-textArea{
        margin-bottom: 20px;
    }
    .fv-programArea{
        flex-direction: column;
    }
    .fv-program-casette{
        width: 100%;
    }
    .casetteTitle-main span{

    }
    .casetteTitle-main::after{
        font-size: 18vw;
    }
    .wrapper{
        margin-top: 50px;
        padding: 0;
    }
    .straightThrough-wrap{
        flex-direction: column;
        align-items: center;
    }
    .straightThrough-wrap-img{
        width: 280px;
    }
    .straightThrough-wrap-text{
            width: 100%;
    }
    .link2025pro{
            justify-content: center;
    }
    #determination{
        background-image: url(/img/2025pro/determination-bg-sp.jpg);
    }
}

@media screen and (max-width:600px){
    #fv{
        padding: 3em 2em;
    }
    .fv-inner{
        gap: 3em;
    }
    .fv-catch span{
        font-size: 1.25em;
    }
    .fv-titleText span{
        font-size: 1.5em;
    }
    .fv-program-casette:nth-child(1){
        margin-bottom: 20px;
    }
    .casetteTitle-main span{
        font-size: 1.6em;
    }
    .casetteTitle-main::after{
        font-size: 110px;
        margin-bottom: 12.5vw;
        margin-right: 20px;
    }
    .casetteTitle-sub{
        margin-bottom: 10px;
    }
    .casetteImg{
        width: 100%;
    }
    h2{
        margin-bottom: 30px;
    }
    .h2-main{
        line-height: 1.6;
        text-align: center;
        margin-bottom: 12px;
        font-size: 1.15em;
    }
    .h2-sub{
        font-size: 0.65em;
    }
    .h2-sub::before, .h2-sub::after{
        height: 1px;
        margin-top: 1px;
    }
    .h2-sub::before{
        margin-right: 0.5em;
    }
    .h2-sub::after {
    margin-left: 0.5em;
    }
    .aboutText-lead{
        font-size: 1.05em;
        line-height: 1.75;
    }
    h3{
        margin-bottom: 30px;
    }
    .h3-main span{
        font-size: 1.025em;
        text-align: center;
    }
    .h3-sub span{
        font-size: 0.65em;
    }
    .h3-main::after{
        font-size: 64px;
    }
    p{
        font-size: 13px;
        text-align: justify;
    }
    #about2025pro, #straightThrough, #program{
        padding: 45px 30px;
    }
    .straightThrough-inner h2 img, .straightThrough-wrap-img{
        width: 240px;
    }
    .program-detail:last-child{
        margin-bottom: 45px;
    }
    .program-detail-img{
        margin-bottom: 30px;
    }
    .program-detail-catch{
        margin-bottom: 20px;
    }
    .program-detail-catch span{
        font-size: 0.95em;
        padding-right: 0;
    }
    .program-detail-data dl{
        flex-direction: column;
        margin-bottom: 10px;
    }
    .program-detail-data dl dt{
        width: 100%;
        padding: 6px 1em;
    }
    .program-detail-data dl dd{
        width: 100%;
        text-align: center;
        padding: 10px 1em;
        border-bottom: 1px solid #2184d7;
        font-size: 0.85em;
        box-sizing: border-box;
        line-height: 1.5;
    }
    .program-detail-data dl:last-child{
        border-bottom: none;
    }
    .link2025pro a{
        width: 100%;
        text-align: center;
        line-height: 1.5;
        font-size: 0.85em;
        font-weight: 700;
    }
    .linkLarge a{
        font-size: 0.85em;
        width: 100%;
        text-align: center;
        padding: 1.5em;
        line-height: 1.6;
    }
    .straightThrough-inner, .determination-inner{
        padding: 0;
    }
    .determination-inner{
        padding: 90px 30px;
    }
}