@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap');
:root{
	--mainColor : #498ABC;
	--subColor : #81A1FF;
	--subColorLight : #CBE8FF;
}
body {
	background-color: var(--subColor);
	background-image: url('image/back_check.png');
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#whole_container, #footer_container{
	position: relative;
	margin: 0 auto; /* 中央寄せ */
	width : 95%;
	height: auto;
	padding: 0.5em 1em;
}
#whole_container {
	margin: 1em auto;
	background-color: #ffffff;
}
a{
	font-weight: bold;
	color: var(--subColor);
}
h1, h2 {
	color: var(--mainColor);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
h1{
	font-size: 2.5em;
	text-align: center;
	clear: both;
}

p{
	margin-bottom: 1em;
}

.longText>p::first-letter{
	font-size: 1.3em;
	font-weight: bold;
}

hr {
	width: 65%;
	margin: 1em auto;
	color: var(--mainColor);
	border: solid 1px;
}
.textContent{
	text-align: left;
	padding: 1em;
}
.textCenter{
	text-align: center;
}
.textBold {
	font-weight: bold;
}
.textMainColor {
	color: var(--mainColor);
}
.textMarked::before {
	content: "* ";
}
.textOtherLanguage > a{
	float: right;
	color: var(--mainColor);
	font-weight: bold;
}
.imageRight{
	float: right;
}
.footerLink{
	clear: both;
	font-size: 0.8em;
	padding: 1em;
	text-align: center;
}
#footerCopy{
	text-align: center;
	font-size: 0.8em;
	clear: both;
	margin-bottom: 1em;
}
.footerButton{
	display: block;
	width: 25%;
	min-width: 120px;
	max-width: 250px;
	aspect-ratio: 4;
	padding: 0.5em;
	cursor: pointer;
	color: transparent;
}

.aboutButton{
	background: url("image/icon_about.png") no-repeat left/contain;
	float: left;
}
.contactButton{
	background: url("image/icon_contact.png") no-repeat right/contain;
	float: right;
}

.homeButton{
	background: url("image/icon_home.png") no-repeat center/contain;
	margin: 0.5em auto;
}

.tawTalking1-r{
	background: url("image/talking_icon.png") no-repeat right;
	min-height: 80px;
	margin-right: 10px;
	margin-left: auto;
	width: fit-content;
	right:10px;
}
.tawTalking2-r{
	background-color: var(--subColor);
	margin-right:110px;
	padding:10px;
	border-radius:10px;
}
