@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
	overflow: auto;
}
.hamopen {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:focus-visible {
	outline: 3px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 3px white;
}
button:focus-visible {
	outline: 3px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 3px white;
}
ul, ol {
	list-style: none;
	padding: 0;
}
/*main section*/
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 100px 0 115px;
	position: relative;
}
main section.stb {
	padding: 110px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 50px 0 60px;
	}
	main section.stb {
		padding: 55px 0;
	}
}
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 20px !important;
	}
}
/*img*/
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.round {
	overflow: hidden;
	border-radius: 10px;
}
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(66, 189, 255, 0.1);
	/*text-decoration-color: rgba(255, 239, 135, 0.55);*/
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
.bg_gray .marker {
	text-decoration-color: rgba(66, 189, 255, 0.17);
}
/*中央寄せ*/
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
	margin-bottom: 75px;
	display: block;
	text-align: center;
	line-height: 0.6;
	position: relative;
	font-size: clamp(2.6rem, 1.225rem + 4.4vw, 3.7rem);
}
.maintitle .mf {
	text-transform: capitalize;
	white-space: nowrap;
	position: relative;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.maintitle .sf {
	font-size: 32%;
	font-weight: 700;
}
.maintitle.mtleft {
	text-align: left;
}
.txtmgb {
	margin-bottom: 50px;
}
@media (max-width: 550px) {
	.maintitle {
		margin-bottom: 45px;
	}
	.txtmgb {
		margin-bottom: 35px;
	}
}
/*02*/
.mtitle {
	margin-top: 17px;
	font-weight: 700;
	position: relative;
	border-radius: 3px;
	margin-bottom: 17px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 0.775rem + 1.2vw, 1.45rem);
	line-height: 1.7;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	color: #fff;
	padding: 6px 9px 9px;
	border-left: 6px solid #41a6c6;
}
.mtitle::after {
	content: '';
	width: 20px;
	height: 2px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #41a6c6;
	pointer-events: none;
	opacity: 0.6;
}
@media (max-width: 550px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
/*03*/
.stitle {
	font-weight: 700;
	position: relative;
	font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
	padding-left: 2px;
	line-height: 1.75;
	padding-bottom: 9px;
	margin-bottom: 23px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 95px;
	height: 2px;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
}
@media (max-width: 550px) {
	.stitle {
		margin-bottom: 20px;
	}
}
/* ボタン */
.mainbtn {
	width: fit-content !important;
	display: block;
	position: relative;
	min-width: 255px;
}
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 20px 0;
	transition: .4s;
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 1;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	background: #286f99;
	border-radius: 50px;
}
.mainbtn a:hover {
	border: 2px solid #286f99;
	color: #286f99;
	background: #fff;
	transition: .4s;
}
section .mainbtn a {
	box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.08);
}
/*背景アニメーション*/
section .mainbtn a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	background-size: 200% 200%;
	animation: bggradient 12s ease infinite;
	z-index: -1;
	transition: all .4s;
}
@keyframes bggradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
section .mainbtn a:hover::after {
	opacity: 0;
}
/* 丸 */
section .mainbtn::after, section .mainbtn::before {
	pointer-events: none;
}
section .mainbtn::after {
	content: '';
	padding: 12px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	z-index: 1;
	background: #fff;
	transition: all 0.35s;
}
section .mainbtn:hover::after {
	background: #286f99;
	transform: translateY(-50%) scale(1.2);
}
/* 矢印 */
section .mainbtn::before {
	position: absolute;
	top: 50%;
	right: 5%;
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: bold;
	line-height: 1;
	font-size: 0.7rem;
	z-index: 2;
	transform: translate(-50%, -50%);
	color: #286f99;
}
section .mainbtn:hover::before {
	color: #fff;
	animation: arrow 0.35s linear;
}
@keyframes arrow {
	39% {
		transform: translate(-100%, -50%);
	}
	42% {
		opacity: 0;
		transform: translate(-150%, -50%);
	}
	39% {
		opacity: 0;
		transform: translate(100%, -50%);
	}
	42% {
		transform: translate(150%, -50%);
	}
	47% {
		transform: translate(-100%, -50%);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
.tbtn {
	margin-top: 40px;
}
.btnfitc {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:750px) {
	.spbtnfitc {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 550px) {
	.mainbtn {
		max-width: 215px;
		min-width: auto;
		width: 100% !important;
	}
	.mainbtn a {
		padding: 16px;
		font-size: 93%;
	}
	.tbtn {
		margin-top: 33px;
	}
}
/* flex要素 */
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aic {
	align-items: center;
}
.reverse {
	flex-direction: row-reverse;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
	.spmgb {
		margin-bottom: 35px;
	}
	.spmgb02 {
		margin-bottom: 23px;
	}
}
/* 幅 */
.inner {
	width: 88%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 2000px) {
	.inner02 {
		max-width: 1500px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1999px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.mauto.w43 {
		width: 37%;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 88%;
		margin: 0 auto;
	}
	.mauto.w48, .mauto.w43 {
		width: 100%;
	}
}
.w65 {
	width: 64.5%;
}
.w52 {
	width: 52%;
}
.w48 {
	width: 48%;
}
.w43 {
	width: 43%;
}
.w32 {
	width: 32%;
}
/*background*/
.bg_gray::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e3f1fa;
	z-index: -100;
}
/* アニメーション ============*/
/* flowup */
.flowup {
	opacity: 0;
	transform: translateY(25px);
	transition: opacity 1.3s, transform 1.3s;
	transition-delay: 0.35s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/* img */
.imgup {
	position: relative;
	overflow: hidden;
}
/*
.imgup::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	transition: 1.6s;
	transition-delay: 0.6s;
}
.imgup.inview::before {
	opacity: 0;
}
*/
.imgup img {
	transition: 2.6s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.07);
}
.imgup {
	clip-path: circle(0% at 0% 0%);
	transition: 1.6s;
	transition-delay: 0.3s;
}
.imgup.inview img {
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: circle(200% at 0 0);
}
/* rotate-y */
.rotate-y {
	opacity: 0;
	transform: rotateY(65deg) translateY(25px);
	transition: opacity 1.3s, transform 1.3s;
	transition-delay: 0.35s;
}
.rotate-y.inview {
	opacity: 1;
	transform: rotateY(0) translateY(0);
}
/* popup */
.popup {
	opacity: 0;
}
.popup.inview {
	opacity: 1;
	animation: flowUp 0.6s cubic-bezier(0.35, 0, 0.07, 1) 0.6s 1 normal backwards;
}
@keyframes flowUp {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	60% {
		transform: scale(1.03);
	}
	100% {
		top: 0;
		opacity: 1;
		transform: scale(1.0);
	}
}
/*delay*/
.delay01 {
	transition-delay: 0.45s;
}
.delay02 {
	transition-delay: 0.6s;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s !important;
	}
}
/**/
.scaling {
	animation: scaling 3.5s ease-out infinite;
}
.yura {
	animation: yurayura 3.5s linear infinite;
}
.puru {
	animation: puru 5s ease-out infinite;
}
/* illust ==============================*/
.psr {
	position: relative;
}
/**/
.tl, .tr, .bl, .br {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	width: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
	border-radius: 0 !important;
	mask-image: none !important;
	-webkit-mask-image: none !important;
	width: auto !important;
	height: 190px !important;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
	max-width: 270px;
	width: 53% !important;
}
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
	width: 100% !important;
	height: auto !important;
}
/*位置*/
section .tl {
	top: -80px;
	left: 1%;
}
section .tr {
	top: -80px;
	right: 1%;
}
section .bl {
	bottom: -80px;
	left: 1%;
}
section .br {
	bottom: -80px;
	right: 1%;
}
.psr .tl {
	top: -4%;
	left: -5%;
}
.psr .tr {
	top: -4%;
	right: -5%;
}
.psr .bl {
	bottom: -4%;
	left: -5%;
}
.psr .br {
	bottom: -4%;
	right: -5%;
}
@media (max-width: 1050px) {
	.tl img, .tr img, .bl img, .br img {
		height: 17.5vw !important;
	}
}
@media (max-width: 750px) {
	.tl img, .tr img, .bl img, .br img {
		height: 140px !important;
	}
}
@media (max-width: 550px) {
	.tl img, .tr img, .bl img, .br img {
		height: 90px !important;
	}
	section .tl, section .tr {
		top: -65px;
	}
	section .bl, section .br {
		bottom: -65px;
	}
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: all .3s;
	padding: 18px 0;
	background: #fff;
	box-shadow: rgb(0 0 0 / 8%) 0px 2px 8px 0px;
}
/*btn*/
.hbtns {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	text-align: center;
	background: #fff;
}
.hbtns div {
	color: #fff;
	width: 220px;
}
.hbtns a {
	font-size: 0.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 18px 0; /*padding: 12px 0;*/
	color: #fff;
}
.hbtns a i {
	margin-right: 3px;
}
.hbtns div:first-of-type a {
	font-size: 0.93rem;
}
a.telbg {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	background: #41a6c6;
}
a.contactbg {
	background: #286f99;
}
a.linegreen {
	background: #00B900;
}
.hbtns a:hover {
	opacity: 0.6;
}
/**/
.hnav {
	margin-right: 230px;
}
.hwrap {
	position: relative;
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_inner {
	width: fit-content;
	margin-left: auto;
}
/*logo*/
.header_title {
	width: 335px;
	position: relative;
}
.header h1 {
	line-height: 1;
}
.header_title a:hover {
	opacity: 0.6;
}
/*menu*/
.hwrap ul {
	display: flex;
	text-align: center;
}
.hwrap ul li {
	position: relative;
	line-height: 1.6;
}
.hwrap ul li + li {
	border-left: 1px dashed #286f99;
}
.hwrap ul li:last-child {
	margin-right: 0;
	border-right: none;
}
.hwrap ul li a {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	padding: 5px 24px;
	color: #333;
	line-height: 1.5;
	font-size: 0.9rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.hwrap ul li:last-child a {
	padding-right: 0 !important;
}
.hwrap ul li a i {
	font-size: 280%;
	display: block;
	color: #286f99;
	margin-bottom: 10px;
	transition: .3s all;
}
.hwrap ul li a span {
	margin: auto;
}
.hwrap ul li a:hover {
	color: #41a6c6;
}
.hwrap ul li a:hover i {
	transform: scale(1.1);
}
/* カレント表示 */
.current {
	pointer-events: none;
	color: #41a6c6 !important;
}
/* hamburger =================================================*/
.header__inner {
	display: none;
}
.hamburger {
	position: fixed;
	display: block;
	top: 28px;
	right: 17px;
	z-index: 9999;
	width: 60px;
	height: 33px;
	border: none;
	background-color: transparent;
}
.hamburger::before {
	content: "";
	background: #286f99;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	width: 67px;
	height: 67px;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hamburger.-active {
	filter: none;
}
.hamburger.-active .hamburger__line {
	background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
	top: 0;
	transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
	top: 0;
	transform: rotate(-45deg);
}
.hamburger__line {
	display: block;
	height: 2px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
	background: #fff;
	border-radius: 10px;
}
.hamburger__line:before {
	top: -8px;
}
.hamburger__line:after {
	top: 8px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	color: #333;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.header {
	width: 100%;
}
.header__nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__nav-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	opacity: 0.87;
}
.header__nav-area::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/hamburger.webp);
	background-size: cover;
	background-position: 60% 50%;
	z-index: -2;
	filter: grayscale(80%);
}
.header__nav-area.-active {
	opacity: 1;
	visibility: visible;
}
.wr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
@media (max-height: 780px) {
	.wr {
		height: 100%;
		overflow-y: scroll;
		padding: 70px 0;
	}
}
@media (max-width: 550px) {
	.wr {
		height: 100%;
		overflow-y: scroll;
		padding: 70px 0;
	}
}
.global-navigation {
	margin: auto;
	width: 85%;
	max-width: 620px;
}
.global-navigation__list {
	margin-bottom: 35px;
}
.global-navigation ul li {
	display: block;
	border-bottom: 1px dashed #286f99;
}
.global-navigation ul li a {
	font-size: 1.15rem;
	line-height: 1.7;
	color: #333;
	width: 100%;
	padding: 23px 2px;
	position: relative;
	display: flex;
	align-items: center;
}
.global-navigation ul li a i {
	color: #286f99;
	margin-right: 6px;
	width: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.global-navigation ul li a:hover {
	color: #41a6c6;
}
/*btn*/
.hambtns {
	max-width: 290px;
	margin: auto;
}
.hambtns .mainbtn {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	max-width: 100%;
	min-width: auto;
	width: 100% !important;
}
.hambtns p {
	margin-top: 10px;
	font-size: 97%;
}
@media (max-width: 1405px) {
	.header_title {
		width: 23vw;
	}
	.hnav {
		margin-right: 16vw;
	}
	.hbtns div {
		width: 15vw;
	}
	.hbtns div a {
		font-size: 0.93vw !important;
	}
	.hwrap ul li a {
		padding: 5px 20px;
		font-size: 0.97vw;
	}
}
@media (max-width: 1070px) {
	.hwrap {
		width: 100%;
	}
	.header_title {
		width: 300px;
	}
	.header {
		padding: 20px 13px 23px;
	}
	.header_nav, .hbtns, .header .inner, .hnav {
		display: none;
	}
	.header__inner {
		display: block;
	}
}
@media (max-width: 550px) {
	.header {
		padding: 19px 7px 22px;
	}
	.header_title {
		width: 220px;
	}
	.hamburger {
		top: 18.5px;
		right: 6px;
	}
	.hamburger::before {
		width: 58px;
		height: 58px;
	}
	.hamburger__line {
		width: 28px;
	}
	.global-navigation ul li a {
		font-size: 1.03rem;
		padding: 19px 7px;
	}
	.global-navigation ul li a i {
		width: 20px;
	}
	.header__nav-area .mainbtn a {
		font-size: 0.93rem;
	}
}
/* footer ================================================*/
.footer_contact {
	color: #fff;
	position: relative;
	padding: 75px 0 90px;
	z-index: 1;
	background: url(../img/footer.webp);
	background-size: cover;
	background-position: 35% 50%;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .footer_contact {
	background-attachment: scroll;
}
.footer_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	opacity: 0.8;
	z-index: -1;
}
.footer_contact .maintitle {
	margin-bottom: 35px !important;
}
.footer_contact .maintitle .mf {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*text*/
.footer_contact p {
	text-align: center;
	font-size: 107%;
	margin-bottom: 17px;
}
.footer_contact p:first-of-type {
	font-size: 1.2rem;
}
/*btn*/
.footer_contact .btn_wrap {
	display: flex;
	justify-content: space-around;
	margin: 35px auto 0;
}
.footer_contact .btn_wrap .btn {
	width: 48%; /*width: 32%;*/
	margin: 0 auto;
}
.footer_contact .btn_wrap .btn a {
	text-align: center;
	display: block;
	width: 100%;
	padding: 29px 5px;
	font-size: 1.3rem;
	white-space: nowrap;
	border-radius: 7px;
	border: 2px solid #fff;
	color: #fff;
}
.footer_contact .btn_wrap .btn a:hover {
	opacity: 0.6;
}
.footer_contact .btn_wrap .btn:nth-child(1) a {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	background: #41a6c6;
	font-size: 1.35rem;
}
.footer_contact .btn_wrap .btn:nth-child(2) a {
	background: #286f99;
}
.footer_contact .btn_wrap .btn:nth-child(3) a {
	background: #00B900;
}
@media (max-width: 1220px) {
	.footer_contact .btn_wrap .btn a {
		font-size: 1.7vw;
	}
	.footer_contact .btn_wrap .btn:nth-child(1) a {
		font-size: 1.85vw;
	}
}
@media (max-width: 950px) {
	.footer_contact p {
		text-align: left;
	}
}
@media (max-width: 750px) {
	.footer_contact {
		background-attachment: scroll;
	}
	.footer_contact p {
		font-size: 100%;
		margin-bottom: 15px;
	}
	.footer_contact p:first-of-type {
		font-size: 110%;
	}
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer_contact .btn_wrap .btn a {
		font-size: 1.3rem !important;
	}
}
@media (max-width: 550px) {
	.footer_contact .btn_wrap .btn {
		margin-bottom: 7px;
	}
	.footer_contact p {
		font-size: 100%;
	}
	.footer_contact .btn_wrap .btn a {
		padding: 20px 5px;
		font-size: 1.03rem !important;
	}
	.footer_contact .btn_wrap {
		margin-top: 27px;
	}
	.footer_contact {
		padding: 53px 0 47px;
	}
}
/* ロゴとアドレス */
.fwrap {
	padding: 40px 0;
}
.ib {
	display: inline-block;
}
.flogo {
	max-width: 320px;
	width: 90%;
	margin-bottom: 20px;
}
.footer_address {
	text-align: center;
}
.footer_address p {
	margin-bottom: 0;
}
@media (max-width: 550px) {
	.slash {
		display: block;
		height: 0;
		opacity: 0;
	}
	.flogo {
		max-width: 245px;
	}
	.footer_address p {
		margin-bottom: 10px;
	}
	.footer_address p:last-child {
		margin-bottom: 0 !important;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 7px 0 13px;
	border-top: 1px solid #ddd;
	font-size: 90%;
}
@media (max-width: 550px) {
	.copyright {
		padding: 5px 3px 8px;
	}
}
/*ページ上に戻るボタン*/
.tfade {
	position: relative;
	z-index: 79;
}
.page_top {
	position: fixed;
	right: 20px;
	bottom: 15px;
	width: 255px;
	transition: all .4s;
}
.page_top a {
	display: block;
	position: relative;
	width: 100%;
}
.page_top a:hover {
	padding-bottom: 10px;
}
.page_top a img {
	animation: yurayura 4s linear infinite;
}
@keyframes yurayura {
	0%, 100% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-5deg);
	}
}
@media (max-width: 550px) {
	.page_top {
		right: 10px;
		bottom: 13px;
		width: 155px;
	}
}
/*左下お問い合わせリンク*/
.left_contact_link {
	position: fixed;
	left: 20px;
	bottom: 15px;
	transition: all .4s;
}
.left_contact_link a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	height: 100%;
	width: 180px;
	line-height: 1.5;
}
.left_contact_link a::before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -100;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background: linear-gradient(to top right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	background-color: #fbf9f3;
}
.left_contact_link a div {
	display: block;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
	transition: .3s all;
}
.left_contact_link a div img {
	animation: puru 5s ease-out infinite;
}
@keyframes puru {
	0% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
	5% {
		transform: scale(0.95, 1.2) translate(0%, -10%);
	}
	12% {
		transform: scale(1.1, 0.9) translate(0%, 5%);
	}
	15% {
		transform: scale(0.95, 1.05) translate(0%, -3%);
	}
	20% {
		transform: scale(1.05, 0.95) translate(0%, 3%);
	}
	25% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
	100% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
}
.left_contact_link a p {
	font-size: 1.1rem;
	text-align: center;
	white-space: nowrap;
	padding-bottom: 5px;
	font-weight: 900;
}
.left_contact_link a span {
	font-size: 70%;
	display: block;
	margin-bottom: 2px;
}
.left_contact_link a span:before {
	content: "＼";
	margin-right: 3px;
}
.left_contact_link a span:after {
	content: "／";
	margin-left: 3px;
}
.left_contact_link a:hover {
	transform: scale(1.07);
}
@media (max-width: 550px) {
	.left_contact_link {
		left: 10px;
		bottom: 10px;
	}
	.left_contact_link a {
		width: 110px;
	}
	.left_contact_link a div {
		width: 77%;
	}
	.left_contact_link a p {
		font-size: 0.7rem;
	}
}
/* スライド =====================*/
.topslide {
	overflow: hidden;
}
/*centerMode effect*/
.slide_items .slick-slide {
	transition: all .3s;
	opacity: 0.6;
}
.slide_items .slick-center {
	opacity: 1;
	z-index: 2;
}
/*arrow*/
.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}
.slick-prev::before, .slick-next::before {
	font-size: 2.5rem;
	color: #698494;
	opacity: 1 !important;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.slick-prev {
	left: 11.5%;
	z-index: 1;
}
.slick-next {
	right: 11.5%;
}
@media (max-width: 750px) {
	.slick-prev, .slick-next {
		width: 21px;
		height: 21px;
	}
	.slick-prev {
		left: 7px;
	}
	.slick-next {
		right: 7px;
	}
	.slick-prev::before, .slick-next::before {
		font-size: 1.5rem;
		opacity: 0.6 !important;
	}
	.slide_items .slick-slide {
		opacity: 1 !important;
	}
}
/* エアコンの取付けをお考えでしたらお任せください！　=======================*/
.weltext {
	width: 66%;
	max-width: 737px;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.welstr {
	font-size: 155%;
	font-weight: 900;
	margin-bottom: 25px;
	color: #286f99;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .welstr {
	text-decoration-color: transparent;
}
/**/
.welt_illust {
	position: absolute;
	bottom: -215px;
	left: 0;
	display: flex;
	justify-content: space-between;
	max-width: 390px;
}
.welt_i01 {
	width: 33%;
}
.welt_i01 img {
	animation: scaling 3.5s ease-out infinite;
}
.welt_i02 {
	width: 60%;
}
.welt_i02 img {
	animation: yurayura 3.5s linear infinite;
	animation-direction: reverse;
}
/*img*/
.welimgs {
	display: flex;
	position: relative;
	height: 785px;
	margin-top: -230px;
	z-index: 1;
}
.welimgs div:nth-child(1) {
	width: 62%;
	position: absolute;
	right: -2%;
	bottom: 0;
}
.welimgs div:nth-child(2) {
	width: 30%;
	position: absolute;
	right: -5%;
	top: 0;
}
.welimgs div:nth-child(3) {
	width: 40%;
	position: absolute;
	left: -5%;
	bottom: 5%;
}
/**/
.factotum {
	width: 40%;
	max-width: 500px;
	position: absolute;
	right: -6%;
	bottom: -10%;
}
/**/
.lightbulb {
	width: 8%;
	max-width: 85px;
	position: absolute;
	right: -6.5%;
	top: -10%;
}
.factotum img, .lightbulb img {
	width: 100%;
	filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
}
@media (max-width:1350px) {
	.welimgs {
		margin-top: -16vw;
		height: 58.5vw;
	}
	.welt_illust {
		left: -6%;
		max-width: 34vw;
		bottom: -18vw;
	}
}
@media (max-width:1050px) {
	.welstr {
		font-size: 130%;
	}
}
@media (max-width:950px) {
	.welstr br {
		display: none;
	}
}
@media (max-width:750px) {
	.factotum {
		right: auto;
		bottom: auto;
		width: 55%;
		top: -10%;
		left: 0;
	}
	.lightbulb {
		width: 11%;
		top: auto;
		bottom: -1%;
		right: -2.5%;
	}
	.aboutus::before {
		transform: scaleX(1);
	}
	.aboutus .inner {
		display: flex;
		flex-direction: column;
	}
	.weltext {
		width: 94% !important;
		margin: auto;
		display: contents;
	}
	.welt_illust {
		position: initial;
		max-width: 550px;
		width: 89%;
		margin: 25px auto 45px;
		order: 1;
	}
	.aboutus {
		padding-top: 70px !important;
	}
	.welstr {
		font-size: 120%;
		margin-bottom: 17px;
		order: 2;
	}
	.welstr br {
		display: none;
	}
	.aboutus .inner {
		width: 88%;
		display: flex;
		flex-direction: column-reverse;
	}
	.welimgs {
		height: 47.5vw;
		margin-top: 0;
		margin-bottom: 33px;
		order: 3;
	}
	.welimgs div:nth-child(1) {
		width: 53%;
		right: auto;
		bottom: 0;
		left: 0;
	}
	.welimgs div:nth-child(2) {
		width: 38%;
		top: auto;
		bottom: 0;
		right: 4%;
	}
	.welimgs div:nth-child(3) {
		width: 38%;
		position: absolute;
		left: auto;
		bottom: auto;
		top: 0;
		right: 0;
	}
	.welimgs .round {
		border-radius: 7px;
	}
}
@media (max-width:550px) {
	.welt_illust {
		margin: 10px auto 25px;
	}
	.aboutus {
		padding-top: 50px !important;
	}
}
/* キャンペーン情報 ============*/
.campaign {
	padding-bottom: 0 !important;
}
/**/
.campaign_illust {
	position: relative;
	max-width: 350px;
	width: 67%;
	margin: 90px auto -5px;
}
.campaign_illust div:first-of-type img {
	animation: puru 4.5s ease-out infinite;
}
.campaign_illust .mini {
	position: absolute;
	max-width: 105px;
	width: 29%;
	bottom: -5%;
	z-index: -1;
}
.campaign_illust .mini img {
	animation: horizontalAnim 2.5s ease-in-out infinite alternate !important;
}
@keyframes horizontalAnim {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}
.campaign_illust .mini:nth-last-of-type(2) {
	left: -27%;
}
.campaign_illust .mini:nth-last-of-type(1) {
	right: -27%;
}
@media (max-width:650px) {
	.campaign_illust .mini:nth-last-of-type(2) {
		left: -22%;
	}
	.campaign_illust .mini:nth-last-of-type(1) {
		right: -22%;
	}
}
@media (max-width:550px) {
	.campaign_illust {
		margin-top: 40px;
	}
}
/**/
.campaignBox {
	max-width: 1075px;
	margin: auto;
	position: relative;
	padding: 5% 0;
	white-space: nowrap;
}
.campaignBox::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #286f99 100%);
	z-index: -100;
	border-radius: 10px;
}
.campaignBox div:not(.campaign_h)::before {
	position: absolute;
	content: "";
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 10px;
	background-image: url(../img/campaign.png);
	background-size: cover;
	background-position: center;
}
.campaignBox p:not(.tellus) {
	line-height: 1.25;
	margin-bottom: 0;
	font-weight: 900;
}
.mita {
	text-align: center;
	color: #286f99;
	font-size: 1.2rem;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.mita span {
	font-size: 160%;
}
.off {
	text-align: center;
	color: #ffe32b;
	font-size: 7rem;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-shadow: 2px 2px 0 #286f99, -2px -2px 0 #286f99, -2px 2px 0 #286f99, 2px -2px 0 #286f99, 0px 2px 0 #286f99, 0 -2px 0 #286f99, -2px 0 0 #286f99, 2px 0 0 #286f99;
	animation: scaling 1.5s ease-out infinite;
}
@keyframes scaling {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.07, 1.07);
	}
	70% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
/**/
.campaign_h {
	width: 80%;
	max-width: 550px;
	margin: 12px auto 0;
}
.campaign_h img {
	margin-bottom: 23px;
}
/**/
.tellus {
	font-size: 140%;
	margin-bottom: 0;
	font-weight: 900;
	padding: 0 7%;
	text-align: center;
	white-space: nowrap;
}
.marker.tellus {
	text-decoration-color: rgba(66, 189, 255, 0.5);
}
@media (max-width:950px) {
	.campaignBox {
		padding: 6vw 0;
	}
	.mita, .tellus {
		font-size: 2.4vw;
	}
	.off {
		font-size: 11vw;
	}
	.campaignBox::after, .campaignBox div:not(.campaign_h)::before {
		border-radius: 7px;
	}
}
@media (max-width:750px) {
	.campaignBox div:not(.campaign_h)::before {
		width: calc(100% - 15px);
		height: calc(100% - 15px);
	}
	.campaignBox {
		max-width: 100%;
		padding: 8.3vw 0;
	}
	.mita, .tellus {
		font-size: 2.7vw;
	}
	.off {
		font-size: 16vw;
		text-shadow: 1px 1px 0 #286f99, -1px -1px 0 #286f99, -1px 1px 0 #286f99, 1px -1px 0 #286f99, 0px 1px 0 #286f99, 0 -1px 0 #286f99, -1px 0 0 #286f99, 1px 0 0 #286f99;
	}
}
@media (max-width:550px) {
	.campaign_h img {
		margin-bottom: 17px;
	}
	.tellus {
		font-size: 92%;
		white-space: normal;
		text-align: left;
	}
	.tellus br {
		display: none;
	}
}
/* ご利用目的から探す ============*/
.search .inner {
	max-width: 1400px;
}
.menulink {
	width: 31.5%;
	position: relative;
	margin-bottom: 30px;
}
.menulink a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
/**/
.menulink a img {
	transition: .6s all;
}
.menulink a:hover img {
	transform: scale(1.07, 1.07);
}
/*title*/
.menulinktitle h3 {
	font-weight: 700;
	padding: 6px 15px 10px;
	color: #fff;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	font-size: 1.25rem;
	line-height: 1.5;
	transition: .3s all;
	background-size: 100% 100%;
}
.menulink:hover .menulinktitle h3 {
	background-size: 200% 200%;
}
.menulinktitle {
	pointer-events: none;
	position: absolute;
	bottom: 19px;
	left: -10px;
	width: fit-content !important;
	max-width: 97%;
}
.menulinktitle::after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 10px #275f70;
}
@media (max-width: 1340px) {
	.menulinktitle h3 {
		font-size: 1.15rem;
	}
}
@media (max-width: 1270px) {
	.menulink {
		width: 48.3%;
		margin-bottom: 40px;
	}
}
@media (max-width: 850px) {
	.menulinktitle h3 {
		font-size: 1.03rem;
	}
}
@media (max-width: 550px) {
	.menulink {
		margin-bottom: 25px;
	}
	.menulink a img {
		object-fit: cover;
		width: 100%;
		height: 54vw;
	}
	.menulinktitle h3 {
		padding: 6px 10px 10px;
		font-size: 0.9rem;
	}
}
/* 安心工事価格一覧 ============*/
.affordability .maintitle span {
	color: #fff;
}
.affordability .mf {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.affordability {
	position: relative;
	z-index: 1;
	background: url(../img/affordability.webp);
	background-size: cover;
	background-position: 40% 50%;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .affordability {
	background-attachment: scroll;
}
.affordability::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	opacity: 0.7;
	z-index: -1;
}
.affordability .inner {
	max-width: 1233px;
}
.affBox {
	padding: 65px;
	background: #fff;
	border-radius: 10px;
}
/*illust*/
.aff_illust {
	transform: rotate(10deg);
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 110px;
	width: 25% !important;
}
.aff_illust img {
	animation: yurayura 3.5s linear infinite;
	animation-direction: reverse;
}
@media (max-width: 1200px) {
	.affBox {
		padding: 30px;
	}
}
@media (max-width: 550px) {
	.affordability {
		background-attachment: scroll;
	}
	.affBox {
		padding: 27px 17px;
	}
}
/* CONTENTS ============*/
.contents {
	padding-bottom: 0 !important;
}
.contents .inner {
	max-width: 1250px;
}
/*illust*/
.contents .campaign_illust {
	max-width: 300px;
	width: 55%;
	margin: 50px auto 0;
}
.contents .mini {
	max-width: 95px;
	width: 26%;
	bottom: -10%;
}
.contents .campaign_illust .mini:nth-last-of-type(1) {
	right: -42%;
}
.contents .campaign_illust .mini:nth-last-of-type(2) {
	left: -42%;
}
@media (max-width: 650px) {
	.contents .campaign_illust .mini:nth-last-of-type(1) {
		right: -37%;
	}
	.contents .campaign_illust .mini:nth-last-of-type(2) {
		left: -37%;
	}
}
@media (max-width:550px) {
	.contents .campaign_illust {
		margin-top: 30px;
	}
}
/**/
.icflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.imgcard {
	width: 30%;
	margin: 0 1.5% 1.5%;
	border-radius: 10px;
	overflow: hidden;
}
.imgcard img {
	object-fit: cover;
}
.imgcard {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.imgcard a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.imgcard a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	pointer-events: none;
	z-index: -1;
	transition: border-radius .65s, transform .65s, opacity 0.5s;
	opacity: 0;
}
.imgcard a:hover::after {
	opacity: 1;
	border-radius: 50%;
	transform: rotate(120deg);
	transition: border-radius 0.4s, transform 0.9s;
}
.imgcard a img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .65s;
	z-index: -2;
	filter: brightness(70%);
}
.imgcard:hover img {
	border-radius: 50%;
	transform: rotate(120deg);
	filter: brightness(100%);
	transition: border-radius 0.4s, transform 0.9s;
}
.imgcard .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.imgcard h3 {
	font-weight: 700;
	color: #fff;
	height: fit-content;
	font-size: 1.55rem;
	white-space: nowrap;
	line-height: 1.45;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.imgcard h3 span {
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 145%;
}
@media (max-width: 1050px) {
	.imgcard h3 {
		font-size: 1.35rem;
	}
}
@media (max-width: 750px) {
	.icflex {
		display: block;
	}
	.imgcard {
		width: 100%;
		margin: 0 0 20px !important;
	}
	.imgcard:last-of-type {
		margin-bottom: 0 !important;
	}
}
@media (max-width:550px) {
	.imgcard h3 {
		font-size: 1.3rem;
	}
	.imgcard a:hover::after {
		transition: 0;
	}
	.imgcard:hover img {
		transition: 0;
	}
}
/* 新着情報 ============*/
.newsBox {
	padding: 50px 60px 40px;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
.newsBox::before {
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../img/news.svg);
	background-size: contain;
	position: absolute;
	top: -45px;
	right: 2%;
}
@media (max-width:550px) {
	.newsBox::before {
		top: -35px;
		width: 50px;
		height: 50px;
	}
}
.newstitle {
	white-space: nowrap;
	height: fit-content;
	margin-right: 50px;
}
.news .maintitle {
	margin-top: -35px;
}
.news .inner {
	max-width: 1100px;
}
.news .flexbox {
	flex-wrap: nowrap;
}
.newstitle {
	white-space: nowrap;
	height: fit-content;
	margin-right: 50px;
}
.newsl {
	width: 100%;
}
@media (max-width: 1100px) {
	.newsBox {
		padding: 40px 30px 30px;
	}
	.newstitle {
		margin-right: 30px;
	}
}
@media (max-width: 750px) {
	.newstitle {
		margin-right: 0;
	}
	.news .maintitle {
		margin-top: 0;
		margin-bottom: 5px !important;
	}
}
@media (max-width: 550px) {
	.newsBox {
		padding: 40px 10px 15px;
	}
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
	padding: 120px 0 110px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.fv .inner {
	width: 97%;
}
.fv::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/fv.webp);
	background-repeat: repeat !important;
	background-size: cover !important;
	background-position: 50% 75%;
	z-index: -1;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	opacity: 0.85;
	z-index: 1;
}
.fv h2 {
	text-align: center;
	margin-bottom: 17px !important;
	font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
	line-height: 1.5;
	z-index: 1;
	position: relative;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 7%);
}
@media(max-width:1235px) {
	.fv {
		padding: 90px 0 70px;
	}
}
@media(max-width:550px) {
	.fv {
		padding: 40px 0 30px;
	}
}
/* breadcrumb */
.binner {
	font-weight: 700;
	line-height: 1.4;
	width: 97%;
	font-size: 0.95rem;
	position: relative;
	color: #fff;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: relative;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:850px) {
	.binner {
		font-size: 0.8rem;
	}
}
/* 工事内容メニューページ ===========================================================================================*/
.services section .inner {
	max-width: 1250px;
}
/*主な工事内容*/
.serdetails {
	margin-top: 25px;
}
.serdetails .stitle {
	margin-bottom: 12px;
	font-size: clamp(1.2rem, 0.8875rem + 1vw, 1.45rem);
}
/**/
.serbottom {
	text-align: center;
	max-width: 1063px;
	margin: auto;
	margin-top: 75px;
	font-size: 110%;
}
@media(max-width:1235px) {
	.serbottom {
		text-align: left;
	}
}
@media(max-width:550px) {
	.serbottom {
		font-size: 100%;
		margin-top: 50px;
	}
	.serdetails .acheck {
		font-size: 90%;
	}
}
/* 安心工事価格一覧ページ ===========================================================================================*/
/**/
.feeimgs .psr {
	margin-bottom: 20px;
}
.feeimgs .tr img, .feeimgs .bl img {
	filter: drop-shadow(0 0 1px #fff);
}
/*table*/
.fee.info_table th {
	width: 55%;
}
.fee.info_table td {
	width: 45%;
	text-align: center;
}
@media(max-width:750px) {
	.feeflex {
		display: flex;
		flex-direction: column-reverse;
	}
	.feeimgs {
		display: contents;
	}
	.feeimgs .psr {
		margin-bottom: 0;
	}
	.feeimgs .psr:first-child {
		order: 1;
	}
	.fee.info_table {
		margin-bottom: 45px;
	}
	.feestitle {
		margin-top: 30px;
	}
}
/*お支払方法*/
/*illust*/
.payment_illust {
	max-width: 300px;
	width: 55%;
	margin: 30px auto -10px;
}
@media (max-width:950px) {
	.payment_illust {
		margin-top: 50px;
	}
}
@media (max-width:550px) {
	.payment_illust {
		margin-top: 40px;
	}
}
/*box*/
.paymentBox {
	position: relative;
	z-index: 1;
	padding: 45px 20px 55px;
	background: #fff;
	border-radius: 10px;
}
.dtitle {
	position: relative;
	font-size: clamp(1.4rem, 0.775rem + 2vw, 1.9rem);
	font-weight: 700;
	text-align: center;
	color: #286f99;
	margin-bottom: 13px;
}
.dtitle::before {
	content: '';
	display: block;
	width: 88px;
	height: 41px;
	background-image: url(../img/deco.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 auto;
	filter: invert(36%) sepia(70%) saturate(516%) hue-rotate(158deg) brightness(89%) contrast(86%);
}
.paymentBox p {
	font-size: 125%;
}
@media(max-width:550px) {
	.paymentBox {
		padding: 25px;
	}
	.dtitle::before {
		width: 66px;
		height: 31px;
	}
	.paymentBox p {
		font-size: 100%;
	}
}
/* お客様の声・よくある質問ページ ===========================================================================================*/
/* お客様の声 */
.voices .inner {
	max-width: 1260px;
}
.voice .w48 {
	margin-bottom: 40px;
}
.testimonials {
	position: relative;
	display: flex;
	align-items: flex-start;
	height: 100%;
}
/*illust*/
.vimg {
	padding: 1%;
	width: 150px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: #e3f1fa;
	margin-right: 13px;
	overflow: hidden;
}
.vimg img {
	width: 72%;
	margin-bottom: -20px;
}
/*text*/
.vtext {
	height: 100%;
	width: 100%;
	margin-left: 23px;
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 9px 9px 0px 0px #f0f6fa;
	border: 2px solid #41a6c6;
}
.vtext .psr {
	z-index: 1;
}
.vtext:before {
	content: "";
	position: absolute;
	top: 35px;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}
.vtext:after {
	content: "";
	position: absolute;
	top: 35px;
	left: -28px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 12px solid #41a6c6;
	z-index: 1;
	transform: scale(1, 0.9);
}
/**/
.testimonials p:first-of-type {
	font-size: 90%;
	color: #286f99;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	margin-bottom: 5px;
}
.testimonials p:first-of-type::before {
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: bold;
	margin-right: 3px;
}
@media(max-width:950px) {
	/*
	.voice .w48:last-child {
		margin-bottom: 0 !important;
	}
	*/
	.voice {
		display: block;
	}
	.voice div {
		width: 100%;
	}
	.vimg {
		max-width: 100px;
		width: 45% !important;
	}
	.vtext {
		margin-left: 13px;
		padding: 15px;
	}
}
@media(max-width:550px) {
	.voice .w48 {
		margin-bottom: 50px;
	}
	.testimonials {
		display: block;
	}
	.vimg {
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.vtext {
		margin-left: 0;
		font-size: 90%;
	}
	.vtext::before {
		content: "";
		position: absolute;
		top: -12px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-bottom: 12px solid #FFF;
		z-index: 2;
	}
	.vtext:after {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-bottom: 14px solid #41a6c6;
		z-index: 1;
		transform: scale(1);
	}
}
/*img*/
.thrflex {
	width: 100%;
	position: relative;
}
.thrflex::after {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e3f1fa;
	z-index: -100;
}
.thrflex_images {
	max-width: 1600px;
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.thrflex .round {
	width: 31%;
	position: relative;
}
.thrflex .round:nth-child(2) {
	top: 15px;
}
.thrflex .round:nth-child(3) {
	top: 30px;
}
@media(max-width: 750px) {
	.thrflex_images {
		display: block;
	}
	.thrflex .round {
		width: 75%;
		margin-bottom: 7%;
	}
	.thrflex .round:nth-child(2) {
		top: 0;
		margin-left: auto;
	}
	.thrflex .round:nth-child(3) {
		top: 0;
		margin-bottom: 0 !important;
	}
	.thrflex .round img {
		object-fit: cover;
		width: 100%;
		height: 52vw;
	}
}
/* よくある質問 */
.faq .inner {
	max-width: 1040px;
}
.faq .maintitle {
	margin-bottom: 55px;
}
.faqbox {
	padding: 35px 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
}
.faqbox:last-of-type {
	margin-bottom: 0 !important;
}
.faqbox:nth-child(2n) .flexbox {
	flex-direction: row-reverse;
}
/*text*/
.qt::before, .at::before {
	display: inline-block;
	position: absolute;
	left: 0;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
}
.qt {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
	padding-left: 38px;
	font-size: clamp(1rem, 0.6875rem + 1vw, 1.25rem);
}
.qt::before {
	content: "Q.";
	top: -0.22em;
	color: #858585;
}
.at {
	position: relative;
	padding-left: 38px;
}
.at::before {
	content: "A.";
	top: -0.35em;
	left: 0.05em;
	color: #41a6c6;
}
/*btn*/
.btnflex {
	margin-top: 23px;
}
.btnflex .mainbtn {
	margin: 5px;
	display: inline-block;
}
.btnflex .mainbtn::before, .btnflex .mainbtn::after {
	content: none !important;
}
/**/
.faqbox .mainbtn::before, .faqbox .mainbtn::after {
	content: none !important;
}
.faqbox .tbtn {
	margin-top: 20px;
}
@media(max-width:750px) {
	.btnflex {
		text-align: center;
	}
	.faq .round {
		margin-bottom: 10px;
	}
}
@media(max-width: 550px) {
	.btnflex {
		margin-top: 15px;
	}
	.faqbox .mainbtn {
		font-size: 90%;
	}
	.faq .maintitle {
		margin-bottom: 40px;
	}
	.faqbox {
		padding: 20px 15px;
		margin-bottom: 17px;
	}
}
/* 会社概要ページ ===========================================================================================*/
/*img*/
.twflex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 70px;
}
.twflex .wtw {
	width: 48.5%;
	position: relative;
}
.twflex .wtw:last-child {
	top: 20px;
}
/**/
.about .factotum {
	width: 40%;
	bottom: auto;
	left: auto;
	top: -10%;
	right: -4%;
}
.about .lightbulb {
	width: 30%;
	max-width: 225px;
	right: auto;
	top: auto;
	bottom: -9%;
	left: -4%;
}
@media(max-width: 550px) {
	.about .factotum {
		width: 52%;
		top: -27%;
	}
	.about .lightbulb {
		bottom: -14%;
	}
	.twflex {
		margin-bottom: 35px;
	}
	.twflex .wtw {
		width: 48%;
	}
	.twflex .wtw:first-child {
		top: -7px;
	}
	.twflex .wtw:last-child {
		top: 7px;
	}
}
/*table*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
	padding: 19px 5px;
	font-weight: 700;
}
.info_table th {
	background: linear-gradient(to right, #286f99 0%, #41a6c6 50%, #13305f 100%);
	color: #fff;
	width: 35%;
	border-right: 2px solid #e8e8e8;
}
.info_table td {
	padding-left: 10px;
	background: #fff;
	width: 65%;
	border-right: 2px solid #e8e8e8;
	border-left: 2px solid #e8e8e8;
}
.ib {
	display: inline-block;
}
/*list*/
.acheck li {
	padding-left: 21px;
	position: relative;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bg_gray .acheck li {
	border-bottom: 1px dashed #286f99;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #286f99;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
.dots.acheck li {
	padding-left: 13px;
}
.dots.acheck li::before {
	content: "\f111";
	font-size: .3em;
	top: 2.25em;
}
@media (max-width: 550px) {
	.sptable.info_table td, .sptable.info_table th {
		width: 100%;
		padding: 8px 10px;
		display: block;
		border: none;
		text-align: left;
	}
	.sptable.info_table th {
		border-bottom: 2px solid #e8e8e8;
	}
	.sptable.info_table td {
		padding-bottom: 10px !important;
	}
}
/* ファクトタムのアイドル */
.idols .inner {
	max-width: 1000px;
}
.idols .flexbox {
	margin-bottom: 45px;
}
.idols .flexbox:last-of-type {
	margin-bottom: 0 !important;
}
.idols img {
	filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.15));
}
/**/
.idolsbox {
	padding: 20px 30px;
	background: #fff;
	border-radius: 10px;
}
/*title*/
.idols .stitle span {
	font-size: 130%;
	font-weight: 900;
	color: #41a6c6;
}
.idols .stitle {
	margin-bottom: 15px;
}
/* ボク次期社長のうさおです！ */
.wortitle {
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	width: fit-content;
	position: absolute;
	top: 0;
	right: -35%;
	z-index: 1;
	padding: 30px;
	font-weight: 900;
	font-size: 115%;
	clip-path: polygon(6% 4%, 52% 0, 98% 8%, 99% 83%, 79% 98%, 18% 92%, 7% 99%, 8% 86%, 0 55%);
	background: #41a6c6;
	color: #fff;
}
.usao .yura {
	width: 85%;
}
@media (max-width: 1250px) {
	.usao .w65, .usao .w32 {
		width: 48%;
	}
	.wortitle {
		right: -3%;
		padding: 6%;
	}
	.usao .yura {
		width: 60%;
	}
	.idols .stitle span {
		font-size: 100%;
	}
}
@media (max-width: 750px) {
	.usao .w65, .usao .w32 {
		width: 100%;
	}
	.usao .yura {
		width: 70%;
	}
	.idols .w32:not(.psr) {
		width: 70%;
		margin: auto;
	}
	.idols .flexbox img {
		margin-bottom: 23px;
	}
	.idolsbox {
		padding: 17px 15px;
	}
}
@media (max-width: 505px) {
	.wortitle {
		font-size: 4vw;
	}
}
/* お問い合わせページ ===========================================================================================*/
.contact_link_none .left_contact_link {
	display: none;
}
.contact_sec .inner {
	max-width: 1020px;
}
/*本ホームページに関する質問につきましては*/
.contop {
	margin-bottom: 50px;
	text-align: center;
}
@media (max-width: 750px) {
	.contop {
		text-align: left;
	}
}
@media (max-width: 550px) {
	.contop {
		margin-bottom: 45px;
	}
}
/* 電話・FAX */
/*title*/
.cotitle {
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	font-size: clamp(1.25rem, 0.9375rem + 1vw, 1.5rem);
	line-height: 1.55;
	border-left: 6px solid #286f99;
	padding-left: 13px;
}
@media (max-width: 550px) {
	.cotitle {
		margin-bottom: 17px;
	}
}
/*box*/
.telbox {
	background: #e3f1fa;
	padding: 20px 30px;
}
@media (max-width:750px) {
	.telbox {
		margin-bottom: 10px;
	}
	.telbox:last-child {
		margin-bottom: 0;
	}
}
@media (max-width:550px) {
	.telbox {
		padding: 17px;
	}
}
/* 番号 */
.lato {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}
.telbox a {
	width: 240px;
	font-size: clamp(1.5rem, 1.25rem + 0.8vw, 1.7rem);
	color: #286f99;
}
.telbox.linelink a {
	font-size: clamp(1.45rem, 1.2625rem + 0.6vw, 1.6rem);
}
.telbox a:hover {
	opacity: 0.6;
}
.telwrap {
	margin-top: 0 !important;
}
.telwrap p {
	margin-top: 5px;
	margin-bottom: 0;
}
/*fax*/
.telboxwrap {
	margin-top: 55px;
}
.telboxwrap .telbox a {
	margin-right: 40px;
}
.telboxwrap .telbox p {
	margin-bottom: 4px;
}
.telboxwrap .telbox {
	display: flex;
	align-items: center;
}
.fcheck {
	display: flex;
}
.fcheck li {
	padding-left: 18px;
	margin-right: 20px;
	position: relative;
}
.fcheck li:last-child {
	margin-right: 0;
}
.fcheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #286f99;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media (max-width: 965px) {
	.telboxwrap .telbox {
		display: block;
	}
	.telboxwrap .telbox a {
		margin-right: 0;
	}
	.telboxwrap .telbox p {
		margin-top: 7px;
	}
}
@media (max-width:550px) {
	.telboxwrap .telbox p, .fcheck li {
		font-size: 90%;
	}
}
@media (max-width: 500px) {
	.telboxwrap .telbox {
		display: block;
	}
	.telboxwrap .telbox p {
		margin-bottom: 7px;
	}
	.fcheck {
		display: block;
	}
	.fcheck li {
		margin-right: 0;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #286f99;
	padding: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #286f99;
	color: #286f99 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini {
	width: 110px !important;
}
.mailform .postal_btn {
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
	opacity: 0.7;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
	display: none;
}
.mailform input[type=checkbox] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #b5b5b5;
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
	border-right: 3px solid #286f99;
	border-bottom: 3px solid #286f99;
	content: '';
	display: block;
	height: 13px;
	width: 7px;
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 4px;
	transform: rotate(45deg);
	transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
	opacity: 1;
}
@media (max-width: 550px) {
	.mailform input[type=checkbox] + label {
		display: block;
	}
}
/* btn */
.mailform button {
	display: block;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	color: #fff;
	background: #286f99;
	border: 2px solid #286f99;
	width: 270px;
	padding: 23px 0;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background: #fff;
	color: #286f99;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
.mails {
	padding-bottom: 60px;
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row:first-of-type {
		padding-top: 3px;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.mails {
		padding: 60px 0 43px;
	}
}
@media (max-width: 550px) {
	.mailform button {
		width: 210px;
		padding: 14px 0;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy::after {
	height: 150%;
}
.privacy_wrap {
	color: #333;
	border-bottom: 1px dashed #286f99;
	padding-bottom: 7px;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	font-weight: 700;
	font-size: clamp(0.95rem, 0.325rem + 2vw, 1.45rem);
	transition: ease-in-out 100ms;
}
.privacy_header .fa-lock {
	color: #286f99;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 95%;
}
.privacy_text span {
	position: relative;
}
.privacy_text span::before {
	content: "■";
	display: inline-block;
	font-size: 0.7rem;
	margin-right: 0.35em;
	transform: translateY(-3px);
	color: #286f99;
}
@media(max-width:750px) {
	.privacy_text {
		font-size: 90%;
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	font-size: 80%;
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #286f99;
}