html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	line-height:1.4;
}
body {
	margin: 0;
	font-size: 1.6em;
  font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	letter-spacing:-0.01rem;
	font-feature-settings: "palt";
  overflow-x: hidden;
}
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;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}
.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*-------------------------------------------------------------------
	FONT
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Copperplate:wght@300;400;700;800&display=swap');

body {
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}
.foreigntext{
  font-family: 'Montserrat', sans-serif;
}
.notoselifj{
  font-family: 'Noto Serif JP', serif;
}
@font-face {
    font-family: 'Connoisseurs';
    font-style: normal;
    src: url('https://hayashi80.xsrv.jp/cynd_web_recruit2022/font/Connoisseurs.woff') format('woff'),
}

img {
  width: 100%;
  vertical-align: middle;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
	text-decoration:none;
	line-height:100%;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}	
	@media screen and (min-width:981px) {
		.hidden_pc {
			display:none!important;
		}
	}
	@media screen and (min-width:769px) {
		.hidden_tabpc {
			display:none!important;
		}
	}
	@media screen and (max-width:768px) {
		.hidden_sp {
			display:none!important;
		}
	}
p{
	line-height: 180%;
}