@charset "utf-8";
/*
Theme Name: GF Column
Author: gf.E
*/

/* 共通 */

#column-container {
	max-width: 1280px;
  width: 100%;
	box-sizing: border-box;
	margin: 0 auto 60px;
	padding-bottom: 0;
}

@media screen and (max-width: 768px) {
	/*#container.column {
		margin-top: 0;
	}*/
  #scroll{
    display: none !important;
  }
}

#column-container img,
#column-container video {
	max-width: 100%;
}

/* 投稿一覧 */

.column-categories {
	max-width: 760px;
	margin: 30px auto 0;
}

.column-categories ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px 38px;
}

.column-categories ul li {
	flex: 0 0 auto;
	text-align: center;
}

.column-categories ul li a {
	display: block;
	white-space: nowrap;
	padding-bottom: 4px;
	font-size: 16px;
	color: #999999;
	border-bottom: 2px solid #999999;
}

.column-categories ul li a {
	padding-bottom: 4px;
	font-size: 16px;
	color: #999999;
	border-bottom: 2px solid #999999;
}

.column-categories ul li a.active {
	font-weight: 700;
	color: #121076;
	border-bottom: 2px solid #121076;
}

.column-categories ul li a:hover {
	opacity: .6;
}

.column-index-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	padding-top: 30px;
  color: #121076;
}

.column-posts {
	display: grid;
	margin: 50px 0;
	padding: 0 50px;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px 30px;
}

@media screen and (max-width: 768px) {
	.column-index-title {
		font-size: 24px;
	}

	.column-posts {
		grid-template-columns: 1fr;
		gap: 60px 0;
		padding: 0 5%;
	}

	.column-categories {
		max-width: 100%;
		margin: 20px 0 0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.column-categories::-webkit-scrollbar {
		display: none;
	}

	.column-categories ul {
		display: flex;
		flex-wrap: nowrap;
		width: max-content;
		min-width: max-content;
		padding: 0 5%;
		box-sizing: border-box;
		gap: 0;
	}

	.column-categories ul li {
		flex: 0 0 auto;
		text-align: center;
	}

	.column-categories ul li a {
		display: block;
		white-space: nowrap;
		padding: 0 10px 4px;
		margin: 0 7px;
		font-size: 14px;
	}
}

.column-posts-article {
	width: 100%;
}

.column-posts-article h2 {
	font-size: 18px;
	margin: 4px 0 6px;
	line-height: 1.6;
	letter-spacing: .02em;
}

.column-posts-article-image {
	display: block;
	width: 100%;
	border: 1px solid rgb(0 0 0 / 15%);
	border-radius: 10px;
	margin-bottom: 10px;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.column-posts-article-image img {
	width: 100%;
	object-fit: cover;
}

.column-posts-article-date {
	font-size: 13px;
	opacity: .6;
}

.column-posts-article-excerpt {
	font-size: 14px;
	line-height: 1.5;
  color: #999999;
}

/* 投稿 */

.column-post {
	
}

.column-post h1 {
	font-size: 28px;
  line-height: 1.45em; 
}

.column-post-header {
	margin-bottom: 30px;
	text-align: center;
}

.column-post-header img {
	object-fit: cover;
}

.column-post-article {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.column-post-article-date {
	opacity: 0.6;
	line-height: 3.0;
}

.column-post-content {
	margin: 60px 0;
	line-height: 2.0;
	font-size: initial;
}

.column-post-button-back {
	margin: 30px 0;
	padding: 32px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.column-post-button-back a {
	position: relative;
	padding-left: 20px;
	color: #666;
	font-size: 16px;
}

.arrow-left-line::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #999;
	border-left: 3px solid #999;
	transform: rotate(-45deg);
}

#column-related-posts {
	max-width: 1280px;
  width: 100%;
	box-sizing: border-box;
	margin: 60px auto 0;
}

.column-related-posts-title {
	text-align: center;
	font-size: 20px;
}

.column-post h2,
.column-post h3{
    line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .column-post h1 {
    font-size: 22px;
  }
	.column-post-article {
		padding: 0 5%;
	}
}
/*お問い合わせ先*/
.contact-area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px #DDD solid;
  border-radius: 8px;
  padding: 3em 5em;
  position: relative;
}
.contact-area .contact_left p.ttl {
  font-weight: 600;
  font-size: 13px;
  border-left: 4px solid;
  padding-left: 10px;
  color: #000280;
  margin-bottom: 20px;
}
.contact-area .contact_left h4 {
  font-weight: 600;
  font-size: 20px;
  color: #000280;
  margin-bottom: 20px;
}
.contact-area .contact_left {
  flex: 1;
}
.contact-area .contact_left .info-item {
  display: flex;
  color: #000280;
  font-size: 14px;
}
.contact-area .contact_left .info-item dd {
  margin-left: 10px;
  color: #000;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #000280;
  color: #fff;
  padding: 1em 3em;
  border-radius: 8px;
  font-size: 16px;	
}
.contact-button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 4px;
}
.contact-area .contact_right a {
  color: #fff;
}
.contact-area .contact_right p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact-area .contact_right {
  border-left: 2px solid #ddd;
  padding-left: 5em;
}

@media screen and (max-width: 768px) {
	.contact-area{
		flex-direction: column;
		align-items: flex-start;
		padding: 2em 2em 1em;
		flex-wrap: nowrap;
	}
	.contact-area .contact_right {
		border: none;
		padding: 0;
		margin-top: 2em;
	}
	.contact-button {
		padding: 1.2em 2em;
		margin-bottom: 0;
	}
	.contact-area .contact_right p {
		text-align: left;
	}
}