@charset "utf-8";

:root {
    --orange: #ff9428;
    --orange-hover: #e67a0c;
}

.ind_eyecatch {
    overflow: hidden;
    background: url(./images/ind_eyecatch_bk.jpg) center center no-repeat;
    background-size: cover;
}
.ind_eyecatch .flex_in {
    align-items: center;
}
.ind_eyecatch .left,
.ind_eyecatch .right {
    position: relative;
	flex: 0 0 50%;
	height: 100%;
}



.ld.fv_ld {
    position: relative;
    margin: 0 0 15px;
    padding: 12px;
    max-width: 380px;
    text-align: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 800;
    background-color: var(--navy);
    border-radius: 5px;
    letter-spacing: 1px;
}
.ld.fv_ld:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: var(--navy) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}
.ind_eyecatch .tl {
	margin-bottom: 15px;
    font-size: 3.4vw;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -.5px;
}
.ind_eyecatch .tl span {
    font-size: 4.2vw;
    color: var(--navy);
}
.ind_eyecatch h1.sub {
    position: relative;
    display: inline-block;
    padding: 9px 15px;
    font-size: 1.7vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
}
.ind_eyecatch h1.sub:before {
    transform: skewX(340deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: var(--navy);
}
.ind_eyecatch h1.sub span {
	position: relative;
}
/*
.ind_eyecatch h1.sub:before {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 14px;
    content: "";
    height: 2px;
    width: 30px;
    background: #555;
}
*/
.ind_eyecatch p.txt {
    margin-top: 15px;
    font-size: 16px;
}
.ind_eyecatch .btn_contact2 {
    margin-top: 30px;
    max-width: 380px;
}
.ind_eyecatch .right .award_list {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
    width: 100%;
}
.ind_eyecatch .right .award_list .flex_in {
    justify-content: center;
    gap: 8px;
}
.ind_eyecatch .right .award_list li {
    width: calc(100% / 4 - 6px);
    aspect-ratio: 1 / 1;
    padding: 5px;
    background: #fffcf5;
    border-radius: 50%;
    box-shadow: 1px 2px 6px #765128ad;
}
.ind_eyecatch .right .award_list li .cover {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px dotted var(--yellow);
    border-radius: 50%;
    text-align: center;
    padding: 7px;
}
.ind_eyecatch .right .award_list li .cover:before {
    content: "•••";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: var(--yellow);
}
.ind_eyecatch .right .award_list li .cover span {
    font-size: 1.2vw;
    font-weight: 800;
}
.ind_eyecatch .right .award_list li .cover span i {
    font-style: normal;
    font-size: 1.5vw;
    color: var(--red);
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 82%, #ffeb00 0%) repeat scroll 0 0;
}

.slide_fv_flow_wrap {
    position: relative;
    top: -30px;
    right: -12%;
    display: flex;
    gap: 1vw;
    width: 100%;
    height: 30vw;
    height: 540px;
    transform: rotate(9deg);
	transform-origin: center center;
}

.slide_fv_flow_list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	animation: linear infinite; 
}

/* 左側の列：上から下へ流れる */
.slide_fv_flow_list.slide_fv_lft {
	animation-name: flow-down;
	animation-duration: 20s;
}

/* 右側の列：下から上へ流れる */
.slide_fv_flow_list.slide_fv_rht {
	animation-name: flow-up;
	animation-duration: 20s;
}

.slide_fv_flow_list li {
	flex-shrink: 0;
	width: 100%;
	max-width: 280px;
	margin-bottom: 12px;
	filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
}

.slide_fv_flow_list li img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


a.btn_contact2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 34px;
    min-height: 64px;
    background: var(--red);
    box-shadow: 0 3px 0 0 #952222;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
}
a.btn_contact2:hover {
	text-decoration: none;
    background: var(--red-hover);
    transition: .5s;
}

a.btn_contact2 .label {
    display: grid;
    background: rgb(163 17 17 / 70%);
    place-content: center;
    width: 50px;
    height: 50px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}
a.btn_contact2 .txt {
    padding: 0 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}
a.btn_contact2 .arrow:before {
	content: none;
}
a.btn_contact2 .arrow:after {
    width: 9px;
    height: 9px;
}



/* --- アニメーションのキーフレーム --- */

/* 上から下へ移動 */
@keyframes flow-down {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0);
	}
}

/* 下から上へ移動 */
@keyframes flow-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}

/* --- スマホなど（767px以下）のレスポンシブ処理 --- */
@media screen and (max-width: 767px) {
	.slide_fv_flow {
		padding: 40px 0;
	}
	.slide_fv_flow_wrap {
		transform: none;
		margin: 0;
		flex-direction: column; 
		gap: 15px;
	}
	.slide_fv_flow_list {
		flex-direction: row; 
		animation-name: none; 
	}
	.slide_fv_flow_list li {
		width: 220px;
		margin-right: 15px;
		margin-bottom: 0;
	}
	.slide_fv_flow_list li img {
		height: 120px;
	}
}