@charset "utf-8";

/*
Theme Name: 就活フェアfor2027
Theme URI:  https://www.tshukatsu-tsucci.com/
Author:			O-GOE
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');

/* --------------------------------------------------------------------------------
	structure
-------------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, input, textarea {
	font-weight: normal;
}
input, textarea {
	padding: 5px;
}
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', serif;
	text-align: justify;
	font-size: 1.6em;
	color: #333;
	font-feature-settings: "palt" 1;
	font-display: swap;
	position: relative;
	background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
a{
	text-decoration:none;
	transition: 0.5s all linear;
}
a:hover,
a:active{
	text-decoration:none;
}
a:hover img, a:active img {
	opacity: 0.7;
	filter: alpha(opacity=70);		/* ie7 */
	-ms-filter: "alpha(opacity=70)";	/* ie8 */
}
*,
*:before,
*:after{
	box-sizing: border-box;
}
/* --------------------------------------------------------------------------------
	WordPress Style
-------------------------------------------------------------------------------- */
.wp-caption {
	max-width: 95%;
	padding: 2%;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 90%;
	color: #757575;
}
.sticky .featured-post {
	margin: 10px 0;
	padding: 5px;
	border: 2px solid #fc0;
}
li.bypostauthor {
	background: #eee;
}
.alignleft {
	float: left;
	margin: 1em;
}
.alignright {
	float: right;
	margin: 1em;
}
.aligncenter {
	display: block;
	margin: 1em auto;
}
/* --------------------------------------------------------------------------------
	clear & clearfix
-------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
ul.ul {
	list-style: disc;
	padding: 0 0 0 1.2em;
}
ol.ol {
	list-style: decimal;
	padding: 0 0 0 1.2em;
}
