@charset "utf-8";

/* ==================================================
   下層共通クラス
-------------------------------------------------- */
.mainContents h2:not(.esc) {
	position: relative;
	margin-top: 80px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--c_black);
	font-size: 3.5rem;
	line-height: 1.7;
}
.mainContents h2:not(.esc)::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30%;
	height: 1px;
	background-color: var(--c_hover);
}
.mainContents h2:not(.esc):first-child {
	margin-top: 0;
}
/* .mainContents h2:not(.esc):nth-of-type(n + 2) {
	margin-top: 80px;
} */

.mainContents h3:not(.esc) {
	position: relative;
	margin-top: 48px;
	margin-bottom: 12px;
	padding-left: 34px;
	font-size: 3rem;
	line-height: 1.7;
}
.mainContents h3:not(.esc)::before {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 10px;
	width: 2px;
	height: 30px;
	background-color: #333;
	transform: rotate(15deg);
}
.mainContents h3:not(.esc):first-child {
	margin-top: 0;
}
/* .mainContents h3:not(.esc):nth-of-type(n + 2) {
	margin-top: 44px;
} */

.mainContents h4:not(.esc) {
	position: relative;
	margin-top: 32px;
	margin-bottom: 8px;
	color: #853dc4;
	font-size: 2.4rem;
	line-height: 1.85;
}
.mainContents h4:not(.esc):first-child {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.mainContents h2:not(.esc) {
		margin-top: 56px;
	}

	.mainContents h3:not(.esc) {
		margin-top: 36px;
		margin-bottom: 8px;
	}

	.mainContents h4:not(.esc) {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 520px) {
	.mainContents h2:not(.esc) {
		font-size: 2.8rem;
		line-height: 1.6;
	}

	.mainContents h3:not(.esc) {
		padding-left: 26px;
		font-size: 2.4rem;
		line-height: 1.6;
	}
	.mainContents h3:not(.esc)::before {
		top: 2px;
	}

	.mainContents h4:not(.esc) {
		font-size: 1.8rem;
		line-height: 2;
	}
}



/* ==================================================
   下層共通パーツ
-------------------------------------------------- */
/* ----- メインビジュアル ----- */
.subpage_mainvisualArea {
	position: relative;
	width: 100%;
}

.subpage_mainvisual_bg::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 80px);
	background: var(--c_main) url("../images/mainvisual_bg.webp") 0 40% / cover repeat-x;
}
.subpage_mainvisual_bg::before,
.subpage_mainvisual_title {
	height: calc(100% - 80px);
}
.subpage_mainvisual_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	left: 160px;
	top: 0;
	z-index: 15;
	height: calc(100% - 80px);
	padding-bottom: 32px;
	color: var(--c_white);
}

.subpage_mainvisual_title h1 {
	font-size: 4rem;
	letter-spacing: .15em;
	line-height: 1;
}

.subpage_mainvisual_photoArea {
	display: block;
	line-height: 0;
}

.subpage_mainvisual_photo {
	position: relative;
	z-index: 0;
	width: calc(50vw + 530px);
	height: auto;
	margin-left: auto;
}

@media only screen and (max-width: 1600px) {
	.subpage_mainvisual_bg::before,
	.subpage_mainvisual_title {
		height: calc(100% - 40px);
	}
	.subpage_mainvisual_title {
		left: 40px;
	}

	.subpage_mainvisual_photo {
		width: 84vw;
	}
}

@media only screen and (max-width: 1280px) {
	.subpage_mainvisualArea {
		overflow: hidden;
	}

	.subpage_mainvisual_bg::before,
	.subpage_mainvisual_title {
		height: calc(100% - 24px);
	}

	.subpage_mainvisual_title h1 {
		font-size: 3.5rem;
	}

	.subpage_mainvisual_photo {
		width: 1490px;
		margin-right: -16vw;
	}
}

@media only screen and (max-width: 1024px) {
	.subpage_mainvisual_photo {
		margin-right: -32vw;
	}
}

@media only screen and (max-width: 767px) {
	.subpage_mainvisual_bg::before {
		background-image: url("../images/mainvisual_bg_sp.webp");
		background-position-y: center;
	}

	.subpage_mainvisual_title {
		left: 4vw;
	}

	.subpage_mainvisual_photo {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 520px) {
	.subpage_mainvisual_title h1 {
		letter-spacing: .06em;
	}
}


/* ----- パンくずリスト ----- */
.topicPath {
	display: flex;
	margin-top: 104px;
	padding: 24px 160px;
	background-color: var(--c_gray);
}

.topicPath li {
	list-style-type: none;
	font-size: 1.5rem;
}
.topicPath li:nth-of-type(n + 2) {
	display: flex;
	align-items: center;
}
.topicPath li:nth-of-type(n + 2)::before {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	margin: 0 12px;
	background-color: var(--c_black);
	transform: rotate(15deg);
}

@media only screen and (max-width: 1160px) {
	.topicPath {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.topicPath {
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		margin-top: 80px;
		padding: 20px 4vw;
		white-space: nowrap;
	}
}



/* ==================================================
   下層ページ
-------------------------------------------------- */
.sub-page_contentsArea {
	margin-top: 64px;
}

.sub-page_contentsArea a {
	color: var(--c_hover);
}
.sub-page_contentsArea a:hover {
	color: #ffd589;
}

@media only screen and (max-width: 767px) {
	.sub-page_contentsArea {
		margin-top: 48px;
	}
}



/* ==================================================
   概要
-------------------------------------------------- */
.about_btn {
	width: 50%;
	margin: 1em auto 0;
}

.about_btn a {
	display: block;
	padding: 32px;
	line-height: 1.9;
	text-align: center;
}
.about_btn a::after {
	width: 8px;
	height: 8px;
}

.about_btn a span {
	display: inline-block;
	padding-left: 1em;
}

.about_memberArea {
	justify-content: space-between;
}

.about_member_sentence {
	width: calc(60% - 32px);
}

.about_member_tb {
	width: 40%;
}

.about_member_tb th {
	width: 40%;
}

.about_member_tb td {
	width: 60%;
}

@media only screen and (max-width: 767px) {
	.about_btn {
		width: 100%;
	}

	.about_member_sentence {
		width: 100%;
	}

	.about_member_tb {
		width: 100%;
		margin-top: 1em;
	}
}

@media only screen and (max-width: 520px) {
	.about_btn li a {
		padding: 24px;
	}

	.about_btn li a span {
		display: block;
	}
}


/* ==================================================
   活動報告（一覧）
-------------------------------------------------- */
.reportList_contentsArea {
	margin-top: 64px;
}

.reportList_contentsArea .event_article:nth-of-type(n + 5) {
	/* margin-top: 32px; */
	margin-top: 48px;
}

.reportList_contentsArea .event_article_sentence {
	padding: 24px 16px 0;
}

@media only screen and (max-width: 1560px) {
	.reportList_contentsArea .event_article:nth-of-type(n + 3) {
		margin-top: 0;
	}
}


/* ----- ページネーション ----- */
.pagination {
	display: flex;
	justify-content: center;
	width: 1680px;
	margin-top: 48px;
}

.pagination ul {
	display: flex;
	margin: 0;
}

.pagination ul > li {
	position: static;
	padding-left: 0;
}
.pagination ul > li:nth-of-type(n + 2) {
	margin-top: 0;
}
.pagination ul > li::before {
	content: none;
}

.pagination span,
.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--c_main);
	border-left: 0;
	background-color: #fff;
	color: var(--c_main);
	text-decoration: none;
}

/* .pagination .pager {
	width: 48px;
} */

.pagination a:hover {
	border-color: var(--c_main);
	background-color: var(--c_hover);
	color: var(--c_white);
}

.pagination .current {
	border-color: var(--c_main);
	background-color: var(--c_main);
	color: var(--c_white);
}

.pagination a.prev {
	border-left: 1px solid var(--c_main);
}

/* .pagination span.subpage_num {
	display: none;
} */

@media only screen and (max-width: 1760px) {
	.pagination {
		width: 100%;
	}
}

/* @media only screen and (max-width: 767px) {
	.pagination {
		justify-content: flex-start;
	}
} */

@media only screen and (max-width: 520px) {
	.pagination ul {
		justify-content: center;
		width: 100%;
	}

	.pagination ul > li {
		width: 10%;
	}

	.pagination span,
	.pagination a {
		width: 100%;
		height: 100%;
		aspect-ratio: 1 / 1;
	}
}



/* ==================================================
   次のイベント（一覧）
-------------------------------------------------- */
.eventList_contentsArea {
	margin-top: 104px;
}

@media only screen and (max-width: 767px) {
	.eventList_contentsArea {
		margin-top: 80px;
	}
}



/* ==================================================
   活動報告（記事）
-------------------------------------------------- */
/* ----- タイトル+アイキャッチ ----- */
.article_contentsArea {
	margin-top: 48px;
}

.article_contentsArea .container {
	width: 888px;
}

.article_titleArea {
	background-color: var(--c_gray);
}

.article_title {
	position: relative;
	padding-top: 104px;
	padding-bottom: 264px;
}

.article_title h2 {
	font-size: 3.5rem;
	line-height: 1.7;
}

.article_postDate {
	position: absolute;
	left: 40px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 136px; */
	width: 168px;
	padding: 8px 4px 8px 0;
	background-color: var(--c_black);
	color: var(--c_white);
	font-size: 1.4rem;
	line-height: 1;
}
/* .article_postDate::before {
	content: "";
	display: block;
	width: 14px;
	height: 13px;
	margin-right: 6px;
	margin-bottom: 1px;
	background: url("../images/article_postdate.webp") center center / contain no-repeat;
} */

.article_eyeCatch {
	margin-top: -182px;
}

@media only screen and (max-width: 1160px) {
	.article_contentsArea .container {
		width: 100%;
	}
}

@media only screen and (max-width: 520px) {
	.article_contentsArea {
		margin-top: 32px;
	}

	.article_title {
		padding-top: 64px;
		padding-bottom: 144px;
	}

	.article_title h2 {
		font-size: 2.8rem;
		line-height: 1.6;
	}

	.article_postDate {
		left: 4vw;
	}

	.article_eyeCatch {
		margin-top: -112px;
	}
}


/* ----- 注釈（カスタム投稿） ----- */
.article_notes {
	margin-top: 28px;
}

.article_notes_sentence {
	padding: 32px 40px;
	background-color: #ffe2e2;
}

@media only screen and (max-width: 767px) {
	.article_notes_sentence {
		padding: 24px 32px;
	}
}

@media only screen and (max-width: 520px) {
	.article_notes_sentence {
		padding: 24px;
	}
}


/* ----- 本文 ----- */
.article_sentence {
	margin-top: 44px;
}

.article_sentence img {
	width: auto;
	max-width: 100%;
}

.article_boxArea {
	margin: 1.5em 0;
	padding: 32px 40px;
	border: 3px solid var(--c_main);
}

.article_boxArea ul {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.article_sentence {
		margin-top: 44px;
	}

	.article_boxArea {
		padding: 24px 32px;
	}
}

@media only screen and (max-width: 520px) {
	.article_sentence {
		margin-top: 36px;
	}

	.article_boxArea {
		padding: 24px;
	}
}


/* ----- 開催情報 ----- */
.report_article_informationArea {
	margin-top: 48px;
}

.report_article_information {
	padding: 48px 56px;
	background-color: var(--c_gray);
}

.report_article_information div {
	display: flex;
	flex-wrap: nowrap;
}
.report_article_information div:nth-of-type(n + 2) {
	margin-top: 32px;
}

.report_article_information dt {
	width: 136px;
	font-weight: var(--fw_b);
}

.report_article_information dd {
	position: relative;
	width: calc(100% - 136px);
	padding-left: 40px;
}
.report_article_information dd::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #333;
}

.report_article_information dd ul {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.report_article_informationArea {
		margin-top: 64px;
	}

	.report_article_information {
		padding: 32px;
	}

	.report_article_information div:nth-of-type(n + 2) {
		margin-top: 28px;
	}
/* }

@media only screen and (max-width: 520px) { */
	.report_article_informationArea {
		margin-top: 48px;
	}

	.report_article_information {
		padding: 24px;
	}

	.report_article_information div {
		flex-direction: column;
	}

	.report_article_information dt {
		width: 100%;
		border-bottom: 1px solid #000;
		font-size: 2rem;
	}

	.report_article_information dd {
		width: 100%;
		padding-top: 16px;
		padding-left: 0;
	}
	.report_article_information dd::before {
		content: none;
	}
}


/* ----- 一覧へ戻る ----- */
.report_article_backBtn {
	margin-top: 80px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.report_article_backBtn {
		margin-top: 64px;
	}
}

@media only screen and (max-width: 520px) {
	.report_article_backBtn {
		margin-top: 48px;
	}
}



/* ==================================================
   入会について
-------------------------------------------------- */
.membership_btn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	column-gap: 24px;
	margin-top: 32px;
}

.membership_btn li a {
	display: block;
	padding: 32px;
	line-height: 1.9;
	text-align: center;
}
.membership_btn li a::after {
	width: 8px;
	height: 8px;
}
.membership_btn li.membership_btn_apply a::after {
	content: "";
	display: inline-block;
	right: 8px;
	width: 1.2em;
	height: 1.2em;
	border: 0;
	background-color: var(--c_white);
	-webkit-mask: url("../images/icon-word.svg") no-repeat center center / contain;
	mask-image: url("../images/icon-word.svg");
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: contain;
	vertical-align: middle;
	transform: translateY(-50%) rotate(0);
}

.membership_btn li a span {
	display: inline-block;
	padding-left: 1em;
}

@media only screen and (max-width: 860px) {
	.membership_btn {
		display: block;
	}

	.membership_btn li:nth-of-type(n + 2) {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 520px) {
	.membership_btn li a {
		padding: 24px;
	}

	.membership_btn li a span {
		display: block;
	}
}



/* ==================================================
   セントポール情報技術会　会則
-------------------------------------------------- */
.rules_tb {
	width: 40%;
	margin-top: 1em;
}

.rules_tb th {
	width: 40%;
}

.rules_tb td {
	width: 60%;
}

.rules_tb_sup {
	width: 60%;
	margin-top: 1em;
}

@media only screen and (max-width: 767px) {
	.rules_tb,
	.rules_tb_sup {
		width: 100%;
	}
}



/* ==================================================
   会員企業のリンク
-------------------------------------------------- */
.link_tb_name {
	width: 200px;
}
.link_tb_company {
	width: 572px;
}
.link_tb_year {
	width: 104px;
}
.link_tb_department {
	width: 184px;
}

/* .link_company a {
	color: var(--c_hover);
}
.link_company a:hover {
	color: #ffd589;
} */

@media only screen and (max-width: 1140px) {
	.link_tb_name {
		width: 18%;
	}
	.link_tb_company {
		width: 62%;
	}
	.link_tb_year {
		width: 4%;
	}
	.link_tb_department {
		width: 16%;
	}
}

@media only screen and (max-width: 767px) {
	.link_tb_name,
	.link_tb_company,
	.link_tb_year,
	.link_tb_department {
		display: none;
	}

	.link_list_tb thead {
		display: none;
	}

	.link_list_tb tbody th,
	.link_list_tb tbody td {
		padding: 16px 20px 0;
		/* font-size: 1.8rem; */
	}
	.link_list_tb tbody tr:nth-of-type(odd) {
		background-color: var(--c_gray);
	}
	.link_list_tb tbody td.link_department {
		padding-bottom: 16px;
	}

	.link_list_tb tbody td + td {
		border-left: none;
	}

	.link_name::before,
	.link_company::before,
	.link_year::before,
	.link_department::before {
		display: block;
		/* margin-bottom: 6px;
		padding: 0 16px; */
		/* background-color: var(--c_main);
		color: var(--c_white); */
		font-weight: var(--fw_b);
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.link_name::before {
		content: "会員名";
	}
	.link_company::before {
		content: "企業・組織名称";
	}
	.link_year::before {
		content: "卒年";
	}
	.link_department::before {
		content: "学科";
	}
}



/* ==================================================
   会員からのご案内
-------------------------------------------------- */
.information_lede {
	text-align: center;
}

.information_unit {
	margin-top: 56px;
}

.information_unit h2 {
	padding: 16px 40px;
	background-color: var(--c_main);
	color: var(--c_white);
	text-align: center;
}

.information_affiliation,
.information_name {
	display: inline-block;
	font-weight: var(--fw_b);
	font-size: 2.4rem;
	line-height: 1.7;
}
.information_affiliation + .information_name {
	padding-left: 1em;
}

.information_fix {
	display: inline-block;
}

.information_unit h3 {
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--c_black);
	font-size: 2rem;
	line-height: 1.9;
}

.information_contents {
	padding: 32px 40px;
	background-color: var(--c_gray);
}

.information_contents_none {
	margin-top: 56px;
	padding: 56px 0;
	background-color: var(--c_gray);
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.information_lede {
		text-align: left;
	}

	.information_unit,
	.information_contents_none {
		margin-top: 40px;
	}

	.information_affiliation,
	.information_name,
	.information_fix {
		display: block;
	}
	.information_name {
		padding-left: 0;
	}
}

@media only screen and (max-width: 520px) {
	.information_unit h2,
	.information_contents {
		padding: 16px 24px;
	}

	.information_affiliation,
	.information_name {
		font-size: 2.2rem;
	}

	.information_unit h3 {
		margin-bottom: 20px;
		line-height: 1.7;
	}
}


/* ----- 記事 ----- */
/* .news_article_date {
	font-size: 1.4rem;
}
.news_article_date::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/news_article_date.png") center center no-repeat;
	background-size: 16px;
	vertical-align: -3px;
	content: "";
} */



/* ==================================================
   お問い合わせ
-------------------------------------------------- */
.contact_lede {
	text-align: center;
}

.contact_formArea {
	width: 888px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact_form {
	border-top: 1px solid #ccc;
}

.contact_form th {
	padding: 40px 20px;
	background-color: transparent;
	color: var(--c_black);
	font-weight: var(--fw_b);
}

.contact_form th p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.contact_form_required {
	display: inline-block;
	padding: 0 8px;
	background-color: var(--c_main);
	color: var(--c_white);
	font-weight: var(--fw_b);
}

.contact_form td {
	width: 60%;
	padding: 40px 20px;
}

.contact_form td input,
.contact_form td select,
.contact_form td textarea {
	width: 100%;
	border: 0;
	background-color: var(--c_gray);
}
.contact_form td input.contact_form_y {
	width: 6em;
	margin-right: .25em;
}
.contact_form td select {
	width: 4em;
	margin-right: .25em;
	margin-left: .5em;
	padding: 8px 5px;
}
.contact_form td textarea {
	height: 12em;
}

.contact_form .wpcf7-not-valid-tip {
	position: absolute;
	width: 16em;
}

.contact_form_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

/* .contact_form_btn .contact_form_btn_submit { */
.contact_form_btn p {
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: var(--c_black);
	color: var(--c_white);
}
/* .contact_form_btn .contact_form_btn_submit::before { */
.contact_form_btn p::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: var(--c_hover);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	z-index: -1;
}
/* .contact_form_btn .contact_form_btn_submit::after { */
.contact_form_btn p::after {
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1.5px solid var(--c_white);
	border-right: 1.5px solid var(--c_white);
	transform: translateY(-50%) rotate(45deg);
}
/* .contact_form_btn .contact_form_btn_submit:hover::before { */
.contact_form_btn p:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.contact_form_btn input {
/* .contact_form_btn .contact_form_btn_submit input { */
	padding: 12px 80px;
	border: 0;
	background-color: transparent;
	color: var(--c_white);
}

.contact_form_btn .wpcf7-spinner {
	position: absolute;
	right: -64px;
	top: 50%;
	transform: translateY(-50%);
}

.contact_form_btn .contact_form_btn_back {
	margin-right: 3em;
	background-color: var(--c_gray);
}
.contact_form_btn .contact_form_btn_back::after {
	left: 12px;
	right: auto;
	border-color: var(--c_black);
	transform: translateY(-50%) rotate(-135deg);
}
.contact_form_btn .contact_form_btn_back:hover::after {
	border-color: var(--c_white);
}

.contact_form_btn .contact_form_btn_back input {
	color: var(--c_black);
}
.contact_form_btn .contact_form_btn_back:hover input {
	color: var(--c_white);
}

.contact_form_btn_back + .contact_form_btn_submit {
	margin-top: 0;
}

@media only screen and (max-width: 968px) {
	.contact_formArea {
		width: 100%;
		padding: 32px 0 0;
	}

	.contact_form th {
		width: 280px;
		padding-left: 0;
	}

	.contact_form td {
		width: calc(100% - 280px);
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.contact_lede {
		text-align: left;
	}

	.contact_formArea:not(.contact_form_conf) .contact_form tr {
		border-bottom: 1px solid #ccc;
	}

	.contact_form th {
		padding: 24px 0 0;
	}

	.contact_formArea .contact_form td {
		padding: 8px 0 40px;
	}

	.contact_form td input.contact_form_y {
		width: 5em;
	}
	.contact_form td select {
		width: 3.5em;
	}

	/* .contact_form_btn .contact_form_btn_submit input { */
	.contact_form_btn p input {
		padding: 12px 56px;
	}

	.contact_form_btn .wpcf7-spinner {
		right: -60px;
	}
}

@media only screen and (max-width: 520px) {
	.contact_form_conf .contact_form_btn {
		justify-content: space-between;
	}

	.contact_form_btn .contact_form_btn_back {
		margin-right: 0;
	}
}


/* ----- 確認画面 ----- */
.contact_form_conf {
	padding-top: 0;
}

.contact_form_conf table,
.contact_form_conf table tr {
	border: 0;
}

.contact_form_conf .contact_form th,
.contact_form_conf .contact_form td {
	padding-bottom: 32px;
}

@media only screen and (max-width: 767px) {
	.contact_form_conf .contact_form th {
		padding-bottom: 0;
	}

	.contact_form_conf .contact_form td {
		padding-bottom: 16px;
	}
}