@charset "utf-8";

/*--cover--*/

.coverTxtWr {
    bottom: 11%;
}

.coverTitBox {
    margin: 0 0 0 5%;
}

.coverTxtBox {
    padding: 7px 7px 7px 14px;
}

.coverTxt {
    font-size: 14px;
    line-height: 1.6em;
  	letter-spacing: 0.05em;
}

/*--top01--*/

.top01ListBlock:after {
	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
  	background: url(/system_panel/uploads/images/hoganshi_bg.png) no-repeat center;
  	background-size: cover;
  	z-index: 1;
}

.top01ListTxt {
  	font-size: 16px;
	font-weight: 500;
}

.top01Illust01 {
    margin: 20px auto 0;
    top: 20%;
    right: 4.5%;
    z-index: -1;
}

.top01Contents {
    padding: 74px 0 114px;
    margin: -10% 0 0px;
}

.top01Contents:after {
	content: "";
  	position: absolute;
  	top: auto;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 100%;
	height: 650px;
  	background: url(/system_panel/uploads/images/top_arrow.png) no-repeat center;
  	background-size: cover;
  	z-index: -1;
}

.top01TxtBox02 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top01Txt01 {
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
}

.top01Txt01 br {
	display: block;
}

.top01TxtEdge {
    font-size: 18px;
    font-weight: 700;
    text-shadow:
    4px 4px 4px #fff, -4px -4px 4px #fff,
    -4px 4px 4px #fff,  4px -4px 4px #fff,
    4px 0 4px #fff, -4px  0 4px #fff,
    0 4px 4px #fff,  0 -4px 4px #fff;
}

.top01Txt03 {
    font-size: 17px;
    font-weight: 700;
    line-height: 2.2em;
    padding: 0 0 4px;
    border-bottom: 3px solid #F2726F;
    display: inline;
}

.top01Illust02 {
    left: 0;
    bottom: -42%;
}


/*--top02--*/

.top02Item {
    padding: 15px;
}

.top02Num {
  	font-family: var(--fontA);
    font-size: 35px;
    text-shadow:
    4px 4px 4px #fff, -4px -4px 4px #fff,
    -4px 4px 4px #fff,  4px -4px 4px #fff,
    4px 0 4px #fff, -4px  0 4px #fff,
    0 4px 4px #fff,  0 -4px 4px #fff;
    margin: 0 0 -10%;
}

.top02Tit {
    font-size: 20px;
    text-align: center;
}

.top02Illust02 {
    right: 0;
    bottom: -14%;
}
 
/*--top03--*/

.top03:after {
	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: auto;
  	max-width: 1800px;
	width: 95%;
  	height: 100%;
  	background: #FFF8D5;
  	border-radius: 15px 0 0 15px;
  	z-index: -1;
}

.top04:after {
	content: "";
  	position: absolute;
  	top: 0;
  	right: auto;
  	bottom: 0;
  	left: 0;
  	max-width: 1800px;
	width: 95%;
  	height: 100%;
  	background: #FCC7C6;
  	border-radius: 0 15px 15px 0;
  	z-index: -1;
}

.top04Illust01 {
    top: -2%;
    right: 2%;
} 

/*--top05--*/

.top05LinkImgBox {
    min-height: 350px !important;
}

.top05LinkImgBox img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
}

.top05LinkTxtBlock {
    margin: 40px 0 0 3.5% !important;
}

.top05Illust01, .top05Illust02 {
	right: 2%;
  	pointer-events: none;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.coverTxt {
    font-size: 15px;
}  
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.coverTxtBox {
    padding: 7px 7px 7px 28px;
}

.coverTxt {
    font-size: 18px;
}  
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*--cover--*/
  
.coverTxtBox {
    padding: 7px 7px 7px 55px;
}
  
.coverTxt {
    font-size: 22px;
}

.coverTitBox {
    margin: 0 0 0 8%;
}

/*--top01--*/
  
.top01Contents {
    padding: 120px 0 114px;
    margin: -10% 0 0px;
} 
  
.top01ListTxt {
    font-size: 20px;
}
  
.top01Txt01 {
    font-size: 30px;
}

.top01Txt01 br {
	display: none;
}
  
.top01TxtEdge {
    font-size: 40px;
}  
  
.top01Txt03 {
    font-size: 22px;
}
  
.top01Illust01 {
    margin: 0;
    top: 8%;
    z-index: -1;
}
  
.top01Illust02 {
    left: 0;
    bottom: -12%;
}
  
/*--top02--*/
  
.top02Tit {
    font-size: 17px;
}
  
.top02Illust02 {
    top: -13%;
    right: 15%;
  	bottom: auto;
}
  
/*--top04--*/

.top04Illust01 {
    top: -19%;
    right: 2%;
}  
  
/*--top05--*/
  
 .top05Illust01, .top05Illust02 {
	right: 1%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*--cover--*/
  
.coverTxt {
    font-size: 25px;
}  
  
/*--top01--*/
  
.top01Contents {
    padding: 150px 0 114px;
    margin: -10% 0 0px;
}  
  
.top01ListTxt {
  	font-size: 23px;
}
  
.top01Illust01 {
    top: 10%;
}
  
/*--top02--*/
  
.top02Num {
	font-size: 45px;  
} 
  
.top02Tit {
    font-size: 23px;
}
  
/*--top04--*/

.top04Illust01 {
    top: -19%;
    right: 2%;
}
  
/*--top05--*/

.top05LinkTxtBlock {
    margin: 40px 0 0 5% !important;
}
  
 .top05Illust01, .top05Illust02 {
	right: 1.5%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1250px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*--cover--*/
  
.coverTxtBox {
	padding: 7px 7px 7px 55px;
}

.coverTxt {
    font-size: 25px;
    line-height: 1.6em;
}
  
/*--top01--*/
  
.top01Contents {
    padding: 180px 0 114px;
    margin: -10% 0 0px;
}
  
.top01Illust01 {
    top: 20%;
}
  
  
/*--top02--*/
 
.top02Item {
    padding: 15px 25px 41px;
}
  
.top02Tit {
    font-size: 28px;
}
  
/*--top04--*/

.top04Illust01 {
    top: -7%;
    right: 2%;
}

/*--top05--*/
  
.top05LinkImgBox {
    min-height: 460px !important;
}
  
.top05LinkTxtBlock {
    margin: 60px 0 0 9.41% !important;
}

.top05Illust01, .top05Illust02 {
	right: 3%;
}
  
.top05Illust01 {
    bottom: -15px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1440px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*--top01--*/
  
.top01Contents {
	padding: 244px 0 114px;
	margin: -11% 0 0px;
}
  
/*--top04--*/
  
.top04Illust01 {
    top: 17%;
    right: 0;
}
  
/*--top05--*/

.top05Illust01 {
	right: 8%;
}
  
.top05Illust02 {
	right: 9.24%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1800px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*--top04--*/
  
.top04Illust01 {
    top: 17%;
    right: 8.5%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1800px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */