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

 2025.05.13

--------------------------------------------*/
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #131D3E;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
	letter-spacing: .045em;
}
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: #131D3E;
	font-style: normal;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "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: #131D3E;
}
select {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "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",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #131D3E;
	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",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	letter-spacing: .045em;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);line-height: 1.7;letter-spacing: .045em;}
h2,h3,h4,h5 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);line-height: 1.7;letter-spacing: .045em;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
.grid_bg {
	background-image:
		linear-gradient(0deg, transparent 28px, #EFEFEF 30px),
		linear-gradient(90deg, transparent 28px, #EFEFEF 30px);
	background-size: 30px 30px;
}
.inner {width: 90%;max-width: 1000px;margin: 0 auto;}
.blank {
	padding-top: clamp(70px, calc(70px + 70 * ((100vw - 375px) / 1545)), 140px);
	padding-bottom: clamp(50px, calc(50px + 70 * ((100vw - 375px) / 1545)), 120px);
}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {margin-bottom: clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px);}
.title_common h2 {
	font-weight: 700;
	font-size: clamp(22px, calc(22px + 18 * ((100vw - 375px) / 1545)), 40px);
	text-align: center;
}
.title_common h2 span.line span.color {color: #FC7900;}
.title_common p.big {
	margin-top: clamp(10px, calc(10px + 5 * ((100vw - 375px) / 1545)), 15px);
	margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	font-size: clamp(16px, calc(16px + 8 * ((100vw - 375px) / 1545)), 24px);
	text-align: center;
}
.title_common p.med {font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);text-align: center;}
.title_common small {
	display: block;
	margin-top: 8px;
	font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);
	line-height: 1.4;
	text-align: center;
}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 767px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
/*--------------------------------------------------

    header

--------------------------------------------------*/
header {
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 23px 2vw;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 16%);
	background: #fff;
	transition: .3s;
}
header .logo {width: clamp(170px, calc(170px + 200 * ((100vw - 375px) / 1545)), 400px);}
header nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(10px, calc(10px + 40 * ((100vw - 375px) / 1545)), 50px);
	width: 100%;
}
header nav ul {display: flex;gap: clamp(10px, calc(10px + 30 * ((100vw - 375px) / 1545)), 40px);}
header nav ul li a {position: relative;font-weight: 700;font-size: .82vw; text-align: center;}
header nav ul li a:hover {color: #FC7900;}
header nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #FC7900;
	transition: .3s;
}
header nav ul li a.link-current::after {width: 100%;}
header nav .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(5px, calc(5px + 10 * ((100vw - 375px) / 1545)), 15px);
}
header nav .wrap p.phone {
	display: flex;
	align-items: center;
	gap: clamp(5px, calc(5px + 5 * ((100vw - 375px) / 1545)), 10px);
}
header nav .wrap p.phone img {width: 1.7vw;}
header nav .wrap p.phone span {font-size: .7vw;}
header nav .wrap p.phone span a {display: block;margin-bottom: 5px;font-weight: 700;font-size: 1.72em;}
header nav .wrap p.contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: clamp(10px, calc(10px + 7 * ((100vw - 375px) / 1545)), 17px);
	z-index: 1;
	padding: clamp(10px, calc(10px + 14 * ((100vw - 375px) / 1545)), 24px) 1.5vw;
	overflow: hidden;
	border: 1px solid #FC7900;
	border-radius: 4em;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 16%);
	background: #FC7900;
	color: #fff;
	font-weight: 700;
	font-size: 1.2vw;
	text-align: center;
}
header nav .wrap p.contact a:hover {transform: translateY(3px);box-shadow: 0 1px 2px rgba(0, 0, 0, 16%);}
header nav .wrap p.contact a img:nth-child(1) {width: clamp(25px, calc(25px + 10 * ((100vw - 375px) / 1545)), 35px);}
header nav .wrap p.contact a img:nth-child(2) {width: clamp(5px, calc(5px + 5 * ((100vw - 375px) / 1545)), 10px);}
#sp-menu {display: none;}
@media only screen and ( max-width : 767px ) {
	#js-black-bg {
		display: block;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		overflow: hidden;
		visibility: hidden;
		background: #131D3E;
		transition: opacity 0.4s, visibility 0.4s;
		cursor: pointer;
		user-select: none;
	}
	#js-black-bg.clicked {opacity: .5;visibility: visible;}
	header {position: fixed;height: 60px;padding: 15px 20px;}
	header .logo {width: 236px;}
	header nav {
		display: block;
		position: absolute;
		top: 120%;
		right: -100%;
		z-index: 10;
		width: 70%;
		max-width: 400px;
		padding: 10px 20px 20px;
		border-radius: 10px;
		background: #fff;
		text-align: center;
		transition: all .5s linear;
	}
	header nav.clicked {right: 20px;}
	header nav ul {display: block;}
	header nav ul li {width: 100%;margin: 0;border-bottom: 1px solid #D9D9D9;}
	header nav.clicked ul li {opacity: 0;animation: fadeRigth .5s ease forwards;}
	header nav .wrap {display: block;margin-top: 15px;}
	header nav.clicked .wrap p {opacity: 0;animation: fadeRigth .5s ease forwards;animation-delay: .65s;}
	@keyframes fadeRigth {
		from {
			opacity: 0;
			-webkit-transform: translate3d(50px, 0, 0);
			transform: translate3d(50px, 0, 0);
		}
		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
	header nav.clicked ul li:nth-of-type(1) {animation-delay: .35s;}
	header nav.clicked ul li:nth-of-type(2) {animation-delay: .4s;}
	header nav.clicked ul li:nth-of-type(3) {animation-delay: .45s;}
	header nav.clicked ul li:nth-of-type(4) {animation-delay: .5s;}
	header nav.clicked ul li:nth-of-type(5) {animation-delay: .55s;}
	header nav.clicked ul li:nth-of-type(6) {animation-delay: .6s;}
	header nav ul li a {display: block;width: 100%;padding: 15px 0;font-size: 1.6rem;}
	header nav ul li a::after {bottom: 0;}
	header nav .wrap {margin-left: 0;}
	header nav .wrap p.phone {justify-content: center;margin-bottom: 15px;}
	header nav .wrap p.phone img {width: 30px;}
	header nav .wrap p.phone span {font-size: 1.2rem;text-align: center;}
	header nav .wrap p.phone span a {text-align: center;}
	header nav .wrap p.contact a {margin: 0 auto;font-size: 1.6rem;}
	#sp-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		z-index: 20;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	#sp-menu a {display: block;position: relative;width: 37px;height: 24px;}
	#sp-menu span {
		display: inline-block;
		position: absolute;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 1px;
		background: #131D3E;
		transition: all .4s;
	}
	#sp-menu span:nth-child(1) {top: 0;}
	#sp-menu span:nth-child(2) {top: 12px;}
	#sp-menu span:nth-child(3) {bottom: 0;}
	#sp-menu span:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #131D3E;
		transition: all .4s;
	}
	#sp-menu.clicked span:nth-child(2) {transform: rotate(-45deg);}
	#sp-menu.clicked span:nth-child(2)::after {transform: rotate(90deg);}
	#sp-menu.clicked span:nth-child(1) {transform: translateY(20px) scale(0);}
	#sp-menu.clicked span:nth-child(3) {transform: translateY(-20px) scale(0);}
}
@media only screen and ( min-width : 767px ) {
	#js-black-bg {display: none;}
}
/*--------------------------------------------------

    CONSULT │ 不安や気になることお気軽にご相談ください

--------------------------------------------------*/
#consult {
	padding-top: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	padding-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	background: #131D3E;
}
#consult.grid_ver {
	background-color: #FFFAF5;
	background-image:
		linear-gradient(0deg, transparent 29px, #EFEFEF 30px),
		linear-gradient(90deg, transparent 29px, #EFEFEF 30px);
	background-size: 30px 30px;
}
#consult .inner {max-width: 1420px;}
#consult .ttl_wrap {margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);overflow: hidden;}
#consult .ttl_wrap h2 {
	position: relative;
	color: #fff;
	font-size: clamp(22px, calc(22px + 18 * ((100vw - 375px) / 1545)), 40px);
	text-align: center;
}
#consult.grid_ver .ttl_wrap h2 {color: #131D3E;}
#consult .ttl_wrap h2 span {
	display: inline-block;
	position: relative;
	padding: 0 clamp(20px, calc(20px + 40 * ((100vw - 375px) / 1545)), 60px);
	line-height: 1.4;
	text-align: center;
}
#consult .ttl_wrap h2 span::before,
#consult .ttl_wrap h2 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 134px;
	height: 1px;
	background: #fff;
}
#consult.grid_ver .ttl_wrap h2 span::before,
#consult.grid_ver .ttl_wrap h2 span::after {background: #707070;}
#consult .ttl_wrap h2 span::before {right: 100%;}
#consult .ttl_wrap h2 span::after {left: 100%;}
#consult .ttl_wrap p {
	margin-top: clamp(10px, calc(10px + 5 * ((100vw - 375px) / 1545)), 15px);
	color: #fff;
	text-align: center;
}
#consult ul {display: flex;justify-content: center;align-items: center;gap: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);}
#consult ul li:nth-child(1) .wrap {
	display: flex;
	align-items: center;
	gap: clamp(10px, calc(10px + 20 * ((100vw - 375px) / 1545)), 30px);
	padding: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);
	padding-top: clamp(15px, calc(15px + 5 * ((100vw - 375px) / 1545)), 20px);
	padding-bottom: clamp(15px, calc(15px + 5 * ((100vw - 375px) / 1545)), 20px);
	border-radius: 5px;
	background: #fff;
}
#consult ul li:nth-child(1) .wrap img {width: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);}
#consult ul li:nth-child(1) .wrap span {font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);}
#consult ul li:nth-child(1) .wrap span a {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 2em;
}
#consult ul li:nth-child(2) a,
#consult ul li:nth-child(3) a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: clamp(20px, calc(20px + 30 * ((100vw - 375px) / 1545)), 50px);
	padding-top: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	padding-bottom: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	border-radius: 65px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 16%);
	background: #FC7900;
	color: #fff;
	font-weight: 700;
	font-size: clamp(18px, calc(18px + 14 * ((100vw - 375px) / 1545)), 32px);
}
#consult ul li:nth-child(3) a {background: #2BC301;}
#consult ul li:nth-child(2) a:hover,
#consult ul li:nth-child(3) a:hover {transform: translateY(3px);box-shadow: 0 1px 2px rgba(0, 0, 0, 16%);}
#consult ul li:nth-child(2) a img {width: clamp(25px, calc(25px + 20 * ((100vw - 375px) / 1545)), 45px);}
#consult ul li:nth-child(3) a img {width: clamp(33px, calc(33px + 3 * ((100vw - 375px) / 1545)), 36px);}
@media only screen and ( max-width : 1024px ) {
	#consult ul {flex-wrap: wrap;justify-content: center;gap: 20px 5%;}
	#consult ul li:nth-child(1) {width: 100%;text-align: center;}
	#consult ul li:nth-child(2),
	#consult ul li:nth-child(3) {width: 45%;}
	#consult ul li:nth-child(1) .wrap {display: inline-flex;}
	#consult ul li:nth-child(1) .wrap span {text-align: center;}
	#consult ul li:nth-child(1) .wrap span a {text-align: center;}
}
@media only screen and ( max-width : 500px ) {
	#consult ul {gap: 10px;}
	#consult ul li:nth-child(2),
	#consult ul li:nth-child(3) {width: 100%;}
	#consult ul li:nth-child(2) a {padding: 16px;}
	#consult ul li:nth-child(3) a {padding: 10px;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {background: #101843;}
footer .inner {max-width: 1720px;}
footer .container {
	padding-top: clamp(60px, calc(60px + 35 * ((100vw - 375px) / 1545)), 95px);
	padding-bottom: clamp(40px, calc(40px + 50 * ((100vw - 375px) / 1545)), 90px);
}
footer .container .logo {max-width: clamp(300px, calc(300px + 40 * ((100vw - 375px) / 1545)), 340px);}
footer .container ul {gap: 5px clamp(20px, calc(20px + 50 * ((100vw - 375px) / 1545)), 70px);}
footer .container ul li a {color: #fff;font-weight: 700;font-size: clamp(10px, calc(12px + 8 * ((100vw - 375px) / 1545)), 14px);}
footer small {
	display: block;
	padding: 15px 0 20px;
	background: #fff;
	font-size: clamp(10px, calc(10px + 4 * ((100vw - 375px) / 1545)), 14px);
	text-align: center;
}
@media only screen and ( max-width : 1024px ) {
	footer .container {justify-content: center;}
	footer .container .logo {margin: 0 auto clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);}
	footer .container ul {justify-content: center;width: 100%;}
}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 2%;
	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 {color: #FC7902;font-weight: 700;}
.page_top #goToTop:after {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 52.7%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FC7902;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #FC7902;
	transition: 0.3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}

/*--------------------------------------------------

    Fixed-banner

--------------------------------------------------*/
.fixed-banner {position: fixed;z-index: 30;right: 8%;bottom: 180px;}
.fixed-btn-banner {animation:fuwafuwa 3s infinite;}
@keyframes fuwafuwa {
	0% {transform:translateY(0)}
	50% {transform:translateY(-20px)}
	100% {transform:translateY(0)}
}
.fixed-btn-banner a {
	position: relative;
	width: 150px;
}
.fixed-btn-banner a img {position: absolute;left: 0;}
.fixed-btn-banner a img:last-of-type {opacity: 0;transition: opacity .7s;}
.fixed-btn-banner a:hover img:last-of-type {opacity: 1;}

@media only screen and ( max-width : 768px ) {
	.fixed-banner {right: 8%; bottom: 130px;}
	.fixed-btn-banner a {
	position: relative;
	width: 110px;
	}
}
/*--------------------------------------------------

    line-banner

--------------------------------------------------*/
.line-banner {position: fixed;z-index: 30;right: 4%; bottom: 400px;}
.line-btn-banner {animation:fuwafuwa 3s infinite;}
@keyframes fuwafuwa {
	0% {transform:translateY(0)}
	50% {transform:translateY(-20px)}
	100% {transform:translateY(0)}
}
.line-btn-banner a {
	position: relative;
	width: 90px;
}
.line-btn-banner a img {position: absolute;left: 0;}
.line-btn-banner a img:last-of-type {opacity: 0;transition: opacity .7s;}
.line-btn-banner a:hover img:last-of-type {opacity: 1;}

@media only screen and ( max-width : 768px ) {
	.line-banner {right: 0.5%; top: 80px;}
	.line-btn-banner a {
	position: relative;
	width: 75px;
	}
}

/*--------------------------------------------------

    下部のLINE

--------------------------------------------------*/

.fix_line {display: none;}
@media screen and (min-width:320px) and ( max-width: 767px) {
	.fix_line {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: sticky;
		bottom: 0;
		z-index: 10;
	}
	.fix_line a{
		display: block;
		position: relative;
		width: 108%;
		padding: 18px 8px;
		border: solid 1px #fff;
		background-color: #02C300;
		color: #fff;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: .05em;
		text-align: center;
		font-size: 18px;
	}
	.fix_line a span {position: relative;}
	.fix_line a:hover {letter-spacing: .2em;}
	.fix_line a span::before {
		content: '';
		position: absolute;
		left: -30%;
		bottom: 50%;
		transform: translateY(50%);
		width: 34px;
		height: 100%;
		background: url(/img/common/line.png) no-repeat left center / 100%;
	}
	.fix_line a::after {
		content: '';
		position: absolute;
		right: 3px;
		bottom: 3px;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #fff;
		transition: .3s all;
	}
	
}