@charset "utf-8";
.l-whiteBox > section {
	position: relative;
	padding: 50px;
}
.l-whiteBox > section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 1px;
	background: #C1C1C1;
}
/* 横並びリスト */
ul.card-list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	gap: 1em;
}
ul.card-list.card-list--4col.icon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
ul.card-list li.card-list__item {
	flex: 1;
}
ul.card-list li.card-list__item div.card__image {
	overflow: hidden;
	background-size: cover;
}
ul.card-list--3col li.card-list__item div.card__image {
	width: 100%;
	height: 200px;
}
ul.card-list--4col li.card-list__item div.card__image {
	width: 100%;
	height: 150px;
}
ul.card-list li.card-list__item div.card__content {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	ul.card-list.card-list--4col.icon {
    grid-template-columns: repeat(2, 1fr);
}
	ul.card-list {
		display: block;
	}
	ul.card-list li.card-list__item {
		margin-bottom: 1em;
	}
	ul.card-list li.card-list__item div.card__image {
		width: 100%;
		height: unset;
		aspect-ratio: 16 / 9;
	}
}
/* 画像とテキストの2カラム */
div.media {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}
div.media div.media__image {
	flex: 0 0 40%;
	padding-right: 1em;
}
div.media div.media__content {
	flex: 0 0 60%;
	padding-left: 1em;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	div.media {
		display: block;
	}
	div.media > div {
		padding-right: 0;
		padding-right: 0;
	}
	div.media div.media__image {
		margin-bottom: 1em;
	}
}
/* 縦並びの場合 */
div.media.vertical {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 560px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
div.media.vertical div.media__image, div.media.vertical div.media__content {
    flex: 1;
}
/* 導入企業アイコン */
ul.icon-list {
	display: table;
	margin: auto;
}
ul.icon-list li.icon-list__item {
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
ul.icon-list li.icon-list__item img {
	max-height: 100px;
	width: auto;
	max-width: 300px;
}
@media screen and (max-width: 767px) {
	ul.icon-list {
		display: block
	}
	ul.icon-list li.icon-list__item {
		display: block;
        width: 100%;
        height: unset;
        text-align: center;
        margin-bottom: 1em;
	}
	ul.icon-list li.icon-list__item:last-child {
		margin-bottom: 0;
	}
	ul.icon-list li.icon-list__item img {
		max-width: 100%;
	}
}
/* 料金体系 */
/* AI */
table.pricing {
	margin: auto;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 1em 0;
	width: 100%;
	max-width: 1200px;
	font-size: 1em;
	font-weight: bold;
	background: #ffffff;
	padding: 50px;
	border-radius: 50px;
	text-align: center;
}

table.pricing tr th,
table.pricing tr td,
table.pricing tr th p,
table.pricing tr td p {
	padding: 1em 0.5em;
	border: 3px solid #fff;
	text-align: center;
}

table.pricing tr th:nth-child(2) p,
table.pricing tr th:nth-child(3) {
    border: none;
    color: #fff;
    font-weight: bold;
}

colgroup col:first-child {
	width: 20em;
}

colgroup col {
	width: calc(calc(100% - 20em) / 3);
}

table.pricing tr:nth-child(11) td:nth-child(4) p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

table.pricing tr:nth-child(11) td:nth-child(3) small {
	font-size: x-small;
	font-weight: normal;
	display: block;
	width: 100%;
	margin: auto;
	text-align: center !important;
	white-space: nowrap;
}

table.pricing tr th:first-child {
	text-align: left;
}

table.pricing tr th:nth-child(2),
table.pricing tr th:nth-child(3) {
	border: solid #01878a;
	border-width: 3px 3px 0 3px;
	background-color: #01878a !important;
}

table.pricing tr:last-child td:nth-child(2),
table.pricing tr:last-child td:nth-child(3) {
	border: solid #01878a;
	border-width: 0 3px 3px 3px;
}

table.pricing tr td {
	border: solid #01878a;
	border-width: 0 3px;
}

table.pricing tr:first-child th:first-child {
	background-color: unset;
}

table.pricing tr th span {
	display: block;
	font-size: small;
}

section#pricing small {
	text-align: right;
	display: block;
}

table.pricing br.tab {

	display: none;
}

@media (max-width: 959px) {
	section#pricing  {
		width: 100%;
		overflow-x: scroll;
	}

	table.pricing {
		width: 960px;
	}
}
@media (min-width: 960px) and (max-width: 1299px) {
	table.pricing {
		padding: 2em;
	}
}
/* 業務可視化 */
div.simplePrice {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}
div.simplePrice > div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    flex: 1;
    width: calc((100% - 1em) / 2);
    max-width: 300px;
    height: 880px;
    margin: 0 0.5em;
    padding: 4em 0;
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    text-align: center;
}
div.simplePrice > div:first-child {
	margin-left: 0;
}
div.simplePrice > div:last-child {
	margin-right: 0;
}
div.simplePrice > div > * {
    display: block;
    width: 100%;
}
div.simplePrice > div p.price {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
}
div.simplePrice > div p.price span {
	font-size: 14px;
    margin-left: 0.2em;
    font-weight: normal;
}
div.simplePrice > div h3 {
	font-size: 36px;
}
div.simplePrice > div h4 {
	position: relative;
	line-height: 3em;
	margin-bottom: 0.5em;
}
div.simplePrice > div h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 6em;
	height: 2px;
	margin-bottom: 0.5em;
	background: #efefef;
}
div.simplePrice div ul:nth-of-type(1) {
    height: 16em;
}
div.simplePrice div ul:nth-of-type(2) {
    height: 8em;
}
div.simplePrice > div ul {
    margin-bottom: 2em;
}
div.simplePrice > div ul li {
	line-height: 2em;
	text-align: center;
}
@media(max-width: 599px) {
	div.simplePrice {
		display: block;
	}
	div.simplePrice > div {
		width: 100%;
		max-width: unset;
		height: auto;
		margin-bottom: 1em;
	}
	div.simplePrice > div:first-child, div.simplePrice > div:last-child {
		margin-left: 0;
		margin-right: 0;
	}
	div.simplePrice div ul:nth-of-type(1) {
		height: auto;
	}
	div.simplePrice div ul:nth-of-type(2) {
		height: auto;
	}

}
/* レポートサンプル */
#reports p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
	padding: 0 22px;
	letter-spacing: 0.5px;
	margin-bottom: 29px;
}
@media only screen and (max-width: 959px) {
	#reports p {
		font-size: 14px;
		line-height: 1.3;
		padding: 0 16px;
		letter-spacing: 0.2px;
		margin-bottom: 11px;
	}
}
#reports ul {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: auto;
	margin-bottom: 40px;
}
#reports ul li {
	margin: calc(4em / 6);
}
#reports ul li:first-child {
	margin-left: 0;
}
#reports ul li:last-child {
	margin-right: 0;
}
/* 導入までの流れ */
ul.flow-list {
	display: block;
}
ul.flow-list li.flow-list__item {
	display: flex;
	width: 100%;
	background: #fff;
	margin-bottom: 1em;
}
ul.flow-list li.flow-list__item div.flow__image {
	flex: 1;
	height: 150px;
	margin-right: 0.5em;
}
ul.flow-list li.flow-list__item div.flow__content {
	flex: 3;

	margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
	ul.flow-list li.flow-list__item {
		display: block;
	}
	ul.flow-list li.flow-list__item div.flow__content {
		margin-top: 20px;
	}
	ul.flow-list li.flow-list__item div.flow__content h3 {
		text-align: center
	}
	ul.flow-list li.flow-list__item div.flow__image {
		width: 100%;
        height: unset;
        aspect-ratio: 16 / 9;
	}
}
/* CTA */
.l-contents__contact {
	padding: 80px 0;
	background: #CB0013;
}
.l-contents__contact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.l-contents__contact__telBox__title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 6rem;
}
.l-contents__contact__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 46px;
	-moz-column-gap: 46px;
	column-gap: 46px;
}
.c-buttonType1--baseColor .c-buttonType1__link {
	color: #CB0013;
	background: #FFFFFF;
	border-color: #CB0013;
}
.c-buttonType1--baseColor .c-buttonType1__link::before {
	background-image: url(/assets/img/common/icon_arw01_red.svg);
}
.c-buttonType1__inner {
	position: relative;
	z-index: 1;
}
.c-buttonType1__link::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: 0;
	width: 0;
	height: calc(100% + 4px);
	margin: 0 auto;
	background: #F84949;
	border-radius: 100px;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}
@media screen and (max-width: 767px) {
	.l-contents__contact__telBox__title {
		font-size: 1.7rem;
		text-align: center;
		line-height: 1.7;
	}
	.l-contents__contact__button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		row-gap: 50px;
		width: 100%;
		margin-top: 15px;
	}
	.c-buttonType1--baseColor .c-buttonType1__link {
		padding: 0 40px !important;
		width: 100%;
		line-height: 1.3;
	}
}