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

 2025.04.02

--------------------------------------------*/
/* Quicksand */
@import url("https://use.typekit.net/qbx5vnr.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #00000F;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .5s ease;
	user-select: none;
	letter-spacing: .05em;
}
a.link {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;}
input,
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	color: #00000F;
	font-style: normal;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, 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;
   border-radius: 0;
   color: #00000F;
}
select {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #00000F;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	letter-spacing: .05em;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);line-height: 1.7;letter-spacing: .05em;}
h2,h3,h4,h5 {line-height: 1.5;}
p {font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);line-height: 1.7;letter-spacing: .05em;}
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;}
.QuicksandBd {font-family: "quicksand", sans-serif;font-weight: 700;font-style: normal;}
.ZenMaruGothicM {font-family: "zen-maru-gothic", sans-serif;font-weight: 500;font-style: normal;}
.ZenMaruGothicBd {font-family: "zen-maru-gothic", sans-serif;font-weight: 700;font-style: normal;}
.toptext {
	font-family: "zen-maru-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 30px;
	text-align: center;
	font-size: 2.2vw;
}
.inner {width: 90%;max-width: 1520px;margin: 0 auto;}
.blank {
	padding-top: clamp(70px, calc(70px + 60 * ((100vw - 375px) / 1545)), 130px);
	padding-bottom: clamp(70px, calc(70px + 60 * ((100vw - 375px) / 1545)), 130px);
}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {margin-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);padding-bottom: 15px;}
.title_common h2 {
	color: #4067E8;
	font-size: clamp(34px, calc(34px + 20 * ((100vw - 375px) / 1545)), 54px);
	line-height: 1.2;
	letter-spacing: .1em;
	text-align: center;
}
.title_common h2.mt50 {margin-top: 50px;}
.title_common p {
	color: #4067E8;
	font-weight: bold;
	font-size: clamp(16px, calc(16px + 12 * ((100vw - 375px) / 1545)), 28px);
	letter-spacing: 0;
	text-align: center;
}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2,.pc3 {display: block;}
.sp,.sp2,.sp3 {display: none;}

.list-sp { display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc3 {display: none;}
	.sp3 {display: block;}
	.toptext { font-size: 1.6vw;}
}
@media only screen and ( max-width : 767px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
	.toptext {
		font-size: 3vw;
    }
}
@media only screen and ( max-width : 500px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {position: fixed;top: 20px;left: 0;z-index: 50;}
header .logo {
	width: clamp(220px, calc(220px + 360 * ((100vw - 375px) / 1545)), 600px);
	padding: 2vw 3.5vw 1vw 4vw;
	border-radius: 0 3em 3em 0;
	background: rgba(255, 255, 255, 90%);
}
header .logo img {display: block;margin-bottom: clamp(5px, calc(5px + 5 * ((100vw - 375px) / 1545)), 10px);}
header .logo p {
	color: #4067E8;
	font-size: clamp(16px, calc(16px + 16 * ((100vw - 375px) / 1545)), 32px);
}
@media only screen and ( max-width : 767px ) {
	header .logo img {width: 45vw;}
	header .logo p {font-size: 2.5vw;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {
	padding-top: clamp(50px, calc(50px + 20 * ((100vw - 375px) / 1545)), 70px);
	padding-bottom: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 1545)), 60px);
	background: #fff;
	text-align: center;
}
footer .logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	margin-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);
	color: #437CE8;
	font-size: clamp(18px, calc(18px + 12 * ((100vw - 375px) / 1545)), 30px);
}
footer .logo img {width: 45%;}
footer ul {display: flex;justify-content: center;}
footer ul li:nth-child(1) {
	position: relative;
	margin-right: clamp(30px, calc(30px + 30 * ((100vw - 375px) / 1545)), 60px);
	padding-right: clamp(30px, calc(30px + 30 * ((100vw - 375px) / 1545)), 60px);
}
footer ul li:nth-child(1)::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #000091;
}
footer ul li a {color: #3333FF;font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);}
footer small {
	display: block;
	color: #fff;
	font-size: clamp(10px, calc(10px + 2 * ((100vw - 375px) / 1545)), 12px);
	text-align: center;
}
@media only screen and ( max-width : 767px ) {
	footer .logo {flex-direction: column;}
	footer .logo img {width: 70%;}
	footer ul {display: block;}
	footer ul li {text-align: center;}
	footer ul li:nth-child(1) {margin: 0 0 10px;padding: 0 0 10px;}
	footer ul li:nth-child(1)::before {top: 100%;left: 50%;transform: translate(-50%, 0);width: 20px;height: 1px;}
}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 1vw;
	z-index: 10;
	font-size: 1.4rem;
	letter-spacing: .14em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.page_top #goToTop:after {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 53.4%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #006BD6;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #006BD6;
	transition: .3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}