@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #595757;
	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: 90px 0 120px;
	position: relative;
}
main section.stb {
	padding: 110px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 50px 0 75px;
	}
	main section.stb {
		padding: 60px 0;
	}
}
/* 画像 */
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(131, 222, 62, 0.17);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 80px;
	display: block;
	text-align: center;
	line-height: 1.2;
	position: relative;
	font-weight: 600;
}
.mshita {
	line-height: 1.4 !important;
}
.maintitle .mf {
	text-align: center;
	font-size: clamp(2.5rem, 1.625rem + 2.8vw, 3.2rem);
	margin-bottom: 10px;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	font-family: 'Cormorant Garamond', serif;
	color: #32c5e3;
}
.green {
	color: #83de3e !important;
}
.maintitle .sf {
	font-family: 'Noto Serif JP', serif;
	font-size: 80%;
}
.maintitle.mtleft {
	text-align: left;
}
.maintitle.mtleft .sf {
	padding-left: 5px;
}
.txtmgb {
	margin-bottom: 35px !important;
}
@media (max-width: 1110px) {
	.maintitle {
		line-height: 1.05;
	}
	.mshita {
		line-height: 1.25 !important;
	}
}
@media (max-width: 950px) {
	.sflong {
		white-space: nowrap;
		font-size: 1.9vw !important;
	}
}
@media (max-width: 750px) {
	.maintitle.mtleft.spcenter .sf {
		padding-left: 0;
	}
	.sflong {
		font-size: 65% !important;
	}
}
@media (max-width: 550px) {
	.txtmgb {
		margin-bottom: 27px !important;
	}
	.maintitle {
		margin-bottom: 40px;
	}
	.maintitle.mtleft {
		margin-bottom: 30px;
	}
	.maintitle .sf {
		font-size: 65%;
	}
}
@media (max-width:440px) {
	.mflong {
		white-space: nowrap;
		font-size: 9.5vw !important;
	}
}
@media (max-width:380px) {
	.sflong {
		font-size: 4.1vw !important;
	}
}
/*見出し02*/
.mtitle {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.3rem, 0.925rem + 1.2vw, 1.6rem);
	line-height: 1.7;
}
.mtitle span {
	font-size: 56%;
	position: relative;
	padding-left: 40px;
	color: #32c5e3;
}
.mtitle span::before {
	background-color: #32c5e3;
	position: absolute;
	content: "";
	top: 0.75em;
	left: 0;
	width: 29px;
	height: 1px;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 400;
	position: relative;
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	border-bottom: 1px solid #32c5e3;
	margin-bottom: 15px;
	padding-bottom: 8px;
	padding-left: 2px;
	color: #595757;
	line-height: 1.7;
}
.stitle span {
	font-size: 72%;
	color: #32c5e3;
}
@media (max-width: 750px) {
	.stitle {
		border-bottom: 1px solid #32c5e3;
		margin-bottom: 10px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 12px;
	border: 1px solid #fff;
	transition: .4s;
	display: inline-block;
	width: 300px;
	text-align: center;
	color: #fff;
	background: #32c5e3;
	z-index: 1;
	overflow: hidden;
	border-radius: 30px;
	font-weight: 600;
}
section .mainbtn a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
}
.mainbtn a:hover {
	border: 1px solid #32c5e3;
	color: #32c5e3;
	background: #fff;
	transition: .4s;
}
.mainbtn.greenbtn a {
	background: #83de3e;
}
.mainbtn.greenbtn a:hover {
	border: 1px solid #83de3e;
	color: #83de3e;
	background: #fff;
}
@media (max-width: 550px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 270px;
		padding: 7px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 15px;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
@media (min-width: 1700px) {
	.inner02 {
		max-width: 1400px;
		width: 92%;
		margin: 0 auto;
	}
	.rimg img {
		border-radius: 15px;
	}
}
@media (max-width: 1699px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 41%;
	}
	.inner02 .flexbox .rimg img {
		border-radius: 0 15px 15px 0;
	}
	.inner02 .reverse .rimg img {
		border-radius: 15px 0 0 15px;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 90%;
		margin: 0 auto;
	}
	.rimg img {
		border-radius: 15px !important;
	}
	.mauto.w48 {
		width: 100%;
	}
}
.w65 {
	width: 65%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w32 {
	width: 32%;
}
/* 背景 */
.bg_blue, .bg_blue02 {
	position: relative;
}
.bg_blue::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, #b2fefa, #0ed2f7);
	z-index: -18;
	opacity: 0.4;
}
.bg_blue02::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f0fcfc;
	z-index: -18;
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all .5s;
	background: transparent;
}
.change_color .header {
	background: #fff;
	box-shadow: 0px 4px 4px -6px rgba(0, 0, 0, 0.3);
	transition: .8s;
}
.header {
	padding: 10px 5px 7px;
	width: 100%;
	z-index: 100;
	position: relative;
	background: transparent;
	transition: .3s;
}
.header_inner {
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 310px;
	filter: brightness(0) invert(1);
}
.change_color .header_logo {
	filter: none;
}
.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: 34px;
	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;
	padding: 3px 0;
	color: #fff;
	line-height: 1.55;
	font-size: 0.9rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.change_color .header ul li a {
	color: #595757;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 135%;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	text-transform: capitalize;
}
.change_color .header ul li a span {
	color: #0faeba;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	margin-right: 15px;
}
.header_item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 15px;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 13.5rem;
	line-height: 1.55;
	padding: 7px;
	font-size: 0.8rem;
	font-weight: 600;
	color: #fff !important;
	border: 1px solid #fff !important;
	background: transparent !important;
}
.header_item .mainbtn a:hover {
	color: #fff !important;
	border: 1px solid transparent !important;
	background: #83de3e !important;
}
.change_color .header_item .mainbtn a {
	color: #fff !important;
	background: #83de3e !important;
	border: 1px solid #fff !important;
}
.change_color .header_item .mainbtn a:hover {
	color: #83de3e !important;
	background: #fff !important;
	border: 1px solid #83de3e !important;
}
.tel {
	font-size: 1.55rem;
	line-height: 1.1;
	transition: .3s;
}
.tel a {
	color: #fff;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.change_color .header .tel a {
	color: #83de3e;
}
.tel:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
.header_item .mainbtn a:after {
	content: none;
}
.hamburger_menu {
	display: none;
}
.htm {
	font-size: 87%;
	pointer-events: none;
}
.hts {
	font-size: 1.35rem;
	pointer-events: auto;
	transition: .3s;
	padding-bottom: 3px;
	border-bottom: 1px solid #595757;
}
.hts:hover {
	opacity: 0.6;
	transition: .3s;
}
@media (max-width: 450px) {
	.hts {
		font-size: 1.15rem !important;
	}
}
.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 {
	filter: none;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	position: absolute;
	transition: all 0.4s;
	background: #ffff;
}
.change_color .menu_btn span, .change_color .menu_btn span:before, .change_color .menu_btn span:after {
	background: #0faeba;
}
.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: #0faeba;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #0faeba;
}
#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%);
	width: 90%;
}
.menu_content nav {
	padding: 0 30px 27px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 0.85rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 7.5px 0;
	position: relative;
	line-height: 1.75;
	color: #595757;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.menu_padding ul li a span {
	font-size: 130%;
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	color: #0faeba;
	text-transform: capitalize;
}
.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: rgba(255, 255, 255, 0.97);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
.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;
	width: 280px;
	border: 1px solid #83de3e !important;
	color: #fff;
	background: #83de3e;
}
.menu_content .mainbtn a:hover {
	color: #83de3e;
	background: #fff;
	font-weight: 600;
}
.menu_content .hicon {
	width: fit-content;
	margin: auto;
	margin-top: 20px;
}
.menu_content .hicon a {
	font-size: 1.4rem;
	margin: 0 3px;
	color: #83de3e;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1145px) {
	.header_logo {
		width: 250px;
	}
	.header {
		padding: 15px;
	}
	.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: 12.5px;
		right: 30px;
	}
}
@media (max-width: 500px) {
	.header_title {
		width: 190px;
	}
	.header {
		padding: 11.5px 10px;
	}
	.menu_btn {
		top: 2px;
		right: 21px;
	}
	.menu_content .mainbtn a {
		padding: 8px !important;
		width: 220px;
		font-size: 0.85rem;
	}
}
@media (max-width: 300px) {
	.header_title {
		width: 63vw;
	}
	.menu_btn {
		top: 0;
		right: 15px;
	}
	.menu_content .mainbtn a {
		width: 90%;
	}
}
/* footer========= */
/* フッター固定背景 */
.footer_bg {
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: 24% 0%;
	background-attachment: fixed;
	overflow: hidden;
	clip-path: ellipse(100% 100% at bottom);
}
/*Safari*/
::-webkit-full-page-media, :future, :root .footer_bg {
	background-attachment: scroll;
	background-position: 24% 90%;
}
.footer_bg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.35;
	z-index: -1;
}
.footer_bg_height {
	height: 300px;
}
@media (max-width: 750px) {
	.footer_bg {
		background-attachment: scroll;
		clip-path: ellipse(200% 100% at bottom);
	}
}
@media (max-width: 550px) {
	.footer_bg_height {
		height: 250px;
	}
}
/* ロゴとアドレス */
.footer_address_bg {
	position: relative;
	color: #fff;
}
.footer_address_bg::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #32c5e3;
	opacity: 0.85;
	z-index: -1;
}
.footer_address_bg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	pointer-events: none;
	z-index: -1;
}
.footer_address {
	position: relative;
	text-align: center;
	padding: 55px 0;
	z-index: 1;
}
.flogo {
	width: 320px;
	margin-bottom: 17px;
	filter: brightness(0) invert(1);
}
.fad {
	margin-bottom: 50px;
}
/* リンクボタン */
.fblex {
	max-width: 900px;
	margin: auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.fblex .mainbtn {
	width: 32%;
}
.fblex .mainbtn a {
	width: 100%;
	white-space: nowrap;
	font-size: 0.93rem;
}
@media (max-width: 990px) {
	.fblex .mainbtn a {
		font-size: 0.9rem;
	}
}
@media (max-width: 810px) {
	.fblex {
		display: block;
	}
	.fblex .mainbtn {
		width: 100%;
		margin: auto;
		max-width: 320px;
		margin-bottom: 7px;
	}
	.fblex .mainbtn:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 550px) {
	.fblex .mainbtn {
		max-width: 275px;
	}
	.fblex .mainbtn a {
		padding: 9px;
		font-size: 0.8rem;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 17px 3px 35px;
}
@media (max-width: 750px) {
	.address br {
		display: block;
	}
	.fad {
		margin-bottom: 35px;
	}
	.footer_address {
		padding: 45px 0 25px;
	}
	.flogo {
		width: 80%;
		max-width: 290px;
		margin-bottom: 17px;
	}
	.copyright {
		font-size: 0.75rem;
	}
}
@media (max-width: 550px) {
	.fad {
		font-size: 0.75rem;
	}
	.flogo {
		max-width: 235px;
		margin-bottom: 10px;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 54px;
	height: 54px;
	box-sizing: border-box;
	background: #83de3e;
	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 5 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.4rem;
	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: 47px;
		height: 47px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 1.1rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #32c5e3;
	z-index: 1;
	opacity: 0.3;
}
.slide_items {
	position: relative;
	width: 100%;
}
.slide_items img {
	width: 100%;
	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: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 3.4rem;
	letter-spacing: 0.08em;
	color: #fff;
	font-weight: 600;
	z-index: 2;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 15%), 0px -0.3px 3px rgb(0 0 0 / 35%);
}
.slide_text p {
	margin-bottom: 0;
}
.slide_text_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 590px;
	width: 80%;
	z-index: 2;
}
.slide_text_img img {
	width: 100%;
	filter: brightness(0) invert(1);
}
@media (max-width: 1170px) {
	.slide_text {
		font-size: 2.7rem;
	}
	.slide_items img {
		min-height: auto;
		height: 700px;
	}
	.slide_text_img {
		top: 52%;
		max-width: 480px;
	}
}
@media (max-width: 750px) {
	.slide_text {
		font-size: 2.1rem;
	}
	.slide_items img {
		height: 480px;
	}
	.slide_text_img {
		max-width: 380px;
	}
}
@media (max-width: 550px) {
	.slide_items img {
		height: 370px;
	}
	.slide_text {
		font-size: 6.5vw;
	}
}
.pdb {
	padding-bottom: 50px !important;
}
.pdb0 {
	padding-bottom: 0;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 30px !important;
	}
}
.center {
	text-align: center;
}
.spblock {
	display: none;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
	.spnone {
		display: none;
	}
	.spblock {
		display: block;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 40px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 35px;
	}
}
.aic {
	align-items: center;
}
/*アニメーション*/
/*flowup*/
.flowup {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 2.1s, transform 1.8s;
	transition-delay: 0.3s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
.opanim {
	opacity: 0;
	transition: 1.4s;
	transition-delay: 0.2s;
}
.opanim.inview {
	opacity: 1;
}
/*delay*/
.delay01 {
	transition-delay: 0.65s;
}
.delay02 {
	transition-delay: 0.85s;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s;
	}
}
/* 画像 */
.rimg img {
	border-radius: 15px;
}
/* 固定背景 */
.bgfixed {
	position: relative;
	z-index: 1;
	background: url(../img/bgfixed.png) no-repeat;
	background-size: 37%;
	background-position: center;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .bgfixed {
	background-attachment: scroll;
}
@media (max-width: 750px) {
	.bgfixed {
		background-size: 200px;
		background-attachment: scroll;
	}
	.bgfixed.spfixednone {
		background-size: 0;
	}
	.spfixedtop {
		background-position: top 20% center;
	}
}
.bgfixed::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fafdff;
	opacity: 0.8;
	z-index: -1;
}
.bgfixed::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* ==== 新着情報 ==== */
.topic {
	padding: 70px 0 105px;
}
.topic .maintitle {
	margin-bottom: 45px;
}
@media (max-width: 550px) {
	.topic {
		padding: 35px 0 75px;
	}
}
/* ==== 私たちについて ==== */
.abtext p {
	margin-bottom: 17px
}
.abtext p:last-child {
	margin-bottom: 0 !important;
}
.wtext {
	font-size: 123%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 25px !important;
}
@media (max-width: 1030px) {
	.wtext {
		font-size: 113%;
	}
	.wtext br {
		display: none;
	}
}
@media (max-width: 550px) {
	.abtext p {
		margin-bottom: 15px
	}
	.wtext {
		font-size: 107%;
		line-height: 1.8;
		margin-bottom: 20px !important;
	}
}
/* ==== 物件一覧 ==== */
/*縦書き*/
.housingtext .maintitle {
	text-align: left;
	margin-left: 27px;
	margin-bottom: 0;
	line-height: 1.25;
}
.housingtext {
	width: auto;
	max-width: 465px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.housingtext p {
	font-size: 107%;
	line-height: 2.2;
	letter-spacing: 0.15em;
	margin-left: 23px;
}
.housinglink {
	width: calc(100% - 290px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.housinglink .link {
	width: 32%;
}
/**/
.hitext {
	margin-bottom: 65px;
	text-shadow: 1px 1px 0 #ecfcfc, -1px -1px 0 #ecfcfc, -1px 1px 0 #ecfcfc, 1px -1px 0 #ecfcfc, 0px 1px 0 #ecfcfc, 0 -1px 0 #ecfcfc, -1px 0 0 #ecfcfc, 1px 0 0 #ecfcfc;
}
.fourlinks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fourlinks .link {
	height: 470px;
	width: 24%;
}
@media (max-width: 1145px) {
	.fourlinks .link {
		height: 270px;
		width: 49%;
		margin-bottom: 13px;
	}
}
@media (max-width: 650px) {
	.hitext {
		margin-bottom: 35px;
	}
	.fourlinks {
		display: block;
	}
	.fourlinks .link {
		height: 200px;
		width: 100%;
		margin-bottom: 13px;
	}
}
/*写真付きリンク*/
.link {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.housinglink .link {
	height: 470px;
	margin-bottom: 13px;
}
.link::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	z-index: 1;
	opacity: 0.35;
	pointer-events: none;
}
.link img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.link img {
	transform: scale(1.07);
}
.link:hover img {
	transform: scale(1);
	transition: .6s;
}
.link h3 {
	position: absolute;
	top: 1.5%;
	right: 4%;
	color: #fff;
	z-index: 2;
	font-size: 1.13rem;
	font-weight: 600;
	transition: .3s;
	white-space: nowrap;
	line-height: 1.45;
	text-align: right;
}
.link h3 span {
	display: block;
	font-size: 200%;
	opacity: 0.8;
	text-transform: capitalize;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}
.link p {
	position: absolute;
	bottom: 1.5%;
	left: 5%;
	z-index: 2;
	color: #fff;
	font-weight: 600;
	font-size: 0.95rem;
}
.link p::after {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	margin-left: 5px;
}
@media (max-width: 1350px) {
	.link h3 span {
		font-size: 180%;
	}
	.link h3 {
		right: 2%;
		font-size: 1.03rem;
	}
	.link p {
		left: 5%;
	}
}
@media (max-width: 1190px) {
	.housinglink {
		display: block;
	}
	.housinglink .link {
		width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}
	.housinglink {
		width: calc(100% - 270px);
	}
	.link p {
		left: 3%;
	}
}
@media (max-width: 750px) {
	.housingtext {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.housingtext .maintitle {
		margin-left: 0;
		text-align: center;
		margin-bottom: 35px;
	}
	.housingtext p {
		margin-left: 0;
		margin-bottom: 0;
		line-height: 1.9;
	}
	.housingtext p br {
		display: none;
	}
	.link h3 {
		line-height: 1.3;
	}
	.link p {
		bottom: 1%;
		left: 4%;
		font-size: 0.8rem;
	}
	.link::after {
		opacity: 0.45;
	}
}
@media (max-width: 550px) {
	.housingtext {
		margin-bottom: 35px;
	}
}
/* ==== 会社概要 ==== */
.overview .maintitle {
	margin-bottom: 57px;
}
@media (max-width: 550px) {
	.overview .maintitle {
		margin-bottom: 40px;
	}
}
/*table*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	max-width: 1100px;
	margin: auto;
}
.info_table tr {
	border-bottom: 1px solid #d1d1d1;
}
.info_table tr:first-child {
	border-top: 1px solid #d1d1d1;
}
.info_table tr:last-child {
	border-bottom: none;
}
.info_table th {
	background: transparent;
	width: 33%;
	text-align: left;
	padding-left: 5px !important;
}
.info_table th, .info_table td {
	font-weight: 400;
	padding: 15px 0;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 67%;
	background: transparent;
}
@media (max-width: 750px) {
	.flexbox div:last-child .info_table tr:last-child {
		border-bottom: 1px solid #d1d1d1;
	}
}
@media (max-width: 550px) {
	.info_table {
		font-size: 0.9rem;
	}
}
/* fv ===========================================================================================================*/
.fv {
	height: 340px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 78%;
	position: relative;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #32c5e3;
	opacity: 0.45;
}
.fv h2 {
	text-shadow: 0 0 6.5px #32c5e3;
	margin-bottom: -50px !important;
	z-index: 1;
	position: relative;
	color: #fff;
	line-height: 1.05;
}
.fv .maintitle .mf {
	color: #fff;
}
.fv .maintitle .sf {}
.fvsl {
	font-size: 90%;
	position: relative;
	top: -2px;
}
.fv .mshita {
	line-height: 1.3 !important;
}
@media (max-width: 1205px) {
	.fv {
		height: 320px;
	}
}
@media(max-width:1155px) {
	.fv {
		height: 255px;
	}
}
@media(max-width:550px) {
	.fv {
		height: 185px;
	}
	.fv .maintitle .mf {
		margin-bottom: 0;
		font-size: 1.95rem;
	}
	.fv .maintitle .sf {
		font-size: 58%;
	}
	.fv h2 {
		line-height: 0.85;
		margin-bottom: -27px !important;
	}
	.fv .mshita {
		line-height: 1 !important;
	}
}
/* breadcrumb */
.binner {
	width: 95%;
	font-size: 0.83rem;
	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: #595757;
}
.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.65rem;
	}
}
/*footer*/
.bg_footer_fixed {
	position: relative;
}
.bg_footer_fixed::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, #b2fefa, #0ed2f7);
	z-index: -18;
	opacity: 0.4;
}
.bg_footer_fixed::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fafdff;
	opacity: 0.8;
	z-index: -1;
}
/*title*/
.partitle {
	position: relative;
	border-radius: 0 5px 5px 0;
	padding: 10px 15px;
	padding-right: 0;
	font-size: 1.3rem;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #595757;
	font-weight: 400;
}
.partitle::before, .partitle::after {
	position: absolute;
	content: "";
	left: 0;
	height: 8px;
}
.partitle::before {
	width: 25%;
	top: -8px;
	background: #83de3e;
	border-radius: 5px 5px 0 0;
	opacity: 0.6;
}
.partitle::after {
	width: 40%;
	bottom: -8px;
	background: #83de3e;
	border-radius: 0 0 5px 5px;
	opacity: 0.8;
}
/* テナント紹介・マンション紹介ページ =====================================================================================================================*/
/*ビル概要*/
.introduction {
	margin-top: 55px;
}
.introduction .tetitle_ad {
	margin-top: 0;
}
.vertisement_text p span {
	padding-bottom: 3px;
	border-bottom: 1px dotted #83de3e;
	display: inline-block;
	width: 100%;
	padding-left: 16px;
}
.introduction .vertisement_text p::before {
	color: #83de3e;
}
.introduction .vertisement_text p {
	padding-left: 0;margin-bottom: 15px;
}
@media(max-width:750px) {
	.introduction .tetitle_ad {
		font-size: 1.25rem;
		margin-bottom: 15px;
	}
	.introduction {
		margin-top: 33px;
	}
}
/*現在契約中のテナント様*/
.floor {
	margin-bottom: 105px;
}
.floor:last-child {
	margin-bottom: 0 !important;
}
.floor .flexbox {
	margin-bottom: 45px;
}
.floor .flexbox:last-child {
	margin-bottom: 0 !important;
}
@media(max-width:550px) {
	.floor {
		margin-bottom: 65px;
	}
}
/*title*/
.tetop {
	font-size: clamp(1.25rem, 0.6875rem + 1.8vw, 1.7rem);
	margin-bottom: 60px;
}
@media(max-width:550px) {
	.tetop {
		margin-bottom: 35px;
	}
}
.center.mtitle {
	margin-bottom: 63px;
	color: #60c712;
}
.center.mtitle::after {
	content: '';
	display: block;
	width: 115px;
	height: 1px;
	border-bottom: 1px solid #83de3e;
	margin: 13px auto 0;
}
@media(max-width:550px) {
	.center.mtitle::after {
		width: 85px;
		margin: 8px auto 0;
	}
	.center.mtitle {
		margin-bottom: 35px;
	}
}
/**/
.tetitle {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.5rem;
	position: relative;
	padding-left: 72px;
	margin-bottom: 20px;
}
.tetitle:before {
	background-color: #595757;
	position: absolute;
	content: "";
	top: 0.95em;
	left: 0;
	width: 55px;
	height: 1px;
	opacity: 0.8;
}
@media(max-width:1250px) {
	.tetitle {
		font-size: 1.4rem;
	}
}
@media(max-width:1090px) {
	.tetitle {
		font-size: 1.25rem;
		padding-left: 52px;
	}
	.tetitle:before {
		width: 37px;
	}
}
@media(max-width:550px) {
	.tetitle {
		padding-left: 0;
		font-size: 1.17rem;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.tetitle:before {
		content: none;
	}
}
/*table*/
.info_table02 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table02 tr {
	border-bottom: 1px solid #d1d1d1;
}
.info_table02 th {
	background: transparent;
	width: 45%;
}
.info_table02 th, .info_table02 td {
	font-weight: 400;
	padding: 13px 0;
}
.info_table02 td {
	padding-left: 10px;
	padding-right: 10px;
	width: 55%;
	background: transparent;
}
/*看板広告について*/
.vertisement_text p {
	position: relative;
	padding-left: 14px;
	font-weight: 600;
	font-size: 107%;
}
.vertisement_text p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	display: inline-block;
	color: #32c5e3;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
.tetitle_ad {
	font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.4rem);
	margin-bottom: 12px;
}
@media(max-width:750px) {
	.tetitle_ad {
		margin-top: 30px;
	}
}
@media(max-width:590px) {
	.vertisement_text p {
		font-size: 100%;
		margin-bottom: 7px;
		line-height: 1.8;
	}
}
/* 駐車場紹介ページ =====================================================================================================================*/
/*画像*/
.abflex {
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: auto;
	margin-top: 55px;
}
.abflex div {
	width: 48.5%;
}
@media(max-width:550px) {
	.abflex .rimg img {
		border-radius: 7px !important;
	}
	.abflex {
		margin-top: 30px;
	}
}
/*about*/
.about .maintitle {
	margin-bottom: 40px;
}
.about .inner {
	max-width: 1050px;
}
.about .info_table02 {
	font-size: 98%;
}
@media(max-width: 550px) {
	.tbconbr {
		display: none;
	}
	.about .maintitle {
		margin-bottom: 20px;
	}
	.about .info_table02 {
		font-size: 95%;
		border-collapse: collapse;
	}
	.about .info_table02 tr {
		border-bottom: none;
	}
	.about .info_table02 td {
		border-bottom: 1px solid #d1d1d1;
		margin-bottom: 0;
	}
	.about .info_table02 td, .about .info_table02 th {
		width: 100%;
		padding: 8px 8px 13px;
		display: block;
	}
	.about .info_table02 th {
		text-align: left;
		padding-bottom: 0;
	}
}
/*map*/
@media(max-width:550px) {
	.map iframe {
		height: 280px;
	}
}
/* コンサルタントページ =====================================================================================================================*/
.timg {
	display: block;
	width: 60px;
	margin: 0 auto 3px;
	opacity: 0.65;
}
.maintitle .timg {
	margin-bottom: 10px;
}
@media(max-width:580px) {
	.timg {
		width: 42px;
	}
}
/**/
.area .maintitle {
	margin-bottom: 45px;
}
.areaimg {
	max-width: 410px;
	margin: auto;
	margin-bottom: 25px;
}
.areatext {
	font-size: clamp(1.25rem, 0.875rem + 1.2vw, 1.55rem);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1.6;
}
.areanote {
	font-size: 90%;
}
@media (max-width: 750px) {
	.areaimg {
		max-width: 320px;
	}
}
@media (max-width: 550px) {
	.area .maintitle {
		margin-bottom: 35px;
	}
	.areaimg {
		max-width: 70%;
		margin-bottom: 20px;
	}
}
/* お問い合わせページ ==============================================================================================*/
.anone::after {
	content: none;
}
.c_title {
	font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
}
.context {
	margin-top: 15px;
	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: 35px;
	}
}
.tl_mini {
	font-size: 1.05rem;
	margin-top: 5px;
}
.contact_wrap {
	padding: 20px 15px 25px;
	background: #f0fcfc;
	max-width: 600px;
	margin: auto;
	border-radius: 15px;
}
.tels .tel_contact i {
	color: #0faeba;
}
.tels .tel_contact {
	font-size: clamp(1.5rem, 0.4375rem + 3.4vw, 2.35rem);
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #595757;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.tels .tel_contact:hover {
	color: #595757;
	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: 15px 20px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		font-size: 0.8rem;
	}
}
.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 #595757;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #0faeba;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #0faeba;
	color: #0faeba !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #595757;
}
.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: #0faeba;
	padding: 1% 7%;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background-color: #fff;
	color: #0faeba;
	border: 1px solid #0faeba;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@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;
	}
	.mailform button {
		width: 80%;
		padding: 8px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy::after {
	height: 150%;
}
.privacy_wrap {
	font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.4rem);
	color: #595757;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #595757;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.privacy_header .fa-lock {
	color: #0faeba;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
}
@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: #0faeba;
}