@charset "utf-8";
/* CSS Document -----------------------------

 2024.07.18

--------------------------------------------*/
/* Radio Canada Big */
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
input,
input[type="submit"],
input[type="button"],
input[type="text"],
button {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	font-style: normal;
	font-weight: 400;
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
}
select {
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	display: none;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	font-style: normal;
	font-weight: 500;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-style: normal;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: calc(14px + 2 * ((100vw - 375px) / 1545));line-height: 1.7;}
h2,h3,h4,h5 {line-height: 1.4;}
p {font-size: calc(14px + 2 * ((100vw - 375px) / 1545));line-height: 1.7;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
main {position: relative;z-index: 1;overflow: hidden;background: #fff;}
section {position: relative;z-index: 1;}
.RadioCanadaBigR {font-family: "Radio Canada Big", sans-serif;font-optical-sizing: auto;font-weight: 400;font-style: normal;}
.RadioCanadaBigSB {font-family: "Radio Canada Big", sans-serif;font-optical-sizing: auto;font-weight: 600;font-style: normal;}
.inner {width: 90%;max-width: 1600px;margin: 0 auto;}
.blank {padding-top: calc(100px + 80 * ((100vw - 375px) / 1545));padding-bottom: calc(70px + 50 * ((100vw - 375px) / 1545));}
.blank2 {padding-top: calc(100px + 80 * ((100vw - 375px) / 1545));}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title {margin-bottom: calc(50px + 50 * ((100vw - 375px) / 1545));text-align: center;}
.title h2 {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: calc(20px + 17 * ((100vw - 375px) / 1545));
	font-weight: 700;
	letter-spacing: .1em;
	font-size: calc(18px + 6 * ((100vw - 375px) / 1545));
}
.title h2::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: calc(80px + 20 * ((100vw - 375px) / 1545));
	height: calc(80px + 20 * ((100vw - 375px) / 1545));
	border-radius: 50%;
	background: #51E8F9;
}
.title.yellow h2::before {background: #FFE541;}
.title.orange1 h2::before {background: #FFC400;}
.title.orange2 h2::before {background: #F8A17A;}
.title p {text-align: center;}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2,.pc3 {display: block;}
.sp,.sp2,.sp3 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc3 {display: none;}
	.sp3 {display: block;}
}
@media only screen and ( max-width : 768px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
@media only screen and ( max-width : 500px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 20px 2vw 20px 1vw;
	background: #fff;
	transition: .3s;
}
header .header_box {display: flex;justify-content: space-between;align-items: center;}
header .logo {position: relative;z-index: 50;width: calc(100px + 164 * ((100vw - 375px) / 1545));}
header .header_btn {display: none;}
header nav ul {display: flex;align-items: center;gap: calc(20px + 50 * ((100vw - 375px) / 1545));}
header nav ul li a {text-align: center;}
header nav ul li a:hover {color: #51E8F9;}
header .entry a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	padding: calc(20px + 10 * ((100vw - 375px) / 1545));
	padding-right: calc(20px + 25 * ((100vw - 375px) / 1545));
	padding-left: calc(20px + 25 * ((100vw - 375px) / 1545));
	border-radius: 50px;
	background: #53EDFF;
	color: #fff;
	font-weight: 900;
	letter-spacing: .2em;
	text-align: center;
}
#sp-menu {display: none;}
@media only screen and ( max-width : 1024px ) {
	header {padding: 20px;}
	header .header_btn {
		display: flex;
		align-items: center;
		position: absolute;  
		top: 50%;
		right: 5%;
		transform: translate(0%, -50%);
		z-index: 200;
		cursor: pointer;
	}
	header .header_btn p {
		position: relative;
		margin-right: 10px;
		font-size: calc(16px + 4 * ((100vw - 375px) / 649));
		letter-spacing: .04em;
		line-height: 1;
		user-select: none;
	}
	header .header_btn p::after {	
		content: '';
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 0;
		height: 1px;
		background: #51E8F9;
		transition: all .6s cubic-bezier(.77, 0 ,.175, 1);
	}
	header .header_btn:hover p {cursor: pointer;}
	header .header_btn:hover p::after {width: 100%;}
	header .header_btn #sp-menu {
		display: block;
		position: relative;
		z-index: 10;
		width: 24px;
		height: 18px;
		cursor: pointer;
		user-select: none;
	}
	header .header_btn #sp-menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 4px;
		background-color: #51E8F9;
		transition: all .5s;
	}
	header .header_btn #sp-menu span:nth-of-type(1) {top: 0;}
	header .header_btn #sp-menu span:nth-of-type(2) {top: 8px;}
	header .header_btn #sp-menu span:nth-of-type(3) {bottom: 0;}
	header .header_btn.clicked #sp-menu span:nth-of-type(1) {transform: translateY(8px) rotate(-45deg);}
	header .header_btn.clicked #sp-menu span:nth-of-type(2) {left: 50%;opacity: 0;animation: bar02 .8s forwards;}
	@keyframes bar02 {
		100% {height: 0;}
	}
	header .header_btn.clicked #sp-menu span:nth-of-type(3) {transform: translateY(-8px) rotate(45deg);}
	header nav {
		display: flex;
		flex-direction: column;
        justify-content: center;
		position: absolute;
		top: -100vh;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100vh;
		padding: 0 10px;
		background: #fff;
		transition: all .3s linear;
	}
	header nav.clicked {top: 0%;box-shadow: -2px 2px 3px rgba(0, 0, 0, .2);}
	header nav ul {display: block;width: 86%;max-width: 400px;margin: 0 auto;}
	header nav ul li {margin: 0 0 3.5vh;text-align: center;}
	header nav ul li a {font-size: 1.6rem;}
	header nav ul li.entry a {color: #fff;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {
	padding-top: calc(70px + 80 * ((100vw - 375px) / 1545));
	padding-bottom: 100px;
	background: #fff;
}
footer figure {margin-bottom: calc(50px + 50 * ((100vw - 375px) / 1545));}
footer .container {
	position: relative;
	padding-top: calc(30px + 20 * ((100vw - 375px) / 1545));
	padding-bottom: calc(30px + 20 * ((100vw - 375px) / 1545));
}
footer .container::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	border-radius: 120px 0 0 0;
	background: #51E8F9;
}
footer .container small {
	display: block;
	position: relative;
	z-index: 1;
	font-size: calc(10px + 3 * ((100vw - 375px) / 1545));
	letter-spacing: .1em;
	text-align: center;
}
@media only screen and ( max-width : 767px ) {
	footer{padding-bottom: 67px;}
}