@charset "UTF-8";
/* CSS Document */

/* -----------------------------------
共通（全体・タイトル）
----------------------------------- */
.tbs-wrap{
	font-family: inherit;
	color:#000;
	line-height: 1.9;
	font-size:1.7rem;
	font-weight: 400;
}
.tbs-wrap img{
	display: block;
	max-width: 100%;
}
.tbs-inner{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}
.tbs-title{
	font-size: 3rem;
	font-weight:800;
	line-height: 1.4;
	color: #17361d;
	margin:0;
}
.tbs-title span{
	font-size: 1.4em;
	display: inline-block;
	padding: 0 6px;
}
.sp_only{
	display: none;
}
@media screen and (max-width: 840px) {
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.tbs-wrap{
		font-size:1.5rem;
		line-height: 1.7;
	}
	.tbs-inner {
		padding: 0 16px;
	}
	.tbs-title {
		font-size: 2.2rem;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 5px;
	}
}
/* -----------------------------------
2. SUPPORT Section (.tbs-support-section)
----------------------------------- */
.tbs-hero-image{
	margin: 0 auto;
}

.tbs-support-section{
	text-align:center;
	padding:55px 0 56px;
}
.tbs-support-section p{
	margin:0 auto 4px;
}

.tbs-cta-buttons{
	display:flex;
	justify-content:center;
	gap:20px;
	margin: 50px auto 0;
	flex-wrap:wrap;
	max-width: 730px;
}
.tbs-btn{
	width: 48%;
	height: 80px;
	display:inline-flex;
	align-items:center;
	align-content: center;
	justify-content:center;
	gap:8px;
	font-size:2.1rem;
	font-weight:700;
	border-radius: 6px;
	text-decoration:none;
	border:none;
	cursor:pointer;
	transition:opacity .2s ease;
}
.tbs-btn-gold{
	background:#b49640;
	color: var(--fs-color-maincolor__font, #ffffff);
}
.tbs-btn-green{
	background: #17361d;
	color: var(--fs-color-button--primary__font, #ffffff);
}
.tbs-btn:hover{
	color: #fff;
	opacity:.8;
	text-decoration: none;
}
.tbs-btn:active,
.tbs-btn:visited{
	color: #fff;
}

.tbs-btn::before{
	display: inline-block;
	content: "";
	width: 15px;
	height: 6px;
	margin-right: 10px;
	background: url("https://zen3928.itembox.cloud/item/images/contract-processing/arrow.png") no-repeat center;
	background-size: cover;
	padding-right: 5px;
}
@media screen and (max-width: 767px) {
	.tbs-support-section {
		padding: 40px 0;
	}
	.tbs-support-section p{
		text-align: left;
		margin: .4em 0;
	}
	.tbs-cta-buttons {
		flex-direction: column;
		gap: 12px;
		margin-top: 30px;
	}
	.tbs-btn {
		width: 100%;
		height: 60px;
		font-size: 1.8rem;
	}
}
/* -----------------------------------
3. MERIT Section (.tbs-merit-section)
----------------------------------- */
.tbs-merit-section{
	padding: 8px 0 90px;
	text-align:center;
}
.tbs-merit-lead{
	margin:0 0 36px;
}
.tbs-merit-grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:24px;
}
.tbs-merit-card{
	position: relative;
	background: var(--fs-color-page__background, #ffffff);
	border:1px solid #18361e;
	border-radius: 7px;
	text-align:left;
}
 .tbs-merit-num{
	position: absolute;
	left: -10px;
	top: -10px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:50%;
	background: #b49640;
	color: var(--fs-color-maincolor__font, #ffffff);
	font-size:1.6rem;
	font-weight:800;
	text-align: center;
	margin:0 0 14px;
  }
 .tbs-merit-card h3{
	color: #16351c;
	font-size:1.8rem;
	text-align: center;
	font-weight:700;
	padding: 20px 10px 14px;
	margin: 0;
	background: #e1e5e2;
	border-radius: 7px 7px 0 0;
}
.tbs-merit-card p{
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 10px 30px;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.tbs-merit-section {
		padding: 40px 0;
	}
	.tbs-merit-lead {
		margin-bottom: 24px;
	}
	/* グリッド：1列（縦並び） */
	.tbs-merit-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.tbs-merit-card h3{
		padding: 10px;
	}
	.tbs-merit-card p {
		padding: 12px 16px;
	}
}

/* -----------------------------------
4. PROCESS Section (.tbs-process-section)
----------------------------------- */
.tbs-process-section{
	text-align:center;
	background: #f3f5f4;
	padding: 60px 0 80px;
}
.tbs-flow-box{
	background: #fff;
	border: 4px solid #e1e5e2;
	border-radius: 10px;
	margin: 30px 0 35px;
	padding: 5px 20px 0;
}
.tbs-flow-title{
	color: #18361e;
	font-weight: 600;
	font-size: 2.2rem;
}
.tbs-flow-steps{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	flex-wrap:wrap;
	margin:0;
	padding:0 0 20px 0;
}
.tbs-flow-step{
	text-align: center;
	width: 124px;
	height: 124px;
	box-sizing: border-box;
	padding: 18px 0 0;
	border: 1px solid #18361e;
	border-radius: 100%;
}
.tbs-flow-icon{
	width: 60px;
	height: auto;
	margin: auto auto 4px;
}
.tbs-flow-step span{
	color: #18361e;
	line-height: 1.1;
	font-weight: 600;
	display: block;
	padding-top: 4px;
}
.tbs-flow-step span.font-small{
	font-size: 0.8em;
}
.tbs-flow-arrow{
	display:flex;
	align-items:center;
	margin-top:0; /* アイコン円（64px）の中心に高さを合わせる */
}
.tbs-flow-arrow-dummy{
	display: none;
}
.tbs-photo-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* 2段目を中央寄せにする指定 */
	gap: 24px;
	margin: 0 0 20px;
}

.tbs-photo-card {
	/* 3列並びの計算（1列あたり33.33%からgap分を引く） */
	width: calc((100% - 48px) / 3);
	overflow: hidden;
}

.tbs-photo-card .tbs-photo {
	height: 170px;
	position: relative;
}
.tbs-photo-card .tbs-photo img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.tbs-photo-card .tbs-label h3 {
	color: #18361e;
	font-size: 2rem;
	font-weight: 700;
	margin: 8px 0 4px;
}

.tbs-photo-card .tbs-label p {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.tbs-process-section {
		padding: 40px 0 50px;
	}
    .tbs-flow-steps {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 16px 0; /* 上下の隙間は16px、左右は計算で均等配置 */
        padding-bottom: 20px;
    }

    /* ステップ（丸枠）：固定サイズ */
    .tbs-flow-step {
        width: 110px;
        height: 110px;
        padding: 14px 0 0;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .tbs-flow-icon {
        width: 54px;
        height: auto;
        margin: 0 auto 2px;
    }

    .tbs-flow-step span {
		font-size: 1.4rem;
		line-height: 1.2;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 2.6em;
		text-align: center;
    }

    /* 矢印（＞）：幅を固定して左右の余白を確保 */
    .tbs-flow-arrow {
        width: 28px; /* 矢印エリアの左右幅（ここで余白感を調整できます） */
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        flex-shrink: 0;
    }

    .tbs-flow-arrow img {
        width: 12px;
        height: auto;
    }

    .tbs-flow-arrow-dummy {
        opacity: 0;
        pointer-events: none;
    }

	.tbs-photo-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 18px 12px;
		margin: 0 0 20px;
	}
	
	.tbs-photo-card {
		width: calc((100% - 12px) / 2);
		box-sizing: border-box;
		overflow: hidden;
	}
	
	.tbs-photo-card .tbs-photo {
		height: auto;
		width: 100%;
	}
	
	.tbs-photo-card .tbs-photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.tbs-photo-card .tbs-label h3 {
		font-size: 1.6rem;
		margin: 6px 0 4px;
	}
	
	.tbs-photo-card .tbs-label p {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
}

/* -----------------------------------
5. DOWNLOAD Section (.tbs-download-section)
----------------------------------- */
.tbs-download-section{
	padding: 60px 0;
}
.tbs-download-box{
	display:flex;
	align-items:center;
	gap:36px;
	background: #f6f7f6;
	border:3px solid #18361e;
	padding:36px 44px;
}
.tbs-download-left{
	flex:0 0 38%;
}
.tbs-download-thumb{
	overflow:hidden;
	margin:0 0 16px;
}
.tbs-download-thumb img{
	width:100%;
	height:auto;
	display:block;
}
.tbs-check-list{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
}
.tbs-check-list li{
	display:flex;
	align-items:center;
	gap:2px;
	font-size:1.6rem;
	font-weight:700;
	color: #17361d;
	margin-right: 8px;
}
.tbs-check-list li::before{
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: url("https://zen3928.itembox.cloud/item/images/contract-processing/icon_cta.png") no-repeat center;
	background-size: cover;
}
.tbs-download-content{
	flex:1;
	text-align: center;
}
.tbs-download-content h2{
	font-size:3rem;
	font-weight:800;
	color: #17361d;
	margin:0;
}
.tbs-download-content p{
	font-weight: 600;
	margin: 0 0 18px;
}
.tbs-download-content .tbs-btn{
	width: 100%;
	max-width: 360px;
}
.tbs-download-content .tbs-btn::before{
	background: url("https://zen3928.itembox.cloud/item/images/contract-processing/icon_download.png") center;
	background-size: cover;
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 930px) {

	.tbs-download-box {
		display: flex !important;
		flex-direction: column !important;
		padding: 35px 16px !important;
		gap: 10px !important;
	}

	.tbs-download-left,
	.tbs-download-content {
		display: contents !important;
	}

	.tbs-download-content h2 {
		order: 1;
		margin: 0;
	}

	.tbs-download-content p {
		order: 2;
		margin: 0;
	}

	.tbs-download-thumb {
		order: 3;
		max-width: 260px;
		margin: 0 auto;
	}

	.tbs-check-list {
		order: 4 ;
		justify-content: center;
		margin: 0;
	}

	.tbs-download-content .tbs-btn {
		order: 5;
		width: 100%;
		max-width: 360px;
		margin: 8px auto 0;
		box-sizing: border-box;
	}

}
@media screen and (max-width: 767px) {
	.tbs-download-content h2 {
		font-size: 2.2rem;
		line-height: 100%;
		margin: 0;
		padding: 0;
	}
	.tbs-download-content p {
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

/* ==================================================
6. CONTACT Section (.tbs-contact-section)
================================================== */
.tbs-contact-section{
	background: #17361d;
	color: var(--fs-color-maincolor__font, #ffffff);
	padding:40px 0 40px;
}
.tbs-contact-section h2{
	text-align:center;
	font-size:2.9rem;
	font-weight:800;
	margin:0 0 15px;
}
.tbs-contact-tags{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:12px;
	margin:0 0 40px;
}
  .tbs-contact-tags span{
	display:inline-block;
	border:1px solid rgba(255,255,255,.6);
	border-radius:4px;
	padding:2px 20px;
	font-size:1.6rem;
}

.tbs-contact-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	padding-top: 0;
	border-top: none;
}
.tbs-contact-card{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border-right: 1px solid #fff;
	padding: 0 10px;
}
.tbs-contact-card:last-child{
	border-right: none;
}
.tbs-contact-icon-box{
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #b49640;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
}
.tbs-contact-icon-box img{
	width: 20px;
	height: auto;
	display: block;
}
.tbs-contact-text-box{
	text-align: left;
}
.tbs-contact-label{
	font-size: 1.5rem;
	color: #d1e2d5;
	margin-bottom: 2px;
	line-height: 1.4;
	white-space: nowrap;
}
.tbs-contact-value{
	font-size: 3.2rem;
	color: #ffffff;
	margin: 0 0 2px;
	line-height: 1.3;
	white-space: nowrap;
}
.tbs-contact-value--email{
	font-size: 1.6rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.tbs-contact-value--email a,
.tbs-contact-value a{
	color: #fff!important;
}
.tbs-contact-value--email::before{
	content: "";
	display: inline-block;
	height: calc(3.2rem * 1.3);
}

.tbs-contact-note{
	font-size: 1.3rem;
	margin: 0;
	line-height: 1.3;
	white-space: nowrap;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
	.tbs-contact-section{
		padding:40px 20px 40px;
	}
	.tbs-contact-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 0;
	}
	.tbs-contact-card {
		border-right: 1px solid #fff;
	}
	.tbs-contact-card:nth-child(2) {
		border-right: none;
	}
	.tbs-contact-card:nth-child(3) {
		grid-column: 1 / -1;
		border-right: none;
		padding-top: 10px;
		border-top: 1px solid #fff;
	}
}
@media screen and (max-width: 767px) {
	.tbs-contact-section {
		padding: 40px 0;
	}
	.tbs-contact-section h2 {
		font-size: 2.2rem;
		margin-bottom: 12px;
	}
	.tbs-contact-tags {
		gap: 8px;
		margin-bottom: 24px;
	}
	.tbs-contact-tags span {
		font-size: 1.4rem;
		padding: 2px 12px;
	}
	.tbs-contact-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.tbs-contact-card {
		border-right: none;
		border-bottom: 1px solid #fff;
		padding: 0 20px 20px;
		justify-content: flex-start;
		margin: 0 auto;
		width: 100%;
	}
	.tbs-contact-card:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.tbs-contact-icon-box {
		width: 32px;
		height: 32px;
	}
	.tbs-contact-icon-box img {
		width: 16px;
	}
	.tbs-contact-label {
		font-size: 1.3rem;
	}
	.tbs-contact-value {
		font-size: 2.6rem;
	}
	.tbs-contact-value--email {
		font-size: 1.5rem;
	}
	.tbs-contact-value--email::before {
		height: calc(2.6rem * 1.3);
	}
	.tbs-contact-note {
		font-size: 1.2rem;
	}
}