/* font */
@font-face {
	font-family: 'Noto Sans';
	src: url('/font/NotoSansCJKjp-Medium.otf');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/font/NotoSansCJKjp-Regular.otf');
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/font/NotoSansCJKjp-Bold.otf');
	font-weight: 800;
	font-display: swap;
}


/* reset style */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
	margin: 0;
	padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}

ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

figure {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
}

h1 {
	/* font-family: Georgia,serif; */
	line-height: 1.9117647059em !important;
	letter-spacing: .1em !important;
	font-weight: 700;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* all,html,body,layout */
/*
* {
  color: #000;
  font-size: 1.4rem;
  box-sizing: border-box;
  letter-spacing: .1rem;
  line-height: 1.6;
  border-radius: 0;
}
*/
html {
	font-size: 10px;
	background: #FFF;
	height: 100%;
}

body {
	/*  font-family: '游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','Hiragino Kaku Gothic ProN','Hiragino Sans','ヒラギノ角ゴシック','Noto Sans JP','メイリオ',Meiryo,'Noto Sans JP','ＭＳ Ｐゴシック','MS PGothic',Geneva,Arial,Verdana,sans-serif;*/
	font-family: "PingFang SC", "思源黑体", "Source Han Sans", "noto sans", Arial, sans-serif;
	min-height: 100vh;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

/* input系 */
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
select,
textarea,
button {
	font-family: inherit;
	font-weight: inherit;
	outline: none;
	border: 1px solid #333;
	background-color: #FFF;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="file"],
input[type="image"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
select,
textarea {
	display: block;
}

input[type="color"],
input[type="file"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	cursor: pointer;
}

input[type="color"],
input[type="file"],
input[type="image"] {
	border: none;
	background-color: transparent;
}

select {
	text-indent: 0.01px;
	text-overflow: '';
	background-image: url(./under_arrow.svg);
	background-position: 100% center;
	background-repeat: no-repeat;
	padding: 0 20px 0 10px;
}

select::-ms-expand {
	display: none;
}

textarea {
	overflow: auto;
	display: block;
	resize: vertical;
}

/* 画像・動画系 */
img,
canvas,
iframe,
video,
svg {
	border: 0;
	max-width: 100%;
	display: block;
}

/* スマホ用 */
@media screen and (max-width: 480px) {
	* {
		line-height: 1.6;
	}

	input,
	select,
	textarea {
		font-size: 1.2rem;
	}

	input[type="checkbox"]:checked {
		background-color: #0098fb;
	}

	input[type="radio"] {
		border-radius: 100%;
	}

	input[type="radio"]:checked {
		background-color: #0098fb;
		border-radius: 100%;
	}
}

.topPage .btn a {
	width: 21.375rem !important;
	height: 3.75rem !important;
	font-size: 1rem;
	font-weight: 700;
}

.topPage .btn__contact a {
	color: #000 !important;
}

.page_ttl_en {
	padding: 0 0 1rem;
	font-style: italic !important;
	font-size: 2.5rem !important;
	line-height: 1.9117647059em;
}

.page_ttl_jp {
	font-size: 1.6rem !important;
}

@media screen and (min-width: 900px) {
	.page_ttl_en {
		font-style: italic !important;
		font-size: 2.5rem !important;
		line-height: 1.9117647059em;
	}
}

@media screen and (max-width: 900px) {
	.page_ttl_en {
		font-size: 2.1333333333rem !important;
	}
}