@charset "utf-8";

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

.cover-text-contents {
    bottom: 15%;
  	left: 0;
}

.cover-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.cover-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.cover-text br {
	display: block;
}

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

.top-title-box-left .title01:after {
	right: auto;
}

.top01-text-box.text02 {
	line-height: 2.7em;
}

.top01-text-box.text02 strong {
	font-size: 18px;
  	color: var(--primary);
}

.top01-text-box.text02 p br {
	display: none;
}

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

.top02-01 {
    border-radius: 20px 20px 0 0;
}

.top02-01-jp-title br, .top02-02-jp-title br {
    display: block;
}

.top02-02 {
    border-radius: 0 0 20px 20px;
}

.top02-02-text-box p {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.top-fukidashi {
	clip-path: polygon(50% 35px, 100% 0, 100% 100%, 0 100%, 0 0);
  	background: var(--quaternary);;
}

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

.top03-left .en-title01 {
    margin: 20px 0 0;
}

.top03-right {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

.top04-link-btn-box {
    box-shadow: 0 5px 6px rgb(0 0 0 / 20%);
}

.banner-link-inner .en-title01 {
    margin: 20px 0 0;
}

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

.top05-text-box.text02 {
	line-height: 2.25em;
}

/*-----------------------------------------------------------
top06
-----------------------------------------------------------*/

.top-voice-item {
	padding: 35px 15px;
}

.top-voice-item-title {
	font-size: 16px;
}

.top-voice-item:before {
	content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(192, 213, 203, 80%);
  	transition: all .3s;
}

.top-voice-item.swiper-slide-active:before {
	content: none;
  	transition: all .3s;	
}

.swiper-button-prev {
    max-width: 23px;
    width: 10%;
    height: 23px;
    top: 50%;
    left: 2%;
}

.swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/arrow02.svg) no-repeat left center;
    background-size: contain;
	transform: rotate(180deg);
}

.swiper-button-next {
    max-width: 23px;
    width: 10%;
    height: 23px;
    top: 50%;
    right: 2%;
}

.swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/arrow02.svg) no-repeat right center;
    background-size: contain;
}

/*-----------------------------------------------------------
top07
-----------------------------------------------------------*/

.top07-left .en-title01 {
    margin: 20px 0 0;
}

.top07-text-box.text02 {
	line-height: 2.25em;
}

.top-insta-btn {
	max-width: 360px;
  	width: 100%;
    padding: 20px 15px 20px;
}

.top-insta-btn.btn01:after {
    content: none;
}

.top07-right {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.instagram-text {
	max-width: 156px;
}

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

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

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

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

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



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

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

@media screen and (min-width:576px) {
  
    .cover-text br {
        display: none;
    }

    .top02-01-jp-title br, .top02-02-jp-title br {
        display: none;
    }

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

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

@media screen and (min-width: 768px) {
  
    /*-----------------------------------------------------------
    cover
    -----------------------------------------------------------*/
    
    .cover-text-contents {
        bottom: 20%;
    }
    
    .cover-title {
        font-size: 32px;
    }

    .cover-text {
        font-size: 18px;
    }
  
    /*-----------------------------------------------------------
    top01
    -----------------------------------------------------------*/
    
    .top01-text-box.text02 strong {
        font-size: 20px;
    }
  
    .top01-text-box.text02 p br {
        display: block;
    }
  
    /*-----------------------------------------------------------
    top02
    -----------------------------------------------------------*/
  
    .top02-02-text-box p {
        font-size: 13px;
    }

    /*-----------------------------------------------------------
    top06
    -----------------------------------------------------------*/

    .top-voice-item-title {
        font-size: 16px;
    }
  
    .swiper-button-prev {
        left: 14.8%;
    }

    .swiper-button-next {
        right: 14.8%;
    }

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

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

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

  
    /*-----------------------------------------------------------
    top02
    -----------------------------------------------------------*/
  
    .top02-02-text-box p {
        font-size: 17px;
    }
  
    /*-----------------------------------------------------------
    top03
    -----------------------------------------------------------*/

    .top03-right {
        grid-template-columns: repeat(2, 1fr);
    }



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


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

@media screen and (min-width: 1024px) {
  
    /*-----------------------------------------------------------
    top02
    -----------------------------------------------------------*/
  
    .top02-02-text-box p {
        font-size: 18px;
    }
  
    /*-----------------------------------------------------------
    top06
    -----------------------------------------------------------*/

    .top-voice-item-title {
        font-size: 18px;
    }
  
    .swiper-button-prev {
        left: 32%;
    }

    .swiper-button-next {
        right: 32%;
    }


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

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

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

    .cover-text-contents {
        bottom: 30%;
    }  

    .cover-title {
        font-size: 37px;
    }

    .cover-text {
        font-size: 20px;
    }

    /*-----------------------------------------------------------
    top01
    -----------------------------------------------------------*/
  
    .top01-text-box.text02 strong {
        font-size: 23px;
    }

    /*-----------------------------------------------------------
    top02
    -----------------------------------------------------------*/
  
    .top-fukidashi {
        clip-path: polygon(50% 85px, 100% 0, 100% 100%, 0 100%, 0 0);
        background: var(--quaternary);;
    }

    .top02-02-text-box p {
		font-size: 20px;
    }
  
    /*-----------------------------------------------------------
    top03
    -----------------------------------------------------------*/

    .top03-right {
        grid-template-columns: repeat(4, 1fr);
    }
  
    /*-----------------------------------------------------------
    top05
    -----------------------------------------------------------*/

    .top05-text-box {
		text-align: center;
    }
  
    /*-----------------------------------------------------------
    top06
    -----------------------------------------------------------*/

    .top-voice-item-title {
        font-size: 23px;
    }

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

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

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

    .top-voice-item-title {
        font-size: 20px;
    }

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

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

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





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

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

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



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

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

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