.submission-page{
    background-image: linear-gradient(to bottom, #f8fafd 0, #eef3f8 100%);
    padding-bottom: 50px;
}
.submission-page .link-btn{
	display: block;
	width: fit-content;
	background-color: var(--color-primary);
	color: #fff;
	margin: auto;
	padding: 15px 4%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid var(--color-primary);
	border-radius: 30px;
	transition: all .3s ease;
}
.submission-page .link-btn:hover{
	background-color: #fff;
	color: var(--color-primary);
}

/**/
.sub-title{
	color: var(--color-primary);
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	padding-left: 20px;
	border-left: 3px solid #97dce6;
}

@media screen and ( max-width: 810px ){
	.submission-page .link-btn{
		padding: 15px 3%;
		font-size: 17px;
	}

	/**/
	.sub-title{
		font-size: 20px;
	}
}
@media screen and ( max-width: 480px ){
}

/*---------------------------------------------
	ヒーローセクション
---------------------------------------------*/
.hero-section{
    width: 100%;
}
.hero-section .section-title{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.hero-section .section-title:after{
    content: "SUBMISSION";
    display: inline-block;
    background-image: linear-gradient(0deg, #e4ebf4 0, transparent 100%);
    font-family: 'Montserrat', sans-serif;
    font-size: 200px;
    font-weight: 900;
    line-height: 1.05em;
	letter-spacing: -0.05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

@media screen and ( max-width: 810px ){
    .hero-section .section-title{
        min-height: 140px;
		letter-spacing: 0;
    }
    .hero-section .section-title:after{
        font-size: 110px;
        letter-spacing: -0.03em;
    }
}
@media screen and ( max-width: 480px ){
    .hero-section .section-title{
		font-size: 26px;
        min-height: 100px;
    }
    .hero-section .section-title:after{
        font-size: 80px;
    }
}


/* ===================================================
   入稿までの流れ
=================================================== */
.flow-section{
	max-width: 1280px;
	margin: auto;
}
.flow-section .flow-step{
	display: flex;
	justify-content: space-between;
	gap: 30px 55px;
	margin: 30px auto;
	counter-reset: flow;
}
.flow-section .flow-step > li{
	width: calc((100% - 110px) / 3);
	counter-increment: flow;
	position: relative;
}
.flow-section .flow-step > li::before {
	content: counter(flow);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	color: #527485;
	background-color: #fff;
	font-size: 20px;
	font-weight: 700;
	border:1px solid #c3d1dd;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -20px;
}
.flow-section .flow-step > li:not(:last-child)::after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	border-top: 3px solid #67bcff;
	border-right: 3px solid #67bcff;
	transform: rotate(45deg);
	position: absolute;
	top: 30%;
	right: -30px;
}
.flow-section .flow-step > li .title{
	color: var(--color-primary);
	margin: 10px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
}
.flow-section .flow-step > li p{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
}
.flow-section .flow-step > li img{
	height: auto;
}


@media screen and ( max-width: 810px ){
	.flow-section .stretch-title-wrap{
		margin-bottom: 20px;
	}
	.flow-section .flow-step{
		gap: 30px 40px;
		margin: 30px auto;
		padding: 10px 20px;
		overflow-x: auto;
	}
	.flow-section .flow-step > li{
		min-width: 280px;
	}
	.flow-section .flow-step > li::before {
		width: 50px;
		height: 50px;
		top: -10px;
		left: -10px;
	}
	.flow-section .flow-step > li:not(:last-child)::after {
		top: 25%;
		right: -25px;
	}
	.flow-section .flow-step > li .title{
		font-size: 20px;
	}
	.flow-section .flow-step > li p{
		font-size: 14px;
	}


}
@media screen and ( max-width: 480px ){
}


/* ===================================================
   対応データ形式
=================================================== */
.format-section {
    max-width: 1280px;
    margin: 0 auto 80px;
}
.format-section .format-tab {
	padding: 0 40px;
}

/*タブ切り替え*/
.format-tab input[type="radio"] {
    display: none;
}
.format-tab .tab-labels {
    display: flex;
    gap: 20px;
	width: 70%;
	margin: 0 auto 15px;
}

.format-tab .tab-label {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
    padding: 10px 10px;
    background-color: #ffffff;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
	border: 1px solid var(--color-border);
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.format-tab .tab-label:before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.format-tab .tab-label.ai:before { background-image: url(../../_images/common/icon-soft-ai.webp);}
.format-tab .tab-label.ps:before { background-image: url(../../_images/common/icon-soft-ps.webp);}
.format-tab .tab-label.pdf:before { background-image: url(../../_images/common/icon-soft-pdf.webp);}
.format-tab .tab-label.img:before { background-image: url(../../_images/common/icon-soft-img.webp);}

.format-tab .tab-label:hover { background-color: #e4ecf5;}

#format-tab1:checked ~ .tab-labels label[for="format-tab1"],
#format-tab2:checked ~ .tab-labels label[for="format-tab2"],
#format-tab3:checked ~ .tab-labels label[for="format-tab3"],
#format-tab4:checked ~ .tab-labels label[for="format-tab4"] {
    background-color: var(--color-primary);
    color: #fff;
	border: 1px solid var(--color-primary);
}

/*----*/
.format-tab .tab-panels {
	margin: 30px auto;
}

.format-tab .tab-panel {
    display: none;
    background-color: #fff;
    border: 1px solid #e2eaf3;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(201, 212, 225, 0.3);
    padding: 40px;
}

#format-tab1:checked ~ .tab-panels .tab-panel:nth-child(1),
#format-tab2:checked ~ .tab-panels .tab-panel:nth-child(2),
#format-tab3:checked ~ .tab-panels .tab-panel:nth-child(3),
#format-tab4:checked ~ .tab-panels .tab-panel:nth-child(4) {
	display: flex;
	gap: 30px;
	animation: tabFadeIn 0.5s ease forwards;
}

@keyframes tabFadeIn {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.tab-panel.ai{
	position: relative;
}
.tab-panel.ai:before{
	content: "推 奨";
	display: block;
	width: fit-content;
	background-color: #ffd95a;
	color: var(--color-primary);
	padding: 5px 15px;
	border-radius: 30px;
	position: absolute;
	left: 20px;
	top: 20px;
}

/**/
.format-tab .tab-panel .title{
	color: var(--color-primary);
	font-size: 22px;
	font-weight: 700;
}
.format-tab .tab-panel .softwear{
	flex-shrink: 0;
	width: 230px;
	padding: 30px 0;
	text-align: center;
}
.format-tab .tab-panel .info{
	width: 100%;
	padding-left: 30px;
	border-left: 1px solid var(--color-border);
}
.format-tab .tab-panel .info .title{
	font-size: 18px;
}
.format-tab .tab-panel .info dl.spec{
	margin: 10px 0 20px;
	font-size: 14px;
	border-top: 1px solid #e9edf1;
}
.format-tab .tab-panel .info dl.spec > div{
	display: flex;
	border-bottom: 1px solid #e9edf1;
}
.format-tab .tab-panel .info dl.spec dt{
	width: 200px;
	background-color: #f6f7f8;
	padding: 10px 20px;
}
.format-tab .tab-panel .info dl.spec dd{
	padding: 10px 20px;
}

.format-tab .tab-panel .info ul.point{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 10px 0 0;
}
.format-tab .tab-panel .info ul.point > li{
	padding-left: 12px;
	font-size: 14px;
	position: relative;
}
.format-tab .tab-panel .info ul.point > li:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: var(--color-primary);
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}

/**/
.format-section .handwritten-box{
	margin: 50px auto;
	padding: 0 40px;
}
.format-section .handwritten-box .img-list{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	position: relative;
}
.format-section .handwritten-box .img-list > li{
	position: relative;
}
.format-section .handwritten-box .img-list > li:nth-of-type(1):before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../../_images/common/icon-arrow.webp) no-repeat center;
	background-size: 100% auto;
	filter: brightness(0) saturate(100%) invert(78%) sepia(6%) saturate(1103%) hue-rotate(155deg) brightness(90%) contrast(85%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -55px;
}
.format-section .handwritten-box .img-list img{
	height: auto;
}

.format-section .handwritten-box > p{
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.6em;
}
/**/
.format-section .template-box{
	display: flex;
	gap: 40px;
	background-color: #e4ebf6;
	margin: 50px auto;
	padding: 40px;
}
.format-section .template-box .title{
	color: var(--color-primary);
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 900;
}
.format-section .template-box .link-btn{
	flex-shrink: 0;
}

@media screen and (max-width: 810px) {
	.format-section .format-tab {
		padding: 0 20px;
	}

	/*タブ切り替え*/
	.format-tab .tab-labels {
		flex-wrap: wrap;
		gap: 10px;
		width: 95%;
		margin: 0 auto 10px;
	}

	.format-tab .tab-label {
		flex: auto;
		flex-wrap: wrap;
		gap: 10px;
		width: calc((100% - 30px) / 4);
		font-size: 15px;
	}

	/*----*/
	.format-tab .tab-panels {
		margin: 20px auto;
	}

	.format-tab .tab-panel {
		padding: 30px;
	}

	#format-tab1:checked ~ .tab-panels .tab-panel:nth-child(1),
	#format-tab2:checked ~ .tab-panels .tab-panel:nth-child(2),
	#format-tab3:checked ~ .tab-panels .tab-panel:nth-child(3),
	#format-tab4:checked ~ .tab-panels .tab-panel:nth-child(4) {
		gap: 20px;
	}

	/*----*/
	.tab-panel.ai:before{
		left: 10px;
		top: 10px;
	}

	/**/
	.format-tab .tab-panel .title{
		font-size: 20px;
	}
	.format-tab .tab-panel .softwear{
		width: 20%;
		max-width: 180px;
		min-width: 110px;
	}
	.format-tab .tab-panel .softwear img{
		width: 90px;
		height: auto;
	}
	.format-tab .tab-panel .info{
		padding-left: 20px;
	}
	.format-tab .tab-panel .info .title{
		font-size: 18px;
	}
	.format-tab .tab-panel .info dl.spec dt{
		width: 35%;
		min-width: 130px;
		padding: 8px 10px;
	}
	.format-tab .tab-panel .info dl.spec dd{
		padding: 8px 10px;
	}

	.format-tab .tab-panel .info ul.point{
		display: flex;
		flex-direction: column;
		gap: 5px;
		margin: 10px 0 0;
	}
	.format-tab .tab-panel .info ul.point > li{
		padding-left: 12px;
		font-size: 14px;
		position: relative;
	}

	/**/
	.format-section .handwritten-box{
		padding: 0 25px;
	}
	.format-section .handwritten-box .img-list{
		padding-bottom: 5px;
		overflow-x: auto;
	}
	.format-section .handwritten-box .img-list > li{
		min-width: 280px;
	}
	.format-section .handwritten-box .img-list > li:nth-of-type(1):before{
		width: 35px;
		height: 35px;
		right: -40px;
	}

	/**/
	.format-section .template-box{
		flex-wrap: wrap;
		gap: 20px;
		margin: 50px 20px;
		padding: 3% 4%;
	}
	.format-section .template-box .title{
		font-size: 22px;
	}
	.format-section .template-box > div{
		width: auto;
	}
	.format-section .template-box .link-btn{
		width: 40%;
		min-width: 250px;
	}

}

@media screen and (max-width: 480px) {
	/*タブ切り替え*/
	.format-tab .tab-label {
		width: calc((100% - 10px) / 2);
		min-width: 130px;
		font-size: 14px;
	}

	/*----*/
	.format-tab .tab-label {
		padding: 10px;
	}

	#format-tab1:checked ~ .tab-panels .tab-panel:nth-child(1),
	#format-tab2:checked ~ .tab-panels .tab-panel:nth-child(2),
	#format-tab3:checked ~ .tab-panels .tab-panel:nth-child(3),
	#format-tab4:checked ~ .tab-panels .tab-panel:nth-child(4) {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		padding: 20px;
	}

	/*----*/
	.tab-panel.ai:before{
		left: 10px;
		top: 10px;
	}

	/**/
	.format-tab .tab-panel .title{
		font-size: 18px;
	}
	.format-tab .tab-panel .softwear{
		width: 100%;
		padding: 0;
	}
	.format-tab .tab-panel .info{
		padding-left: 0;
		border: none;
	}
	.format-tab .tab-panel .info .title{
		font-size: 17px;
	}
	.format-tab .tab-panel .info dl.spec dt{
		width: 35%;
		min-width: 130px;
		padding: 8px 10px;
	}
	.format-tab .tab-panel .info dl.spec dd{
		padding: 8px 10px;
	}

	.format-tab .tab-panel .info ul.point{
		display: flex;
		flex-direction: column;
		gap: 5px;
		margin: 10px 0 0;
	}
	.format-tab .tab-panel .info ul.point > li{
		padding-left: 12px;
		font-size: 14px;
		position: relative;
	}

	/**/
	.format-section .handwritten-box{
		padding: 0 25px;
	}
	.format-section .handwritten-box .img-list{
		padding-bottom: 5px;
		overflow-x: auto;
	}
	.format-section .handwritten-box .img-list > li{
		min-width: 280px;
	}
	.format-section .handwritten-box .img-list > li:nth-of-type(1):before{
		width: 35px;
		height: 35px;
		right: -40px;
	}

	/**/
	.format-section .template-box .title{
		font-size: 20px;
	}
}


/* ===================================================
   入稿方法
=================================================== */
.submission-section{
    max-width: 1280px;
    margin: 0 auto 80px;
}
.submission-section > div.submission-type{
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	margin: 30px auto;
	padding: 20px 40px;
	border: 1px solid var(--color-border);
	border-radius: 20px;
	position: relative;
}
.submission-section > div.submission-type:before{
	content: "";
	display: block;
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	background-color: #eef3f8;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

.submission-section > div.submission-type:last-child{
	margin-bottom: 0;
}

.submission-section > div.submission-type .detail-box{
	padding: 0 30px 0 20px;
	line-height: 1.8em;
	border-right: 1px solid var(--color-border);
}
.submission-section > div.submission-type .detail-box .title{
	color: var(--color-primary);
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 900;
}

.submission-section > div.submission-type.upload .detail-box,
.submission-section > div.submission-type.cloud .detail-box{
	border: none;
}

.submission-section > div.submission-type .other-box{
	flex-shrink: 0;
	width: 310px;
	color: var(--color-primary);
}
.submission-section > div.submission-type .other-box.link{
	padding-left: 10px;
	border: none;
}
.submission-section > div.submission-type .other-box.link a.link-btn{
	width: 100%;
}

.submission-section > div.submission-type.mail .other-box,
.submission-section > div.submission-type.fax .other-box{
	font-size: 18px;
	text-align: center;
}
.submission-section > div.submission-type.box .other-box{
	font-size: 14px;
	line-height: 1.8em;
}

/**/
.submission-section > div.submission-type.upload:before{
	background-image: url(../../_images/submission/icon-upload.webp);
}
.submission-section > div.submission-type.mail:before{
	background-image: url(../../_images/submission/icon-mail.webp);
}
.submission-section > div.submission-type.cloud:before{
	background-image: url(../../_images/submission/icon-cloud.webp);
}
.submission-section > div.submission-type.box:before{
	background-image: url(../../_images/submission/icon-box.webp);
}
.submission-section > div.submission-type.fax:before{
	background-image: url(../../_images/submission/icon-fax.webp);
}


@media screen and ( max-width: 810px ){
	.submission-section > div.submission-type{
		flex-direction: column;
		margin: 30px 20px;
		padding: 3%;
		padding-left: 130px;
	}
	.submission-section > div.submission-type:before{
		width: 90px;
		height: 90px;
		background-size: 70% auto;
		transform: translateY(-50%);
		position: absolute;
		left: 20px;
		top: 50%;
	}
	.submission-section > div.submission-type:last-child{
		margin-bottom: 0;
	}


	.submission-section > div.submission-type .detail-box{
		padding: 0;
		border-right: none;
	}
	.submission-section > div.submission-type .detail-box .title{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.submission-section > div.submission-type .detail-box > p{
		font-size: 14px;
	}

	.submission-section > div.submission-type .other-box{
		margin: auto;
	}
}
@media screen and ( max-width: 480px ){
	.submission-section{
		margin: 0 auto 50px;
	}
	.submission-section > div.submission-type{
		padding: 3% 2%;
		padding-left: 80px;
	}
	.submission-section > div.submission-type:before{
		width: 55px;
		height: 55px;
		transform: translateY(0);
		left: 10px;
		top: 10px;
	}

	.submission-section > div.submission-type .detail-box .title{
		font-size: 17px;
	}

	.submission-section > div.submission-type .other-box{
		width: 100%;
		padding-bottom: 10px;
	}
	.submission-section > div.submission-type .other-box a.link-btn{
		width: 100%;
		padding: 10px 3%;
		font-size: 16px;
	}
	.submission-section > div.submission-type .other-box.link{
		padding-left: 0;
	}
}


