@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	transition: .4s;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 100px 0 130px;
	position: relative;
}
main section.stb {
	padding: 120px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 50px 0 65px;
	}
	main section.stb {
		padding: 50px 0;
	}
}
/*最初にロゴを表示*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start div {
	width: 40vw;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.start div img {
	width: 100%;
	height: 100%;
}
@media (max-width: 1035px) {
	.start div {
		width: 55vw;
	}
}
@media (max-width: 750px) {
	.start div {
		width: 65vw;
	}
}
@media (max-width: 500px) {
	.start div {
		width: 77vw;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 80px;
	display: block;
	text-align: center;
	line-height: 1.15;
	position: relative;
}
.maintitle .mf {
	text-align: center;
	font-size: clamp(2.2rem, 0.95rem + 4vw, 3.2rem);
	margin-bottom: 10px;
	letter-spacing: 0.02em;
	color: #28b1eb;
	text-transform: uppercase;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}
.maintitle .sf {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 80%;
}
.maintitle.mtleft {
	text-align: left;
}
.maintitle.mtleft .sf {
	padding-left: 3px;
}
.txtmgb {
	margin-bottom: 35px !important;
}
@media (max-width: 550px) {
	.txtmgb {
		margin-bottom: 30px !important;
	}
	.maintitle {
		margin-bottom: 40px;
	}
	.maintitle.mtleft {
		margin-bottom: 30px;
	}
	.maintitle {
		line-height: 1.05;
	}
	.maintitle .sf {
		font-size: 60%;
	}
}
@media (max-width: 355px) {
	.mlong {
		font-size: 9.2vw !important;
	}
}
/*見出し02*/
.mtitle {
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	margin-bottom: 33px;
	letter-spacing: 0.1em;
	font-size: clamp(1.35rem, 0.9125rem + 1.4vw, 1.7rem);
	line-height: 1.7;
}
.mtitle span {
	font-size: 56%;
	position: relative;
	padding-left: 40px;
	color: #28b1eb;
}
.mtitle span::before {
	background-color: #28b1eb;
	position: absolute;
	content: "";
	top: 0.75em;
	left: 0;
	width: 29px;
	height: 1px;
}
@media (max-width: 550px) {
	.mtitle {
		margin-bottom: 20px;
	}
}
/*見出し03*/
.stitle {
	position: relative;
	font-size: clamp(1.25rem, 0.8125rem + 1.4vw, 1.6rem);
	margin-bottom: 17px;
	padding-bottom: 8px;
	padding-left: 2px;
	color: #333;
	line-height: 1.7;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.stitle span {
	font-size: 76%;
	color: #28b1eb;
	margin-right: 12px;
}
.bdb {
	position: relative;
}
.bdb::after {
	content: '';
	display: block;
	height: 1px;
	background: #28b1eb;
	position: relative;
	top: 8.5px;
	left: 0;
	opacity: 0;
	width: 0;
	transition: 1.8s;
	transition-delay: 0.7s;
}
.inview.bdb::after {
	opacity: 1;
	width: 100%;
}
@media (max-width: 1060px) {
	.stitle {
		line-height: 1.9;
	}
	.stitle span {
		font-size: 70%;
		display: block;
	}
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 13px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 12px;
	transition: .4s;
	display: inline-block;
	width: 270px;
	text-align: center;
	color: #fff;
	background: #28b1eb;
	border: 1px solid #fff;
	z-index: 1;
	overflow: hidden;
	border-radius: 50px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	text-transform: uppercase;
}
section .mainbtn a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
}
.mainbtn a:hover {
	color: #28b1eb;
	background: #fff;
	border: 1px solid #28b1eb;
	transition: .4s;
}
@media (max-width: 550px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 210px;
		padding: 9px;
		font-size: 90%;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 7px;
	}
	.spmt.flexbox img {
		margin-bottom: 17px;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1700px) {
	.inner02 {
		max-width: 1300px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1699px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.mauto.w41 {
		width: 37%;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 90%;
		margin: 0 auto;
	}
	.mauto.w48, .mauto.w41 {
		width: 100%;
	}
}
.w65 {
	width: 65%;
}
.w53 {
	width: 53%;
}
.w50 {
	width: 50%;
}
.w49 {
	width: 48.5%;
}
.w48 {
	width: 47.5%;
}
.w47 {
	width: 46.5%;
}
.w43 {
	width: 43%;
}
.w32 {
	width: 31.5%;
}
/*==== 固定背景 ====*/
.bgfixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/bgfixed.jpg);
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100vh;
	z-index: -9999;
	transition: 1s;
	transition-delay: 0.8s;
	filter: grayscale(70%);
}
/* 背景 白 */
.bg_white {
	position: relative;
}
.bg_white::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -100;
	opacity: 0.8;
}
.bg_white02::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -100;
	opacity: 0.9;
}
.bg_white_m::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_w.svg) no-repeat center/cover;
	z-index: -100;
	opacity: 0.23;
}
.bg_white_m::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -100;
	opacity: 0.7;
}
/*背景 青*/
.bg_blue, .bg_blue02 {
	position: relative;
}
.bg_blue .stitle.bdb::after, .bg_blue02 .stitle.bdb::after {
	background: #fff;
}
.bg_blue p, .bg_blue .maintitle span, .bg_blue .stitle, .bg_blue .mtitle, .bg_blue02 p, .bg_blue02 .maintitle span, .bg_blue02 .stitle, .bg_blue02 .mtitle {
	color: #fff;
}
.bg_blue .r_secbacktext, .bg_blue .l_secbacktext, .bg_blue02 .r_secbacktext, .bg_blue02 .l_secbacktext {
	color: #fff;
}
.bg_blue::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #28b1eb;
	z-index: -100;
	opacity: 0.83;
}
.bg_blue02::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #28b1eb;
	z-index: -100;
	opacity: 0.6;
}
.bg_blue02::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -100;
	opacity: 0.7;
}
/*=== 共通部分ここまで ===*/
/* header */
.freedial {
	width: 14%;
	position: relative;
	top: 6px;
	margin-right: 5px;
}
/* header */
.header_sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	transition: .3s;
}
.change_color {
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.2);
	background-color: #fdfdfa;
}
.header {
	padding: 12px 10px 5px;
	transition: all .5s;
	width: 100%;
	position: relative;
}
.header_inner {
	max-width: 1295px;
	width: 96%;
	margin: 0 auto 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 325px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.7;
	transition: .3s;
}
.border_b {
	width: 98%;
	margin: auto;
}
.header ul {
	display: flex;
	text-align: center;
	align-items: center;
	width: fit-content;
	margin: auto;
}
.header ul li {
	width: fit-content;
	padding: 2px 17px;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 6px;
	color: #333;
	font-size: 0.87rem;
	line-height: 1.65;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.header ul li a:hover {
	color: #28b1eb;
}
.header ul li a span {
	display: block;
	font-size: 85%;
	color: #333;
	transition: all .3s;
	font-weight: 600;
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
	white-space: nowrap;
}
.header ul li a:hover span {
	color: #28b1eb;
}
.change_color .header ul li a span {
	color: #28b1eb;
}
.header_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_nav .f_link_btns {
	margin-top: 3px;
	margin-left: 10px;
}
.header_item {
	display: flex;
	justify-content: flex-end;
}
.header_item .mainbtn a {
	padding: 5px;
	width: 175px;
	font-size: 0.77rem;
	background: #28b1eb;
}
.header_item .mainbtn a:hover {
	border: 1px solid #28b1eb;
	color: #28b1eb;
	background: #fff;
}
.btnright a {
	border: 1px solid #28b1eb !important;
	color: #28b1eb !important;
	background: #fff !important;
}
.btnright a:hover {
	color: #fff !important;
	background: #28b1eb !important;
}
.header_item > div {
	margin: 0 5px;
}
.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 span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 33px;
	background: #28b1eb;
	position: absolute;
	transition: all 0.4s;
}
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn {
	filter: none;
}
#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;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
}
#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: 600px;
	width: 95%;
}
.menu_content nav {
	padding: 0 30px 37px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
	border-bottom: 1px dashed #28b1eb;
	text-align: left;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 0.85rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 6px 5px;
	color: #333;
	position: relative;
	line-height: 1.75;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.menu_padding ul li a span {
	font-size: 80%;
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	color: #28b1eb;
	text-transform: uppercase;
}
.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;
	background-size: cover;
	background-position: 30% 50%;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 5px;
}
.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;
}
.menu_btn_mgt, .hamburger_menu, .header_inner label {
	display: none;
}
@media (max-width: 1415px) {
	.header ul li a {
		white-space: nowrap;
		font-size: 0.97vw;
	}
	.header_item .mainbtn a {
		width: 165px;
		font-size: 0.75rem;
	}
}
@media (max-width: 1285px) {
	.header ul li a {
		font-size: 1vw;
	}
	.header ul li {
		padding: 2px 10px;
	}
	.header_logo {
		width: 260px;
	}
}
@media (max-width: 1080px) {
	.border_b {
		display: none;
	}
	.header {
		padding: 10px 12px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.header_logo {
		width: 310px;
		pointer-events: auto;
	}
	.menu_btn {
		top: 9px;
		right: 24px;
		pointer-events: auto !important;
	}
}
@media (max-height: 975px) {
	.menu_content .menu_padding {
		top: 0;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		padding-top: 45px;
		padding-bottom: 40px;
	}
}
@media (max-width: 550px) {
	.header {
		padding: 6px 9px;
	}
	.header_logo {
		width: 215px;
	}
	.menu_content .mainbtn a {
		width: 210px;
		padding: 7.5px !important;
		font-size: 0.85rem;
	}
	.menu_content ul li a {
		padding: 5px 0;
		font-size: 0.8rem;
	}
	.menu_content .mainbtn {
		margin: 0 15px;
		margin-bottom: 5px;
	}
	.menu_btn {
		top: -3px;
		right: 19px;
	}
}
/* footer */
/* フッターお問い合わせリンク */
.footer_bg .r_secbacktext, .footer_bg .l_secbacktext {
	z-index: 1;
	color: #fff;
}
.footer_bg {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: 50% 90%;
	background-attachment: fixed;
	color: #fff;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .footer_bg {
	background-attachment: scroll;
}
.footer_bg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.75;
	z-index: -1;
}
.footer_bg .footer_contact {
	position: relative;
	z-index: 2;
}
.footer_contact .maintitle {
	color: #fff;
	margin-bottom: 25px;
}
.footer_contact .maintitle .mf {
	color: #fff;
}
.ctext {
	margin-bottom: 45px;
	font-size: 110%;
}
.fax {
	pointer-events: none;
}
.footer_contact {
	padding: 50px 0 85px;
}
.footer_contact .btn a {
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 17px 5px 15px;
	font-size: 1.1rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.2);
}
.footer_contact .btn a:hover {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.footer_contact .btn {
	text-align: center;
	width: 24%;
}
@media (max-width: 1230px) {
	.footer_contact .btn a {
		font-size: 0.9rem;
	}
}
@media (max-width: 1080px) {
	.footer_contact .btn {
		width: 49%;
		margin-bottom: 10px;
	}
	.footer_contact .btn .freedial {
		width: 8.5%;
	}
	.footer_contact .btn a {
		font-size: 100%;
	}
}
@media (max-width: 800px) {
	.footer_contact .btn .freedial {
		top: 8.5px;
	}
}
@media (max-width: 750px) {
	.footer_contact .btn {
		width: 100%;
		max-width: 400px;
		margin: auto;
		margin-bottom: 10px;
	}
	.footer_contact {
		padding: 45px 0;
	}
}
@media (max-width: 550px) {
	.footer_bg {
		background-attachment: scroll;
	}
	.footer_contact .btn {
		margin-bottom: 7px;
	}
	.ctext {
		margin-bottom: 35px;
		font-size: 100%;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding-bottom: 25px;
	font-size: 0.89rem;
}
@media (max-width: 565px) {
	.copyright {
		font-size: 0.7rem;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 57px;
	height: 57px;
	box-sizing: border-box;
	background: #279cce;
	border: 1px solid #fff;
	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.5rem;
	position: absolute;
	top: 45%;
	left: 49.5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-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: 1.2rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
	/*clip-path: ellipse(100% 100% at top);*/
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 1;
	opacity: 0.1;
}
.slide_items {
	position: relative;
	width: 100%;
}
.slide_items img {
	width: 100%;
	/*height: calc(100vh - 60px);*/
	height: 100vh;
	min-height: 520px;
	object-fit: cover;
}
/*スライドアニメーション*/
@keyframes fadezoom {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
.slick-animation {
	animation: fadezoom 10s linear 0s normal both;
}
.slide_text {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 3.7rem;
	letter-spacing: 0.06em;
	color: #fff;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	z-index: 2;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 35%), 0px -0.3px 3px rgb(0 0 0 / 35%);
	/*text-shadow: 0px 2.5px 3px rgb(0 0 0 / 27%), 0px -2.5px 3px rgb(0 0 0 / 8%);*/
}
.slide_text p {
	margin-bottom: 0;
	animation: fadeIn 1.5s ease 3.55s 1 normal backwards;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .slide_text p {
	animation: none !important;
	opacity: 1 !important;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	to {
		opacity: 1;
		filter: blur(0);
		-webkit-backdrop-filter: blur(0);
	}
}
/*文字アニメーション*/
.glowAnime span {
	opacity: 0;
	display: inline-block;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .glowAnime.glow span {
	animation: none !important;
	opacity: 1 !important;
}
.glowAnime.glow span {
	animation: glow_anime_on .6s ease forwards;
	animation-duration: 2s;
}
@keyframes glow_anime_on {
	0% {
		opacity: 0;
		filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		-webkit-backdrop-filter: blur(0);
	}
}
/*We make comfortable space*/
.slideback {
	font-style: italic;
	font-weight: 700;
	font-family: 'Charm', cursive;
	color: #28b1eb;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	z-index: 0;
	opacity: 0.2;
	font-size: 7rem;
	white-space: nowrap;
	line-height: 1.05;
}
.slideback p {
	transform: rotate(-5deg);
	margin-bottom: 0;
}
@media (max-width: 1080px) {
	.slide_text {
		font-size: 2.7rem;
	}
	.slideback {
		font-size: 5rem;
	}
	.slide_items img {
		min-height: auto;
		height: 650px;
	}
}
@media (max-width: 750px) {
	.slide_text {
		font-size: 2.1rem;
	}
	.slideback {
		font-size: 4rem;
	}
	.slide_items img {
		height: 480px;
	}
}
@media (max-width: 550px) {
	.slide_items img {
		height: calc(100vh - 35px);
	}
	.slide_text {
		font-size: 8.8vw;
	}
	.slideback {
		font-size: 11.5vw;
	}
}
.pdb {
	padding-bottom: 50px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 30px !important;
	}
}
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 40px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 30px;
	}
}
.aic {
	align-items: center;
}
/*アニメーション*/
/*flowup*/
.flowup {
	opacity: 0;
	transform: translateY(25px);
	transition: opacity 1.1s, transform 1.7s;
	transition-delay: 0.3s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*delay*/
.delay01 {
	transition-delay: 0.65s !important;
}
.delay02 {
	transition-delay: 0.85s !important;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s !important;
	}
}
/* section 装飾文字 */
.r_secbacktext, .l_secbacktext {
	line-height: 1;
	white-space: nowrap;
	color: #28b1eb;
	position: absolute;
	bottom: 0;
	font-size: 10rem;
	z-index: -1;
	pointer-events: none;
	font-weight: 600;
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
	opacity: 0.25;
	margin-bottom: 0;
}
.l_secbacktext {
	left: 0;
}
.r_secbacktext {
	right: 0;
}
@media (max-width:1350px) {
	.r_secbacktext, .l_secbacktext {
		font-size: 12vw;
	}
}
@media (max-width:550px) {
	.r_secbacktext, .l_secbacktext {
		font-size: 33vw;
		opacity: 0.15;
	}
}
/* 新着情報 */
.news {
	padding: 60px 0 30px;
}
.newstitle {
	height: fit-content;
	width: 150px;
}
.newsl {
	width: calc(100% - 150px);
}
@media (max-width: 1170px) {
	.news {
		padding-bottom: 0;
	}
}
@media (max-width: 750px) {
	.news {
		padding: 45px 0 20px !important;
	}
	.news .maintitle {
		margin-bottom: 20px !important;
	}
}
/*ご挨拶*/
.serflex {
	display: flex;
	justify-content: space-between;
}
.serflex div {
	width: 47%;
	position: relative;
}
.serflex div:first-child {
	top: -15px;
}
.serflex div:last-child {
	top: 15px;
}
.reverse .serflex div:first-child {
	top: 15px;
}
.reverse .serflex div:last-child {
	top: -15px;
}
@media (max-width: 750px) {
	.serflex {
		margin-bottom: 35px;
	}
}
/*事業内容*/
.topservices section .r_secbacktext, .topservices section .l_secbacktext {
	z-index: 2 !important;
}
.topservices section .inner {
	position: relative;
	z-index: 2;
}
.topservices section {
	background: #fff;
}
.topservices section::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	filter: grayscale(100%);
}
.topservices section.bg_blue::after, .topservices section.bg_white::after {
	z-index: 1;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .topservices section::before {
	background-attachment: scroll;
}
.top01::before {
	background-image: url(../img/top01.jpg);
}
.top02::before {
	background-image: url(../img/top02.jpg);
}
.top03::before {
	background-image: url(../img/top03.jpg);
}
.top04::before {
	background-image: url(../img/top04.jpg);
}
.top05::before {
	background-image: url(../img/top05.jpg);
}
/*
@media (max-width: 550px) {
	.topservices section::before {
		background-attachment: scroll;
	}
}
*/
/* 施工実績 */
.lightbox_hov:hover img {
	opacity: 0.6;
}
.slider .slick-prev:before, .slider .slick-next:before {
	color: #fff;
	opacity: 1;
	font-size: 1.75rem;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 10%), 0px -0.3px 3px rgb(0 0 0 / 5%);
}
.slick-prev, .slick-next {
	width: auto;
	height: 100%;
}
.slider .slick-prev {
	left: 14px;
	z-index: 3 !important;
}
.slider .slick-next {
	right: 13px;
	z-index: 3 !important;
}
.slider .slick-slide {
	margin: 0 15px !important;
	transition: .3s ease;
}
.slider li {
	position: relative;
}
.slider li::before {
	content: '';
	display: block;
	padding-top: 80%; /*高さの比率*/
}
.slider li img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
@media (max-width: 865px) {
	.slider .slick-prev {
		left: 14px;
	}
	.slider .slick-next {
		right: 14px;
	}
}
@media (max-width: 450px) {
	.slider .slick-slide {
		margin: 0 5px !important;
	}
	.slider .slick-prev {
		left: 4px;
	}
	.slider .slick-next {
		right: 3px;
	}
}
/*採用情報*/
.recruit .txtmgb {
	margin-bottom: 25px !important;
}
p.rtext {
	line-height: 1.75;
	font-size: 117%;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	color: #28b1eb;
}
/*checklist*/
.acheck li {
	padding-left: 22px;
	position: relative;
	border-bottom: 1px dashed #28b1eb;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f00c";
	font-weight: bold;
	display: inline-block;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
	color: #28b1eb;
}
.rwbox {
	color: #333;
	padding: 40px;
	background: #fff;
}
.rwbox .maintitle .mf {
	color: #28b1eb;
}
.rwbox .maintitle .sf {
	color: #333;
}
@media (max-width: 550px) {
	.recruit .txtmgb {
		margin-bottom: 20px !important;
	}
	p.rtext {
		font-size: 105%;
		margin-bottom: 15px;
	}
	.rwbox {
		padding: 20px 17px 25px;
	}
}
/*お取扱いメーカー*/
.manufacturer .maintitle {
	margin-bottom: 50px;
}
.manufacturerflex {
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 550px) {
	.manufacturer .maintitle {
		margin-bottom: 35px;
	}
}
.maker {
	width: 32%;
	margin: 0 0.5% 10px;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 24px 0px, rgba(0, 0, 0, 0.02) 0px 0px 0px 1px;
}
.maker a {
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
}
.maker a::before {
	content: '';
	display: block;
	padding-top: 20%;
}
.maker a img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	padding: 10px;
}
.maker a:hover img {
	opacity: 0.5;
}
@media (max-width:950px) {
	.maker {
		width: 47.5%;
		margin: 0 1% 7px;
	}
}
@media (max-width:550px) {
	.maker a::before {
		padding-top: 30%;
	}
}
/* 下層ページ ======================================================================================================================*/
/*header*/
.subheader {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.2);
	background-color: #fdfdfa;
}
.subheader .header_sticky {
	position: relative;
}
.subheader .header ul li a span {
	color: #28b1eb;
}
/*下層ページトップ*/
.fv {
	height: 290px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/bgfixed.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	position: relative;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	opacity: 0.55;
}
.fv h2 {
	text-shadow: 0 0 6.5px #333, 0px 0.3px 2.5px rgb(0 0 0 / 25%), 0px -0.3px 2px rgb(0 0 0 / 30%);
	margin-bottom: 0 !important;
	z-index: 1;
	position: relative;
}
.fv h2 span {
	color: #fff !important;
}
@media(max-width:1285px) {
	.fv {
		height: 245px;
	}
}
@media(max-width:755px) {
	.fv {
		height: 210px;
	}
}
@media(max-width:450px) {
	.fv {
		height: 140px;
	}
	.fv .maintitle .mf {
		margin-bottom: 0;
		font-size: 1.75rem;
	}
	.fv .maintitle .sf {
		font-size: 60%;
	}
	.fv h2 {
		line-height: 0.85;
		text-shadow: 0 0 6.5px #333, 0px 0.3px 2.5px rgb(0 0 0 / 15%), 0px -0.3px 2px rgb(0 0 0 / 10%);
	}
}
.aic {
	align-items: center;
}
/* breadcrumb */
.binner {
	width: 95%;
	font-size: 0.8rem;
	position: relative;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.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: #333;
}
.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;
}
.whitecrd .breadcrumb li a, .whitecrd .breadcrumb li {
	color: #fff;
}
@media(max-width:550px) {
	.breadcrumb {
		font-size: 0.63rem;
	}
}
/* 新築・リフォーム・リノベーションページ ======================================================================================================================*/
/*ページ内リンク*/
#house, #container {
	position: relative;
	top: -120px;
}
@media(max-width:1080px) {
	#house, #container {
		top: -50px;
	}
}
@media(max-width:750px) {
	.kspage .serflex {
		margin-bottom: 17px;
	}
}
/*アンカーリンクで飛ぶと一番下のsectionの疑似要素がうまく表示されない（高さが足りなくなる？）*/
.anchorlast::after {
	height: 103.7% !important;
}
/*流れ*/
.flow {
	position: relative;
}
.flow::before {
	content: "";
	width: 16px;
	height: 100%;
	background-color: rgba(40, 177, 235, 0.15);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ftitle {
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 13px;
	ont-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	position: relative;
	z-index: 2;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.ftitle::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 95px;
	height: 1px;
	background: rgba(40, 177, 235, 0.55);
}
.ftitle span {
	margin-right: 13px;
	font-size: 90%;
	position: relative;
	color: #28b1eb;
	text-transform: uppercase;
}
.flow .fwrap {
	padding: 35px;
	background: #fff;
}
.flow .flowd {
	margin-bottom: 45px;
}
.flow .flowd:last-child {
	margin-bottom: 0 !important;
}
.flow .fwrap .mainbtn a {
	width: 100%;
	padding: 8px 0;
}
.flow .fwrap .mainbtn a::after {
	content: none;
}
.flow .flowd::after, .flow .flowd::before {
	content: "";
	display: block;
	position: absolute;
	top: 57px;
}
.flow .flowd {
	padding-left: 80px;
	position: relative;
}
.flow .flowd::before {
	z-index: 1;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	background: #28b1eb;
	border-radius: 50%;
	left: 3px;
}
.flow .flowd::after {
	width: 63px;
	border-bottom: 1px dashed #28b1eb;
	position: absolute;
	left: 13px;
}
.btns {
	margin-top: 20px;
}
@media (max-width: 955px) {
	.fservices {
		padding-bottom: 0;
	}
	.flow .flowd {
		padding-left: 0;
	}
	.flow .flowd::before, .flow .flowd::after {
		content: none;
	}
	.flow::before {
		content: none;
	}
	.flow .fwrap .mainbtn a::after {
		content: none;
	}
	.flow .flowd {
		margin-bottom: 25px;
	}
	.ftitle span {
		margin-right: 8px;
	}
}
@media (max-width: 1100px) {
	.flow .flexbox {
		align-items: center;
	}
	.btns .mainbtn a {
		white-space: nowrap;
		font-size: 0.87rem;
	}
}
@media(max-width: 835px) {
	.btns .mainbtn a {
		font-size: 0.75rem;
	}
}
@media(max-width: 750px) {
	.flow .flowd {
		margin-bottom: 15px;
	}
	.btns .mainbtn a {
		font-size: 100%;
	}
	.flow .fwrap .btns .mainbtn {
		margin-bottom: 10px;
	}
	.flow .fwrap .btns .mainbtn:last-child {
		margin-bottom: 0 !important;
	}
	.flow .fwrap .btns .mainbtn a {
		padding: 5px 0;
	}
	.flow .flexbox {
		display: block;
	}
	.flow .flexbox img {
		width: 100%;
	}
	.flow .flexbox div {
		width: 100%;
	}
	.flow .flowd .flexbox img {
		margin-bottom: 5px;
	}
	.flow .flex div {
		margin: 0 5px 8px;
	}
	.flowd .flimg img {
		object-fit: cover;
		width: 100%;
		height: 240px;
	}
	.ftitle {
		font-size: 1rem;
	}
}
@media(max-width: 600px) {
	.flow .flex {
		display: block;
	}
	.flow .flex img {
		width: 100%;
	}
	.flow .flex div {
		width: 100%;
		margin: 0 0 8px;
	}
	.flowd .flimg img {
		height: 100%;
	}
}
@media(max-width: 450px) {
	.flows .maintitle {
		margin-bottom: 40px;
	}
	.flow .fwrap {
		padding: 15px;
	}
	.ftitle {
		margin-bottom: 10px;
	}
	.btns {
		margin-top: 13px;
	}
}
/*対応可能エリア*/
.areaimg {
	width: 80%;
	max-width: 370px;
	margin: auto;
	margin-bottom: 13px;
}
.areatext {
	font-size: 133%;
	margin-bottom: 2px;
}
@media(max-width: 550px) {
	.areaimg {
		margin-bottom: 10px;
	}
	.areatext {
		font-size: 117%;
		margin-bottom: 3px;
	}
}
/* コンテナ・クレーンページ ======================================================================================================================*/
.container {
	margin-bottom: 57px;
}
.container:last-child {
	margin-bottom: 0 !important;
}
@media(max-width: 550px) {
	.container {
		margin-bottom: 45px;
	}
}
.colorblue {
	color: #28b1eb;
}
/*containerの文字調整*/
.sectxtbtm {
	bottom: -1%;
}
@media(max-width: 750px) {
	.bt_left {
		right: auto;
	}
}
/*対応可能エリア*/
.containerarea .mtitle {
	margin-bottom: 7px;
}
@media(max-width: 750px) {
	.containerarea .mtitle {
		margin-bottom: 3px;
	}
}
/* 採用情報ページ ======================================================================================================================*/
.mgt {
	margin-top: 20px;
}
/*こんな会社です！*/
.catch {
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 55px;
}
.oc{
	font-size: 1.35rem;
	
}
@media(max-width:750px) {
	.oc{
	font-size: 1.1rem;
	
}
	.catch {
		font-size: 1.15rem;
		margin-bottom: 27px;
	}
}

.recflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
}
.recflex div:last-child {
	margin-top: -10px;
}
@media(max-width:750px) {
	.recflex {
		margin-top: 20px;
		margin-bottom: 7px;
	}
	.recflex div {
		width: 48%;
	}
}
/*1日の流れ*/
.recbox {
	border: 1px solid #fff;
	background: rgba(40, 177, 235, 0.5);
	padding: 40px 60px;
}
@media(max-width:1215px) {
	.recbox {
		padding: 30px;
	}
}
@media(max-width:750px) {
	.recbox img {
		margin-bottom: 20px;
	}
}
@media(max-width:550px) {
	.recbox {
		padding: 20px 17px;
	}
}
/**/
.dflow {
	border-left: 1px solid #fff;
	padding: 15px 0 10px;
}
.ditem {
	margin-bottom: 25px;
}
.ditem p {
	position: relative;
	padding-left: 117px;
	font-weight: 400;
	font-size: 107%;
}
.ditem p::before {
	content: '';
	background: #fff;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -7px;
}
.ditem p .time {
	position: absolute;
	top: 0;
	left: 7px;
	padding-left: 15px;
}
.longtime {
	padding-left: 100px !important;
}
@media(max-width:930px) {
	.ditem p {
		font-size: 100%;
	}
}
@media(max-width:750px) {
	.spdflow {
		margin-bottom: 45px;
	}
	.ditem {
		margin-bottom: 15px;
	}
}
/* table */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 2px solid #f5f5f5;
}
.info_table th, .info_table td {
	padding: 14px 0;
	font-weight: 400;
}
.info_table th {
	background: #28b1eb;
	color: #fff;
	width: 33%;
	border-right: 2px solid #f5f5f5;
}
.info_table td {
	padding-left: 10px;
	padding-right: 5px;
	background: #fff;
	width: 67%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}
.iftab .maintitle {
	margin-bottom: 47px;
}
@media(max-width: 750px) {
	.iftab .maintitle {
		margin-bottom: 35px;
	}
}
/* 会社概要・ビジネスパートナー募集・お問い合わせページ ===============================================================================================*/
.phmgb {
	margin-bottom: 25px;
}
.phtext {
	font-size: 1.85rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.phtext span {
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
	font-size: 77%;
	display: block;
	color: #737373;
	line-height: 1.35;
	margin-top: 3px;
}
@media(max-width: 1030px) {
	.phtext {
		font-size: 1.55rem;
	}
}
@media(max-width: 550px) {
	.phmgb {
		margin-bottom: 17px !important;
	}
	.phtext {
		font-size: 1.4rem;
	}
}
@media(max-width: 400px) {
	.phtext span {
		font-size: 5vw;
		white-space: nowrap;
	}
}
/*代表挨拶*/
.glast {
	text-align: right;
	margin-top: 20px;
}
/*map*/
@media(max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/*ビジネスパートナー募集*/
.whitebox {
	background: rgba(255, 255, 255, 0.7);
}
@media(max-width: 750px) {
	.whitebox img {
		margin-bottom: 6px;
	}
}
/*お問い合わせ====================*/
.contop {
	margin-bottom: 50px;
}
.conbox {
	width: 49%;
	padding: 10px 20px 20px;
background: rgba(255, 255, 255, 0.7);border: 1px solid #fff;
	position: relative;

}
.conbox .stitle {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.conbox .stitle::before {
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	color: #28b1eb;
	display: inline-block;
	margin-right: 7px;
	font-size: 0.8em;
}
.conbox a {
	display: block;
	font-size: 1.9rem;
	color: #28b1eb;
	font-weight: 600;
  font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
}
.conbox a:hover {
	opacity: 0.4;
}
.clink {
	margin-bottom: 13px;
}
.conbox p {
	font-size: 90%;
}
.bnote {
	font-size: 110%;
}
@media (max-width: 1060px) {
	.conbox {
		width: 49.5%;
		margin-bottom: 10px;
	}
}
@media (max-width: 790px) {
	.contop {
		text-align: left;
	}
	.contop br{
		display: none;
	}
	}
	
@media (max-width: 750px) {

	.spnone {
		display: none;
	}
	.conbox:last-child {
		margin-bottom: 0 !important;
	}
	.acheck.flexbox li {
		margin-right: 0 !important;
	}
}
@media (max-width: 550px) {
	.contop {
		margin-bottom: 30px;
	}
	.conbox {
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	.conbox .stitle {
		font-size: 1.05rem;
	}
	.conbox a {
		font-size: 1.5rem;
	}
	.conbox .acheck {
		margin-bottom: 5px;
	}
}
/* check list */
.acheck.flexbox {
	justify-content: flex-start;
}
.acheck.flexbox li {
	margin-right: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.acheck.flexbox li:last-child {
	margin-right: 0;
}
.acheck.flexbox li {
	border-bottom: none;
}
/* メール */
.mails {
	padding-bottom: 50px;
}
.mails .maintitle {
	margin-bottom: 50px;
}
@media(max-width:550px) {
	.mails {
		padding-bottom: 20px;
		padding-top: 30px;
	}
	.mails .maintitle {
		margin-bottom: 20px;
	}
}
.note{
	font-size: 88%;
}
.mnote {
	max-width: 915px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 55px !important;
	margin-bottom: 0 !important;
}
@media(max-width:550px) {
	.mnote {
		font-size: 90%;
		margin-top: 45px;
	}
	.mpdb {
		padding-bottom: 25px !important;
	}
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 30px auto 0;
}
@media (max-width: 550px) {
	.mailform {
		margin-top: 5px;
	}
}
.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: 0.95rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #28b1eb;
	padding: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #28b1eb;
	color: #28b1eb !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
}
.mailform .box, .mailform textarea {
	border: 1px solid #b8b8b8;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
	color: #333;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #28b1eb;
	padding: 1% 7%;
	transition: .4s;
	border-radius: 30px;
}
.mailform button:hover {
	background-color: #fff;
	color: #28b1eb;
	border: 1px solid #28b1eb;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
/*チェックボックス*/
.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 #28b1eb;
	border-bottom: 3px solid #28b1eb;
	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: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.formsel label {
		font-size: 0.95rem;
	}
	.mailform input[type=checkbox] + label {
		display: block;
	}
}
@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 {
	padding-top: 0 !important;
}
.privacy_wrap {
	font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
	color: #333;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #333;
}
@media(max-width:450px) {
	.privacy_wrap {
		font-size: 1rem;
	}
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.privacy_header i {
	color: #28b1eb !important;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
}
.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: #28b1eb;
}
@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: #28b1eb;
}







.p250418{
	text-align: center;
	font-size: clamp(1.25rem, 0.8125rem + 1.4vw, 1.6rem);
	font-weight: 500;
	margin-bottom: 30px;
}
@media(max-width:450px){
	.p250418 br{
		display: none;
	}
}

.ps250418{
	font-size: clamp(1.25rem, 0.8125rem + 1.4vw, 1.6rem);
	font-weight: 500;
	margin-top: 60px;
	text-align: center;
}