* {
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans Japanese", sans-serif;
	/* font-size:16px;*/
}

ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

img {
	max-width: 100%;
}

section {
	padding: 80px 0;
}

.content-width {
	max-width: 1000px;
	margin: auto;
}

.pt-2col {
	display: flex;
	align-items: flex-start;
}

.pt-2col__left {
	flex: 0 0 38%;
}

h3 {
	font-size: 1.1em;
}

.d-flex {
	display: flex;
}

.pt-bg {
	background: #F8F4EB;
}

.pt-ttl {
	font-size: 30px;
	letter-spacing: 1.2px;
	color: #333;
	position: relative;
	padding-left: 90px;
	margin-bottom: 60px;
}

.pt-ttl::before {
	content: '';
	position: absolute;
	border-top: 1px solid #333;
	width: 70px;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

.pt-mv {
	background: linear-gradient(45deg, #F8F4EB, #FFEAE8);
	padding: 50px 0 0;
}

.pt-mv__text {
	flex: 0 0 50%;
	margin-right: 60px;
}

.pt-mv__ttl {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 12px;
}

.pt-mv__text h1 {
	margin: 30px 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 144.444%;
	letter-spacing: 1.8px;
}

.pt-cta__btn {
	text-align: center;
}

.pt-cta__btn a {
	text-align: center;
	background: #F90;
	display: inline-flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 16px auto;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 1rem;
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.pt-mv__slide_wrap {
	margin-top: 30px;
	display: flex;
	overflow: hidden;
}

.pt-mv__slide ul {
	display: flex;
	list-style: none;
	padding: 0;
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.pt-mv__slide ul li {
	width: calc(100vw / 7);
}

.pt-mv__slide ul li>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pt-archive__list {
	justify-content: center;
}

.pt-archive__cont {
	flex: 0 0 20%;
	margin: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pt-archive__cont h3 {
	text-align: center;
	margin-top: 16px;
}

.pt-archive__cont h3 span {
	color: #C40C24;
	font-size: 32px;
}

.pt-archive__img {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pt-archive__cont:first-child img {
	max-width: 150px;
}

.pt-archive__cont:nth-child(2) img {
	max-width: 184px;
}

.pt-archive__cont:last-child img {
	max-width: 198px;
}

.pt-merit__list {
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 40px;
}

.pt-merit__cont {
	background: #FFF;
	flex: 0 0 31%;
	border-radius: 8px;
	border: 3px solid #E6E6E6;
	padding: 24px;
}

.pt-merit__cont h3 {
	display: flex;
	align-items: center;
	margin: 16px 0;
}

.pt-merit__cont h3 span {
	font-size: 24px;
	border-right: 1px solid #999;
	padding: 8px 10px 8px 0;
	margin-right: 10px;
}

.pt-merit__img {
	text-align: center;
}

.pt-merit__img img {
	height: 200px;
	width: auto;
	object-fit: contain;
}

.pt-category__list {
	flex-wrap: wrap;
	text-align: center;
}

.pt-category__list li {
	flex: 0 0 calc(100% / 6);
	padding: 0 8px 16px;
}

.pt-category__list li img {
	height: 100px;
	object-fit: cover;
}

.pt-category__table table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 30px;
}

.pt-category__table td,
.pt-category__table th {
	border: 1px solid #999;
	padding: 8px;
}

.pt-category__table th {
	width: 20%;
}

.pt-flow__list {
	justify-content: center;
}

.pt-flow__cont {
	border-radius: 8px;
	border: 2px solid #C40C24;
	background: #FFF;
	flex: 0 0 20%;
	text-align: center;
	padding: 24px 0;
	margin: 0 12px;
	position: relative;
}

.pt-flow__img {
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pt-flow__img img {
	height: 59px;
	width: auto;
	object-fit: contain;
}

.pt-flow__cont:nth-child(3) .pt-flow__img img {
	height: 42px;
}

.pt-flow__cont:last-child .pt-flow__img img {
	height: 43px;
}

.pt-flow__cont p {
	display: inline-block;
	margin: 8px auto;
	padding: 4px 10px;
	border-radius: 50px;
	background: #EEE;
	font-size: 0.9em;
}

.pt-flow__cont::before {
	content: '';
	background: url(../../img/topics/partner/icon_arrow.png)no-repeat;
	width: 18px;
	height: 17px;
	position: absolute;
	right: -18px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.pt-flow__cont:last-child::before {
	display: none;
}

.pt-flow__pr {
	text-align: center;
	font-weight: bold;
	margin-top: 24px;
}

.pt-commission {
	background: #6AB8A6;
}

.pt-commission .pt-ttl {
	color: #FFF;
}

.pt-commission .pt-ttl::before {
	border-top: 1px solid #FFF;
}

.pt-commission__num {
	background: #FFF;
	width: 260px;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	margin-bottom: 16px;
}

.pt-commission__num span {
	font-size: 32px;
	margin-left: 16px;
}

.pt-commission__text {
	color: #FFF;
}

.pt-review__cont {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.pt-review__cont p {
	background: #F8F4EB;
	border-radius: 8px;
	padding: 10px;
	width: 80%;
	position: relative;
	margin-bottom: 16px;
}

.pt-review__cont p::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 12px;
	background: #F8F4EB;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	bottom: -11px;
	left: 0;
	right: 0;
	margin: auto;
}

.pt-review__img img {
	width: 139px;
}

.pt-review__cont:nth-child(2) .pt-review__img img {
	width: 141px;
}

.pt-review__cont:last-child .pt-review__img img {
	width: 155px;
}

.pt-faq__list dl {
	background: #FFF;
	padding: 8px 16px;
	margin-bottom: 16px;
}

.pt-faq__list dt,
.pt-faq__list dd {
	padding: 8px;
}

.pt-faq__list dt {
	font-weight: bold;
	border-bottom: 1px solid #A3A3A3;
}

.pt-faq__list dt::before {
	content: 'Q.';
	margin-right: 8px;
}

.pt-faq__list dd {
	font-size: 14px;
}

.pt-contact input.text {
	padding: 8px;
	width: 100%;
}

.pt-contact__name input.text {
	width: 30%;
	margin-left: 8px;
}

.pt-contact__name .name {
	margin-right: 16px;
}

.pt-contact table.ftb th,
.pt-contact table.ftb td {
	padding: 8px;
}

.pt-contact textarea {
	width: 100%;
}

@media screen and (max-width:768px) {
	section {
		padding: 60px 0;
	}

	.PC {
		display: none;
	}

	.content-width {
		padding: 0 20px;
	}

	.d-flex,
	.pt-2col {
		flex-direction: column;
	}

	.pt-ttl {
		font-size: 20px;
		padding-left: 50px;
		margin-bottom: 30px;
	}

	.pt-ttl::before {
		width: 40px;
	}

	.pt-mv__text {
		margin-right: 0;
	}

	.pt-mv__ttl {
		font-size: 16px;
	}

	.pt-mv__text h1 {
		margin: 16px 0;
		font-size: 26px;
	}

	.pt-mv__slide ul li {
		width: calc(100vw / 4);
	}

	.pt-archive__cont {
		margin: 0 0 16px;
		flex-direction: row;
	}

	.pt-archive__img {
		width: 130px;
		height: auto;
		margin-right: 20px;
	}

	.pt-archive__cont img {
		max-width: 100% !important;
	}

	.pt-merit__img img {
		height: 160px;
	}

	.pt-archive__cont h3 {
		margin-top: 0;
	}

	.pt-category__list {
		flex-direction: row;
	}

	.pt-category__list li {
		flex: 0 0 calc(100% / 3);
		padding: 0 8px 8px;
	}

	.pt-category__list li p {
		font-size: 14px;
	}

	.pt-flow__cont {
		display: flex;
		align-items: center;
		padding: 8px 24px;
		margin-bottom: 20px;
	}

	.pt-flow__cont::before {
		top: auto;
		bottom: -18px;
		margin: auto;
		left: 0;
		transform: rotate(90deg);
	}

	.pt-flow__img {
		height: 64px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 16px;
	}

	.pt-flow__text {
		width: 100%;
		text-align: left;
	}

	.pt-flow__cont p {
		margin: 0 0 8px;
		padding: 2px 10px;
	}
}