@charset "utf-8";

/* --------------------------------------------------------------
　　basic
-------------------------------------------------------------- */

html{
	width:100%;
    height: 100%;
	font-size: 62.5%;
}
@media only screen and (max-width: 1040px) {
    html {
        font-size: 0.96vw;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 2.335vw;
    }
}

body{
    color: #000;
	margin:0;
	text-align: left;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.6rem;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;/*for iphone safari added 20171220 astec*/
    height:100%;
	width:100%;
}
@media only screen and (max-width: 767px) {
    body{
        font-size: 1.5rem;
        min-width: auto;
    }
}

img{
	margin:0;
	border:none;
	vertical-align:bottom;
    max-width: 100%;
    height: auto;
}

div, p, ul, li, h1, h2, h3 ,h4,dl,dt,dd,figure{	
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
}

*{
    box-sizing: border-box;
}

/* --------------------------------------------------------------
　　head
-------------------------------------------------------------- */

@media only screen and  (min-width: 768px) {
    div.head {
    height: 138px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    }

    div.head p.site_logo{
    position: absolute;
    width: 108px;
    top:16px;
    left:3px;
    }

    div.head p.etc_link{
    position: absolute;
    width: 500px;
    top:22px;
    right:3px;
    text-align: right;
    }

    div.head p.etc_link a{
    margin-right: 1em;
    }
}

@media only screen and  (max-width: 767px) {
    div.head {
    background: #fff;
    }
    
    div.head {
    position:relative;
    margin: 0 auto;
    height: 50px;
    }
    
    div.head .site_logo{
    position: absolute;
    top: 3px;
    left: 13px;
    }
    
    div.head .site_logo img{
    height: 47px;
    width: auto;
    }
    
    div.head .etc_link{
    text-align: center;
    padding: 24px 0 0;
    }
    
    div.head .etc_link a:nth-child(1){
    display: none;
    }
    
    div.head .etc_link a img{
    width:120px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 2px;
    }
}

/* --------------------------------------------------------------
　　foot
-------------------------------------------------------------- */
@media only screen and  (min-width: 768px) {
    #foot{
        position:relative;
        background-color:#eee;
        padding-bottom:80px;
        color:#000;
    }
    #foot .lnk{
        position:absolute;
        bottom:30px;
        left:20px;
        font-size:0.7em;
    }
    #foot .lnk li{
        display:inline;
        padding:0 16px 0 10px;
    }
    #foot .lnk li a{
        text-decoration:none;
        color:#000;
    }
    #foot .co{
        position:absolute;
        bottom:30px;
        right:20px;
        font-size:0.55em;
    }
}

@media only screen and  (max-width: 767px) {
    #foot{
        background-color:#dddddd;
        font-size: 3vw;
        position:relative;
    }

    #foot .lnk ul,
    #foot>div,
    #foot .lnk{
        margin: 0;
        padding: 0;
    }

    #foot .lnk ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    }

    #foot .lnk ul li{
        float:left;
        width:calc( 50% - 1px );
        border-top:solid 1px #fff;
        border-bottom:solid 1px #fff;
    }

    #foot .lnk ul li:nth-child(2){
        border-left:solid 1px #fff;
    }

    #foot .lnk ul li a{
        padding:3vw 0;
        display:block;
        text-align:center;
        color: #000;
    }

    #foot .co{
        padding:4vw 0;
        text-align:center;
    }
}


/* --------------------------------------------------------------
　　common
-------------------------------------------------------------- */

.fso-lp__cmn-btn{
    text-align: center;
    margin: 0.5rem auto 0;
    max-width: 44rem;
    color: #FFF;
}

.fso-lp__cmn-btn--p{
    color: #FFF;
    font-weight: bold;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
}

.fso-lp__cmn-text--p{
    margin-top: 1.5rem;
}

.fso-lp__cmn-text--h2 + .fso-lp__cmn-text--p{
    margin-top: 5.5rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__cmn-text--h2 + .fso-lp__cmn-text--p{
        margin-top: 3rem;
    }
}

.fso-lp__cmn-text--h2{
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .fso-lp__cmn-text--h2{
        font-size: 2.5rem;
    }
}

.fso-lp__cmn-text--h2::after{
    content: "";
    display: block;
    margin: 1.4rem auto 0;
    width: 12.2rem;
    height: 0.4rem;
    background: #365EE9;
    background: linear-gradient(90deg,rgba(54, 94, 233, 1) 0%, rgba(15, 165, 233, 1) 100%);
}

.fso-lp__cmn-btn--contact{
    background: #E24800;
    background: linear-gradient(90deg,rgba(226, 72, 0, 1) 0%, rgba(255, 146, 0, 1) 100%);
    box-shadow: 0 0.5rem 0 #663300;
    border-radius: 1rem;
    color: #FFF;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 0;
    padding: 1.5rem;
    transition: all 0.3s;
    position: relative;
}

.fso-lp__cmn-btn--contact:hover{
    box-shadow: none;
    transform: translateY(0.5rem);
    filter: brightness(1.1);
    text-decoration: none;
}

.fso-lp__cmn-btn--contact::after{
    content: "";
    display: block;
    background: url(/katsubun/asset/images/lp/fso_assessment/icon_contact.svg) no-repeat center;
    background-size: contain;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .fso-lp__cmn-pinch-out::after{
        content: "ピンチアウトで拡大をし画像をご確認頂けます";
        background: url(/katsubun/katsubun/asset/images/lp/esp/interactive_search/icon_pinch_out.svg) no-repeat left;
        background-size: contain;
        padding: 0 0 0 2.5rem;
        display: block;
        margin-top: 1rem;
        font-size: 1.4rem;
    }
}


/* --------------------------------------------------------------
　　rayout
-------------------------------------------------------------- */

.disp-sp{
    display: none;
}
@media only screen and (max-width: 767px) {
    .disp-sp{
        display: block;
    }
    .disp-pc{
        display: none;
    }
}

.fso-lp__cmn-container__l{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
@media only screen and (max-width: 1040px) {
    .fso-lp__cmn-container__l{
        padding: 0 2rem;
    }
}
@media only screen and (max-width:767px) {
    .fso-lp__cmn-container__l{
        padding: 0 2rem;
    }
}

/* --------------------------------------------------------------
　　section
-------------------------------------------------------------- */
.fso-lp__hero{
    background: url(/katsubun/asset/images/lp/fso_assessment/bg_mv.jpg) no-repeat center;
    background-size: cover;
    padding: 3.5rem 0 3.5rem;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .fso-lp__hero{
        padding: 0 0 4rem;
    }
}

.fso-lp__hero--inner{
    display: flex;
    justify-content: space-between;
    /* padding: 0 0 0 2rem; */
}
@media only screen and (max-width: 1040px) {
    .fso-lp__hero--inner{
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .fso-lp__hero--inner{
        flex-direction: column;
    }
}

.fso-lp__hero--image{
    width: 45.6rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__hero--image{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        order: 2;
        margin-top: 3rem;
    }
}

.fso-lp__hero--text{
    width: calc(100% - 45.6rem - 2rem);
}
@media only screen and (max-width: 767px) {
    .fso-lp__hero--text{
        width: 100%;
        order: 1;
    }
}

.fso-lp__hero--copy{
    font-weight: bold;
    padding-top: 3.6rem;
}

.fso-lp__hero--copy__text1{
    background-color: #CCC;
    color: #FFF;
    transform: skew(0deg , 20deg) rotate(-10deg);
}

.fso-lp__hero--h1{
    width: 100%;
    color: #FFF;
    font-size: 2.6rem;
    text-align: justify;
    text-align-last: justify;
    margin-top: 4rem;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .fso-lp__hero--h1{
        font-size: 1.9rem;
    }
}

.fso-lp__hero--h1 strong{
    font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__hero--h1 strong{
        font-size: 2.5rem;
    }
}

.fso-lp__hero--contact{
    text-align: center;
    margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__hero--contact{
        order: 3;
    }
}

.fso-lp__hero--contact .fso-lp__cmn-btn{
    width:35rem;
}

.fso-lp__hero--contact .fso-lp__cmn-btn--p{
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
}

.fso-lp__hero--contact .fso-lp__cmn-btn--contact{
    font-size: 2rem;
    padding: 1rem 1.5rem;
}

.fso-lp__hero--contact .fso-lp__cmn-btn--contact::after{
    width: 1.76rem;
    height: 1.76rem;
    right: 1.7rem;
}

.fso-lp__section01{
    padding: 8.5rem 0 6rem;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01{
        padding: 5rem 0;
    }
}

.fso-lp__section01--text{
    margin-top: 5rem;
    font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01--text{
        margin-top: 3rem;
        font-size: 2.1rem;
    }
}

.fso-lp__section01--circle{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01--circle{
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
}

.fso-lp__section01--circle__item{
    width: calc(33.33% - 2rem);
    background: #B1DFFF;
    background: linear-gradient(180deg,rgba(177, 223, 255, 1) 0%, rgba(220, 250, 255, 1) 100%);
    border-radius: 100%;
    padding-top: calc(33.33% - 2rem);
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01--circle__item{
        width: 80%;
        padding-top: 80%;
    }
}

.fso-lp__section01--circle__p{
    position: absolute;
    top: 12%;
    line-height: 1.6;
    width: 100%;
    font-weight: bold;
}

.fso-lp__section01--circle__p.-adjust{
    top: calc(12% + 1.2rem);
}

.fso-lp__section01--circle__image{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.fso-lp__section01--ex{
    position: relative;
    border: .5rem solid #ffe473;
    padding: 6rem 4.5rem 5rem;
    margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01--ex{
        padding: 3rem 2rem;
    }
}

.fso-lp__section01--ex__h3{
    font-size: 2.4rem;
    position: absolute;
    top: -5rem;
    transform: translateX(-50%);
    left: 50%;
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01--ex__h3{
        font-size: 2.1rem;
        transform: translateX(0);
        left: 0;
        top: -7rem;
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
}

.fso-lp__section01--ex__h3 span{
    display: inline-block;
    background-color: #FFF;
    padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01--ex__h3 span{
        display: block;
        padding: 0;
    }
}

.fso-lp__section01--ex__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6rem 4rem;
}

.fso-lp__section01--ex__list::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 3.5rem solid transparent;
    border-left: 3.5rem solid transparent;
    border-top: 4rem solid #ffe473;
    border-bottom: 0;
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
}

.fso-lp__section01--ex__item{
    width: calc(33.33% - 4rem);
    position: relative;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01--ex__item{
        width: 100%;
    }
}

.fso-lp__section01--ex__item--num{
    background: url(/katsubun/asset/images/lp/fso_assessment/bg_section01_num.svg);
    background-size: contain;
    width: 6rem;
    height: 6rem;
    color: #fcda4f;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1rem;
    font-size: 2.4rem;
    position: absolute;
    top: -3rem;
    left: 0;
}

.fso-lp__section01--ex__item--num span{
    display: block;
}

.fso-lp__section01--text2{
    margin-top: 6rem;
    font-size: 3rem;
    color: #0066cc;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section01--text2{
        font-size: 2.4rem;
    }
}

.fso-lp__section-cta{
    padding: 5rem 0 5rem;
    background-color: #0066cc;
    text-align: center;
    position: relative;
}

.fso-lp__section-cta::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 3.5rem solid transparent;
    border-left: 3.5rem solid transparent;
    border-top: 4rem solid #e6f4ff;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fso-lp__section01 + .fso-lp__section-cta::before{
    border-top: 4rem solid #FFF;
}

.fso-lp__section02{
    padding: 8rem 0 8.5rem;
    background-color: #e6f4ff;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02{
        padding: 5rem 0;
    }
}

.fso-lp__cmn-text--h2__span{
    font-size: 2.6rem;
    display: block;
}
@media only screen and (max-width: 767px) {
    .fso-lp__cmn-text--h2__span{
        font-size: 1.8rem;
        display: block;
    }
}

.fso-lp__section02--wrap{
    background-color: #FFF;
    border-radius: 0.8rem;
    padding: 4rem 5rem 6rem;
    margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--wrap{
        padding: 3rem 2rem;
        margin-top: 4rem;
    }
}

.fso-lp__section02--wrap__title{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--wrap__title{
        flex-direction: column;
    }
}

.fso-lp__section02--wrap__point{
    width: 7rem;
    height: 7rem;
    color: #FFF;
    font-size: 2.6rem;
    text-align: center;
    background-color: #0066cc;
    border-radius: 100%;
    font-weight: bold;
    padding-top: 2.5rem;
    margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--wrap__point{
        margin-right: 0;
    }
}


.fso-lp__section02--wrap__point span{
    font-size: 1.1rem;
    display: block;
    line-height: 0;
}

.fso-lp__section02--wrap__h3{
    color: #0066cc;
    font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--wrap__h3{
        font-size: 2.2rem;
        text-align: center;
        margin-top: 2rem;
    }
}

.fso-lp__section02--contents01{
    margin-top: 3rem;
}

.fso-lp__section02--contents01__flex{
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__flex{
        flex-direction: column;
    }
}

.fso-lp__section02--contents01__flex--image{
    width: 42.1rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__flex--image{
        width: 100%;
        order: 2;
        margin-top: 3rem;
    }
}

.fso-lp__section02--contents01__flex--image figcaption{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1.5rem;
}

.fso-lp__section02--contents01__flex--text{
    width: calc(100% - 42.1rem - 6rem);
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__flex--text{
        width: 100%;
        order: 1;
    }
}


.fso-lp__section02--contents01__flex--text > .fso-lp__cmn-text--p{
    margin-top: 0;
    line-height: 1.55;
}

.fso-lp__section02--contents01__flex--text__btn{
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__flex--text__btn{
        display: none;
    }
}

.fso-lp__section02--contents01__flex--text__btn--link{
    border: 1px solid #666666;
    border-radius: 10rem;
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.8rem 2.5rem 0.8rem 2rem;
    margin-top: 2.5rem;
    transition: background-color 0.3s;
}

.fso-lp__section02--contents01__flex--text__btn--link:hover{
    background-color: #f5f5f5;
}

.fso-lp__section02--contents01__flex--text__btn--link::before{
    content: "";
    background: url(/katsubun/asset/images/lp/fso_assessment/icon_zoom.svg) no-repeat center;
    background-size: contain;
    width: 1.9rem;
    height: 1.9rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.fso-lp__section02--contents01__title{
    background-color: #e8e8e8;
    font-size: 1.8rem;
    padding: 0.5rem;
    text-align: center;
    margin-top: 4.5rem;
    font-weight: bold;
}

.fso-lp__section02--contents01__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3.5rem;
    margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__list{
        gap: 3rem;
        margin-top: 2rem;
    }
}

.fso-lp__section02--contents01__item{
    width: calc(50% - 3rem);
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__item{
        width: 100%;
        align-items: center;
    }
}

.fso-lp__section02--contents01__item--image{
    width: 11rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__item--image{
        width: 8rem;
    }
}

.fso-lp__section02--contents01__item--text{
    width: calc(100% - 11rem - 3rem);
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__item--text{
        width: calc(100% - 8rem - 2rem);
    }
}

.fso-lp__section02--contents01__item--title{
    font-weight: bold;
    font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents01__item--title{
        font-size: 1.7rem;
    }
}

.fso-lp__section02--contents01__item--p{
    margin-top: 1rem;
}

.fso-lp__section02--contents02__p{
    margin-top: 3rem;
    text-align: left;
}

.fso-lp__section02--contents02__image{
    text-align: center;
    margin-top: 2rem;
}

.fso-lp__section02--contents03__p{
    margin-top: 2.5rem;
}

.fso-lp__section02--contents03__item--text{
    font-size: 1.9rem;
    margin-top: 2.5rem;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents03__item--text{
        font-size: 1.8rem;
        text-align: center;
    }
}

.fso-lp__section02--contents03__list{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents03__list{
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
}

.fso-lp__section02--contents03__item{
    width: calc(33.33% - 2rem);
    background-color: #c0dff2;
    padding-top: calc(33.33% - 2rem);
    border-radius: 100%;
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section02--contents03__item{
        width: 90%;
        padding-top: 90%;
    }
}

.fso-lp__section02--contents03__item--title{
    width: 100%;
    position: absolute;
    top: 13%;
    font-size: 1.8rem;
    font-weight: bold;
}

.fso-lp__section02--contents03__item--image{
    width: 100%;
    position: absolute;
    top: 33%;
}

.fso-lp__section02--contents03__item--image .-image1{
    width: 11.5rem;
}
.fso-lp__section02--contents03__item--image .-image2{
    width: 7.7rem;
}
.fso-lp__section02--contents03__item--image .-image3{
    width: 7.6rem;
}

.fso-lp__section02--contents03__item--p{
    width: 100%;
    position: absolute;
    top: 72%;
    font-size: 1.3rem;
}

.fso-lp__section03{
    padding: 8rem 0;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section03{
        padding: 5rem 0;
    }
}

.fso-lp__section03--list{
    margin-top: 2rem;
    background-color: #f2f2f2;
    padding: 4.5rem 5rem;
    border-radius: 1.4rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section03--list{
        padding: 3rem 2rem;
    }
}

.fso-lp__section03--list.-first{
    margin-top: 5rem;
}

.fso-lp__section03--list__title{
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-left: 5rem;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section03--list__title{
        font-size: 1.8rem;
        padding-left: 4rem;
        padding-right: 3rem;
    }
}

.fso-lp__section03--list__title::after{
    content:"";
    background: url(/katsubun/asset/images/lp/fso_assessment/icon_open.svg) no-repeat center;
    display: block;
    width: 3.3rem;
    height: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
    .fso-lp__section03--list__title::after{
        width: 2.8rem;
        height: 2.5rem;
    }
}

.-open .fso-lp__section03--list__title::after{
    transform: rotate(0);
}

.fso-lp__section03--list__title::before{
    content: "Q";
    display: block;
    font-size: 2.4rem;
    width: 3.4rem;
    height: 3.4rem;
    text-align: center;
    background-color: #000000;
    color: #FFF;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section03--list__title::before{
        font-size: 2rem;
        width: 3rem;
        height: 3rem;
    }
}

.fso-lp__section03--list__text{
    margin: 0 0 0 5rem;
    display: grid; 
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
}
.-open .fso-lp__section03--list__text{
    grid-template-rows: 1fr;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section03--list__text{
        margin: 0 0 0 4rem;
    }
}

.fso-lp__section03--list__text--inner{
    overflow: hidden;
    position: relative;
    padding: 0 0 0 3rem;
}

.fso-lp__section03--list__text .fso-lp__cmn-text--p{
    margin-top: 0;
    padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section03--list__text .fso-lp__cmn-text--p{
        padding-top: 2rem;
    }
}

.fso-lp__section03--list__text--inner::before{
    content: "A";
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 3rem;
    left: 0;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section03--list__text--inner::before{
        font-size: 2rem;
        top: 2.2rem;
    }
}

.fso-lp__section03--list__num li{
    position: relative;
    padding-left: 2.8rem;
}

.fso-lp__section03--list__num li span{
    position: absolute;
    left: 0;
}

.fso-lp__section03--sup{
    font-size: 1.2rem;
    margin-top: 2rem;
}

.fso-lp__section04{
    padding: 8rem 0 0;
    background-color: #e6f4ff;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04{
        padding: 5rem 0 0;
    }
}

.fso-lp__section04 .fso-lp__cmn-container__l{
    padding-bottom: 8rem;
}

.fso-lp__section04--inner{
    background-color: #FFF;
    border-radius: 0.8rem;
    padding: 4.5rem 7.5rem 7rem;
    margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--inner{
        padding: 3rem 2rem 13rem;
        margin-top: 2rem;
    }
}

.fso-lp__section04--h3{
    font-size: 2.8rem;
    text-align: center;
    color: #0066cc;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--h3{
        font-size: 2.1rem;
    }
}

.fso-lp__section04--list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.fso-lp__section04--item{
    width: calc(50% - 4rem);
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--item{
        width: calc(100% - 1rem);
        font-size: 1.6rem;
        padding-left: 3rem;
        margin: 0 auto;
    }
}

.fso-lp__section04--item.-adjust::after{
    content: "";
    display: block;
    height: 2.6rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--item.-adjust::after{
        display: none;
    }
}

.fso-lp__section04--item::before{
    content: "";
    display: block;
    background: url(/katsubun/asset/images/lp/fso_assessment/icon_check.svg) center no-repeat;
    background-size: contain;
    width: 2.9rem;
    height: 2.6rem;
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--item::before{
        width: 2.3rem;
        height: 2rem;
        position: absolute;
        left: 0;
        top: 0.2rem;
    }
}

.fso-lp__section04--btn{
    margin-top: 2.5rem;
}

.fso-lp__section04--btn__link{
    background: #FFF;
    border: 0.32rem solid #ff6600;
    color: #ff6600 !important;
    border-radius: 1rem;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
    padding: 1.7rem 1.7rem 1.7rem 2rem;
    transition: all 0.3s;
    position: relative;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--btn__link{
        font-size: 1.5rem;
        padding: 1.2rem 1.2rem 1.2rem 1.5rem;
    }
}

.fso-lp__section04--btn__link:hover{
    box-shadow: none;
    transform: translateY(0.5rem);
    filter: brightness(1.1);
    text-decoration: none;
}

.fso-lp__section04--btn__link::after{
    content: "";
    display: block;
    background: url(/katsubun/asset/images/lp/fso_assessment/icon_link.svg) no-repeat center;
    background-size: contain;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--btn__link::after{
        width: 1.8rem;
        height: 1.8rem;
        right: 1.5rem;
    }
}

.fso-lp__section04--image01{
    position: absolute;
    bottom: 0;
    left: 7rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--image01{
        left: 3rem;
    }
}
@media only screen and (max-width: 1040px) {
    .fso-lp__section04--image01 img{
        width: 19.2rem;
    }
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--image01 img{
        width: 15rem;
    }
}

.fso-lp__section04--image02{
    position: absolute;
    bottom: 0;
    right: 5.5rem;
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--image02{
        right: 3rem;
    }
}
@media only screen and (max-width: 1040px) {
    .fso-lp__section04--image02 img{
        width: 23.2rem;
    }
}
@media only screen and (max-width: 767px) {
    .fso-lp__section04--image02 img{
        width: 18rem;
    }
}

.fsp-lp__pagetop{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.fsp-lp__pagetop.-show{
    opacity: 1;
}

.fsp-lp__pagetop.-stop{
    position: absolute;
    bottom: 10rem;
    transition: none;
}
@media only screen and (max-width: 767px) {
    .fsp-lp__pagetop img{
        width: 5rem;
    }
}

.mfp-figure figure{
    padding: 1rem;
    background-color: #FFF;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    color: #000;
    right: 1rem;
    top: -1rem;
    font-size: 5rem;
}