@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/*!
Theme Name:有限会社クオリティー・クリーン
Description:有限会社クオリティー・クリーンは、一般家庭のハウスクリーニング業務から、高層ビルのガラス清掃まで実績と経験を活かして、清掃管理のエキスパートを目指しております。
Theme URI:https://www.quality-clean.co.jp
License:有限会社クオリティー・クリーン
License URI:https://www.quality-clean.co.jp
*/
@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 400;
	src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
	font-display: swap;
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 500;
	src: url("./font/NotoSansJP-Medium.woff") format("woff"), url("./font/NotoSansJP-Medium.eot") format("eot");
	font-display: swap;
}

@font-face {
	font-family: "NotoSansJP";
	font-style: normal;
	font-weight: 600;
	src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
	font-display: swap;
}

/****************************************

リセットCSSここから

*****************************************/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	display: inline-block;
}

img {
	-webkit-backface-visibility: hidden;
}

html {
	font-size: 62.5%;
	/*1em=10px */
	overflow-y: scroll;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

          フォント種類

*****************************************/

.josefin {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}



/****************************************

          カラー

*****************************************/
.orange {
	color: #ea7d3e;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
	min-width: 1200px;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #1f1f1f;
	font-family: "NotoSansJP", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", sans-serif;
}

@media screen and (max-width: 767px) {
	body {
		min-width: initial;
	}
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

	li,
	tt,
	tr,
	dt,
	dd,
	p {
		font-size: 1.4rem;
	}
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
	text-decoration: underline;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

a:hover,
a:active {
	text-decoration: none;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

a img.img_opacity {
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

a:hover img.img_opacity {
	opacity: 0.7;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

a:hover img.img_up {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

a img.img_up {
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.image_link {
	position: relative;
	display: block;
	height: auto;
}

.image_link img {
	display: block;
	width: 100%;
}

.image_link:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	transition: 0.3s;
}

.image_link:hover:before {
	opacity: 0.2;
}

/****************************************

ページ共通

*****************************************/
.wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}

#page_main {
	width: 100%;
	padding-top: 50px;
}

.red {
	color: #FF0000;
}

.tc {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.tc {
		text-align: left;
	}
}

.bold {
	font-weight: bold !important;
}

@media screen and (max-width: 767px) {
	.wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 100vh;
		position: relative;
	}

	img {
		width: 100%;
		height: auto;
	}
}

.object-fit-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.line_break {
	margin-top: 30px;
}

@media print,
screen and (min-width: 768px) {

	/* フレックス設定 */
	.flex .elementor-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex_r .elementor-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 767px) {
	.sp_none {
		display: none;
	}
}

/* 余白 */

.mb10 {
	margin-bottom: 10px;
}

.ml15 {
	margin-left: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb80 {
	margin-bottom: 80px;
}

a.btn {
	box-sizing: border-box;
	margin: 0;
	border: 0;
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

a.btn01 {
	position: relative;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #fff;
	background: #6cd5bb;
	background: linear-gradient(90deg, #6cd5bb 75%, #26b1bd 100%);
	transition: 0.3s;
	z-index: 1;
}

a.btn01:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	transition: 0.5s;
	background: linear-gradient(90deg, #26b1bd 75%, #6cd5bb 100%);
}

a.btn01:hover:before {
	opacity: 0;
}

a.btn02 {
	position: relative;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500;
	text-shadow: 1px 1px 0 #075C63;
}

a.btn02:before {
	position: absolute;
	content: "";
	background: #6cd5bb;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

a.btn02:hover:before {
	transform: scale(1, 1);
}

a.btn02::after {
	position: absolute;
	content: "";
	background: url(./images/white_arrow.png) no-repeat;
	width: 17px;
	height: 5px;
	right: 14px;
}

a.btn03 {
	position: relative;
	border: 1px solid #fff;
	color: #fff;
	z-index: 1;
}

a.btn03::after {
	position: absolute;
	content: "";
	background: url(./images/white_arrow.png) no-repeat;
	width: 17px;
	height: 5px;
	right: 14px;
}

a.btn03:before {
	position: absolute;
	content: "";
	background: #6cd5bb;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

a.btn03:hover:before {
	transform: scale(1, 1);
}

.btn_w260 {
	max-width: 260px;
	width: 100%;
	height: 55px;
}


/****************************************

パンくずリスト

*****************************************/

.breadcrumb_area {
	position: relative;
	max-width: 1220px;
	width: 100%;
	margin-inline: auto;
	padding: 10px;
	top: -95px;
}

.breadcrumb_area .breadcrumb {
	width: 100%;
	margin: auto;
	text-align: right;
}

.breadcrumb_area .breadcrumb p {
	display: inline-block;
	font-size: 1.6rem;
	color: #000;
}

@media screen and (max-width: 767px) {
	.breadcrumb_area .breadcrumb p {
		font-size: 1.2rem;
	}
}

.breadcrumb_area .breadcrumb p a {
	position: relative;
	display: inline-block;
	transition: 0.3s;
	text-decoration: none;
}

.breadcrumb_area .breadcrumb p a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background-color: #000;
	transition: 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
	width: 100%;
}

.breadcrumb_area .breadcrumb p a:link,
.breadcrumb_area .breadcrumb p a:visited,
.breadcrumb_area .breadcrumb p a:hover,
.breadcrumb_area .breadcrumb p a:active {
	color: #131313;
}

/****************************************

pcヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

	#sp_navi,
	#toggle {
		display: none;
	}

	.header_logo {
		position: relative;
		z-index: 10;
	}

	.l-header__inner {
		background-color: #fff;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 2.03125%;
	}

	.l-header__right {
		display: flex;
		align-items: center;
	}

	.header_tel {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: rgb(41, 178, 190);
		background: linear-gradient(90deg, rgba(41, 178, 190, 1) 24%, rgba(146, 217, 222, 1) 100%);
		width: 220px;
		height: 110px;
		margin-left: 30px;
	}

	.header_tel .number {
		position: relative;
		color: #fff;
		font-size: 2.6rem;
		letter-spacing: 0.04em;
		font-weight: 500;
		padding-left: 24px;
	}

	.header_tel .number::before {
		position: absolute;
		content: "";
		background: url(./images/tel_icon.png) no-repeat;
		width: 20px;
		height: 22px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {

	.l-header__inner {
		padding: 20px 10px;
	}

	.l-header__right {
		display: none;
	}

	.header_logo {
		width: 180px;
	}

	#toggle {
		position: fixed;
		/*bodyに対しての絶対位置指定です*/
		right: 15px;
		top: 15px;
		width: 40px;
		height: 37px;
		padding: 7px 5px;
		background: #FFD784;
		cursor: pointer;
		z-index: 9999;
	}

	#toggle div {
		position: relative;
	}

	#toggle span {
		display: block;
		position: absolute;
		/*#navToggle div に対して*/
		width: 100%;
		height: 1px;
		background: #007781;
		-webkit-transition: 0.35s ease-in-out;
		-o-transition: 0.35s ease-in-out;
		transition: 0.35s ease-in-out;
	}

	#toggle span:nth-child(1) {
		top: 0;
	}

	#toggle span:nth-child(2) {
		top: 10px;
	}

	#toggle span:nth-child(3) {
		top: 21px;
	}

	/*spanの絶対位置指定の親にします*/
	.open_navi #toggle {
		position: fixed;
	}

	.open_navi #toggle span {
		background: #007781;
	}

	.open_navi #toggle span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-315deg);
		-ms-transform: translateY(11px) rotate(-315deg);
		transform: translateY(11px) rotate(-315deg);
	}

	.open_navi #toggle span:nth-of-type(2) {
		opacity: 0;
	}

	.open_navi #toggle span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(315deg);
		-ms-transform: translateY(-11px) rotate(315deg);
		transform: translateY(-11px) rotate(315deg);
	}

	#sp_navi {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100vw;
		overflow-y: scroll;
		text-align: left;
		background: rgba(38, 177, 189, 0.9);
		z-index: 999;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: 0.7s ease-in-out;
		-o-transition: 0.7s ease-in-out;
		transition: 0.7s ease-in-out;
	}

	.open_navi #sp_navi {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: 0.7s ease-in-out;
		-o-transition: 0.7s ease-in-out;
		transition: 0.7s ease-in-out;
	}

	.open_navi #wrapper {
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-filter: blur(3px);
		filter: blur(3px);
		-webkit-transition: 0.7s ease-in-out;
		-o-transition: 0.7s ease-in-out;
		transition: 0.7s ease-in-out;
	}

	#sp_navi .menu {
		padding-top: 80px;
		text-align: center;
	}

	#sp_navi .menu .menu-item {
		width: 100%;
		text-align: center;
		border: 1px solid rgba(255, 255, 255, 0.5);
		cursor: pointer;
		color: #fff;
		margin: 0 auto;
		font-size: 1.4rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#sp_navi .menu-item a,
	#sp_navi .menu-item span {
		display: block;
		padding: 15px 0 14px;
	}

	#sp_navi .menu-item a:link,
	#sp_navi .menu-item a:visited,
	#sp_navi .menu-item a:hover,
	#sp_navi .menu-item a:active {
		color: #fff;
		text-decoration: none;
	}

	#sp_navi .sub-menu {
		width: 100%;
		text-align: center;
		display: none;
	}

	#sp_navi .sub-menu li {
		width: 100%;
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}

	#sp_navi .sub-menu li a {
		display: block;
		padding: 11px 0 10px;
		color: #ccc;
		background: rgba(245, 245, 245, 0.8);
	}

	#sp_navi .sub-menu li a:link,
	#sp_navi .sub-menu li a:visited,
	#sp_navi .sub-menu li a:hover,
	#sp_navi .sub-menu li a:active {
		color: #00777F;
		text-decoration: none;
	}

	#sp_navi .sub-menu li a:hover {
		color: #ccc;
		background: none;
	}

	#sp_navi .menu-item-has-children {
		position: relative;
	}

	#sp_navi .menu-item-has-children::before {
		content: "";
		width: 14px;
		height: 14px;
		border: 0px;
		border-top: 1px solid rgba(255, 255, 255, 0.8);
		border-right: 1px solid rgba(255, 255, 255, 0.8);
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		position: absolute;
		top: 14px;
		right: 20px;
	}

	#sp_navi .menu-item-has-children.menu_open::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		top: 22px;
	}
}

/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
	position: relative;
	z-index: 2;
}

#g_navi .menu {
	*zoom: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	gap: 0 30px;
}

#g_navi .menu>li {
	position: relative;
	text-align: center;
	white-space: nowrap;
}

#g_navi .menu>li:last-child {
	margin-right: 0;
}

#g_navi .menu>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin: 0;
	color: #332C20;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#g_navi .menu>li>a span {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 10px;
	color: #5CC5CE;
}

#g_navi .menu>li>a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

#g_navi .menu li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
	list-style: none;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

#g_navi .menu li ul li {
	width: 100%;
	padding: 0;
}

#g_navi .menu li ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	min-width: 170px;
	height: 100%;
	padding: 15px 5px;
	border-top: 1px solid #fff;
	font-size: 1.4rem;
	font-weight: normal;
	background: #00777F;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
	color: #fff;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
	background: #fff;
	color: #332C20;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

#g_navi .menu li:hover ul {
	visibility: visible;
	opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#g_navi {
		display: none;
	}
}

/****************************************

メインビジュアル

*****************************************/
@media screen and (min-width: 768px) {
	.hero {
		position: relative;
		padding-bottom: 80px;
	}

	.hero::before {
		position: absolute;
		content: "";
		background: #F0F7F7;
		width: 76.0416666667%;
		height: 610px;
		z-index: -1;
		top: 270px;
	}

	.hero::after {
		position: absolute;
		content: "";
		background: url(./images/top_mv_treat.png) no-repeat;
		width: 379px;
		height: 400px;
		z-index: -1;
		top: 375px;
		left: 63px;
	}

	.hero_img {
		width: 73.9583333333%;
		margin-left: auto;
	}

	.hero_cp {
		position: absolute;
		z-index: 2;
		text-align: center;
		top: 131px;
		left: 10.2604166667%;
	}

	.metaslider img {
		height: 800px !important;
	}

	.sp_hero_cp {
		display: none;
	}

	.hero_cp02 {
		position: absolute;
		z-index: 2;
		text-align: center;
		bottom: 153px;
		left: 2.23958333333%;
	}

	.hero_cp02_txt {
		font-size: 13rem;
		letter-spacing: 0.02em;
		line-height: 1;
		font-weight: 700;
		color: #007781;
	}

	.page_mv {
		position: relative;
		padding-bottom: 40px;
	}

	.page_mv_img {
		position: relative;
		width: 73.9583333333%;
		margin-left: auto;
	}

	.page_mv::before {
		position: absolute;
		content: "";
		background: #F0F7F7;
		width: 100%;
		height: 240px;
		left: 0;
		bottom: 0;
	}

	.page_cp {
		position: absolute;
		left: 18.75%;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}

	.page_cp .en {
		font-size: 6.4rem;
		line-height: 1;
		letter-spacing: 0.04em;
		color: #333;
		font-weight: 600;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
	}

	.page_cp .jp {
		display: block;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0.04em;
		color: #00777F;
		font-weight: 500;
		margin-top: 10px;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
	}
}

@media screen and (max-width: 767px) {

	.hero {
		position: relative;
		padding-bottom: 80px;
	}

	.hero::before {
		position: absolute;
		content: "";
		background: #F0F7F7;
		width: 76.0416666667%;
		height: 0;
		padding-top: 41.7808219178%;
		z-index: -1;
		top: 50px;
	}

	.hero::after {
		position: absolute;
		content: "";
		background: url(./images/top_mv_treat.png) no-repeat;
		background-size: contain;
		width: 100%;
		max-width: 25.9589041096%;
		height: 40%;
		z-index: -1;
		top: calc(100% - 40vw);
		left: 63px;
	}

	.hero_img {
		width: 80%;
		margin-left: auto;
	}

	.hero_cp {
		display: none;
	}

	.sp_hero_cp {
		position: absolute;
		top: 30px;
		left: 5%;
	}

	.sp_hero_cp_txt {
		font-size: clamp(18px, 10vw, 26px);
		letter-spacing: 0.08em;
		line-height: 1.2;
		font-weight: 500;
	}

	.sp_hero_cp_txt span {
		color: #007781;
	}

	.hero_cp02 {
		position: absolute;
		z-index: 2;
		text-align: center;
		bottom: 100px;
		left: 2.23958333333%;
	}

	.hero_cp02_txt {
		font-size: clamp(30px, 10vw, 130px);
		letter-spacing: 0.02em;
		line-height: 1;
		font-weight: 700;
		color: #007781;
	}

	.page_mv {
		position: relative;
		padding-bottom: 40px;
	}

	.page_mv_img {
		position: relative;
		width: 90%;
		margin-left: auto;
	}

	.page_mv::before {
		position: absolute;
		content: "";
		background: #F0F7F7;
		width: 100%;
		height: 20vw;
		left: 0;
		bottom: 0;
	}

	.page_cp {
		position: absolute;
		left: 5%;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}

	.page_cp .en {
		font-size: 3rem;
		line-height: 1;
		letter-spacing: 0.04em;
		color: #333;
		font-weight: 600;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
	}

	.page_cp .jp {
		display: block;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0.04em;
		color: #00777F;
		font-weight: 500;
		margin-top: 10px;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
	}

}

/****************************************

トップ

*****************************************/

.news_sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1220px;
	width: 100%;
	margin-inline: auto;
	padding: 112px 10px 120px;
}

@media screen and (max-width: 767px) {
	.news_sec {
		flex-direction: column;
		align-items: start;
		padding: 80px 10px;
	}
}

@media screen and (max-width: 767px) {
	.news_sec_left {
		padding-left: 20px;
	}
}

.news_sec_btn {
	width: 154px;
	height: 36px;
}

@media print,
screen and (min-width: 768px) {
	.sp_news_sec_btn {
		display: none;
	}
}

.sp_news_sec_btn {
	width: 100%;
	max-width: 300px;
	height: 40px;
	margin-inline: auto;
}

@media screen and (max-width: 767px) {
	.news_sec_btn {
		display: none;
	}
}

.news_sec_ttl .en {
	font-size: 5rem;
	letter-spacing: 0.02em;
	line-height: 1;
	font-weight: 700;
	background: linear-gradient(90deg, #26b1bd 75%, #6cd5bb 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
	.news_sec_ttl .en {
		font-size: 4rem;
	}
}

.news_sec_ttl .jp {
	display: block;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #333;
	font-weight: 600;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.news_sec_ttl .jp {
		font-size: 1.2rem;
	}
}

.news_post {
	overflow-y: scroll;
	width: 962px;
	height: 280px;
}

@media screen and (max-width: 767px) {
	.news_post {
		width: 100%;
	}
}

.news_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 95.6340956341%;
	padding: 22px 0 22px 20px;
	gap: 0 40px;
	border-bottom: 1px dotted #C3CACA;
}

@media screen and (max-width: 767px) {
	.news_item {
		align-items: start;
		flex-direction: column;
	}
}

.news_item_ttl {
	order: 2;
	letter-spacing: 0.04em;
	line-height: 1.2;
	font-weight: 600;
}

.news_item_ttl a:link,
.news_item_ttl a:visited {
	text-decoration: none;
	color: #333333;
}

.news_item_ttl a {
	position: relative;
}

.news_item_ttl a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: #007781;
	transition: all 0.3s ease-in-out;
}

.news_item_ttl a:is(:hover, :active) {
	color: #007781;
}

.news_item_ttl a:hover::before {
	width: 100%;
}

.date {
	color: #879596;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.date {
		margin-bottom: 10px;
	}
}

.about {
	display: flex;
}

@media screen and (max-width: 767px) {
	.about {
		flex-direction: column;
	}
}

.about_sec_wrap {
	position: relative;
	width: 50%;
	background: rgb(11, 134, 145);
	background: linear-gradient(90deg, rgba(11, 134, 145, 1) 25%, rgba(25, 157, 168, 1) 50%, rgba(38, 177, 189, 1) 75%, rgba(90, 196, 205, 1) 100%);
	padding: 120px 8.33333333333%;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.about_sec_wrap {
		padding: 80px 10px;
	}
}

@media screen and (max-width: 767px) {

	.about_sec_wrap {
		width: 100%;
	}

}

@media print,
screen and (min-width:768px) {
	.about_sec_wrap::before {
		position: absolute;
		background: rgba(255, 255, 255, 0.75);
		content: "";
		width: 14.5833333333%;
		height: 1px;
		top: 125px;
		left: 0;
	}
}

.about_sec_wrap::after {
	position: absolute;
	content: "";
	background: url(./images/about_sec_bg.png);
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 56.3106796117%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

.about_sec {
	max-width: 720px;
	width: 100%;
}

.about_sec_btn {
	display: flex;
	gap: 0 30px;
	margin-top: 50px;
}

@media screen and (max-width:767px) {
	.about_sec_btn {
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
	}
}

.about_sec_ttl {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.about_sec_txt {
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-shadow: 1px 1px 0 #075C63;
}

.about_sec_ttl .jp {
	color: #fff;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
	font-weight: 500;
	text-shadow: 1px 1px 0 #075C63;
}

@media screen and (max-width: 767px) {
	.about_sec_ttl .jp {
		font-size: 3rem;
		line-height: 1.2;
	}
}

.about_sec_ttl .en {
	color: rgba(255, 255, 255, 0.75);
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.about_sec_ttl .en {
		font-size: 1.2rem;
	}
}

.about_sec_img {
	background: url(./images/about_sec_img.jpg) no-repeat;
	background-size: cover;
	position: relative;
	width: 50%;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.about_sec_img {
		background: url(./images/about_sec_img.jpg) no-repeat;
		background-size: cover;
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 4/3;
		z-index: 1;
	}
}

.products {
	background: url(./images/products_sec_bg.jpg) no-repeat center bottom;
}

.products_sec {
	padding: 190px 0 140px;
}

@media screen and (max-width: 767px) {
	.products_sec {
		padding: 130px 10px 80px;
	}
}

.products_sec_ttl {
	position: relative;
	text-align: center;
	color: #007781;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
	font-weight: 500;
	margin-bottom: 50px;
}

.products_sec_ttl .en {
	position: absolute;
	content: "PRODUCTS";
	background: rgb(209, 233, 235);
	background: linear-gradient(180deg, rgba(209, 233, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 13rem;
	line-height: 1;
	letter-spacing: 0.02em;
	left: 50%;
	top: -100px;
	transform: translateX(-50%);
	z-index: -1;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.products_sec_ttl .en {
		font-size: clamp(60px, 10vw, 130px);
		top: -30px;
	}
}

.products_sec_txt {
	text-align: center;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
	.products_sec_txt {
		text-align: left;
	}
}

.products_list {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.products_list {
		flex-wrap: wrap;
	}
}

.products_item {
	padding: 15px 15px 0 15px;
	border-top: 1px solid #C3CACA;
	border-left: 1px solid #C3CACA;
}

@media screen and (max-width: 767px) {
	.products_item {
		width: 50%;
	}

	.products_item:nth-child(2n) {
		border-right: 1px solid #C3CACA;
	}
}

.products_item a:link,
.products_item a:visited {
	color: #fff;
	text-decoration: none;
}

.products_item:last-child {
	border-right: 1px solid #C3CACA;
}

.products_item_ttl {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	text-shadow: 1px 1px 0 #075C63;
}

@media screen and (max-width: 767px) {
	.products_item_ttl {
		font-size: 2rem;
	}
}

/* bottom_area */

.bottom_area {
	margin: 100px auto;
}

.bottom_area_list {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.bottom_area_list {
		flex-direction: column;
		border-top: 1px solid #C3CACA;
	}
}

@media print,
screen and (min-width: 768px) {

	.bottom_area_list_item {
		width: calc(100% / 3);
		border-top: 1px solid #C3CACA;
		border-right: 1px solid #C3CACA;
		border-bottom: 1px solid #C3CACA;
		overflow: hidden;
	}

}

@media screen and (max-width: 767px) {
	.bottom_area_list_item {
		width: 100%;
		border-bottom: 1px solid #C3CACA;
		overflow: hidden;
	}
}

.bottom_area_list_item a {
	width: 100%;
	padding: 30px 1.5625%;
}

@media screen and (max-width: 767px) {
	.bottom_area_list_item a {
		padding: 20px 1.5625%;
	}
}

.bottom_area_list_item a:link,
.bottom_area_list_item a:visited {
	text-decoration: none;
	color: #333;
}

/* 繊維加工設備 */

.bottom_area_list_item:first-child a {
	position: relative;
}

.bottom_area_list_item:first-child a::before {
	position: absolute;
	content: "";
	opacity: 0;
	background: url(./images/equipment_hover_img.jpg) no-repeat;
	background-size: cover;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bottom_area_list_item:first-child a:hover::before,
.bottom_area_list_item:first-child a:active::before {
	opacity: 1;
	background: url(./images/equipment_hover_img.jpg) no-repeat;
	background-size: cover;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* よくある質問 */

.bottom_area_list_item:nth-child(2) a {
	position: relative;
}

.bottom_area_list_item:nth-child(2) a::before {
	position: absolute;
	content: "";
	opacity: 0;
	background: url(./images/faq_hover_img.jpg) no-repeat;
	background-size: cover;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bottom_area_list_item:nth-child(2) a:hover::before,
.bottom_area_list_item:nth-child(2) a:active::before {
	opacity: 1;
	background: url(./images/faq_hover_img.jpg) no-repeat;
	background-size: cover;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* 会社概要 */

.bottom_area_list_item:last-child a {
	position: relative;
}

.bottom_area_list_item:last-child a::before {
	position: absolute;
	content: "";
	opacity: 0;
	background: url(./images/overview_hover_img.jpg) no-repeat;
	background-size: cover;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bottom_area_list_item:last-child a:hover::before,
.bottom_area_list_item:last-child a:active::before {
	opacity: 1;
	background: url(./images/overview_hover_img.jpg) no-repeat;
	background-size: cover;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bottom_area_list_item_box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(255, 255, 255, 0.85);
	padding: 30px;
	margin-inline: auto;
	width: 90.625%;
	min-height: 340px;
}

@media screen and (max-width: 767px) {
	.bottom_area_list_item_box {
		min-height: auto;
		padding: 20px;
	}
}

.bottom_area_list_item_box::after {
	position: absolute;
	content: "";
	background: url(./images/green_arrow.png) no-repeat;
	width: 32px;
	height: 9px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.bottom_area_list_item_ttl .en {
	font-size: 4.2rem;
	letter-spacing: 0.02em;
	line-height: 1;
	font-weight: 700;
	background: linear-gradient(90deg, #26b1bd 75%, #6cd5bb 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.bottom_area_list_item_ttl .jp {
	display: block;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #005E65;
	font-weight: 600;
	margin-top: 20px;
}

.bottom_area_list_item_txt {
	letter-spacing: 0.04em;
	font-size: 1.5rem;
}

/****************************************

pcフッター

*****************************************/
@media print,
screen and (min-width: 768px) {

	.footer {
		background: #017782;
	}

	.footer_logo {
		margin-bottom: 30px;
	}

	.pc_footer {
		max-width: 1220px;
		width: 100%;
		margin-inline: auto;
		padding: 100px 10px 46px;
	}

	.pc_footer_box {
		display: flex;
		justify-content: space-between;
	}

	.pc_footer_right {
		display: flex;
		justify-content: space-between;
		width: 580px;
	}

	.sp_footer {
		display: none;
	}

	.address {
		font-style: normal;
		letter-spacing: 0.04em;
		font-size: 1.5rem;
		color: #fff;
	}

	.footer_info_txt {
		letter-spacing: 0.04em;
		font-size: 1.5rem;
		color: #fff;
	}

	.footer_info_btn {
		width: 400px;
		height: 60px;
	}

	.copyright {
		text-align: right;
		color: rgba(255, 255, 255, 0.8);
		padding: 5px 0;
	}

	.footer_flex {
		display: flex;
		gap: 0 10px;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.footer_number {
		color: #fff;
		letter-spacing: 0.04em;
		font-size: 2.2rem;
		font-weight: 500;
	}

	.footer_number span {
		font-size: 1.6rem;
	}

	.pagetop {
		/* display: none; */
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 999;
	}

	.pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #FFD784;
		width: 90px;
		height: 90px;
	}

	.f_list01 li {
		font-size: 1.5rem;
	}

	.f_list01 li:not(:first-child) {
		margin-top: 20px;
	}

	.f_list01 a:link,
	.f_list01 a:visited {
		text-decoration: none;
		color: #fff;
	}

	.f_list01 a {
		position: relative;
	}

	.f_list01 a::before {
		position: absolute;
		content: "";
		left: 0;
		bottom: -2px;
		width: 0;
		height: 1px;
		background: #fff;
		transition: all 0.3s ease-in-out;
	}

	.f_list01 a:hover::before {
		width: 100%;
	}

	.f_list02 {
		color: #fff;
	}

	.f_list02 li {
		font-size: 1.5rem;
	}

	.f_list02 li:not(:first-child) {
		margin-top: 10px;
		font-size: 1.4rem;
	}

	.f_list02 a {
		position: relative;
		padding-left: 10px;
	}

	.f_list01 a:link,
	.f_list01 a:visited {
		text-decoration: none;
		color: #fff;
	}

	.f_list02 a {
		position: relative;
	}

	.f_list02 a::after {
		position: absolute;
		content: "";
		left: 0;
		bottom: -2px;
		width: 0;
		height: 1px;
		background: #fff;
		transition: all 0.3s ease-in-out;
	}

	.f_list02 a:hover::after {
		width: 100%;
	}

	.f_list02 a::before {
		position: absolute;
		content: "-";
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.f_list02 a:link,
	.f_list02 a:visited {
		text-decoration: none;
		color: #fff;
	}
}

/****************************************

spフッター

*****************************************/

@media screen and (max-width: 767px) {
	.pc_footer {
		display: none;
	}

	.footer {
		background: #017782;
		padding-bottom: 70px;
	}

	.sp_footer {
		padding: 20px 10px 10px;
	}

	.address {
		font-style: normal;
		letter-spacing: 0.04em;
		font-size: 1.3rem;
		color: #fff;
		text-align: center;
	}

	.footer_info_txt {
		letter-spacing: 0.04em;
		font-size: 1.3rem;
		color: #fff;
		text-align: center;
	}

	.copyright {
		font-size: 1.3rem;
		text-align: center;
		color: #fff;
		padding: 5px 0;
	}

	.sp_footer__btn {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 70px;
		z-index: 9999;
	}

	.sp_footer__btn ul {
		display: flex;
		height: 70px;
		margin: 0;
		padding: 0;
		list-style: none;
		background: linear-gradient(90deg, #26b1bd 75%, #6cd5bb 100%);
	}

	.sp_footer__btn ul li {
		position: relative;
		width: 33.3333333333%;
		height: 100%;
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
	}

	.sp_footer__btn ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 0;
		color: #fff;
		text-decoration: none;
	}

	.sp_footer__btn ul li a span {
		position: relative;
		display: block;
		height: auto;
		padding-top: 32px;
		line-height: 1.4;
		text-align: center;
	}

	.sp_footer__btn ul li a span::after {
		content: "";
		position: absolute;
		display: inline-block;
		left: calc(50% - 12px);
		top: 0;
		width: 24px;
		height: 24px;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: center top;
	}

	.sp_tel::after {
		background-image: url(images/sp_tel.svg);
		background-size: 24px;
		background-repeat: no-repeat;
		opacity: 0.8;
	}

	.sp_mail::after {
		background-image: url(images/sp_mail.svg);
		background-size: 24px;
		background-repeat: no-repeat;
		opacity: 0.8;
	}

	.sp_pagetop::after {
		background-image: url(images/sp_pagetop.svg);
		background-size: 24px;
		background-repeat: no-repeat;
		opacity: 0.8;
	}

}


/****************************************

下層

*****************************************/
.contents {
	max-width: 1220px;
	width: 100%;
	margin-inline: auto;
	padding: 0 10px;
}

.common_sec:not(:first-of-type) {
	margin-top: 40px;
}

@media print,
screen and (min-width: 768px) {
	.elementor-container .w720 {
		width: 720px
	}
}

.elementor-container .w440 {
	max-width: 440px;
	width: 100%;
}

.elementor-container .w380 {
	max-width: 380px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.elementor-container .w380 {
		max-width: 100%;
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	.sp_auto {
		margin: auto;
	}
}

.headline .elementor-heading-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
}

.headline .elementor-heading-title::before {
	position: absolute;
	content: "";
	background: url(./images/hadline_treat.png) no-repeat center top;
	width: 251px;
	height: 265px;
	z-index: -1;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.headline .elementor-heading-title span.jp {
	font-size: 3.6rem;
	letter-spacing: 0.04em;
	color: #333;
}

@media screen and (max-width: 767px) {
	.headline .elementor-heading-title span.jp {
		font-size: 3rem;
	}
}

.headline .elementor-heading-title span.en {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	margin-top: 20px;
	color: #00777F;
}

@media screen and (max-width: 767px) {
	.headline .elementor-heading-title span.en {
		font-size: 1.2rem;
	}
}

.common_ttl .elementor-heading-title {
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.04em;
	color: #333;
	padding: 10px 0 20px 30px;
	border-bottom: 1px solid #0D8A95;
}

.common_ttl .elementor-heading-title::before {
	position: absolute;
	content: "";
	background: url(./images/common_ttl_icon.jpg) no-repeat;
	width: 3px;
	height: 40px;
	top: 5px;
	left: 10px;
}

.common_ttl02 {
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.04em;
	color: #333;
	padding: 5px 0 20px 30px;
	border-bottom: 1px solid #0D8A95;
}

.common_ttl02::before {
	position: absolute;
	content: "";
	background: url(./images/common_ttl_icon.jpg) no-repeat;
	width: 3px;
	height: 40px;
	top: 5px;
	left: 10px;
}

.elementor-40 .elementor-element.elementor-element-f47379c .elementor-price-list-separator {
	display: none;
}

.table_list01 {
	width: 100%;
}

.table_list01 .elementor-price-list {
	border-top: 1px solid #00777F;
}

.table_list01 .elementor-price-list .elementor-price-list-item {
	margin-bottom: 0 !important;
}

.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
	flex-wrap: revert !important;
	align-items: revert !important;
}

.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
	margin-bottom: 0 !important;
	width: 30%;
	max-width: 100% !important;
	flex-basis: revert !important;
	align-items: stretch;
	font-size: 1.6rem;
	font-weight: normal;
}

.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
	border-bottom: 1px solid #00777F;
	padding: 15px;
	background: #F0F7F7;
	width: 100%;
	max-width: 100%;
	color: #0C8A93;
	font-weight: bold;
}

.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
	width: 70%;
	max-width: 100% !important;
	background: #fff;
	border-bottom: 1px solid #00777F;
	padding: 15px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.table_list01 .elementor-price-list {
		border-top: 1px solid #00777F;
		-o-border-image: none;
		border-image: none;
	}

	.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
		flex-direction: column;
	}

	.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
		width: 100%;
	}

	.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
		border-bottom: none;
		padding: 10px;
	}

	.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
		width: 100%;
		border-bottom: 1px solid #00777F;
	}

	.table_list02 .elementor-price-list {
		-o-border-image: none;
		border-image: none;
	}

	.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
		border-right: none;
	}
}

.flow_sec {
	position: relative;
	border-bottom: 1px solid #C3CACA;
	padding-bottom: 25px;
	margin-bottom: 80px;
}

.flow_sec:not(:last-of-type):after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 25px solid #017782;
	border-bottom: 0;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}

/* .flow_sec:not(:first-of-type) {
	margin-top: 60px;
} */

.flow_sec_ttl {
	color: #0D8A95;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	font-weight: 500;
}

.gallery .elementor-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 0;
}

.gallery02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0;
}

.gallery_item {
	display: flex;
	flex-direction: column-reverse;
	max-width: 380px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.gallery_item {
		max-width: 100%;
		width: 49%;
	}
}

.gallery_item02 {
	display: flex;
	flex-direction: column-reverse;
	max-width: 380px;
	width: 100%;
}

.gallery_item_ttl .elementor-heading-title {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #0D8A95;
}

.gallery_item_ttl02 {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #0D8A95;
}

@media screen and (max-width: 767px) {
	.gallery_item_ttl02 {
		font-size: 1.6rem;
	}
}

.gallery_item_img {
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.gallery_item_img {
		height: auto;
		aspect-ratio: 4/3;
	}
}

.gallery_item_txt {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.privacyPolicy {
	background: #F0F7F7;
	padding: 30px;
}

@media screen and (max-width: 767px) {
	.privacyPolicy {
		width: calc(100% - 20px);
		padding: 20px;
		margin-inline: auto;
	}
}

.privacyPolicy dt {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
	color: #00777F;
}

.privacyPolicy dd {
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.contact_tel {
	font-size: 2.2rem;
	letter-spacing: 0.04em;
	font-weight: 500;
}

.contact_tel span {
	font-size: 1.6rem;
}

.contact_tel02 {
	font-size: 2.6rem;
	letter-spacing: 0.04em;
	font-weight: 600;
	color: #0D8A95;
}

.contact_tel02 span {
	position: relative;
	padding-left: 23px;
}

.contact_tel02 span::before {
	position: absolute;
	content: "";
	background: url(./images/tel_icon02.png) no-repeat;
	width: 19px;
	height: 22px;
	top: 10px;
	left: 0;
}

.faq_item {
	background: #F0F7F7;
	padding: 30px;
}

.faq_item:not(:first-of-type) {
	margin-top: 40px;
}

.faq_item h2 {
	position: relative;
	color: #0C8A94 !important;
	font-weight: bold !important;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	font-weight: 500;
	padding: 10px 0 10px 50px;
}

.faq_item h2::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: "Q";
	background: #0C8A94;
	color: #fff;
	font-size: 2.2rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 0;
	left: 0;
}

.faq_item p {
	position: relative;
	letter-spacing: 0.04em;
	line-height: 1.7;
	padding: 10px 0 0 50px;
}

.faq_item p::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: "A";
	background: #FF7F00;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 0;
	left: 0;
}

.access_sec {
	margin-top: 60px;
}

.blog_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.blog_item_img {
	position: relative;
	width: 440px;
	height: 280px;
	aspect-ratio: 440/280;
}

.blog_item_btn {
	max-width: 250px;
	width: 100%;
	height: 50px;
	margin: 30px 0 0 auto;
}

.blog_item:not(:first-of-type) {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.blog_item {
		flex-direction: column-reverse;
	}

	.blog_item_img {
		width: 100%;
		height: auto;
		aspect-ratio: 4/3;
		margin-bottom: 20px;
	}

	.blog_item_btn {
		margin: 30px auto 0;
	}
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
	width: 100%;
}

.wpcf7-form textarea {
	width: 100%;
	/*本文*/
	max-width: 100%;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: 0.3s;
}

.wpcf7-form select {
	width: auto;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: 0.3s;
}

.wpcf7-form input {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: 0.3s;
	/*ラジオボタン、チェックボタン*/
}

@media print,
screen and (min-width: 768px) {
	.tc {
		text-align: center;
	}
}

.wpcf7 .tc input[type="submit"] {
	cursor: pointer;
	width: 410px;
	max-width: 100%;
	padding: 18px;
	box-shadow: none;
	border: 1px #017782 solid;
	background-color: #017782;
	color: #fff;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.25s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 30px;
}

.wpcf7 .tc input[type="submit"]:disabled {
	cursor: not-allowed;
	box-shadow: none !important;
	border: 1px solid #f8f8f8 !important;
	background-color: #f8f8f8 !important;
	color: #929292 !important;
}

.wpcf7 .tc input[type="submit"]:hover {
	box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
	background-color: #fff;
	color: #333;
	transition: all 0.25s;
}

.wpcf7 .tc input[type="submit"]:focus {
	outline: 0;
	border: 1px #017782 solid;
	box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7-text {
	width: 100%;
}

.form_row {
	display: flex;
	margin-bottom: 30px;
	padding: 0 20px 30px 20px;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2rem;
}

.form_row .form_label {
	width: 300px;
}

.form_row .form_label .required {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 1.2rem;
	padding: 0 4px;
	background: #cc0000;
	margin-right: 10px;
	border-radius: 3px;
}

.form_row .form_label .any {
	display: inline-block;
	color: #797979;
	font-weight: normal;
	font-size: 1.2rem;
	padding: 0 4px;
	background: #d7d7d7;
	margin-right: 10px;
	border-radius: 3px;
}

.form_row .form_input {
	width: calc(100% - 300px);
}

.form_row .form_input_post {
	width: 180px;
}

.form_row .form_input_post_txt {
	color: #333;
	font-weight: normal;
	font-size: 1.3rem;
}

.form_row.last_row {
	padding-bottom: 0;
	border-bottom: none;
}

.wpcf7 .form_input_post input[type="tel"],
.wpcf7 .form_input input[type="email"],
.wpcf7 .form_input input[type="tel"],
.wpcf7 .form_input input[type="text"],
.wpcf7 .form_input_post input[type="text"],
.wpcf7 .form_input textarea {
	position: relative;
	border-left: 2px solid #017782;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type="checkbox"] {
	display: none;
}

.wpcf7 .form_input input[type="checkbox"]+span {
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0 1em 0 1.8em;
	font-size: inherit;
	box-sizing: border-box;
	transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]+span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.24em;
	height: 1.24em;
	border: 1px solid #017782;
	border-radius: 4px;
	background-color: #fefefe;
	box-sizing: border-box;
}

.wpcf7 .form_input input[type="checkbox"]+span:after {
	content: "";
	opacity: 0;
	display: block;
	position: absolute;
	top: 0.15em;
	left: 0.44em;
	width: 0.4em;
	height: 0.8em;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	box-sizing: border-box;
	transform: rotate(40deg);
	transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked+span {
	color: #002565;
	transition: all 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked+span:before {
	opacity: 1;
	border: 1px solid #000;
	box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
	background-color: #000;
	transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked+span:after {
	opacity: 1;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type="radio"] {
	display: none;
}

.wpcf7 .form_input input[type="radio"]+span {
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0 1em 0 1.8em;
	font-size: inherit;
	box-sizing: border-box;
	transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"]+span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 1em;
	height: 1em;
	border: 1px solid #666;
	border-radius: 50%;
	background-color: #fefefe;
	box-sizing: border-box;
	transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"]+span:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	box-sizing: border-box;
	transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"]:checked+span:before {
	box-shadow: 0 0 2px 2px rgba(60, 77, 44, 0.5);
}

.wpcf7 .form_input input[type="radio"]:checked+span:after {
	opacity: 1;
	top: 0.3em;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: #017782;
	border-radius: 50%;
	box-sizing: border-box;
	transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
	position: relative;
	width: 250px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
	content: "";
	pointer-events: none;
	position: absolute;
	display: block;
	width: 0.6em;
	height: 0.6em;
	top: 50%;
	right: 0.8em;
	margin-top: -3px;
	border-bottom: 1px solid #21268c;
	border-right: 1px solid #21268c;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: 50% 0;
	box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
	border-bottom: 1px solid #21268c;
	border-right: 1px solid #21268c;
}

.wpcf7 .form_input select {
	cursor: pointer;
	width: 250px;
	max-width: 100%;
	margin: 0;
	padding: 0.5em 3.5em 0.5em 1em;
	border: 1px solid #21268c;
	border-radius: 4px;
	box-shadow: none;
	background-color: #fefefe;
	background-image: linear-gradient(90deg,
			rgba(39, 125, 212, 0.7),
			rgba(39, 125, 212, 0.7));
	background-position: 100% 0;
	background-size: 2em 3.5em;
	background-repeat: no-repeat;
	color: inherit;
	font-size: inherit;
	line-height: 1;
	box-sizing: border-box;
	transition: border-color 0.2s ease, outline 0.2s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.wpcf7 .form_input select:-ms-expand {
	display: none;
}

.wpcf7 .form_input span.select-wrap {
	position: relative;
	width: 250px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
	content: "";
	pointer-events: none;
	position: absolute;
	display: block;
	width: 0.6em;
	height: 0.6em;
	top: 60%;
	right: 0.8em;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: 50% 0;
	box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type="text"]:focus,
.wpcf7 .form_input input[type="tel"]:focus,
.wpcf7 .form_input input[type="email"]:focus,
.wpcf7 .form_input input[type="url"]:focus,
.wpcf7 .form_input input[type="date"]:focus,
.wpcf7 .form_input input[type="number"]:focus,
.wpcf7 .form_input_post input[type="text"]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type="tel"]:focus {
	outline: 0;
	border: 1px #002565 solid;
	box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7 .form_input select:focus {
	outline: 0;
	border: 1px #002565 solid;
	box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7-response-output {
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.wpcf7-form textarea {
		width: 100% !important;
		/*本文*/
	}

	.wpcf7-form input {
		max-width: 100% !important;
		/*ラジオボタン、チェックボタン*/
	}

	.wpcf7-submit {
		width: 100%;
	}

	.form_row {
		flex-direction: column;
		padding: 0 0 30px;
	}

	.form_row .form_label {
		width: 100%;
		margin-bottom: 10px;
	}

	.form_row .form_input {
		width: 100%;
	}

	.wpcf7-radio .wpcf7-list-item {
		margin-left: 0;
		display: block;
	}

	.ajax-loader {
		width: auto;
	}

	.wpcf7-response-output {
		font-size: 1.6rem;
	}
}

.contactForm {
	margin-top: 30px;
}


/****************************************

single.php

*****************************************/

.single_ttl {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
	font-size: 3.6rem;
	letter-spacing: 0.04em;
	color: #333;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.single_ttl {
		font-size: 3rem;
		margin-bottom: 30px;
	}
}

.single_ttl::before {
	position: absolute;
	content: "";
	background: url(./images/hadline_treat.png) no-repeat center top;
	width: 251px;
	height: 265px;
	z-index: -1;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.single_text img {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

.single_box img {
	width: 100%;
	height: auto;
	margin: 10px auto;
}

.single_box p {
	color: #333;
}

.nav-below {
	display: flex;
	justify-content: center;
	width: 540px;
	margin: 70px auto 0;
	padding: 15px 10px;
	background: #017782;
}

.nav-below li {
	color: #fff;
	font-size: 1.5rem;
	list-style: none;
	text-align: center;
	transition: 0.3s;
}

.nav-below li a:link,
.nav-below li a:visited {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.nav-below li a:hover,
.nav-below li a:active {
	color: #ddd;
	transition: 0.3s;
}

.pager {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

a.page-numbers {
	background: rgba(255, 255, 255, 0.6);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 12px;
	margin: 0 3px 5px;
	font-size: 1.4rem;
	color: #000;
}

.pager .current {
	background: rgba(230, 223, 213, 0.8);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 12px;
	margin: 0 3px 5px;
	font-size: 1.6rem;
	background: #fff;
	border: solid 1px black;
	color: black;
}

@media screen and (max-width: 767px) {
	.single_box {
		width: 100%;
	}

	.single_box .single_tit {
		margin-bottom: 30px;
		padding-bottom: 15px;
		font-size: 2.2rem;
	}

	.single_box img {
		max-width: 100%;
		margin: 10px 0;
	}

	.nav-below {
		flex-wrap: wrap;
		width: auto;
		margin-top: 50px;
		padding-top: 12px;
		text-align: center;
	}

	.nav-below li {
		font-size: 1.4rem;
	}
}