@charset "UTF-8";

/* edit css */
/* h2 */
.article-area {
	& a {
		& br {
			display: none;
		}
	}

	& hr {
		margin-bottom: 2rem;

		@media screen and (max-width: 767px) {
			margin-bottom: 1rem;
		}
	}

	& h2 {
		position: relative;
		margin-bottom: 2rem;
		font-weight: bold;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		line-height: 1.5;
		color: #000;

		@media screen and (max-width: 767px) {
			margin-bottom: 1rem;
			font-size: 1.7rem;
			letter-spacing: 0.05em;
		}
	}

	/* h3 */
	& h3 {
		position: relative;
		margin-bottom: 2rem;
		padding: 0 0 1rem;
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 180%;

		@media screen and (max-width: 767px) {
			margin-bottom: 1rem;
			padding: 0 0 0.5rem;
			font-size: 1.6rem;
			line-height: 160%;
		}
	}

	/* h4 */
	& h4 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 160%;

		@media screen and (max-width: 767px) {
			margin-bottom: 0.5rem;
		}
	}

	/* h5 */
	& h5 {
		position: relative;
		margin-bottom: 1rem;
		padding-left: 1.8rem;
		font-weight: bold;

		@media screen and (max-width: 767px) {
			margin-bottom: 0.5rem;
		}
	}

	& h5:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 1.4rem;
		height: 1.4rem;
		background: #d20000;
	}

	/* h6 */
	& h6 {
		margin-bottom: 1rem;
		font-weight: bold;

		@media screen and (max-width: 767px) {
			margin-bottom: 0.5rem;
		}
	}

	/* p */
	& p {
		margin-bottom: 3rem;
		letter-spacing: 0.05em;
		line-height: 2;

		@media screen and (max-width: 767px) {
			margin-bottom: 1.5rem;
			line-height: 160%;
		}
	}

	/* ul */
	& ul {
		margin-bottom: 2rem;

		& li {
			position: relative;
			padding-left: 1rem;
			font-weight: bold;
			line-height: 2;

			&:after {
				content: "";
				position: absolute;
				left: 0;
				top: 1.3rem;
				display: block;
				width: 0.6rem;
				height: 0.6rem;
				border-radius: 0.3rem;
				background: #d20000;
			}
		}
	}

	/* ol */
	& ol {
		margin-bottom: 2rem;
		counter-reset: number 0;

		& li {
			position: relative;
			padding-left: 2rem;
			line-height: 2;
			font-weight: bold;
			counter-increment: number 1;

			&:after {
				content: counter(number) ".";
				position: absolute;
				left: 0;
				top: 0.8rem;
				display: block;
				color: #d20000;
				font-size: 1.4rem;
				line-height: 100%;
			}
		}
	}

	/* img float */
	& img.alignleft {
		float: left;
		margin: 0.8rem 1rem 1rem 0;

		@media screen and (max-width: 767px) {
			float: none;
			display: block;
			margin: 0 auto 1rem;
		}
	}

	& img.aligncenter {
		display: block;
		margin: 0 auto 2rem;
	}

	& img.alignright {
		float: right;
		margin: 0.8rem 0 1rem 1rem;
	}

	@media screen and (max-width: 767px) {
		& img.alignright {
			float: none;
			display: block;
			margin: 0 auto 1rem;
		}
	}

	& img {
		vertical-align: top;
		max-width: 100%;
		height: auto;
	}

	/* blockquote */
	& blockquote {
		position: relative;
		margin: 0 0 3rem 3rem;
		padding-left: 6rem;
		font-size: 1.4rem;
		line-height: 180%;

		@media screen and (max-width: 767px) {
			margin: 0 0 1.5rem 0;
			padding-left: 4rem;
			line-height: 160%;
		}

		&:after,
		&:before {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			display: block;
		}

		&:after {
			top: 0.5rem;
			width: 0.2rem;
			height: 5rem;
			background: #ccc;
		}

		&:before {
			content: "“";
			position: absolute;
			left: 1rem;
			top: -0.5rem;
			color: #ccc;
			font-size: 6rem;
			line-height: 100%;
		}
	}
}

.page-title {
	padding: 17.8rem 0 10rem;

	@media screen and (max-width: 767px) {
		padding: 80px 0 60px;
	}

	.title-ja {
		font-family: 'Noto Sans JP';
		font-weight: 700;
		font-size: 2.2rem;
		line-height: 1.5;
		letter-spacing: 0.1em;

		@media screen and (max-width: 767px) {
			font-size: 18px;
			letter-spacing: 0.05em;
		}
	}

	.title-en {
		font-family: 'Urbanist';
		font-weight: 900;
		font-size: 13rem;
		line-height: 1.2;
		text-transform: uppercase;
		word-break: break-word;

		@media screen and (max-width: 767px) {
			font-size: 30px;
			letter-spacing: 0.05em;
		}
	}
}

.essay {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;

	@media screen and (max-width: 767px) {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.article-area {
		width: 83.4rem;

		@media screen and (max-width: 767px) {
			width: 100%;
		}

		.article-title {
			font-weight: 700;
			font-size: 2.4rem;
			line-height: 1.5;
			padding-bottom: 1.4rem;
			border-bottom: 1px solid #707070;

			@media screen and (max-width: 767px) {
				font-size: 18px;
				margin-bottom: 8px;
			}
		}

		.category-set {
			display: flex;
			justify-content: space-between;
			align-items: center;
			height: 4.7rem;

			@media screen and (max-width: 767px) {
				height: 36px;
				margin-bottom: 8px;
			}

			& ul.set-list {
				margin-bottom: 0;
				display: flex;
				gap: 2rem;

				@media screen and (max-width: 767px) {
					gap: 10px;
				}

				& li {
					width: fit-content;
					height: 2.5rem;
					border-radius: 1.25rem;
					border: 1px solid #000;
					font-weight: 500;
					font-size: 1.6rem;
					line-height: 2.2rem;
					letter-spacing: 0.08em;
					padding: 0 1.8rem;

					&::after {
						display: none;
					}

					@media screen and (max-width: 767px) {
						height: 20px;
						border-radius: 10px;
						font-size: 13px;
						line-height: 18px;
						padding: 0 12px;
					}
				}
			}

			& time {
				font-family: 'Urbanist';
				font-weight: 500;
				font-size: 1.6rem;

				@media screen and (max-width: 767px) {
					font-size: 14px;
				}
			}
		}

		& a {
			text-decoration: underline;
		}

		& a[target="_blank"] {
			position: relative;

			&::after {
				content: "";
				background-image: url(../../common/img/external_dark.svg);
				background-size: contain;
				background-repeat: no-repeat;
				display: inline-block;
				width: 1.2rem;
				height: 1.2rem;
				position: relative;
			}
		}
	}

	.side-area {
		width: 32.7rem;

		@media screen and (max-width: 767px) {
			width: 100%;
			margin: 20px 0;
			text-align: center;
		}

		.adsense {}

		.adsbygoogle {
			@media screen and (max-width: 767px) {
				width: 100%;
			}
		}

		.blog {
			margin-top: 1.5rem;

			@media screen and (max-width: 767px) {
				margin-top: 20px;
			}
		}
	}
}

.back-btn {
	margin: 0 auto 12rem;
	width: 24rem;
	height: 5rem;
	border-radius: 2.5rem;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Urbanist';
	font-weight: 900;
	font-size: 1.4rem;
	color: #FFFFFF;

	@media screen and (max-width: 767px) {
		margin: 0 auto 60px;
		width: 160px;
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
	}
}