@charset "utf-8";

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

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

.scene01-main-title-box .title01 {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.scene01-main-title-box .title01::before {
	content: "";
	display: block;
	margin: 0 20px 1% 0;
	width: 2px;
	height: 20px;
	background: var(--white);
	transform: rotate(-30deg);
}

.scene01-main-title-box .title01::after {
	content: "";
	display: block;
	margin: 0 0 1% 20px;
	width: 2px;
	height: 20px;
	background: var(--white);
	transform: rotate(30deg);
}

.scene01-block {
	margin: 40px 0 0;
}

.scene01-block:first-child {
	margin: 0;
}

.scene01-block .title03 {
    border-bottom: 1px solid var(--primary);
}

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


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

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



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


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


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

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



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


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


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

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

.scene01-main-title-box .title01::before {
	margin: 0 20px 1% 0;
	height: 30px;
}

.scene01-main-title-box .title01::after {
	margin: 0 0 1% 20px;
	height: 30px;
}

.scene01-block {
	margin: 60px 0 0;
}

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


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


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

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

.scene01-main-title-box .title01::before {
	margin: 0 20px 1% 0;
	height: 50px;
}

.scene01-main-title-box .title01::after {
	margin: 0 0 1% 20px;
	height: 50px;
}

} /* 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 ここまで */

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