@charset "utf-8";

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.cover-deco03, .cover-deco02 {
	z-index: 1;
}

.cover-deco01, .cover-deco02 {
	z-index: 5;
}

.cover-deco03 {
	right: 4%;
}

.cover-deco04 {
    bottom: -2.5%;
    right: 4.8%;
    z-index: 10;
}

.cover .loop-img-box {
    aspect-ratio: 450 / 580;
}

/* 22px - 32px */
.cover-text-jp {
	font-size: clamp(1.375rem, 0.7771rem + 2.551vw, 2rem);
  	letter-spacing: 0.048em;
}

/* 16px - 20px */
.cover-text-en {
	font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
	margin: 15px 0 0;
}

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/

.top01 .common-deco02 {
    z-index: 9;
}

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/

.top02:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    background: url(/system_panel/uploads/images/bg-part01.png) no-repeat top;
    background-size: cover;
    z-index: 0;
}

.top02-row {
    justify-content: space-between;
    align-items: flex-start;
}

.top02-item {
    padding: 40px 8px 0 !important;
}

.top02-num-box {
    position: absolute;
    top: .5%;
    left: 4%;
    z-index: 1;
}

.top02-num {
    font-size: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 2.589)), 100px);
    font-family: var(--font-family01);
    font-style: italic;
    letter-spacing: 0;
  	line-height: .8;
    color: var(--quaternary);
}

.top02-img-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg,rgba(246, 238, 241, 1) 0%,rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.top02-item-title-box {
	bottom: 15px;
	right: 18px;
}

.top02-deco01 {
    right: 0;
    top: 4%;
}

.top02-deco02 {
    right: 0;
    bottom: -15.5%;
}

.top02-item-text-box {
    letter-spacing: 0.048em;
    line-height: 1.9;
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 130%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(251, 248, 246, 1) 0%, rgba(239, 221, 226, 1) 70%, rgba(239, 221, 226, 1) 100%);
    z-index: 1;
}

.top03-top-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 96 / 5;
    z-index: 1;
}

.top03-top-deco:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/system_panel/uploads/images/parts02.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}

.top03-deco {
    bottom: 5%;
    right: 6%;
  	z-index: 10;
}

  
.top03-text-box {
	letter-spacing: 0.048em;
    line-height: 1.9em;
}


/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/

.top04-deco {
    bottom: 5%;
    right: 8%;
    z-index: 2;
}

.top04-text-box {
    letter-spacing: 0.048em;
    line-height: 1.9;
}

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.news-item {
    border-bottom: 1px solid var(--gray01);
    max-width: 950px;
    width: 100%;
}

.news-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px 20px 0;
    transition: all .3s;
    width: 100%;
    max-width: 950px;
}

.news-item:first-child .news-flex {
    padding-top: 0;
}

.news-cate-flex {
    display: flex;
    align-items: center;
}

.news-text-box {
    /* flex: 1; */
    /* margin: 0 15px 0 0; */
    width: 94%;
}

.news-date {
    width: 80px;
    margin: 0 20px 0 0;
    color: var(--gray02);
    font-size: clamp(18px, calc(0.75rem + ((1vw - 3.75px) * 0.1294)), 22px);
    font-weight: 500;
    font-family: var(--font-family01);
    max-width: max-content;
    flex-shrink: 0;
}

.news-cate-box {
    max-width: calc(100% - 125px);
    min-width: 126px;
    display: inline-block;
    /* width: 100%; */
    padding: 2px 11px 2px 10px;
    /* flex: 1; */
    flex: 0 1 auto;
    border: 1px solid #B9B7B6;
    border-radius: 100vmax;
}

.news-cate {
	color: var(--gray02);
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.news-title {
    color: var(--gray02);
    margin: 20px 0 0;
}

.news-arrow-box {
	/* max-width: 31px; */
	width: 31px;
	margin: 0 0 0 15px;
	transition: all .3s;
}

/*.news-item:hover .news-title {
    text-decoration: underline;
}*/

.news-item:hover .news-arrow-box{
	margin: 0 -15px 0 0;
 	transition: all .3s;
}


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

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

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

.news-date {
	margin: 0 10px 0 0;
}

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

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

@media screen and (min-width:576px) {
  
  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/  
  


/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/ 



/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/  


 
  
/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/
  

  
/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/
  


}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  
/* 30px - 40px */
.cover-text-jp {
	font-size: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
}
  
/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
  

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/
  
.top02-row .swiper-wrapper {
    gap: 2%;
}
  
.top02-item {
    padding: 40px 0 0 !important;
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03-left {
	padding: 100px 15px 90px !important; 
} 

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/
  
.top04-deco01 {
    top: -10%;
    right: 10%;
    bottom: auto;
    left: auto;
}


/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/
  
.news-flex {
	padding: 20px 0 15px;
}
  
.news-date {
	width: 95px;
}


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

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

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

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
  


}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/


/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/
  
.top03-left {
	padding: 120px 15px 110px !important; 
}

.top03-deco {
    bottom: 5%;
    left: 41%;
    z-index: 10;
}

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/


/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/
  
.news-date {
    margin: 0 20px 0 0;
}

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

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

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

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/ 
  
.cover {
	padding: 330px 0 80px!important;
}
 
  
/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/  

.top01 {
	padding: 250px 0 0!important; 
}
  

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/  

.top02 {
	padding: 150px 0 120px!important; 
}
  
.top02 .common-deco01 {
	top: -51.5%;
}
	
.top02-item {
	padding: 55px 0 0 !important;
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/
  
.top03 {
	padding: 250px 0 0 !important; 
}
  
.top03-left {
	padding: 150px 15px 140px !important; 
}

.top03-left-in {
	margin: 0 0 0 2% !important;
}
  
.top03-right {
    width: 56% !important;
}

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/  
.top04 {
	padding: 150px 0 0 !important; 
}
  

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/ 

.top05 {
	padding: 150px 0 200px !important;
}

}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
 
  
/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
.top01-text-box {
	margin: 50px 0 0 !important;
}

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/
  
.top03-left {
	padding: 200px 15px 196px !important;
}
  
.top03-left-in {
	margin: 0 0 0 8% !important;
}
  
.top03-right {
    width: 56% !important;
}

}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width:1500px) {
  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/  
  

  
/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/  
  
/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/
  
.top04-right {
  	width: 54% !important;
}
  
.top04-text-box {
    padding: 0 0 0 80px !important;
}

}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width:1600px) {
  
/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/

.top02-row .swiper-wrapper {
    gap: 6.58%;
}
  
.top02-item {
    width: 28.95% !important;
}
  
/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/
  
.top03-left-in {
	margin: 0 0 0 11% !important;
}
  
.top03-text-box {
	padding: 0 0 0 80px !important;
}
  
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {
  

/*-----------------------------------------------------------
Cover
-----------------------------------------------------------*/

.cover-text-jp {
	font-size: 40px;
}

  
/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/
  
.top02-num {
	font-size: 100px;  
}

}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 