@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	line-height: 1.7;
	color: #333;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
body::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg.jpg);
	height: 100%;
	width: 100%;
	background-size: 500px;
	background-repeat: repeat;
	z-index: -100;
	opacity: 0.15;
}
a {
	text-decoration: none;
	color: #226cd4;
	transition: .4s;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 100px 0 110px;
	position: relative;
}
main section:last-child {
	padding-bottom: 110px;
}
@media (max-width: 550px) {
	main section {
		padding: 50px 0;
	}
	main section:last-child {
		padding-bottom: 70px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
.fbold {
	font-size: 110%;
	letter-spacing: 0.14em;
	margin-left: 2px;
	margin-right: 2px;
}
/*見出し01*/
.maintitle {
	margin-bottom: 70px;
	display: block;
	text-align: center;
	line-height: 1.6;
	position: relative;
}
.maintitle .mf {
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-align: center;
	font-size: 120%;
	position: absolute;
	top: 15px;
	left: 46.5%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: -2;
	opacity: 0.2;
	color: #226cd4;
	transform: rotate(-15deg);
}
.maintitle .mf.mflong {
	left: 44.5%;
}
.maintitle .mf.mflong02 {
	left: 39.5%;
}
.maintitle .mf.mshort {
	left: 44.5%;
}
.maintitle .sf {
	font-family: 'Hina Mincho', serif;
	font-weight: 400;
	font-size: clamp(1.3rem, 0.88rem + 1.4933vw, 2rem);
	color: #333;
}
@media (max-width: 750px) {
	.maintitle {
		margin-bottom: 45px;
	}
}
@media (max-width: 550px) {
	.maintitle .mf {
		left: 40.5%;
		font-size: 85%;
		top: 22px;
	}
	.maintitle .mf.mflong {
		left: 33.5%;
		top: 18px;
	}
	.maintitle .mf.mflong02 {
		left: 33.5%;
	}
	.maintitle .mf.mshort {
		left: 37.5%;
	}
	.maintitle {
		margin-bottom: 30px;
	}
}
/*見出し02*/
.mtitle {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.1rem, 0.89rem + 0.7467vw, 1.45rem);
	line-height: 1.5;
	font-family: 'Hina Mincho', serif;
	font-weight: 400;
}
.mtitle span {
	position: absolute;
	top: -57%;
	left: -3%;
	font-size: 165%;
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	background: -webkit-linear-gradient(to left, #00f260, #0575e6);
	background: linear-gradient(to left, #00f260, #0575e6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -2;
	opacity: 0.7;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
@media (max-width: 550px) {
	.mtitle span {
		left: -2%;
		font-size: 205%;
	}
}
/*見出し03*/
.stitle {
	position: relative;
	font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.35rem);
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-left: 2px;
	color: #333;
	font-family: 'Hina Mincho', serif;
	font-weight: 400;
	line-height: 1.55;
}
.stitle::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: -1;
	background-image: url("../img/stitle.png");
	background-size: 100%;
	background-position: bottom;
	opacity: 0.6;
}
.stlong {
	padding-bottom: 15px;
}
.stlong::before {
	height: 10px;
}
@media (max-width: 840px) {
	.stlong::before {
		height: 7px;
	}
}
@media (max-width: 500px) {
	.stlong {
		padding-bottom: 10px;
	}
	.stlong::before {
		height: 5px;
	}
}
.stitle span {
	font-size: 72%;
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	margin-right: 10px;
	color: #2299d4;
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 12px;
	transition: .4s;
	display: inline-block;
	width: 300px;
	text-align: center;
	color: #fff;
	background: #226cd4;
	border: 1px solid #226cd4;
	z-index: 1;
	overflow: hidden;
	font-size: 100%;
	border-radius: 30px;
}
.mainbtn a:hover {
	color: #226cd4;
	background: #fff;
	transition: .4s;
}
.mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .7em;
	transition: .1s;
}
@media (max-width: 550px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 225px;
		padding: 6px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 7.5px;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1700px) {
	.inner02 {
		max-width: 1500px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1699px) {
	.inner02 {
		max-width: auto;
		width: 92%;
		margin: auto;
	}
	.ainner {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.inner02, .ainner {
		width: 92%;
	}
}
.toppage .inner {
	max-width: 1800px;
}
.w65 {
	width: 65%;
}
.w50 {
	width: 50%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w31 {
	width: 31%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.bg_blue::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #226cd4;
	opacity: 0.3;
	z-index: -15;
}
.bg_cream::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ffeed9;
	opacity: 0.35;
	z-index: -15;
}
/* deco */
.section_deco:before, .section_deco:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	background: url(../img/sdeco.png) top center;
	background-size: 180px 5px;
	background-repeat: repeat-x;
	opacity: 0.3;
}
.section_deco:before {
	left: 0;
	top: 1.2%;
}
.section_deco:after {
	left: 0;
	bottom: 1.2%;
}
@media (max-width: 750px) {
	.section_deco:before {
		top: 10px;
	}
	.section_deco:after {
		bottom: 10px;
	}
}
/* illust */
.bg01::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg01.svg);
	background-repeat: no-repeat;
	background-position: top 2% right 2%;
	background-size: 170px;
	z-index: -5;
	opacity: 0.3;
}
.bg02::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg02.svg);
	background-repeat: no-repeat;
	background-position: bottom 2% left 2%;
	background-size: 310px;
	z-index: -5;
	opacity: 0.3;
}
.bg03::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg03.svg);
	background-repeat: no-repeat;
	background-position: bottom 4% right 2%;
	background-size: 200px;
	z-index: -5;
	opacity: 0.3;
}
.bg04::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg04.svg);
	background-repeat: no-repeat;
	background-position: top 4% left 2%;
	background-size: 200px;
	z-index: -5;
	opacity: 0.3;
}
@media (max-width: 1340px) {
	.bg01::before {
		background-size: 13%;
	}
	.bg02::before {
		background-size: 21%;
	}
	.bg03::before {
		background-size: 13%;
	}
	.bg04::before {
		background-size: 16%;
	}
}
@media (max-width: 750px) {
	.bg01::before {
		background-size: 80px;
		background-position: top 0.3% right 2%;
	}
	.bg02::before {
		background-size: 120px;
		background-position: bottom 0.3% left 2%;
	}
	.bg03::before {
		background-size: 70px;
		background-position: bottom 1.2% right 2%;
	}
	.bg04::before {
		background-size: 90px;
		background-position: top 1% left 2%;
	}
}
/* illust menu */
.bgp01::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bgp01.svg);
	background-repeat: no-repeat;
	background-position: top 2% left 2%;
	background-size: 20%;
	z-index: -5;
}
.bg_blue::before {
	opacity: 0.4;
	background-size: 15%;
}
.bgp02::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bgp02.svg);
	background-repeat: no-repeat;
	background-position: top 2% right 2%;
	background-size: 17%;
	z-index: -5;
}
.bgp03::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bgp03.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 17%;
	z-index: -5;
}
.bgp04::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bgp04.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 17%;
	z-index: -5;
}
.bgp05::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bgp05.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 17%;
	z-index: -5;
}
@media (max-width: 750px) {
	.bgp04::before {
		background-size: 37%;
	}
	.bgp05::before {
		background-size: 42%;
	}
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.3);
}
.header_sticky::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg.jpg);
	height: 100%;
	width: 100%;
	background-size: 500px;
	background-repeat: repeat;
	z-index: -100;
	opacity: 0.2;
}
.header {
	padding: 10px 5px 13px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.header_inner {
	width: 96%;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 175px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
}
.header ul li {
	margin-right: 37px;
	position: relative;
	line-height: 1.6;
}
.header ul li:last-child {
	margin-right: 0;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	line-height: 1.5;
	font-size: 0.9rem;
	color: #333;
	text-shadow: none;
}
.header ul li a i {
	font-size: 1.5rem;
	margin-bottom: 9px;
	color: #226cd4;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 127%;
	color: #226cd4;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 400;
}
.hnav {
	width: fit-content;
	display: flex;
	align-items: center;
}
.header_item {
	display: flex;
	align-items: center;
	margin-left: 35px;
}
.mailicon a {
	padding: 5px !important;
	width: 41px !important;
	height: 30.48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem !important;
}
.tel {
	text-align: center;
	letter-spacing: 0.16em;
	line-height: 1.6;
}
.tel a {
	font-size: 1.63rem;
	line-height: 1.3;
	transition: .3s;
	font-weight: 700;
}
.tel p {
	font-size: 0.95rem;
	margin-bottom: 0;
}
.tel p span {
	font-size: 90%;
}
.tel a:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
.header_item .mainbtn a:after {
	content: none;
}
.hamburger_menu {
	display: none;
}
.hum_tel {
	text-align: center;
	margin-bottom: 15px;
}
.hum_tel:last-child {
	margin-bottom: 0;
}
.hum_tel a {
	pointer-events: none;
	color: #226cd4;
}
.htm {
	font-size: 87%;
	pointer-events: none;
}
.hts {
	font-size: 1.35rem;
	pointer-events: auto;
	transition: .3s;
	padding-bottom: 3px;
	border-bottom: 1px solid #226cd4;
}
.hts:hover {
	opacity: 0.6;
	transition: .3s;
}
@media (max-width: 550px) {
	.hts {
		font-size: 1.15rem !important;
	}
}
/* アイコン */
.iconbtn {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 0 1px;
}
.iconbtn i {
	position: absolute;
	top: 50%;
	left: 52%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.65rem;
}
.iconbtn:hover {
	opacity: 0.6;
}
.menut {
	font-size: 0.6rem;
	position: absolute;
	bottom: 2.5px;
	left: 50%;
	margin-left: 0.5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #226cd4;
}
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 55px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
	opacity: 1;
	transition: .3s;
}
#menu_btn_check:checked ~ .menu_btn .menut {
	opacity: 0;
	transition: .3s;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 33px;
	background: #226cd4;
	position: absolute;
	transition: all 0.4s;
}
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn span {
	background-color: rgba(255, 255, 255, 0) !important;
	transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::before {
	bottom: 0;
	transform: rotate(45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check {
	display: none;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 800px;
	width: 80%;
	margin: auto;
}
.menu_content nav {
	padding: 0 0 35px;
}
.menu_content ul {}
.menu_content ul li {
	padding: 8px 0;
	margin: 0;
	list-style: none;
	position: relative;
	padding-left: 5px;
}
.menu_content ul li::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	z-index: -1;
	background-image: url("../img/stitle.png");
	background-size: 100%;
	background-position: bottom;
	opacity: 0.6;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 0.9rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 9px 0;
	position: relative;
	line-height: 1.75;
	color: #333;
}
.menu_padding ul li a span {
	font-size: 127%;
	color: #226cd4;
}
.menu_padding ul li a i {
	color: #226cd4;
	margin-right: 9px;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
	background: #fff;
}
.menu_content::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg.jpg);
	height: 100%;
	width: 100%;
	background-size: 500px;
	background-repeat: repeat;
	z-index: -100;
	opacity: 0.2;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after {
	content: none;
}
.menu_content .mainbtn a {
	padding: 10px;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1165px) {
	.header {
		padding: 10px 20px;
	}
	.header_logo {
		width: 150px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.menu_btn {
		top: 6.5px;
		right: 30px;
	}
}
@media (max-width: 500px) {
	.header_title {
		width: 120px;
	}
	.header {
		padding: 8px 10px 10px;
		padding-left: 12px;
	}
	.menu_btn {
		top: -2px;
		right: 21px;
	}
	.menu_content .mainbtn a {
		padding: 6px !important;
	}
	.menu_content ul li::before {
		height: 4px;
	}
}
@media (max-width: 315px) {
	.header_title {
		width: 44vw;
	}
	.menu_btn {
		top: 4px;
		right: 15px;
	}
	.menut {
		display: none;
	}
}
/* footer */
.fflex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.fax {
	pointer-events: none;
}
/* ロゴとアドレス */
.footer_address {
	width: 100%;
	z-index: 3;
	padding: 0 0 30px;
	position: relative;
}
.footer_address .flexbox {
	max-width: 850px;
	margin: auto;
}
.flogo {
	filter: brightness(0) invert(1);
	width: 205px;
	margin-bottom: 20px;
}
.footer_address p {
	font-size: 0.93rem;
	margin-bottom: 10px;
}
.adbr {
	display: none;
}
@media (max-width: 750px) {
	.flogo {
		width: 175px !important;
	}
}
@media (max-width: 550px) {
	.flogo {
		max-width: 65%;
		margin-bottom: 15px;
	}
	.footer_address p {
		font-size: 0.88rem;
		margin-bottom: 0;
	}
}
@media (max-width: 550px) {
	.footer_address {
		padding: 20px 0 25px;
	}
	.adbr {
		display: block;
	}
}
/* フッターお問い合わせリンク */
.whitetext {
	opacity: 1 !important;
	color: #fff !important;
}
.footer_contact {
	position: relative;
	z-index: 1;
}
.contact_links {
	padding: 40px 20px 145px;
	position: relative;
}
.contact_links:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/wide.jpg);
	background-size: cover;
	background-position: 50% 70%;
	z-index: -2;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .contact_links:before {
	background-attachment: scroll;
}
.contact_links::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	z-index: -1;
	opacity: 0.55;
}
.footer_contact .maintitle {
	margin-bottom: 40px;
}
@media (max-width: 550px) {
	.contact_links:before {
		background-attachment: scroll;
	}
	.contact_links::after {
		opacity: 0.75;
	}
	.contact_links {
		padding: 30px 20px 125px;
	}
}
.footer_contact .inner {
	max-width: 650px;
}
.tl_title {
	color: #fff;
	font-weight: 500;
	margin-bottom: 3px;
	font-size: 0.9rem;
}
.tel_contact {
	white-space: nowrap;
	line-height: 1;
	font-size: 1.9rem;
	margin-bottom: 0 !important;
}
.tel_contact a {
	position: relative;
	color: #fff;
	padding-bottom: 2.5px;
}
.tel_contact a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: -1;
	background-image: url("../img/stitle.png");
	filter: brightness(0) invert(1);
	background-size: 100%;
	background-position: bottom;
	transition: .3s;
}
.tel_contact a:hover {
	letter-spacing: 0.09em;
}
.tl_text {
	font-size: 0.9rem;
	margin-bottom: 0;
}
.mailf a {
	font-size: 85%;
}
.mailf a i {
	font-size: 100%;
}
@media (max-width: 1020px) {
	.tl_title {
		font-size: 0.8rem;
	}
}
@media (max-width: 750px) {
	.footer_contact .maintitle {
		margin-bottom: 30px !important;
	}
	.footer_contact .flexbox div {
		margin-bottom: 35px;
	}
	.footer_contact .flexbox div:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 550px) {
	.tl_title {
		font-size: 0.85rem;
		margin-bottom: 7px;
	}
	.tel_contact {
		font-size: 6.7vw;
	}
}
/* copyright */
.copyright {
	position: absolute;
	width: 100%;
	bottom: 25px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: 0;
	text-align: center;
	line-height: 1;
}
.copyright p {
	font-size: 0.73rem;
	margin-bottom: 0;
}
/*ページ上に戻るボタン*/
.tfade {
	position: relative;
	z-index: 79;
}
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border: 1px solid #fafaf5;
	background: #226cd4;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 50px;
	transition: 0.3s;
	z-index: 79;
	opacity: 0.9;
}
.go_top::before {
	content: "";
	display: block;
	border-top: 3.5px solid #fff;
	border-right: 3.5px solid #fff;
	width: 37%;
	height: 37%;
	top: 22px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.go_top:hover {
	opacity: 1;
}
@media(max-width:550px) {
	.go_top {
		width: 55px;
		height: 55px;
		text-indent: -9999px;
		bottom: 10px;
		right: 10px;
	}
	.go_top::before {
		bottom: 18px;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.2;
}
.slide_items {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	clip-path: polygon(100% 0, 100% 94%, 88% 100%, 50% 93%, 11% 100%, 0 95%, 0 0);
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 260px);
	min-height: 600px;
	object-fit: cover;
}
.slide_img {
	width: fit-content;
	position: absolute;
	z-index: 2;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	filter: drop-shadow(0px 0.3px 1px rgb(0 0 0 / 55%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 55%));
	animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
.slide_img img {
	filter: brightness(0) invert(1);
	width: 350px;
}
.slide_img p {
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	letter-spacing: 0.14em;
	z-index: 2;
}
.slide_img .slidetext {
	line-height: 1.6;
	font-size: 1.9rem;
	text-align: center;
	margin-bottom: 10px;
}
.lname {
	width: fit-content;
	height: max-content;
	margin: auto;
	font-size: 4.7rem;
	line-height: 1.25;
	text-align: left;
}
.lname span {
	display: inline-block;
	font-size: 50%;
}
.slidelink {
	position: absolute;
	bottom: 25px;
	right: 10px;
	z-index: 2;
}
.slidelink img {
	width: 330px;
	transform: rotate(5deg);
	filter: drop-shadow(0px 0.3px 1px rgb(0 0 0 / 25%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 25%));
}
.slidelink a:hover {
	opacity: 0.7;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media (max-width: 1345px) {
	.slide_items img {
		height: 650px;
		min-height: auto;
	}
	.slide_img img {
		width: 320px;
	}
	.slide_img .slidetext {
		font-size: 1.6rem;
	}
	.lname {
		font-size: 4.2rem;
	}
	.slidelink img {
		width: 22vw;
	}
}
@media (max-width: 970px) {
	.slidelink img {
		width: 26vw;
	}
}
@media (max-width: 750px) {
	.slide_items img {
		height: 510px;
	}
	.slide_img img {
		width: 280px;
	}
	.slide_img .slidetext {
		font-size: 1.3rem;
	}
	.lname {
		font-size: 8.5vw;
	}
}
@media (max-width: 450px) {
	.slide_img {
		top: 44%;
		filter: drop-shadow(0px 0.3px 1px rgb(0 0 0 / 45%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 45%));
	}
	.slide_items img {
		height: 340px;
	}
	.slide_img img {
		width: 53vw;
	}
	.slide_img .slidetext {
		margin-bottom: 3px;
		font-size: 4.5vw;
	}
	.lname {
		font-size: 9.5vw;
	}
	.slidelink {
		bottom: 14px;
		right: 3px;
	}
	.slidelink img {
		width: 133px;
	}
}
.pdb0 {
	padding-bottom: 0;
}
.center {
	text-align: center;
}
.tbtn {
	margin-top: 40px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 30px;
	}
}
.aic {
	align-items: center;
}
/* アニメーション */
.flowup {
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
	transition-delay: 0.3s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/* ボタン2つ横並び */
.subbtn {
	max-width: 570px;
	margin: auto;
	margin-top: 40px;
}
.subbtn .mainbtn a {
	width: 100%;
}
@media (max-width:760px) {
	.subbtn.flexbox {
		display: block;
	}
	.subbtn.flexbox div, .subbtn.flexbox img {
		width: 100%;
	}
	.subbtn.flexbox div {
		margin-bottom: 8.5px;
	}
	.subbtn .mainbtn:last-child {
		margin-bottom: 0;
	}
	.subbtn .mainbtn a {
		width: 15.5rem;
	}
}
@media (max-width:560px) {
	.subbtn {
		margin-top: 27px;
	}
}
/* 画像 家の形 */
.hmimg {
	clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}
/* 画像 ペンキ */
.pimg {
	mask-image: url(../img/maskpaint.png);
	-webkit-mask-image: url(../img/maskpaint.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	margin-right: -30px;
}
/* 画像 線 */
.stimg {
	position: relative;
}
.stimg::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 99%;
	height: 99%;
	z-index: 1;
	background-image: url("../img/line.png");
	background-size: contain;
	opacity: 0.6;
}
/* 丁寧な”塗り”とひたむきな姿勢、お客様に寄り添う塗装専門店 */
.about .maintitle {
	margin-bottom: 35px;
}
@media (max-width: 1445px) {
	.about .center {
		text-align: left;
	}
	.about .center br {
		display: none;
	}
}
@media (max-width: 1085px) {
	.about .maintitle .abu {
		display: none;
	}
	.about .maintitle {
		text-align: left;
		margin-bottom: 25px;
	}
}
@media (max-width: 750px) {
	.aimg {
		padding-left: 0;
	}
	.about .flexbox img {
		margin-bottom: 0;
	}
}
/* 都希建装の強み */
.strengths .flexbox {
	margin-bottom: 85px;
	position: relative;
}
.strengths .flexbox::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -205px;
	left: 48%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 72%;
	height: 72%;
	z-index: -1;
	background-image: url("../img/lines.png");
	background-size: contain;
	opacity: 0.6;
	transform: skew(45deg);
}
.strengths .flexbox.reverse::after {
	left: 53%;
	transform: skew(-45deg);
}
.strengths .flexbox.stlast::after {
	content: none;
}
.strengths .flexbox .mtitle {
	line-height: 1.6;
	font-size: clamp(1.25rem, 0.98rem + 0.96vw, 1.7rem);
}
@media (max-width: 1445px) {
	.strengths .flexbox::after {
		left: 53%;
		transform: skew(55deg);
		width: 82%;
		height: 82%;
	}
	.strengths .flexbox.reverse::after {
		left: 47%;
		transform: skew(-55deg);
	}
}
@media (max-width: 1120px) {
	.strengths .flexbox::after {
		bottom: -190px;
		left: 53%;
		width: 90%;
		height: 90%;
	}
	.strengths .flexbox.reverse::after {
		left: 37%;
	}
	.strengths .flexbox {
		margin-bottom: 55px;
	}
}
@media (max-width: 750px) {
	.strengths .flexbox::after {
		content: none;
	}
	.strengths .flexbox {
		margin-bottom: 35px;
	}
	.strengths .flexbox img {
		margin-bottom: 35px;
	}
	.strengths .bgp01::before {
		background-position: bottom 2% left 2%;
		background-size: 35%;
	}
	.strengths .bgp02::before {
		background-position: bottom 2% right 2%;
		background-size: 33%;
	}
	.strengths .bgp03::before {
		background-position: bottom left;
		background-size: 33%;
	}
}
@media (max-width: 550px) {
	.mtitle span {
		top: -61%;
		font-size: 180%;
	}
	.stimg::before {
		width: 97%;
		height: 96%;
	}
}
@media (max-width: 350px) {
	.strengths .flexbox .mtitle br {
		display: none;
	}
}
/* 施工メニュー */
.st_deco:before {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	background: url(../img/stitle.png) top center;
	background-size: 180px 5px;
	background-repeat: repeat-x;
	opacity: 0.3;
	left: 0;
	top: 0.8%;
}
.menus {
	counter-reset: number 0;
}
.menus .flexbox {
	justify-content: center;
}
.menus .flexbox div {
	margin: 0 1% 55px;
}
.imgnum {
	position: relative;
	margin-bottom: 5px !important;
}
.imgnum::before {
	content: "";
	display: block;
	position: absolute;
	font-size: 3.2rem;
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	color: #fff;
	z-index: 1;
	counter-increment: number 1;
	content: "0"counter(number);
	top: -60px;
	left: -7px;
	opacity: 0.7;
	background: -webkit-linear-gradient(to left, #00f260, #0575e6);
	background: linear-gradient(to left, #00f260, #0575e6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1000px) {
	.menus .flexbox {
		justify-content: space-between;
	}
	.menus .flexbox div {
		width: 48%;
		margin: 0 0 55px;
	}
	.menus .flexbox .imgnum {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.menus .flexbox div {
		width: 100%;
		margin-bottom: 60px;
	}
	.menus .flexbox img {
		margin-bottom: 0;
	}
	.flexbox .numleft.imgnum::before {
		right: -7px;
		left: auto;
	}
}
@media (max-width: 550px) {
	.menus .maintitle {
		margin-bottom: 50px;
	}
	.imgnum::before {
		top: -55px;
		font-size: 2.8rem;
	}
	.melast {
		margin-bottom: 35px !important;
	}
}
/* fv ==============================================================================*/
.s_top_blue, .s_top_cream {
	position: relative;
}
.s_top_cream::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ffeed9;
	opacity: 0.35;
	z-index: -15;
}
.s_top_blue::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #226cd4;
	opacity: 0.3;
	z-index: -15;
}
.fv {
	height: 345px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 65.5%;
	position: relative;
	clip-path: polygon(100% 0, 100% 94%, 88% 100%, 50% 93%, 11% 100%, 0 95%, 0 0);
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	opacity: 0.55;
}
.fv::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #226cd4;
	opacity: 0.3;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	text-shadow: none;
	margin-bottom: 0 !important;
	z-index: 1;
	position: relative;
	color: #fff;
}
.fv .sf {
	text-shadow: none;
	color: #fff;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
}
@media(max-width:1040px) {
	.fv {
		height: 255px;
	}
	.fv .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
	}
}
@media(max-width:550px) {
	.fv {
		height: 170px;
	}
}
/* bg */
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/* breadcrumb */
.binner {
	width: 95%;
	font-size: 0.8rem;
	position: relative;
	color: #fff;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: fit-content;
	white-space: nowrap;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:550px) {
	.breadcrumb {
		font-size: 0.57rem;
	}
}
.fvwrap {
	position: relative;
	top: -20px;
}
/* strengths page ==============================================================================*/
.strengthsp .flexbox {
	margin-bottom: 80px;
}
.strengthsp .bgp02::before, .strengthsp .bgp01::before {
	z-index: 1;
	opacity: 0.6;
}
.strengthsp .bgp01::before {
	background-size: 14% !important;
	background: url(../img/bgp03.svg) no-repeat;
}
.strengthsp .flexbox:last-child {
	margin-bottom: 0 !important;
}
@media(max-width:750px) {
	.strengthsp .sbox {
		margin-top: 25px;
	}
}
@media(max-width:550px) {
	.strengthsp .flexbox {
		margin-bottom: 45px;
	}
}
/* painting page ==============================================================================*/
.painting .flexbox {
	margin-bottom: 60px;
}
.painting .flexbox:last-child {
	margin-bottom: 0 !important;
}
.painting .stimg::before {
	filter: brightness(0) invert(1);
}
.painting .flexbox .stitle::before {
	height: 6px;
}
@media(max-width:1020px) {
	.painting .flexbox .stitle::before {
		height: 5px;
	}
	.painting .bgp02::before {
		background-position: bottom 2% right 2%;
	}
	.painting .bgp01::before {
		background-position: bottom 2% left 2%;
	}
}
@media(max-width:550px) {
	.painting .flexbox:before {
		background-size: 35%;
	}
}
/*faq*/
.faq {
	counter-reset: number 0;
}
.subfaq {
	max-width: 1100px;
	counter-reset: sub-number 0;
}
.qt {
	font-size: 1.05rem;
	font-weight: 500;
	margin-bottom: 5px;
	border-bottom: 1px dotted #226cd4;
	padding-bottom: 5px;
}
.qt, .at {
	position: relative;
	padding-left: 40px;
}
.qt::before, .at::before {
	font-size: 1.2rem;
	position: absolute;
	left: 0;
}
.qt::before {
	counter-increment: number 1;
	content: "Q"counter(number);
	top: -2.5px;
	color: #226cd4;
}
.at::before {
	counter-increment: sub-number 1;
	content: "A"counter(sub-number);
	color: #333;
	margin-left: 0.6px;
	top: -3px;
}
@media(max-width:550px) {
	.faqbox {
		margin-bottom: 10px !important;
	}
	.qt {
		font-size: 1rem;
	}
}
.faqbox {
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
.faqbox::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -15;
}
/* works page ==============================================================================*/
.wobox {
	position: relative;
	padding: 20px;
	width: 32%;
	margin-bottom: 20px;
	border: 2px solid rgba(34, 108, 212, 0.3);
}
.works .flexbox::after {
	content: "";
	display: block;
	width: 32%;
}
.wobox::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -15;
}
.wobox img {
	margin-bottom: 5px;
}
.wobox .stitle {
	margin-bottom: 15px;
}
.wtitle {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.wtitle span {
	font-size: 90%;
	padding: 5px 10px;
	background: #226cd4;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
}
@media(max-width:1000px) {
	.wobox {
		width: 49%;
	}
}
@media(max-width:750px) {
	.wobox {
		padding: 10px;
		width: 100%;
	}
}
/* about page ==============================================================================*/
/*greeting*/
.glast {
	text-align: right;
}
.aboutp .inner {
	max-width: 1000px;
}
.aboutp .maintitle {
	margin-bottom: 40px;
}
/* table */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr {
	color: #333;
	border-bottom: 2px solid rgba(34, 108, 212, 0.3);
	position: relative;
}
/*
.info_table tr::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background-image: url("../img/stitle.png");
	background-size: 100%;
	background-position: bottom;
	opacity: 0.6;
	height: 10px;
}
*/
/*Safari
::-webkit-full-page-media, :future, :root .info_table tr {
	border-bottom: 2px solid rgba(34, 108, 212, 0.3);
}
::-webkit-full-page-media, :future, :root .info_table tr::before {
	content: none !important;
}
*/
@media (max-width: 920px) {
	.info_table tr::before {
		height: 8px;
	}
}
@media (max-width: 500px) {
	.aboutp .maintitle {
		margin-bottom: 15px;
	}
	.info_table tr::before {
		height: 5px;
	}
}
.info_table th {
	width: 33%;
	text-align: center;
}
.info_table th, .info_table td {
	padding: 14px 0;
	font-weight: 500;
	white-space: normal;
}
.info_table td {
	padding-left: 20px;
}
.info_table td {
	width: 67%;
}
@media (max-width: 750px) {
	.info_table {
		font-size: 0.9rem;
	}
}
/* check list absolute */
.acheck li {
	margin-bottom: 3px;
	padding-left: 22px;
	position: relative;
	padding-bottom: 3px;
}
.acheck li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #226cd4;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
/*map*/
@media (max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/* contact page ==============================================================================*/
/* tel section =============================================================*/
@media (max-width: 550px) {
	section.mail_s {
		padding-top: 10px;
		margin-top: 95px !important;
	}
}
.anone::after {
	content: none;
}
.context {
	font-size: 100%;
	margin-bottom: 45px;
}
.tels .maintitle {
	margin-bottom: 40px;
}
@media (max-width: 550px) {
	.context {
		font-size: 87%;
		margin-bottom: 25px;
	}
	.tels .maintitle {
		margin-bottom: 30px;
	}
}
.tl_mini {
	margin-bottom: 0;
	margin-top: 7px;
	font-size: 0.9rem;
}
.contact_wrap {
	padding: 30px 15px;
	background: rgba(255, 255, 255, 0.8);
	max-width: 500px;
	position: relative;
	margin: auto;
}
.tels .tel_contact i {
	color: #226cd4;
}
.tels .tel_contact {
	font-size: clamp(1.5rem, 1.08rem + 1.4933vw, 2.2rem);
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
}
.tels .tel_contact:hover {
	color: #333;
	opacity: 0.6;
}
@media (max-width: 750px) {
	.contact_wrap {
		margin-bottom: 7px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 450px) {
	.contact_wrap {
		max-width: 100%;
		padding: 20px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		font-size: 0.7rem;
	}
}
@media (max-width:330px) {
	.tl_mini {
		font-size: 0.65rem;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 17px;
}
.famgb {
	margin-bottom: 30px;
}
.tels .tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 450px) {
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* mail section */
.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;
	}
}
.formsel p {
	display: inline-block;
	margin-right: 10px;
	font-size: 0.95rem;
}
.formsel p:last-child {
	margin-bottom: 0;
}
@media (max-width: 450px) {
	.formsel p {
		display: block;
		margin-right: 0;
	}
}
.mailform {
	max-width: 1100px;
	margin: 40px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.mailform {
		margin-top: 0;
	}
}
.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%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #226cd4;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #226cd4;
	color: #226cd4 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
	font-weight: 500;
}
.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 button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #226cd4;
	font-weight: 500;
	padding: 1% 7%;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background-color: #fff;
	color: #226cd4;
	border: 1px solid #226cd4;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*privacy*/
.privacy {
	margin-top: 40px;
}
.privacy::after {
	height: 150%;
}
.privacy_wrap {
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	color: #333;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #333;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
	font-weight: 400;
}
.privacy_text span {
	font-weight: 500;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #226cd4;
}
.fitc {
	margin-left: auto;
	margin-right: auto;
	width: fit-content !important;
}