@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	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: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
button:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
/* section */
main section {
	padding: 100px 0;
	position: relative;
}
@media (max-width: 550px) {
	main section {
		padding: 60px 0;
	}
}
.inner {
	width: 89%;
	max-width: 1200px;
	margin: 0 auto;
}
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 20px !important;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
/*marker*/
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.55);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*中央寄せ*/
.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: 65px;
	position: relative;
	text-align: center;
	line-height: 0.55;
	font-weight: 700;
	font-size: clamp(2.3rem, 1.55rem + 2.4vw, 2.9rem);
}
.maintitle .mf {
	text-align: center;
	margin-bottom: 10px;
	text-transform: capitalize;
	position: relative;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	letter-spacing: 0.015em;
	color: #18a6ed;
}
.maintitle .sf {
	font-size: 38%;
}
.txtmgb {
	margin-bottom: 47px !important;
}
/**/
.maintitle.mtleft {
	text-align: left;
}
.maintitle.mtleft .sf {
	position: relative;
	padding-left: 47px;
}
.maintitle.mtleft .sf::before {
	background: #333;
	position: absolute;
	content: "";
	top: 0.8em;
	left: 0;
	width: 35px;
	height: 1px;
}
@media (max-width: 750px) {
	.maintitle.mtleft.spcenter .sf {
		padding-left: 0;
	}
	.maintitle.mtleft.spcenter .sf::before {
		content: none;
	}
}
@media (max-width: 550px) {
	.txtmgb {
		margin-bottom: 33px !important;
	}
	.maintitle {
		margin-bottom: 45px;
	}
}
/* 見出し02 */
.ititle {
	font-weight: 700;
	font-size: clamp(1.15rem, 0.7125rem + 1.4vw, 1.5rem);
	margin-bottom: 15px;
	padding: 10px 7px 13px 13px;
	background: #18a6ed;
	color: #fff;
	border-left: 8px solid #0067b7;
	position: relative;
	border-radius: 5px;
	line-height: 1.6;
}
.en {
	font-size: 120%;
	margin-right: 12px;
	text-transform: capitalize;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	letter-spacing: 0.015em;
}
.ititle .en {
	font-size: 100%;
	color: #fff;
}
@media (max-width: 550px) {
	.ititle {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}
/* 見出し03 */
.stitle {
	font-weight: 500;
	position: relative;
	font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
	margin-bottom: 20px;
	padding-bottom: 8px;
	padding-left: 2px;
	line-height: 1.7;
	border-bottom: 2px solid #ddd;
}
.stitle::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 95px;
	height: 2px;
	background: #18a6ed;
}
.stitle .en {
	color: #18a6ed;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 15px;
	}
}
/*見出し04*/
.mtitle {
	font-weight: 700;
	font-size: clamp(1.2rem, 0.7625rem + 1.4vw, 1.55rem);
	margin-bottom: 25px;
	padding: 7px 7px 15px;
	border-top: 2px solid #0067b7;
	position: relative;
	background: #fff;
}
.mtitle:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: "";
	opacity: 0.45;
	background: repeating-linear-gradient(-55deg, #0067b7, #0067b7 2px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 4px);
}
@media (max-width: 550px) {
	.mtitle {
		margin-bottom: 17px;
	}
}
/* ボタン */
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 20px;
	transition: .4s;
	display: inline-block;
	width: 90%;
	max-width: 250px;
	z-index: 1;
	overflow: hidden;
	line-height: 1.6;
	border: 2px solid #18a6ed;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	background: #18a6ed;
	font-weight: 700;
}
.mainbtn a:hover {
	background: #fff;
	color: #18a6ed;
	transition: .4s;
}
section .mainbtn a {
	box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
section .mainbtn a:hover {
	transform: translateY(6px);
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
}
section .mainbtn a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: bold;
	line-height: 1;
	font-size: 0.65rem;
	color: #18a6ed;
	background: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 2px;
	transition: .4s;
	z-index: 2;
	pointer-events: none;
}
section .mainbtn a:hover::before {
	color: #fff;
	background: #18a6ed;
	transform: translateY(-50%) scale(1.3);
}
/**/
.tbtn {
	margin-top: 40px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 27px;
	}
}
@media (max-width:550px) {
	.mainbtn a {
		max-width: 210px;
		padding: 15px;
	}
	section .mainbtn a::before {
		width: 20px;
		height: 20px;
	}
}
/* 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;
	}
}
/**/
.w65 {
	width: 65%;
}
.w53 {
	width: 53%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w43 {
	width: 43%;
}
.w32 {
	width: 32%;
}
/* アニメーション ==========*/
/* flowup */
.flowup {
	opacity: 0;
	transform: translateY(7px);
	transition: opacity 0.85s, transform 1.15s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*delay*/
.delay01 {
	transition-delay: 0.45s !important;
}
.delay02 {
	transition-delay: 0.55s !important;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s !important;
	}
}
/* background ============*/
.bg_cream, .bg_blue, .bg_gradation {
	position: relative;
}
.bg_cream::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff9e6;
	z-index: -100;
}
.bg_blue::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #edf9ff;
	z-index: -100;
}
.bg_gradation::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #66c0ed, #dbf3ff);
	z-index: -100;
}
/**/
.ellipse::after {
	clip-path: ellipse(200% 100% at bottom);
}
@media (max-width: 750px) {
	.ellipse::after {
		clip-path: ellipse(300% 100% at bottom);
	}
}
/*illust*/
.bg01::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_illust/bg01.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 30%;
	z-index: -1;
	opacity: 0.13;
}
@media (max-width: 750px) {
	.bg01::before {
		background-size: 250px;
		opacity: 0.2;
	}
}
.bg02::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/_illust/bg02.svg);
	background-position: bottom 10px right !important;
	background-repeat: repeat-x !important;
	background-size: 430px !important;
	z-index: -1;
	opacity: 0.4;
}
/* イラスト 反転 */
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/* illust ==============================*/
.psr {
	position: relative;
}
/**/
.tl, .tr, .bl, .br {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.tl img, .tr img, .bl img, .br img {
	border-radius: 0 !important;
	mask-image: none !important;
	-webkit-mask-image: none !important;
}
/**/
.psr .tl, .psr .tr, .psr .bl, .psr .br {
	width: 30% !important;
	max-width: 220px;
}
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
	width: 100% !important;
	height: auto !important;
	mask-image: none !important;
}
/*位置*/
.psr .tl {
	top: 0;
	left: 0;
}
.psr .tr {
	top: 0;
	right: 0;
}
.psr .bl {
	bottom: 0;
	left: 0;
}
.psr .br {
	bottom: 0;
	right: 0;
}
/* 装飾文字 */
.r_text, .l_text {
	line-height: 1;
	white-space: nowrap;
	color: #18a6ed;
	position: absolute;
	bottom: 0;
	font-size: 10rem;
	z-index: -1;
	pointer-events: none;
	font-family: "Caveat", cursive;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 0.13;
}
.l_text {
	left: 0;
}
.r_text {
	right: 0;
	text-align: right;
}
.w_img p {
	position: absolute;
	top: 3%;
	left: -10%;
	transform: rotate(-45deg);
	font-size: 2.4rem;
	font-family: "Caveat", cursive;
	font-weight: 400;
	text-transform: uppercase;
	color: #8c7968;
}
@media (max-width: 1655px) {
	.w_img p {
		font-size: 2.2vw;
	}
}
@media (max-width: 750px) {
	.w_img p {
		font-size: 4.5vw;
	}
}
/*縦書き*/
.vertical {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media (max-width:1350px) {
	.r_text, .l_text {
		font-size: 13vw;
	}
	.vertical {
		bottom: auto;
		top: 0;
		transform: translateY(0);
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
/* header ================================= */
.header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	padding: 13px 5px 15px;
	transition: all .5s;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.25);
}
.header_inner {
	width: 97%;
	margin: 0 auto;
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* logo */
.header h1 {
	line-height: 1;
}
.header_title h1 a:hover {
	opacity: 0.6;
}
.header_title {
	width: fit-content;
}
.header_title img {
	width: 335px;
}
.header_title h1 a {
	display: flex;
	align-items: center;
}
/* menu */
.header_nav {
	width: fit-content;
	margin-left: auto;
}
.header_nav ul {
	display: flex;
	text-align: center;
}
.header_nav ul li {
	padding: 2px 20px;
	position: relative;
	line-height: 1.6;
}
.header_nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header_nav ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	line-height: 1.4;
	font-size: 1.15rem;
	color: #333;
	white-space: nowrap;
	font-weight: 700;
}
.header_nav ul li a span {
	display: block;
	font-size: 80%;
	text-transform: capitalize;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	transition: .3s;
	color: #0067b7;
	letter-spacing: 0.015em;
}
.header_nav ul li a:hover {
	opacity: 0.6;
	transition: .3s;
}
/**/
.header_item {
	display: flex;
	align-items: center;
	margin-left: auto;
	width: fit-content;
	margin-bottom: 13px;
}
.header_item > div {
	margin: 0 3px;
}
.header_item .mainbtn a {
	width: 205px;
	line-height: 1;
	padding: 12px 0;
	font-size: 0.8rem;
}
/*tel*/
.tel {
	font-size: 1.65rem;
	line-height: 1.45;
}
.tel a {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	color: #333;
	display: flex;
	align-items: center;
	position: relative;
}
.tel a i {
	margin-right: 4px;
	color: #18a6ed;
}
.tel a .telnote {
	display: block;
	font-size: 0.8rem;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	font-weight: 700 !important;
	padding-bottom: 5px;
	margin-right: 10px;
}
.tel a:hover {
	opacity: 0.6;
	transition: .3s;
}
/* hamburger ================================= */
.header__inner {
	display: none;
}
.hamburger {
	position: fixed;
	display: block;
	height: 33px;
	top: 18px;
	right: 12px;
	z-index: 9999;
	width: 60px;
	border: none;
	background-color: transparent;
}
.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: 50px;
	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: #18a6ed;
}
.hamburger__line:before {
	top: -9px;
}
.hamburger__line:after {
	top: 9px;
}
/**/
.hamburger__text {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #18a6ed;
	font-size: 0.95rem;
	text-align: center;
}
.hamburger__text::before {
	content: "menu";
	text-transform: capitalize;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
	position: relative;
	bottom: -9px;
}
.header__nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100vh; /* fallback */
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	background-size: cover;
	background-position: right;
}
.header__nav-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/_illust/bg02.svg);
	background-position: bottom 10px right;
	background-repeat: repeat-x;
	background-size: 500px;
	z-index: -1;
	opacity: 0.4;
}
.header__nav-area.-active {
	opacity: 1;
	visibility: visible;
}
.global-navigation {
	margin: auto;
	height: fit-content;
	width: 85%;
	max-width: 620px;
}
.global-navigation__list {
	margin-bottom: 17px;
}
.global-navigation__list li a {
	text-align: center;
	margin: 3px 0;
	font-size: 1.1rem;
	transition: .35s;
	line-height: 1.6;
	display: block;
	padding: 12px 0;
	color: #333;
}
.global-navigation__list li a span {
	display: block;
	font-size: 80%;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	transition: all .3s;
	text-transform: capitalize;
	white-space: nowrap;
	color: #0067b7;
	letter-spacing: 0.015em;
}
.global-navigation__list a:hover {
	opacity: 0.6;
}
/*btn*/
.global-navigation .mainbtn {
	margin-bottom: 4px;
}
.telbtn a {
	font-size: 110%;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
}
@media (max-width: 1055px) {
	.header_nav, .header_item {
		display: none;
	}
	.header__inner {
		display: block;
	}
	.header {
		padding: 23px 14px;
	}
	.header_inner {
		width: 100%;
		display: block;
	}
	.header_title img {
		width: 320px;
	}
}
@media (max-width: 550px) {
	.header {
		padding: 20px 10px;
	}
	.hamburger {
		top: 9px;
		right: 5px;
	}
	.header_title img {
		width: 230px;
	}
	.header__nav-area::before {
		background-size: 300px;
	}
	.global-navigation__list li a {
		text-align: center;
		font-size: 0.9rem;
		padding: 9px 0;
	}
	.global-navigation .mainbtn a {
		font-size: 0.9rem;
		max-width: 200px;
		padding: 13px;
	}
}
/* footer =======================================*/
.footer {
	position: relative;
	padding: 70px 0 40px;
}
.footer::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0067b7; /*background: #d9effa;*/
	z-index: -100;
}
.footer::before {
	opacity: 0.23;
	filter: brightness(0) invert(1);
}
.footer .maintitle span {
	color: #fff;
}
/*box*/
.fbox {
	padding: 45px 10px;
	background: #fff;
	width: 92%;
	max-width: 1000px;
	margin: auto;
}
.fbox .inner {
	max-width: 800px;
}
/*logo*/
.flogo {
	display: block;
	width: 97%;
	max-width: 330px;
	margin-bottom: 13px;
}
.flogo:hover {
	opacity: 0.6;
}
/*address*/
.details p {
	margin-bottom: 5px;
	font-size: 97%;
	display: flex;
}
.details p .mid {
	display: block;
	margin-right: 15px;
	white-space: nowrap;
}
.details p .ib {
	display: block;
}
/*TEL・FAX*/
.telfax a {
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	color: #0067b7;
	font-size: clamp(1.55rem, 0.7375rem + 2.6vw, 2.2rem);
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	white-space: nowrap;
}
.telfax a span {
	font-size: 50%;
}
.telfax a:hover {
	opacity: 0.6;
}
/*メールでのお問い合わせ*/
.links .mainbtn a {
	max-width: 100%;
	padding: 15px 0;
}
/* links */
.footer_nav {
	display: flex;
	max-width: 900px;
	margin: auto;
	margin-top: 30px;
}
.footer_nav li {
	white-space: nowrap;
	line-height: 1.6;
	font-size: 93%;
	padding: 0 7px 5px;
	width: calc(100% / 5);
	border-right: 1px dashed #cfcfcf;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_nav li:last-child {
	border-right: none;
}
.footer_nav li a {
	text-align: center;
	color: #333;
	transition: .3s;
}
.footer_nav li a:hover {
	opacity: 0.6;
}
/* copyright */
.copyright {
	font-weight: 700;
	text-align: center;
	padding-top: 30px;
	color: #fff;
	text-shadow: 1px 1px 0 #0067b7, -1px -1px 0 #0067b7, -1px 1px 0 #0067b7, 1px -1px 0 #0067b7, 0px 1px 0 #0067b7, 0 -1px 0 #0067b7, -1px 0 0 #0067b7, 1px 0 0 #0067b7;
}
@media (max-width: 750px) {
	.fbox {
		padding: 35px 5px 45px;
		max-width: 550px;
	}
	.flogo {
		margin-left: auto;
		margin-right: auto;
	}
	.details {
		width: fit-content !important;
		margin: 0 auto 7px;
	}
	.links .mainbtn a {
		font-size: 90%;
		width: 100%;
		max-width: 300px;
		padding: 15px 0;
	}
	.footer_nav {
		display: block;
		width: 90%;
		max-width: 420px;
		margin: auto;
		margin-top: 16px;
	}
	.footer_nav li {
		display: block;
		padding: 7px 0;
		width: 100%;
		border-bottom: 1px dashed #cfcfcf;
		border-right: none;
	}
	.footer_nav li::before {
		font-family: "Font Awesome 6 Free";
		content: "\f0da";
		font-weight: bold;
		color: #18a6ed;
		margin-right: 7px;
	}
}
@media (max-width: 550px) {
	.footer {
		padding: 45px 0 30px;
	}
	.fbox {
		padding: 30px 5px;
	}
	.copyright {
		padding-top: 20px;
		font-size: 0.9rem;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 61px;
	height: 61px;
	box-sizing: border-box;
	background: #18a6ed;
	border: 2px solid rgba(255, 255, 255, 0.3);
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 6 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.1rem;
	position: absolute;
	top: 47%;
	left: 49.5%;
	transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 9;
}
@media(max-width:550px) {
	.go_top {
		width: 50px;
		height: 50px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 0.93rem;
	}
}
/* スライド =====================================*/
.topslide {
	overflow: hidden;
	position: relative;
}
/*画像*/
.slide_items {
	position: relative;
	width: 100%;
}
.slide_items img {
	width: 100%;
	height: 100%;
	max-height: 680px;
	object-fit: cover;
}
/*画像拡大アニメーション*/
.slick-animation {
	animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
/* text */
.slide_text {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	color: #0067b7;
	margin-bottom: 0;
	white-space: nowrap;
	line-height: 1.35;
	font-size: 3rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.slide_text p {
	padding: 9% 0;
}
.slide_text p::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/slide.png);
	background-position: center;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: 100%;
	filter: brightness(0) invert(1);
	opacity: 0.9;
}
.slide_text p .bi {
	font-size: 130%;
	position: relative;
}
.slide_text p .blue {
	font-size: 110%;
	color: #18a6ed;
}
.slide_text p .mini {
	display: block;
	font-size: 70%;
}
@media (max-width: 1155px) {
	.slide_text {
		font-size: 2.6rem;
	}
}
@media (max-width: 850px) {
	.slide_text {
		font-size: 2rem;
		text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, 0px 1.5px 0 #fff, 0 -1.5px 0 #fff, -1.5px 0 0 #fff, 1.5px 0 0 #fff;
	}
}
@media (max-width: 650px) {
	.slide_items img {
		height: 400px;
	}
	.slide_text {
		font-size: 5.6vw;
		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;
	}
}
/* 防水・塗装工事のことなら　=========================================*/
.welcome .inner {
	max-width: 1500px;
}
/*title*/
.welcome h2 {
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 35px;
	color: #18a6ed;
	text-align: center;
}
.welcome h2 .wm {
	position: relative;
	color: #0067b7;
	display: block;
	margin-bottom: 8px;
	margin-left: -1.7%;
	font-size: 50%;
	white-space: nowrap;
}
.wm::before, .wm::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../img/deco.svg);
	background-size: contain;
	vertical-align: middle;
	position: relative;
	bottom: -23px;
}
.wm::after {
	transform: scaleX(-1);
	left: -3px;
}
/*img*/
.w_img img {
	border-radius: 40% 59% 53% 47% / 58% 53% 45% 42%;
}
.w_img {
	position: relative;
}
.w_img::before {
	content: '';
	width: 40%;
	height: 40%;
	position: absolute;
	top: -1%;
	left: -4%;
	background: #fff9e6;
	z-index: -1;
	border-radius: 40% 40% 58% 42% / 35% 60% 45% 70%;
}
/*illust*/
.w_img .br {
	width: 35% !important;
	max-width: 255px;
}
@media (max-width: 1165px) {
	.welcome h2 {
		font-size: 3.3vw;
	}
}
@media (max-width: 750px) {
	.w_img {
		margin-bottom: 23px;
	}
	.welcome h2 {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	.wm::before, .wm::after {
		width: 15px;
		height: 15px;
		bottom: -15px;
	}
}
/* img */
.wide {
	position: relative;
	text-align: right;
	padding-bottom: 3%;
}
/*グラデーション背景*/
.wide::after {
	content: '';
	width: 87%;
	height: calc(100% - 7%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -100;
	background: linear-gradient(to right, #66c0ed, #dbf3ff);
}
.wide img {
	width: 87%;
	height: 420px;
	object-fit: cover;
}
@media (max-width: 1780px) {
	.wide img {
		height: 26vw;
	}
}
@media (max-width: 1090px) {
	.wide img {
		height: 35vw;
	}
}
@media (max-width: 550px) {
	.wide img {
		height: 40vw;
	}
}
/* 取扱業務　=========================================*/
.services .inner {
	max-width: 1280px;
}
.services .tbtn {
	margin-top: 70px;
}
/*box*/
div.sbox {
	position: relative;
	z-index: 1;
	width: 94% !important;
	margin: -20px auto 0;
	padding: 15px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 24px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.services .w48:last-child {
	position: relative;
	top: 30px;
}
/*title*/
.sbox h3 {
	font-size: clamp(1.05rem, 0.7375rem + 1vw, 1.3rem);
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cfcfcf;
	padding-bottom: 10px;
}
.sbox h3 span {
	color: #0067b7;
	text-transform: capitalize;
	margin-right: 10px;
	font-size: 90%;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	letter-spacing: 0.015em;
}
/*illust*/
.services .br {
	z-index: 2;
	bottom: -4%;
	right: 4%;
	width: 20% !important;
}
/**/
.s_illust {
	position: absolute;
	width: 35%;
	bottom: -35%;
	left: -1%;
	z-index: -101;
	opacity: 0.2;
}
.s_illust img {
	width: 100%;
}
@media (max-width: 1630px) {
	.s_illust {
		width: 40vw;
		bottom: -20vw;
	}
}
@media (max-width: 950px) {
	.services .br {
		bottom: 4%;
		right: 2%;
	}
}
@media (max-width: 750px) {
	.services .tbtn {
		margin-top: 35px;
	}
	.services .w48 {
		margin-bottom: 35px;
	}
	.services .w48:last-child {
		top: 0;
		margin-bottom: 0;
	}
	.services .br {
		bottom: -43px;
		right: 4%;
		width: 27% !important;
	}
	.sbox h3 span {
		margin-right: 0;
		display: block;
	}
	.s_illust {
		width: 90%;
		bottom: -12%;
		left: -25%;
	}
}
/* 施工実績　=========================================*/
.works .inner {
	max-width: 1500px;
}
.works::after {
	clip-path: ellipse(110% 100% at bottom);
}
/*illust*/
.illust_center {
	display: block;
	width: 110px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
/* BEFORE&AFTER */
/*box*/
.wbox {
	padding: 25px 20px 27px;
	background: #fff;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 24px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.wflex {
	display: flex;
	justify-content: space-between;
}
/*矢印*/
.w_wrap .wbox::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: bottom 15% left 22%;
	background-size: 16%;
	opacity: 0.55;
}
/**/
.before, .after {
	position: relative;
	height: fit-content;
}
.before {
	width: 38% !important;
}
.after {
	width: 59% !important;
}
/* before after */
.before::after, .after::after {
	position: absolute;
	bottom: -4%;
	left: -4%;
	z-index: 1;
	pointer-events: none;
	text-transform: capitalize;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 3.5% 7% 2%;
	border-radius: 50px;
}
.before::after {
	line-height: 1;
	background: #0067b7;
	content: "before";
	font-size: clamp(0.75rem, -0.125rem + 2.8vw, 1.45rem);
}
.after::after {
	line-height: 0.8;
	background: #18a6ed;
	content: "after";
	font-size: clamp(1rem, 0rem + 3.2vw, 1.8rem);
}
@media (max-width: 1230px) {
	.works::after {
		clip-path: ellipse(170% 100% at bottom);
	}
	.w_wrap {
		display: block;
	}
	.wbox {
		width: 100%;
		margin-bottom: 25px;
	}
	.wbox:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 750px) {
	.works::after {
		clip-path: ellipse(200% 100% at bottom);
	}
}
@media (max-width: 550px) {
	.works .maintitle {
		margin-bottom: 33px;
	}
	.wbox {
		padding: 15px 10px;
		margin-bottom: 13px;
	}
	.illust_center {
		width: 70px;
	}
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
	padding: 110px 0 100px;
	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% 40%;
	z-index: -1;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.3;
	z-index: 1;
}
.fv h2 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: clamp(1.35rem, -0.0875rem + 4.6vw, 2.5rem);
	font-weight: 700;
	line-height: 1.1;
	z-index: 1;
	position: relative;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 15%);
}
.fv h2 span {
	font-size: 65%;
	display: block;
	margin-bottom: 12px;
}
@media(max-width:1235px) {
	.fv {
		padding: 90px 0 70px;
	}
}
@media(max-width:550px) {
	.fv {
		padding: 40px 0 30px;
	}
	.fv h2 {
		margin-bottom: 17px !important;
	}
}
/* breadcrumb */
.binner {
	line-height: 1.6;
	width: 97%;
	font-size: 1.2rem;
	font-weight: 700;
	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.9rem;
	}
}
/* 取扱業務ページ ===========================================================================================================*/
/* 各種防水工事 */
.waterproofing .inner {
	max-width: 1341px;
}
.bb.w_img::before {
	background: #edf9ff;
}
/*主な防水工事*/
.bg_gradation .cotitle {
	color: #fff;
	text-shadow: 1px 1px 0 #66c0ed, -1px -1px 0 #66c0ed, -1px 1px 0 #66c0ed, 1px -1px 0 #66c0ed, 0px 1px 0 #66c0ed, 0 -1px 0 #66c0ed, -1px 0 0 #66c0ed, 1px 0 0 #66c0ed;
	margin-bottom: 50px;
	font-size: clamp(1.6rem, 0.975rem + 2vw, 2.1rem);
}
.bg_gradation .cotitle::before {
	filter: brightness(0) invert(1);
}
.bg_gradation {
	counter-reset: number 0;
}
.bg_gradation {
	padding-top: 80px;
}
/*box*/
.serbox {
	padding: 40px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.serbox::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -100;
}
.serbox::before {
	counter-increment: number 1;
	content: "0"counter(number);
	position: absolute;
	bottom: -10%;
	line-height: 1;
	font-family: "Caveat", cursive;
	font-weight: 400;
	z-index: -1;
	font-size: clamp(10rem, -2.5rem + 40vw, 20rem);
	color: #18a6ed;
	opacity: 0.08;
}
.serbox:nth-child(2n+1)::before {
	left: -2%;
}
.serbox:nth-child(2n)::before {
	right: 3%;
}
.serbox:last-child {
	margin-bottom: 0;
}
@media(max-width:750px) {
	.bg_gradation .cotitle {
		margin-bottom: 25px;
	}
	.serbox img {
		margin-bottom: 15px;
	}
	.serbox {
		padding: 20px;
	}
	.serbox::before {
		bottom: -20px;
	}
	.serbox:nth-child(2n+1)::before {
		left: -3%;
	}
	.serbox:nth-child(2n)::before {
		right: 3%;
	}
}
@media(max-width:550px) {
	.bg_gradation {
		padding-top: 40px;
	}
}
/* 建築塗装工事 */
.painting .inner {
	max-width: 1315px;
}
@media(max-width:750px) {
	.painting::before {
		background-position: bottom -8% right;
	}
}
/* こんな症状はありませんか？ */
.condition {
	max-width: 1200px;
	margin: 55px auto 0;
}
.bcream {
	padding: 40px 40px 30px;
	background: #fff8e3;
}
.sercheck {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sercheck li {
	font-size: 107%;
	width: 32%;
	margin: 0 0.6% 10px;
	padding: 15px;
	background: #fff;
	/*border: 3px solid #fff6d6;*/
}
.sercheck li span {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
.sercheck li span::before {
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	color: #18a6ed;
	position: absolute;
	top: 0.13em;
	left: 0;
	font-size: 90%;
}
@media (max-width: 1110px) {
	.sercheck li {
		width: 48%;
	}
}
@media (max-width: 850px) {
	.bcream {
		padding: 20px;
	}
	.sercheck {
		display: block;
	}
	.sercheck li {
		font-size: 100%;
		width: 100%;
		margin: 0 0 5px;
	}
	.sercheck li span {
		padding-left: 20px;
	}
}
@media (max-width: 550px) {
	.condition {
		margin-top: 30px;
	}
	.bcream {
		padding: 13px 10px;
	}
	.sercheck li {
		padding: 10px;
	}
}
/* 施工実績ページ ===========================================================================================================*/
.deco {
	display: block;
	width: 110px;
	margin: -50px auto 20px;
}
@media (max-width: 550px) {
	.deco {
		margin: -30px auto 10px;
		width: 70px;
	}
}
.worksPage section .inner {
	max-width: 1100px;
}
.worksPage section .maintitle {
	margin-bottom: 80px;
}
.worksPage .wbox {
	padding: 0;
	box-shadow: none;
	background: transparent;
	margin-bottom: 100px;
}
.worksPage .w_wrap .wbox::before {
	background-position: bottom 10.5% left 22%;
}
.worksPage .wbox:last-child {
	margin-bottom: 0 !important;
}
@media(max-width:850px) {
	.worksPage section .maintitle {
		margin-bottom: 50px;
	}
	.worksPage .wbox {
		margin-bottom: 70px;
	}
}
@media(max-width:550px) {
	.worksPage .wbox {
		margin-bottom: 45px;
	}
}
/* 会社案内ページ ===========================================================================================================*/
/* ご挨拶 */
.gtext {
	position: relative;
	max-width: 871px;
	margin-bottom: 70px;
}
.glast {
	text-align: center;
	margin-top: 25px;
}
/* img */
.twflex {
	display: flex;
	justify-content: space-between;
}
.twflex .twimg {
	width: 50%;
	position: relative;
}
.twflex .psr:first-child::before, .twflex .psr:nth-child(2)::before {
	content: '';
	width: 40%;
	height: 40%;
	position: absolute;
	background: #edf9ff;
	z-index: -1;
	border-radius: 40% 40% 58% 42% / 35% 60% 45% 70%;
	opacity: 0.8;
}
.twflex .psr:first-child::before {
	bottom: -1%;
	left: -4%;
}
.twflex .psr:nth-child(2)::before {
	top: -1%;
	right: -4%;
}
.twflex .br.illust, .twflex .bl.illust {
	bottom: 5% !important;
}
.twflex img {
	border-radius: 40% 40% 58% 42% / 35% 60% 45% 70%;
}
@media (max-width:550px) {
	.gtext {
		margin-bottom: 40px;
	}
}
/* 会社概要 */
/**/
.abimg {
	display: flex;
}
.abimg img {
	object-fit: cover;
	height: 100%;
}
/**/
table a:hover {
	opacity: 0.6;
}
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table th, .info_table td {
	padding: 17px 5px;
}
.info_table th {
	position: relative;
	width: 30%;
	border-bottom: 2px solid #86b0d1;
	color: #fff;
}
.info_table tr:last-child th {
	border-bottom: none;
}
.info_table th::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0067b7;
	z-index: -10;
}
.info_table th::after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #0067b7;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.info_table td {
	background: #fff9e6;
	width: 70%;
	padding-left: 21px;
}
.info_table tr:nth-child(odd) td {
	background: #fffcf2;
}
@media (max-width:550px) {
	.info_table th {
		width: 35%;
	}
	.info_table td {
		width: 65%;
	}
}
.ib {
	display: inline-block;
}
.db {
	display: block;
}
.fbold {
	font-weight: 700;
}
.fbold::before {
	font-family: "Font Awesome 6 Free";
	content: "\f138";
	font-weight: bold;
	color: #18a6ed;
	margin-right: 5px;
	font-size: 80%;
	position: relative;
	top: -2px;
}
/*map*/
.map {
	margin-bottom: 45px;
}
.map:last-child {
	margin-bottom: 0 !important;
}
.map iframe {
	width: 100%;
	height: 400px;
	border: 1px solid #ddd !important;
}
@media(max-width:550px) {
	.map iframe {
		height: 280px;
	}
}
/* お問い合わせ ====================*/
.tels .s_illust {
	top: -300px;
	bottom: auto;
	left: auto;
	right: -1%;
	z-index: -1;
}
@media(max-width:1350px) {
	.tels .s_illust {
		top: -20vw;
	}
}
@media(max-width:750px) {
	.tels .s_illust {
		top: -100px;
		right: -70px;
		max-width: 250px;
	}
}
/**/
.cotitle {
	font-weight: 700;
	font-size: clamp(1.25rem, 0.625rem + 2vw, 1.75rem);
	margin-bottom: 20px;
	text-align: center;
	color: #0067b7;
	position: relative;
}
.cotitle::before {
	content: '';
	display: block;
	width: 93px;
	height: 39px;
	background-image: url(../img/catch.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 auto 7px;
}
@media(max-width:550px) {
	.cotitle::before {
		width: 58px;
		height: 26px;
	}
}
/**/
.context {
	font-size: 110%;
	margin-bottom: 65px;
}
@media (max-width: 855px) {
	.context.center {
		text-align: left;
	}
	.context.center br {
		display: none;
	}
}
@media (max-width: 550px) {
	.context {
		font-size: 90%;
		margin-bottom: 27px;
	}
}
.tels {
	padding-bottom: 160px;
}
@media (max-width: 750px) {
	.tels {
		padding-bottom: 90px;
	}
}
@media (max-width: 550px) {
	.tels {
		padding: 40px 0 60px;
	}
}
.tl_mini {
	font-size: 1.1rem;
	margin-top: 5px;
}
.contact_wrap {
	padding: 40px 15px 45px;
	background: #fff9e6;
	max-width: 600px;
	margin: auto;
	border: 4px solid #fff6d6;
}
.tels .tel_contact i {
	color: #18a6ed;
}
.tels .tel_contact {
	font-size: clamp(1.5rem, 0.125rem + 4.4vw, 2.6rem);
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
}
.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: 550px) {
	.contact_wrap {
		max-width: 100%;
		padding: 20px 10px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		font-size: 0.85rem;
	}
}
.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: 25px;
}
.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: 550px) {
	.telmgb {
		margin-bottom: 17px;
	}
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.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-size: 97%;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #18a6ed;
	padding: 5px;
	margin-right: 5px;
	font-size: 12px;
	border-radius: 3px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #18a6ed;
	color: #18a6ed !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 button {
	display: block;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	border: 2px solid transparent;
	color: #fff;
	background: #18a6ed;
	width: 270px;
	padding: 22px 0;
	transition: .4s;
	border-radius: 50px;
	font-weight: 700;
	box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
.mailform button:hover {
	transform: translateY(6px);
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #18a6ed;
	border: 2px solid #18a6ed;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
.mail_s {
	padding-bottom: 60px;
}
@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%;
	}
}
@media (max-width: 550px) {
	.mail_s {
		padding: 55px 0 45px;
	}
	.mailform button {
		width: 230px;
		padding: 14px 0;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy::after {
	height: 150%;
}
.privacy_wrap {
	color: #333;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1px dashed #18a6ed;
	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(1.15rem, 0.775rem + 1.2vw, 1.45rem);
	transition: ease-in-out 100ms;
}
.privacy_header .fa-lock {
	color: #18a6ed;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.97rem;
}
.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: #0067b7;
}
@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 {
	font-size: 80%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #0067b7;
}