/* 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: #ffe67b;
}

footer .inner p{
	color: #4d4326;
}

/*- main -*/
main{
	background-color: #fffbe9;
	color: #4d4326;
}

/*- title -*/
h3.title{
	margin-inline: auto;
	width: clamp(220px, 26.5625vw, 340px);
}

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{
	background-color: #FFFFFF;
}

/*- rule_fuji -*/
#rule_fuji .itemLists > dt{
	border-color: #acc382;
}

/*- method_fuji -*/
#method_fuji{
	background: url("../img/index/method/bg.jpg") repeat center;
	padding-block: clamp(24px, 2.5vw, 32px);
}

#method_fuji::before, #method_fuji::after{
	content: "";
	display: block;
	background: url("../img/index/method/border.png") repeat-x center;
	background-size: auto 100%;
	height: clamp(32px, 3.125vw, 40px);
}

#method_fuji article{
	padding-block: clamp(24px, 4.375vw, 56px) clamp(40px, 5vw, 64px);
}

#method_fuji article #step > li::before{
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	height: 64px;
	width: 100%;
}

#method_fuji article #step{
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding-inline: 10px;
}

#method_fuji article #step > li{
	width: 81vw;
}

#method_fuji article #step > li:nth-of-type(1)::before{
	background-image: url("../img/index/method/icon_step01.png"), linear-gradient(transparent, transparent 50%, #FFFFFF 50%, #FFFFFF);
}

#method_fuji article #step > li:nth-of-type(2)::before{
	background-image: url("../img/index/method/icon_step02.png"), linear-gradient(transparent, transparent 50%, #FFFFFF 50%, #FFFFFF);
}

#method_fuji article #step > li:nth-of-type(3)::before{
	background-image: url("../img/index/method/icon_step03.png"), linear-gradient(transparent, transparent 50%, #FFFFFF 50%, #FFFFFF);
}

#method_fuji article #step > li .inner{
	background-color: #FFFFFF;
	padding: 0 clamp(20px, 2.1875vw, 28px) clamp(28px, 4.375vw, 56px);
}

#method_fuji article #appBtn{
	padding-inline: 10px;
}

#method_fuji article #appBtn a{
	background-color: #eb6363;
	font-weight: 900;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {
}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
	/*- rule -*/
	
	/*- method -*/
	#method_fuji article #step{
		align-items: stretch;
	}
	
	#method_fuji article #step > li{
		flex: 1;
		max-width: 280px;
	}
	
	#method_fuji article #step > li .inner{
		height: calc(100% - 64px);
	}
	
	#method_fuji article #appBtn a{
		width: clamp(620px, 70.3125vw, 900px);
	}
	
}




/* 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 .fv_box{
    background: url("../img/index/fv/pc_bg.png") no-repeat center;
    background-size: auto 100%;
}

.fv .fv_box img{
    margin-right: auto;
    margin-left: auto;
}




/* 横向き用
---------------------------------------------------------------------*/

@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){
	
	
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* about

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
#about{
	padding: clamp(20px, 3.125vw, 40px) 10px clamp(64px, 7.5vw, 96px);
}

#about *{
	color: #4d4326;
}

#about > * > * + *{
	margin-top: clamp(20px, 3.125vw, 40px);
}

#about > * h3 img{
	margin-inline: auto;
	max-width: 570px;
	width: 76vw;
}

#about > * p{
	text-align: center;
	font-weight: 900;
	font-size: clamp(1.4rem, 2.864583vw, 2.2rem);
}

#about > * p *{
	font-weight: 900;
}

#about > * p *.marker{
	color: #ce1733;
}

#about > * p a:hover{
	text-decoration: none;
}




/* 横向き用
---------------------------------------------------------------------*/

@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){
	
	
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* contents

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
#contents::before, #contents::after{
	content: "";
	display: block;
}

#contents::before{
	background: url("../img/index/contents/bg_top.png") repeat-x center;
	background-size: auto 100%;
	height: 20px;
}

#contents::after{
	background: url("../img/index/contents/bg_btm.png") repeat-x top, #103d5d;
	background-size: auto 80%;
	height: clamp(90px, 9.375vw, 120px);
}

#contents .image{
	background-color: #103d5d;
	padding: clamp(16px, 2.5vw, 32px) 10px 10px;
}

#contents .image img{
	margin-inline: auto;
}




/* 横向き用
---------------------------------------------------------------------*/

@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){
	
	
	
}







/*------------------------------------------------------------------------------------------------------------------------------------------

* 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){
	
	
	
}