@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.roboto {
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 45rem;
}
.comBtn a {
	padding: 0 6rem 0.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 8rem;
	background: url(../img/common/icon01.png) no-repeat right 3rem center / 2.2rem,linear-gradient(to left,#fb7600 0%,#fbc600 100%);
	border-radius: 4rem;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.12em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: auto;
		max-width: 32rem;
	}
	.comBtn a {
		padding: 0 6.6rem 0.4rem 6rem;
		min-height: 6rem;
		background: url(../img/common/icon01.png) no-repeat right 2.5rem center / 1.6rem,linear-gradient(to left,#fb7600 0%,#fbc600 100%);
		border-radius: 4rem;
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 122rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto 9.2rem;
	width: 55rem;
}
.comLink a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 7rem;
	color: #fb7600;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.12em;
	border: 0.2rem solid #fb7600;
	border-radius: 5rem;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background: #FFF url(../img/common/icon02.png) no-repeat right 2.8rem center / 2.2rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto 5.5rem;
		width: 30rem;
	}
	.comLink a {
		min-height: 5.5rem;
		font-size: 1.5rem;
		line-height: 1.2;
		letter-spacing: 0.06em;
		border: 1px solid #fb7600;
		background: #FFF url(../img/common/icon02.png) no-repeat right 2.4rem center / 1.6rem;
	}
	.comLink a small {
		display: inline;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.headLine01 .en {
	margin-bottom: 1.6rem;
	display: block;
	color: #fff;
	font-size: 4rem;
	letter-spacing: 0.05em;
	background: #fb7600;
	padding: 0.2rem 2rem;
	margin: 0 2rem 2rem;
}
.headLine01 .en:empty {
	display: none;
}
.headLine01 .tag {
	margin: 0 auto 0.8rem;
	padding: 0.3rem 1rem 0.1rem;
	display: block;
	width: 18rem;
	color: #FFF;
	font-size: 2.37rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: "Roboto", sans-serif;
	background: #fb7600;
	border-radius: 0.6rem;
}
.headLine01 .color {
	color: #fb7600;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem;
		font-size: 2.3rem;
		line-height: 1.45;
	}
	.headLine01 .en {
		margin-bottom: 1rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	.headLine01 .tag {
		margin: 0 auto 0.6rem;
		padding: 0.2rem 1rem 0.1rem;
		width: 10.8rem;
		font-size: 1.4rem;
		border-radius: 0.3rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.9rem;
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-align: center;
}
.headLine02 .en {
	margin-bottom: 0.2rem;
	padding-bottom: 0.9rem;
	position: relative;
	display: block;
	color: #fb7600;
	font-size: 3rem;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
}
.headLine02 .en::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 6rem;
	height: 0.3rem;
	background: #fb7600;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 0.2rem;
		font-size: 3rem;
	}
	.headLine02 .en {
		margin-bottom: 0.2rem;
		padding-bottom: 0.5rem;
		font-size: 1.8rem;
	}
	.headLine02 .en::before {
		width: 3.6rem;
		height: 0.2rem;
	}
}
/*------------------------------------------------------------
	comLinkArea
------------------------------------------------------------*/
.comLinkArea {
	margin: 0 auto;
	width: 60rem;
}
.comLinkArea .tag {
	margin: 0 auto -1.8rem;
	padding: 0.4rem 1rem 0.5rem;
	position: relative;
	width: 31rem;
	color: #fb7600;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border: 0.2rem solid #fb7600;
	border-radius: 1rem;
	background: #FFF;
	z-index: 5;
}
.comLinkArea .tag::before {
	position: absolute;
	bottom: -1.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2rem;
	height: 1.9rem;
	background: url(../img/common/icon10.png) no-repeat left top / 100%;
	content: '';
}
.comLinkArea .link a {
	padding-bottom: 0.3rem;
	min-height: 11rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../img/common/icon01.png) no-repeat right 4rem center / 2.2rem,linear-gradient(to left,#fb7600 0%,#fbc600 100%);
	border-radius: 8rem;
}
.comLinkArea .link a:hover {
	opacity: 0.7;
}
.comLinkArea .link a .sub {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	-webkit-text-stroke: 2px transparent; 
	-webkit-text-fill-color: #FFF; 
	background: #fb7600; 
	-webkit-background-clip: text; 
	padding-left: 2px;
}
@media all and (max-width: 896px) {
	.comLinkArea {
		width: 32rem;
	}
	.comLinkArea .tag {
		margin: 0 auto -1.3rem;
		padding: 0.2rem 1rem 0.3rem;
		width: 18.5rem;
		font-size: 1.25rem;
		border-radius: 0.5rem;
	}
	.comLinkArea .tag::before {
		bottom: -0.8rem;
		width: 1.5rem;
		height: 1.1rem;
		background-image: url(../img/common/icon10_sp.png);
	}
	.comLinkArea .link a {
		padding-bottom: 0.3rem;
		min-height: 6rem;
		background: url(../img/common/icon01.png) no-repeat right 2.5rem center / 1.5rem,linear-gradient(to left,#fb7600 0%,#fbc600 100%);
		border-radius: 8rem;
	}
	.comLinkArea .link a .sub {
		font-size: 1.7rem;
		-webkit-text-stroke: 1px transparent; 
		padding-left: 1px;
	}
}
/*------------------------------------------------------------
	comArrow
------------------------------------------------------------*/
.comArrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.comArrow li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
	width: 6.7rem;
	z-index: 8;
	cursor: pointer;
}
.comArrow li.next {
	left: auto;
	right: 2rem;
}
.comArrow li.slick-disabled {
	opacity: 0.7;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.comArrow li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comArrow li {
		left: 0.2rem;
		width: 3.3rem;
	}
	.comArrow li.next {
		left: auto;
		right: 0.2rem;
	}
}
/*------------------------------------------------------------
	comDotUl
------------------------------------------------------------*/
.comDotUl {
	position: absolute;
	bottom: -4rem;
	left: 0;
	width: 100%;
	text-align: center;
}
.comDotUl li {
	margin: 0 1.1rem;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: #d0d0d0;
	border-radius: 50%;
	cursor: pointer;
}
.comDotUl li button {
	display: none;
}
.comDotUl li.slick-active {
	background: #fb7600;
}
@media all and (max-width: 896px) {
	.comDotUl {
		bottom: -1.2rem;
	}
	.comDotUl li {
		margin: 0 0.6rem;
		width: 0.7rem;
		height: 0.7rem;
	}
}
/*------------------------------------------------------------
	Comparison Table
------------------------------------------------------------*/
.comparisonTable {
    width: 100%;
    min-width: 80rem; /* SPスクロール用 */
    border-collapse: collapse;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    table-layout: fixed;
}

.comparisonTable th,
.comparisonTable td {
    border: 1px solid #d0d0d0;
    padding: 1.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}

/* ヘッダー行 */
.comparisonTable thead th {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2.2rem 1rem;
    border: none;
}

/* ヘッダーの色分けと角丸再現 */
.comparisonTable .col-service {
    background-color: #7d7d7d; /* グレー */
    width: 20%;
    border-radius: 1.5rem 0 0 0;
}
.comparisonTable .col-ai {
    background-color: #fb7600; /* 濃いオレンジ */
    width: 40%;
}
.comparisonTable .col-human {
    background-color: #ffb16e; /* 薄いオレンジ */
    width: 40%;
    border-radius: 0 1.5rem 0 0;
}


/* 左側の項目列 */
.comparisonTable .tableLabel {
    background-color: #f6f6f6;
    font-weight: 700;
    font-size: 1.5rem;
}
.comparisonTable .tableLabel span {
    font-size: 1.2rem;
    font-weight: 400;
}

/* 価格強調テキスト */
.comparisonTable td.price {
    color: #fb7600;
    font-size: 2.4rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

/* その他のテキスト調整 */
.comparisonTable td span {
    font-size: 1.3rem;
}
.comparisonTable td.align-left {
    text-align: left;
    padding-left: 3rem;
    font-size: 1.4rem;
}
.comparisonTable td small {
    font-size: 1.2rem;
    color: #666;
    margin-left: 1.2rem;
}

/* SP版の調整 (index.cssのメディアクエリに合わせる) */
@media all and (max-width: 896px) {
    .comparisonTable {
        min-width: 68rem;
    }
    .comparisonTable thead th {
        font-size: 1.5rem;
        padding: 1.5rem 0.5rem;
    }
    .comparisonTable td {
        font-size: 1.3rem;
        padding: 1rem;
    }
    .comparisonTable td.price {
        font-size: 1.8rem;
    }
}
/*------------------------------------------------------------
	Comparison Table カスタムスタイル
------------------------------------------------------------*/
.comparisonTable {
    width: 100%;
    min-width: 80rem; /* SPでの横スクロールを確保 */
    border-collapse: collapse;
    table-layout: fixed;
}

.comparisonTable th,
.comparisonTable td {
    border: 1px solid #d0d0d0;
    padding: 1.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
}

/* ヘッダー */
.comparisonTable thead th {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2.2rem 1rem;
}

.comparisonTable .col-service {
    width: 16%;
}

.comparisonTable .col-ai,
.comparisonTable .col-asset {
    width: 31%;
}

.comparisonTable .col-human {
    width: 22%;
}

.comparisonTable .col-service {
    background-color: #7d7d7d; /* 左上：グレー */
}
/* ポストエディット全体 */
.comparisonTable .col-pe-group {
    background-color: #ffb16e; /* 薄いオレンジ */
}
/* AI校正 */
.comparisonTable .col-ai {
    background-color: #fb7600; /* 濃いオレンジ */
}
/* アセット蓄積 */
.comparisonTable .col-asset {
    background-color: #ff902f; /* 中オレンジ */
}
/* 人力翻訳 */
.comparisonTable .col-human {
    background-color: #FBC500; /* さらに薄いオレンジ */
    border-radius: 0 1.5rem 0 0;
}

/* ★ご要望の箇所：AI校正列の背景色 */
.comparisonTable .bg-ai-light {
    background-color: #fff9f2 !important; /* 画像に近い非常に薄いオレンジ */
}

/* 左側の項目ラベル列 */
.comparisonTable .tableLabel {
    background-color: #f6f6f6; /* 薄いグレー */
    font-weight: 700;
    font-size: 1.5rem;
}

.comparisonTable .tableLabel span {
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
    margin-top: 0.5rem;
}

/* 価格テキストの強調 */
.comparisonTable .price {
    color: #fb7600;
    font-size: 2.2rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

/* その他（共通項目や左寄せテキスト） */
.comparisonTable td.align-left {
    text-align: left;
    padding-left: 3rem;
    font-size: 1.4rem;
}

.comparisonTable td small {
    display: block;
    font-size: 1.2rem;
    color: #666;
    margin-top: 0.5rem;
}

/* SP版調整 (896px以下) */
@media all and (max-width: 896px) {
    .comparisonTable {
        min-width: 65rem;
    }
    .comparisonTable thead th {
        font-size: 1.5rem;
        padding: 1.5rem 0.5rem;
    }
    .comparisonTable td {
        padding: 1rem;
        font-size: 1.3rem;
    }
    .comparisonTable .price {
        font-size: 1.8rem;
    }
}