@charset "utf-8";

/*===========================================================
カバー
===========================================================*/

.cover {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px 0;
    position: relative;
}

.cover-illust-box01 {
    max-width: 518px;
    width: 27%;
    position: absolute;
    right: 13.5%;
    top: 6.5%;
    margin: auto;
}

.cover-illust-box02 {
    max-width: 408px;
    width: 100%;
    position: absolute;
    top: 25%;
    left: 0;
    margin: auto;
}

.cover-container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.cover-text-area {
    max-width: 1472px;
    width: 100%;
    margin: 0 auto;
}

.cover-title01 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 1.4239)), 40px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.cover-text-box02 {
	margin: 35px 0 0;
	display: flex;
	align-items: center;
}

.cover-text-box02::before {
    content: "";
    display: block;
    max-width: 170px;
    margin-right: 2%;
    width: 12%;
    height: 1px;
    background: var(--bg-quaternary);
}

.cover-text01 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.4531)), 23px);
    font-weight: 500;
    letter-spacing: 0.05em;
}

.cover-img-area {
    margin: 40px 0 0;
    mask-image: url(index.css);
    mask-repeat: no-repeat;
    mask-position: 0;
    mask-size: auto 100%;
    -webkit-mask-image: url(/system_panel/uploads/images/sp_cover_mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0;
    -webkit-mask-size: auto 100%;
}

/*===========================================================
top01
===========================================================*/

.top01-illust-box01 {
	z-index: -1;
}

.top01-text-box .text01 {
	line-height: 3.3333;
}

/*===========================================================
top02
===========================================================*/

.top02-illust-box {
	z-index: -1;
}

.top02-area {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 40px 52px;
	place-items: center;
}

/*===========================================================
top03
===========================================================*/

.top03-illust-box {
    z-index: -1;
}

.top03-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    position: relative;
}

.top03-container::before {
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    background: rgba(252, 180, 162, 0.7);
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
}

.top03-left {
    padding: 20px 0;
    max-width: 321px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top03-title-box {
    text-align: center;
}

.top03-title-box .title01,
.top03-title-box .sub-title01 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.top03-btn-area {
    margin: 20px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.top03-right {
    max-width: 1000px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 8px;
    overflow: hidden;
}

/*===========================================================
top04
===========================================================*/

.top04-frame::before {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    background: #FFF5EE;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    mask-image: url(index.css);
    mask-repeat: no-repeat;
    mask-position: 0;
    mask-size: 100% 100%;
    -webkit-mask-image: url(/system_panel/uploads/images/mask01.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0;
    -webkit-mask-size: 100% 100%;
}

.top04-img-box::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    border: 1px solid var(--white);
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

/*===========================================================
top05
===========================================================*/ 

.top05-illust-box {
    z-index: -1;
}

/*===========================================================
top06
===========================================================*/ 

.top06-illust-box {
    z-index: -1;
}

.top06-container {
    margin: 0 auto;
    max-width: 1330px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.top06-left {
    display: contents;
}

.top06-title-box {
    order: 1;
}

.top06-right {
    order: 2;
    margin: 40px 0 0;
}

.top06-btn-area {
    order: 3;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}

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

.top-news-item {
    overflow: hidden;
}

.top-news-link {
    display: block;
    color: inherit;
}

.top-news-link:hover {
    color: inherit;
}

.top-news-link > .top-news-img {
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    overflow: hidden;
    transition: .3s;
    margin: 10px 0 0;
}

img + .no-img {
    display: none;
}

.top-news-link > .top-news-img > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.top-news-link:hover > .top-news-img {
    filter: brightness(.5);
}

.top-news-cate {
	max-width: 100%;
	min-width: 104px;
	display: inline-block;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
	background: var(--tertiary);
	color: #fff;
	border-radius: 15px;
	padding: 2px 5px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top-news-date {
	display: block;
	font-size: 12px;
	line-height: 1.43em;
	letter-spacing: 0.05em;
}

.top-news-link > .top-news-date {
    margin: 11px 0 0;
}

.top-news-link > .top-news-title {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.44em;
	margin: 5px 0 0;
}

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


/*===========================================================

===========================================================*/



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


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


/*===========================================================
top02
===========================================================*/

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

/*===========================================================
top03
===========================================================*/

.top03-container::before {
    height: 60%;
}

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


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


/*===========================================================
カバー
===========================================================*/

.cover-img-area {
    margin: 60px 0 0;
    -webkit-mask-image: url(/system_panel/uploads/images/cover_mask.png);
}


/*===========================================================
top06
===========================================================*/

.top-news-cate {
    font-size: 14px;
}
    
.top-news-date {
    font-size: 14px;
}

.top-news-link > .top-news-title {
	font-size: 16px;
}

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


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

/*===========================================================
カバー
===========================================================*/

.cover {
    padding: 90px 15px 0;
}

/*===========================================================
top02
===========================================================*/

.top02-area {
	grid-template-columns: repeat(3, 1fr);
}


/*===========================================================
top03
===========================================================*/

.top03-container {
    flex-direction: row;
}

.top03-container::before {
    height: 90%;
    width: 99%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*===========================================================
top06
===========================================================*/

.top06-container {
    flex-direction: row;
    justify-content: space-between;
}

.top06-left {
    padding: 20px 0 0;
    display: block;
    max-width: 300px;
    width: 23%;
}

.top06-btn-area {
    margin: 40px 0 0;
}

.top06-right {
    margin: 0;
    max-width: 960px;
    width: 73%;
}

.top06-right > section {
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}

.top-news-cate {
    font-size: 15px;
}
    
.top-news-date {
    font-size: 16px;
}

.top-news-link > .top-news-img {
    margin: 15px 0 0;
}

.top-news-link > .top-news-title {
	font-size: 18px;
}


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


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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/



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


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




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

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