@charset "utf-8";

.in-bg-illust-box02 {
    top: 0 !important;
}

.in-bg-illust-box03 {
    top: 0 !important;
}

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

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

.repeatcustomers01-row {
	padding: 20px 10px;
	border-bottom: 1px solid var(--border-secondary);
}

.repeatcustomers01-row:first-child {
	padding: 0 10px 20px;
}

.video-width {
	aspect-ratio: 16 / 9;
	width: 100%;
}

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

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

.repeatcustomers03-item01 {
	border-bottom: 1px solid var(--border-secondary);
}

.repeatcustomers04-frame {
	margin: 60px 0 0;
}

.repeatcustomers04-frame:first-child {
	margin: 0;
}

.repeatcustomers04-frame::before {
    content: "";
    display: block;
    max-width: 320px;
    width: 100%;
    height: 230px;
    border: 1px solid var(--border-secondary);
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.repeatcustomers04-frame::after {
    content: "";
    display: block;
    max-width: 320px;
    width: 100%;
    height: 230px;
    border: 1px solid var(--border-secondary);
    border-left: 0;
    border-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
}

.repeatcustomers04-title-area {
	border-bottom: 1px solid var(--border-secondary);
}

.repeatcustomers04-row-01 {
    padding: 20px 10px;
    border-bottom: 1px solid var(--border-secondary);
    display: flex;
	flex-direction: column;
}

.repeatcustomers04-row-01:first-child {
    padding: 0 10px 20px;
}

.repeatcustomers04-th01 {
	width: 100%;
}

.repeatcustomers04-td02 {
	width: 100%;
	text-align: right;
}

.repeatcustomers-title-decoration01 br {
	display: block;
}

.repeatcustomers-title-decoration01 {
    display: flex;
	align-items: flex-end;
    justify-content: center;
}

.repeatcustomers-title-decoration01:before,
.repeatcustomers-title-decoration01:after {
    content: "";
    display: inline-block;
    height: 1.5em;
    border-left: solid 2px;
    margin: 0 1em;
    position: relative;
}

.repeatcustomers-title-decoration01:before {
	transform: rotate(-35deg);
}

.repeatcustomers-title-decoration01:after {
	transform: rotate(35deg);
}

/*===========================================================
table
===========================================================*/

/* スクロールする箱 */
.repeatcustomers05-table-container{
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
	position: relative;
}

.repeatcustomers05-table-area {
	width: 1220px;
}

.repeatcustomers05-tr {
    width: 100%;
    display: flex;
}

.repeatcustomers05-th01 {
    width: 12.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--border-primary);
	border-left: 1px solid var(--border-primary);
}

.repeatcustomers05-th02 {
    width: 25%;
}

.repeatcustomers05-th02-item01 {
    text-align: center;
    border-top: 1px solid var(--border-primary);
	border-left: 1px solid var(--border-primary);
}

.repeatcustomers05-th02-item02 {
    display: flex;
}

.repeatcustomers05-th02-item03 {
    width: 50%;
    text-align: center;
    border-top: 1px solid var(--border-primary);
	border-left: 1px solid var(--border-primary);
    background: var(--white);
}

.repeatcustomers05-td {
    width: 12.5%;
    text-align: center;
    border-top: 1px solid var(--border-primary);
	border-left: 1px solid var(--border-primary);
    background: var(--white);
}

.repeatcustomers05-table-area {
    border-right: 1px solid var(--border-primary);
	border-bottom: 1px solid var(--border-primary);
}

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


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

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



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


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


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

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

.repeatcustomers-title-decoration01 br {
	display: none;
}

.repeatcustomers04-text-area .title06 br {
    display: none;
}

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


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


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

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

.repeatcustomers04-frame {
	margin: 80px 0 0;
}

.repeatcustomers04-row-01 {
	flex-direction: row;
}

.repeatcustomers04-row-01:first-child {
    padding: 0 10px 20px;
}

.repeatcustomers04-th01 {
	width: 30%;
}

.repeatcustomers04-td02 {
	width: 68%;
}

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


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


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

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

.repeatcustomers01-row {
	padding: 40px 10px;
}

.repeatcustomers01-row:first-child {
	padding: 0 10px 40px;
}

.repeatcustomers05-table-container {
	width: 100%;
}

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

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