/* CSS Document */


/*- menu -*

変更領域, fv

* filetop *
------------------------------------------------------------------------------------------------------------------------------------------*/

/*- File name [ style.css ] -*/

/*------------------------------------------------------------------------------------------------------------------------------------------

* 変更領域

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

.m-plus-rounded-1c{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
}

.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/*- body -*/
body, body *{
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333;
}

/*- footer -*/
footer .inner{
    background: url(../../common/img/footer_bg.png) repeat center;
}

footer .inner p{
	color: #FFFFFF;
}

/*- main -*/
/* main{
} */

/*- title -*/
h3.title span{
	border-color: #000000;
	font-weight: 700;
}

/*- box_center -*/
/* .box_center{
	padding-inline: clamp(12px, 3.125vw, 24px);
}

.box_center > *{
} */

/*- top -*/
/* #top{
} */

/*- btm -*/
/* #btm{
} */

/*- rule_fuji -*/
#rule_fuji > *{
    padding-top: 0;
}

#rule_fuji > * .itemLists a{
    text-decoration: underline;
}

#rule_fuji > * .itemLists a:hover{
    text-decoration: none;
}

/*- method_fuji -*/
#method_fuji{
    background: url(../img/method/bg_sp.png) no-repeat center top;
    background-size: cover;
    padding-bottom: clamp(48px, 7.8125vw, 100px);
    position: relative;
}

#method_fuji::before{
    content: "";
    display: block;
    background: url(../img/method/top_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    height: clamp(50px, 7.8125vw, 100px);
    width: 100%;
    transform: translateY(-100%);
    position: absolute;
    left: 0;
    top: 0;
}

#method_fuji::after{
    content: "";
    display: block;
    background-image: linear-gradient(0deg, #ffffff, transparent);
    height: clamp(100px, 15.625vw, 200px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#method_fuji #step{
	gap: clamp(20px, 5.2083vw, 40px) 20px;
	padding-inline: clamp(24px, 2.8125vw, 36px);
}

#method_fuji #step > li{
	background-image: linear-gradient(transparent 32px, #FFFFFF 32px);
	padding: 0 clamp(20px, 2.5vw, 32px) clamp(30px, 5.2083vw, 40px);
}

#method_fuji #step > li .inner .red{
	color: #e83820;
}

#method_fuji #step > li .inner .image{
	margin-inline: auto;
	width: 180px;
}

#method_fuji #step > li::before{
	width: 64px;
}

#method_fuji #appBtn{
    position: relative;
    z-index: 9;
}

#method_fuji #appBtn a{
	background-color: #1d7dbd;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	/*- rule_fuji -*/
	
	/*- method_fuji -*/
    #method_fuji{
        background-image: url(../img/method/bg_pc.png);
        background-size: auto;
    }

    #method_fuji::before{
        background: url(../img/method/top_pc.png) no-repeat center bottom;
        background-size: auto;
    }
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* fv

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
.fv{
    position: relative;
}

.fv img{
    object-position: center center;
    object-fit: cover;
    min-height: 480px;
}

.fv .cp_txt{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: url(../img/fv/text_bg_sp.png) no-repeat center;
    background-size: contain;
    aspect-ratio: 1 / 0.768;
    width: calc(100% - (10px * 2));
    transform: translateX(-50%);
    position: absolute;
    bottom: clamp(30px, 5vw, 64px);
    left: 50%;
}

.fv .cp_txt .wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 0.768;
    width: 100%;
    text-align: center;
}

.fv .cp_txt .wrap p{
    font-size: 1.4rem;
}

.fv .cp_txt .wrap p span{
    font-weight: 700;
    color: #1d7dbd;
}

.fv .cp_txt .wrap p a{
    text-decoration: underline;
}

.fv .cp_txt .wrap p a:hover{
    text-decoration: none;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	.fv .cp_txt{
        background-image: url(../img/fv/text_bg_pc.png);
        aspect-ratio: 3.152	/ 1;
        max-height: 330px;
        height: 25vw;
        width: auto;
    }

    .fv .cp_txt .wrap{
        aspect-ratio: 3.467 / 1;
        max-height: 300px;
        height: 23vw;
        width: auto;
    }
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	.fv .cp_txt{
        height: 17.1875vw;
    }

    .fv .cp_txt .wrap{
        height: 15.625vw;
    }
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
	.fv .cp_txt .wrap p{
        font-size: clamp(1.4rem, 1.14583vw, 2.2rem);
    }
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* top

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

#top{
    padding-top: clamp(30px, 6.25vw, 80px);
}

#top.obi::after,
#top.obi::before{
    position: absolute;
    width: calc((100vw - 1280px) / 2);
    background-size: auto !important;
}

#top.obi::before{
    background-image: url(../../common/img/obi_left.png);
    background-position: right top !important;
    left: 0;
    max-width: 298px;
}

#top.obi::after{
    background-image: url(../../common/img/obi_right.png);
    background-position: left top !important;
    right: 0;
    max-width: 236px;
}

/* anchor */
#anchor{
    padding-inline: 10px;
}

#anchor #anchor_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: clamp(10px, 1.25vw, 16px);
}

#anchor #anchor_list > *{
    width: 82%;
}

#anchor #anchor_list a:hover{
    opacity: 0.7;
}


/* contents */
#contents #contents_list img{
    margin-inline: auto;
}

* + #contents{
    margin-top: clamp(16px, 3.125vw, 40px);
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

    #anchor #anchor_list{
        flex-direction: row;
        margin-inline: auto;
        max-width: 960px;
    }
	
	#anchor #anchor_list > *{
        max-width: 310px;
        width: calc((100% - (clamp(10px, 1.25vw, 16px) * 2)) / 3);
    }
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
	
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* Add Sample Code

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	
	
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {
	
	
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){
	
	
	
}