@charset "UTF-8";

/*
Theme Name: MY THEME 
Author: Zenshin
Description: オリジナルテーマ
Version: 1.0
*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.img-full img {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}


@media screen and (max-width: 780px) {
	.flex_res {
		flex-direction: column;
		align-items: center;
	}
}

.flex_hanyo {
	display: flex;
	justify-content: center;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
}

.flex-base {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3%;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

body {
	box-sizing: border-box;
}

body *,
body *::before,
body *::after {
	box-sizing: inherit;
}

ul {
	padding-inline-start: 1rem;
}

pre {
	font-family: unset;
}

/* 変数 */
:root {
	--f1: 2.44em;
	/* 39.04px */
	--f2: 1.95em;
	/* 31.2px */
	--f3: 1.56em;
	/* 24.96px */
	--f4: 1.25em;
	/* 20px */
	--f5: 1em;
	/* 16px */
	--f6: 0.8em;
	/* 12.8px */

	--f7: 0.66em;
	/* 12.8px */

	--basecolor: #63a211;
	/* 基本色 */
	--gradient: linear-gradient(81.7deg, rgba(34, 126, 34, 1) 8.1%, rgba(99, 162, 17, 1) 86.5%);

	--myfont: "Noto Sans JP", sans-serif;
	--myw: 720px;
	/*標準幅*/
}


/* フォント */
body {
	font-family: var(--myfont);
	font-size: 21px;
}

p {
	line-height: 1.8;
	font-size: var(--f5);
}


h1 {
	font-size: var(--f1);
	font-weight: 300;
}

h2 {
	font-size: var(--f3);
	margin-block-start: 0;
}

h3 {
	font-size: var(--f3);
}

h4 {
	font-size: var(--f4);
}

h5 {
	font-size: var(--f5);
}

h6 {
	font-size: var(--f6);
}

.text_item_double_L {
	width: 55%;
	padding: 30px 0;
	margin: 0 auto;
}

.text_item_double_L p {
	font-size: 18px;
}

.text_img_double_R {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	padding: 30px 0;
	margin-left: 8%;
}

.text_img_double_R img {
	vertical-align: middle;
}

.title_wrapper {
	margin-right: 50%;
}

.title_img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.top_assist_text {
	font-size: 14px;
	/* margin-top: 35px; */
}

@media screen and (max-width: 780px) {
	.text_item_double_L {
		width: 100%;
		display: flex;
		flex-direction: column;
		/* 要素を縦方向に並べる */
		justify-content: center;
		/* 横方向（左右方向）の中央揃え */
		align-items: center;
		/* 縦方向（上下方向）の中央揃え */
		padding: 0;
	}

	.text_img_double_R {
		width: 70%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.title_img {
		width: 70%;
		margin: 20px 0 30px 0;
	}

	.text_item_double_L p {
		font-size: 14px;
	}

	.title_wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		/* 要素を縦方向に並べる */
		justify-content: center;
		/* 横方向（左右方向）の中央揃え */
		align-items: center;
		/* 縦方向（上下方向）の中央揃え */
	}

	.osirase_img {
		width: 50%;
	}
}


/* 横幅 */
body {
	margin: 0;
}


.alignfull {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.alignwide {
	margin-top: 5%;
	padding-left: 25%;
	padding-right: 25%;
}

/*スマホ*/
@media (max-width: 600px) {
	.alignwide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1320px) {}


/*配置*/
.center {
	text-align: center;
}

.space-between {
	justify-content: space-between;
}

/* ポジション */
.relative {
	position: relative;
}

.top {
	vertical-align: top;
}

/*リンク*/
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: 0.7;
}

/*色*/
.white {
	color: white;
}

.greyy {
	color: #b3b3b3;
}

.red {
	color: red;
}

.green {
	color: green;
}

.grey {
	background-color: #F2F2F2;
	padding-bottom: 5%;
}

.white-bg {
	background-color: white;
}

/*スマホ限定/PC限定*/
/*フッターの画像切替のみに使用 bootstrapのxlに対応*/
.sp {
	display: none;
}

.sp-md {
	display: none;
}

.pc {
	display: block;
}



@media only screen and (max-width:768px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.pc_sub {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.sp-md {
		display: block;
	}

}

/*-----マージン共通-----*/
.margin_hanyo {
	margin-top: 120px;
}

.margin_hanyo_sub2 {
	margin-top: 100px;
}

.margin_right_pc {
	margin-right: 20px;
}

.margin_hanyo_bottom {
	margin-bottom: 5%;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.w88 {
	width: 88%;
	margin: 0 auto;
}

.w85 {
	width: 85%;
	margin: 0 auto;
}

.w80 {
	width: 80%;
	margin: 0 auto;
}

.w75 {
	width: 75%;
	margin: 0 auto;
}

.w70 {
	width: 70%;
	margin: 0 auto;
}

.w65 {
	width: 65%;
	margin: 0 auto;
}

.w60 {
	width: 60%;
	margin: 0 auto;
}

.bold {
	font-weight: bold;
}

.f30 {
	font-size: 3rem;
}

.f28 {
	font-size: 2.8rem;
}

.f27 {
	font-size: 2.8rem;
}

.f26 {
	font-size: 2.6rem;
}

.f24 {
	font-size: 2.4rem;
}

.f22 {
	font-size: 2.2rem;
}

.f20 {
	font-size: 2rem;
}

.f18 {
	font-size: 1.8rem;
}

.f16 {
	font-size: 1.6rem
}

.f15 {
	font-size: 1.5rem;
}

.f14 {
	font-size: 1.4rem;
}

.f12 {
	font-size: 1.2rem
}

.f11 {
	font-size: 1.1rem;
}

.f10 {
	font-size: 1rem;
}

.f09 {
	font-size: 0.9rem
}

.f08 {
	font-size: 0.8rem;
}

.f07 {
	font-size: 0.7rem;
}

.f06 {
	font-size: 0.6rem
}



@media screen and (max-width: 780px) {
	.margin_hanyo {
		margin-top: 50px;
	}

	.margin_hanyo_sub {
		margin-top: 10px;
	}

	.margin_hanyo_sub2 {
		margin-top: 50px;
	}

	.margin_top_res {
		margin-top: 15px;
	}

	.margin_right_pc {
		margin-right: 0;
	}
}




/* #header  */
.head_items {
	display: flex;
	width: 100%;
	background: linear-gradient(to bottom,
			rgba(0, 44, 108, 0.85),
			rgba(0, 106, 192, 0.75),
			rgba(0, 106, 192, 0.6));
	color: white;
	padding: 1.5% 0;
	z-index: 10;
}

.site_title {
	margin: auto 1.4%;
	width: 18%;
	height: auto;
}

.head_sub {
	display: flex;
	width: 20%;
}

.sub_icon {
	display: flex;
	margin: 0 2%;
	align-items: center;
	width: 14%;
	height: auto;
}

.head_sub_content {
	margin: auto 2%;
}

.head_sub_content1 {
	font-size: 1.6rem;
}

.head_sub_content2 {
	font-size: 0.8rem;
}

.head_space {
	display: inline-block;
	width: 8%;
	height: 1px;
}

.list_item {
	display: flex;
	align-items: center;
	width: 53%;
}

.list_item ul {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	gap: 2%;
}

.list_item li {
	list-style: none;
	color: #FFF;
	font-size: 1.2rem;
	
	flex-shrink: 0;
}

/* #endregion */

/* #front  */
.front1 {
	background-image: url('image/thispage/アセット.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	aspect-ratio: 1921 / 1082;
	z-index: -1;
	margin-top: -115px;
}

.front1_title {
	padding-top: 13%;
	margin-bottom: 1%;
}

.front1_content {
	margin-top: 1%;
	margin-bottom: 15.5%;
}

.contact_inf {
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 25px;
	padding: 2% 0;
}

.contact_title {
	width: 30%;
	padding-left: 4%;
	line-height: 1.3;
}

.contact_midasi span {
	margin-bottom: 0 !important;
	line-height: 1.4;
}

.contact_inf1 {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
}

.contact_inf2 {
	width: 46%;
	border-radius: 10px;
	text-align: center;
	padding: 0 1% 1%;
	box-sizing: border-box;
}

.contact_inf2 p {
	margin-bottom: 0 !important;
	line-height: 1.4;
}





.front2 {
	background-color: black;
	width: 100%;
	height: auto;
}

.NEWS_title {
	padding-top: 5%;
}

.NEWS_content {
	margin-top: 4%;
	width: 100%;
	display: flex;
}

.left-column {
	width: 55%;
}

.left-column img {
	width: 84%;
}

.featured-news .meta {
	width: 84%;
}

.featured-news .meta .flex p {
	margin-top: 4%;
	margin-bottom: 4%;
}

.featured-news .meta .title {
	margin-bottom: 3%;
}

.featured-news .meta .excerpt {
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.featured-news .meta .more-link {
	text-align: right;
}

.right-column {
	width: 45%;
}

.right-column img {
	width: 100%;
}

.news-card {
	width: 100%;
}

.news-card .thumbnail {
	width: 43%;
}

.news-card .meta {
	width: 57%;
	padding-left: 8%;
}

.news-card .meta .flex p {
	margin-bottom: 8%;
}

.news-card .meta .excerpt {
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.news-card .meta .more-link {
	text-align: right;
}

.front_line0 {
	width: 100%;
	margin: 0% auto 7%;
	display: block;
	border: 0.2px solid white;
	transform: scaleY(0.5);
	transform-origin: top;
}

.NEWS_btm {
	width: 22%;
	margin: 4% auto 7%;
	padding: 1% 0;
	text-align: center;
	border: 1.5px solid white;
	border-radius: 16px;
}

.front_line {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 0.2px solid white;
	transform: scaleY(0.5);
	transform-origin: top;
}

.SERVICE_title {
	padding-top: 5%;
	padding-bottom: 1%;
}

.SERVICE_title_content {
	margin-top: 5%;
	margin-bottom: 3%;
}

.SERVICE_content {
	text-align: center;
	margin-top: 5%;
	margin-bottom: 6%;
}

/* .scroll_img {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	gap: 18px;
	align-items: center;
}

.scroll_img img {
	width: 17%;
	height: auto;
	flex-shrink: 0;
} */

.scroll_img {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	gap: 18px;
	will-change: transform;
	width: 100vw;
	left: calc(-10vw);
	position: relative;
}
.scroll_img img {
	display: inline-block;
	width: 25vw;
	flex-shrink: 0;
	max-width: none;
}

.SERVICE_btm {
	width: 22%;
	margin: 6% auto 5%;
	padding: 1% 0;
	text-align: center;
	border: 1.5px solid white;
	border-radius: 16px;
}





.front3 {
	background-color: white;
	width: 100%;
	height: auto;
}

.VOICE_title {
	margin-top: 3%;
}

.VOICE_con {
	justify-content: space-between;
	gap: 6%;
}

.voice-card {
	width: 40%;
	margin-top: 4%;
}

.voice-card .thumbnail img {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10%;
	aspect-ratio: 1.1;
}

.voice-card .meta .more-link {
	text-align: right;
}

.VOICE_btm {
	width: 22%;
	margin: 1% auto 8%;
	padding: 1% 0;
	text-align: center;
	border: 1.5px solid white;
	border-radius: 16px;
	background-color: black;
}





.front4 {
	background-color: black;
	width: 100%;
	height: auto;
}

.AREA_title {
	padding-top: 3%;
}

.AREA_content p {
	margin-bottom: 0;
}

.AREA_content1 {
	margin-top: 8%;
	margin-bottom: 1% !important;
}

.AREA_content_img {
	width: 18%;
	margin: 0 auto;
}

.front_line1 {
	width: 70%;
	margin: 3% auto 5%;
	display: block;
	border: 0.2px solid white;
	transform: scaleY(0.5);
	transform-origin: top;
}

.staff_con div {
	width: 46%;
	margin: 4% auto 0;
}

.staff_con img {
	margin-bottom: 13%;
}

.staff_con div .staff_name {
	width: 100%;
	text-align: center;
}

.staff_con div .staff_intro {
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	margin-bottom: 14%;
}





.front5 {
	background-color: white;
	width: 100%;
	height: auto;
}

.SNS_title {
	margin-top: 4%;
}

/* .SNS_icon {
	width: 5%;
	height: auto;
	padding: 0;
	gap: 50%;
} */

.video-carousel {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 4% auto 0;
  position: relative;
}

.video-track {
  overflow: hidden;
  flex: 1;
}

.video-inner-track {
  display: flex;
  transition: transform 0.3s ease;
}

.video-item {
  flex: 0 0 33.33%; /* PCは3分割 */
  padding: 10px;
  box-sizing: border-box;
}

.video-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.video-item img:hover {
  transform: scale(1.03);
}

.nav {
  background-color: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
}

/* .slider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}

.arrow {
	background: none;
	border: none;
	font-size: 2rem;
	cursor: pointer;
}

.thumbnails {
	display: flex;
	gap: 20px;
}

.thumbnails img {
	width: 250px;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

.SNS_icon {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 20px;
	margin-bottom: 8%;
}

.icon {
	width: 4.5%;
	height: 4.5%;
}

/* #endregion */

/* #footer  */
.myfoot {
	background: linear-gradient(to bottom,
			rgb(17, 72, 154),
			rgb(12, 72, 118),
			rgb(28, 116, 188));
	color: white;
	padding: 1.5% 0 0 !important;
	z-index: 0;
	position: relative;
}


.foot_site_title {
	margin: auto 2%;
	width: 20%;
	height: auto;
}

.foot_sub {
	display: flex;
	width: 24%;
}

.foot_sub_icon {
	display: flex;
	margin: 0 2%;
	align-items: center;
	width: 31px;
	height: auto;
}

.foot_sub_content {
	margin: auto 2%;
}

.foot_sub_content1 {
	font-size: 1.6rem;
}

.foot_sub_content2 {
	font-size: 0.8rem;
}

.foot_space {
	width: auto;
	flex-grow: 1;
}






.foot_top,
.foot_center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 85%;
	margin: 0 auto 2%;
}

.foot_bottom {
	width: 85%;
	margin: 0 auto;
}

.foot_list {
	width: auto;
	flex-shrink: 0
}

.foot_list ul {
	width: auto;
	display: flex;
	gap: 15px;
}

.foot_list li {
	list-style: none;
	color: #ffffff;
	font-size: 1.1rem;
	margin: 0;
}

.foot_adress {
	margin-left: 2%;
	flex-shrink: 0;

}

.foot_space_center {
	width: auto;
	flex-grow: 1;
}

.icon_list {
	width: auto;
}

.icon_list ul {
	width: auto;
	display: flex;
}

.icon_list li {
	list-style: none;
	color: #ffffff;
	font-size: 1.2rem;
	padding: 0;
	margin: 0 0 0 2%;
}

.icon_list li img {
	width: 70%;
	height: auto;
}

.foot_bottom {
	text-align: center;
	font-size: 0.55rem;
	padding-bottom: 1%;
}

/* #endregion */

/* #voice  */
.VOICE_title_main {
	margin-top: 4%;
	margin-bottom: 4%;
}

.case_item-wrapper-voice {
	/* display: grid;
	grid-template-columns: repeat(3, 1fr);
	flex-direction: column;
	width: 100%;
	margin-top: 4%;
	justify-content: space-between;
	gap: 2% 6%; */
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(237px, 1fr));
	flex-direction: column;
	gap: 2% 6%;
	width: 100%;
	margin-top: 4%;
	justify-content: space-between;
}

.case_item .thumbnail img {
	width: 100%;
	margin-bottom: 10%;
}

.content .more-link {
	text-align: right;
}

.pagination {
	display: flex;
	justify-content: center;
	margin: 9% 0 2%;
	gap: 12px;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	color: #666;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	padding: 4px 8px;
	transition: color 0.2s;
}

.pagination .page-numbers:hover {
	color: #333;
}

.pagination .current {
	color: #000;
	font-weight: bold;
	pointer-events: none;
}

/* #endregion */

/* #information  */
.background_black {
	background-color: #000000;
}

.filter-buttons {
	display: flex;
	gap: 20px;
	margin: 30px 0;
}

.filter-btn {
	padding: 10px 30px;
	border: 2px solid white;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	transition: background 0.3s, color 0.3s;
}

.filter-btn:hover,
.filter-btn.active {
	background-color: white;
	color: black;
}

.case_item-wrapper-inf {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(237px, 1fr));
	flex-direction: column;
	gap: 2% 6%;
	width: 100%;
	margin-top: 4%;
	justify-content: space-between;
}

.case_item_inf .excerpt {
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.case_item_inf .thumbnail img {
	width: 100%;
	margin-bottom: 10%;
}

.content-inf .more-link {
	text-align: right;
}

.pagination_inf {
	display: flex;
	justify-content: center;
	margin: 9% 0 2%;
	gap: 12px;
	flex-wrap: wrap;
}

.pagination_inf .page-numbers {
	color: #b3b3b3;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	padding: 4px 8px;
	transition: color 0.2s;
}

.pagination_inf .page-numbers:hover {
	color: #f8f8f8;
}

.pagination_inf .current {
	color: #ffffff;
	font-weight: bold;
	pointer-events: none;
}

/* #endregion */

/* #sevice  */
.SERVICE_bg {
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url('image/thispage/アセット.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	aspect-ratio: 1921 / 1082;
	z-index: -1;
	margin-top: -115px;
}

.border_bot {
	border: 1px solid #FFF;
	border-radius: 10px;
	padding: 8px 15px 10px;
	box-sizing: border-box;
}

.page_SERVICE_title {
	padding-top: 13%;
	padding-bottom: 1%;
}

.page_SERVICE_title_content {
	margin-top: 5%;
	margin-bottom: 3%;
}

.page_SERVICE_content {
	text-align: center;
	margin-top: 5%;
	margin-bottom: 6%;
}

.title_value {
	letter-spacing: 0.1em;
	margin: 5% 6% 0 0;
}

.value-item1 {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-top: 8%;
	padding: 4% 2%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.value-title {
	margin-bottom: 3%;
}

.value-item2,
.value-item3,
.value-item4,
.value-item5,
.value-item6,
.value-item7,
.value-item8,
.value-item9 {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 4% 2%;
	border-bottom: 1px solid #ffffff;
}

.value-item10 {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 4% 2%;
	margin-bottom: 11%;
	border-bottom: 1px solid #ffffff;
}

.service_img {
	display: flex;
	justify-content: space-between;
	gap: 6%;
}

.service_img {
	display: flex;
	justify-content: space-between;
	gap: 2%;
	padding-bottom: 6%;
}

.service_img img {
	width: 32%;
	height: auto;
}

.br-off {
	display: none;
}

.br-on {
	display: none;
}

/* #endregion */

/* #contact  */
.con_title {
	margin-top: 3%;
	margin-bottom: 3%;
}

.con_excerpt {
	width: 62%;
	margin: 0 auto 3%;
}

.contact-form {
	width: 62%;
	margin: 0 auto;
}

.form-group {
	margin-bottom: 3%;
}

.form-group input::placeholder {
	font-size: 1.2rem;
}

.form-gr textarea::placeholder {
	font-size: 1.2rem;
}

.form-group label {
	font-weight: bold;
	display: block;
	margin-bottom: -5%;
	font-size: 1.4rem;
	line-height: 3.0;
}

.form-gr label {
	font-weight: bold;
	display: block;
	margin-bottom: -3%;
	font-size: 1.4rem;
}

.f-group label {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1rem;
	gap: 8px;
}

.required {
	color: red;
	font-size: 1rem;
	margin-left: 5px;
}

/* 下線だけのインプット */
input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 100%;
	padding: 8px 0;
	border: none;
	border-bottom: 1px solid #333;
	background: transparent;
	font-size: 1rem;
	box-sizing: border-box;
}

/* テキストエリアは枠あり */
textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #333;
	font-size: 1rem;
	height: 150px;
	box-sizing: border-box;
	resize: none;
	background: #fff;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"], /* checkbox タグ用 */
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] /* 既存のacceptance タグ用 (privacy-consent) */
 {
    width: 20px;
    height: 20px;
    accent-color: #233b6c;
}

.btn_send {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 8%;
}

.btn_send input[type="submit"] {
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	padding: 2% 8%;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.btn_send input[type="submit"]:hover {
	background-color: #333;
}

.policy-box {
	border: 1px solid #888;
	box-shadow: 4px 4px 8px #ccc;
	padding: 2%;
	width: 80%;
	max-width: 900px;
	height: 350px;
	overflow-y: auto;
	background: #fff;
	margin: 4% auto;
	font-size: 1rem;
	line-height: 2;
	color: #444;
}

/* #endregion */

/* レスポ化 */
/* #re font width  */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.f28 {
		font-size: 2.2rem;
	}

	.f27 {
		font-size: 2.1rem;
	}

	.f26 {
		font-size: 2rem;
	}

	.f22 {
		font-size: 1.8rem;
	}

	.f18 {
		font-size: 1.6rem;
	}

	.f15 {
		font-size: 1.2rem;
	}

	.f12 {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.f30 {
		font-size: 2.4rem;
	}

	.f28 {
		font-size: 1.7rem;
	}

	.f27 {
		font-size: 1.5rem;
	}

	.f26 {
		font-size: 1.6rem;
	}

	.f22 {
		font-size: 1.4rem;
	}

	.f18 {
		font-size: 1.2rem;
	}

	.f16 {
		font-size: 1.2rem;
	}

	.f15 {
		font-size: 1rem;
	}

	.f13 {
		font-size: 0.9rem;
	}

	.f12 {
		font-size: 0.8rem;
	}

	.f11 {
		font-size: 0.7rem;
	}

	.w70 {
		width: 80%;
	}

	.w80 {
		width: 90%;
	}
}

@media only screen and (max-width: 561px) {
	.f30 {
		font-size: 2rem;
	}

	.f28 {
		font-size: 1rem;
	}

	.f27 {
		font-size: 1rem;
	}

	.f26 {
		font-size: 1rem;
	}

	.f22 {
		font-size: 1rem;
	}

	.f18 {
		font-size: 1rem;
	}

	.f16 {
		font-size: 0.8rem;
	}

	.f15 {
		font-size: 0.6rem;
	}

	.f14 {
		font-size: 0.7rem;
	}

	.f13 {
		font-size: 0.8rem;
	}

	.f12 {
		font-size: 0.7rem;
	}

	.f11 {
		font-size: 0.6rem;
	}

	.f10 {
		font-size: 0.6rem;
	}

	.f09 {
		font-size: 0.6rem;
	}

	.f08 {
		font-size: 0.5rem;
	}

	.w70 {
		width: 80%;
	}

	.w80 {
		width: 90%;
	}
}

@media only screen and (max-width: 561px) and (min-width: 461px) {
	.f28 {
		font-size: 1.4rem;
	}

	.f26 {
		font-size: 1.2rem;
	}

	.f22 {
		font-size: 1.1rem;
	}
}

/* #endregion */

/* #re header  */
.pc_menu_only {
	display: flex;
	align-items: center;
	width: 42%;
}

.hamburger_menu_btn_wrap {
	display: none;
	margin-right: 1.4%;
	margin-left: auto;
}

.hamburger_menu_btn {
	width: 30px;
	height: 24px;
	position: relative;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hamburger_menu_btn span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: white;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.hamburger_menu_btn.active span:nth-child(1) {
	transform: translateY(10.5px) rotate(45deg);
}

.hamburger_menu_btn.active span:nth-child(2) {
	opacity: 0;
}

.hamburger_menu_btn.active span:nth-child(3) {
	transform: translateY(-10.5px) rotate(-45deg);
}


.hamburger_window {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100vh;
	background-color: rgba(30, 30, 30, 0.95);
	padding-top: 80px;
	box-sizing: border-box;
	transition: right 0.5s ease;
	z-index: 1000;
	visibility: hidden;
	overflow-y: auto;
}

.hamburger_window.open {
	right: 0;
	visibility: visible;
}

.hamburger_list_item {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hamburger_list_item li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hamburger_list_item li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hamburger_list_item li a {
	display: block;
	padding: 15px 20px;
	color: white;
	text-decoration: none;
	font-size: 1.1rem;
	transition: background-color 0.3s ease;
}

.hamburger_list_item li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.hamburger_background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
}

.hamburger_background.open {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.pc_menu_only {
		display: none;
	}

	.hamburger_menu_btn_wrap {
		display: block;
	}

	.head_items {
		justify-content: space-between;
		align-items: center;
		height: 95px;
	}

	.head_space {
		display: none;
	}

	.site_title {
		width: auto;
	}

	.head_sub {
		width: auto;
	}

	.site_title {
		margin: auto 1.4%;
		width: 24%;
		height: auto;
	}

	.head_sub {
		display: flex;
		width: 35%;
	}

	.sub_icon {
		display: flex;
		margin: 0 2%;
		align-items: center;
		width: 14%;
		height: auto;
	}

	.head_sub_content {
		margin: auto 2%;
	}

	.head_sub_content1 {
		font-size: 1.4rem;
	}

	.head_sub_content2 {
		font-size: 0.6rem;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.pc_menu_only {
		display: none;
	}

	.hamburger_menu_btn_wrap {
		display: block;
	}

	.head_items {
		justify-content: space-between;
		align-items: center;
		height: 85px;
	}

	.head_space {
		display: none;
	}

	.head_sub {
		width: auto;
	}

	.site_title {
		margin: auto 1.4%;
		width: 28%;
		height: auto;
	}

	.head_sub {
		display: flex;
		width: 35%;
	}

	.sub_icon {
		display: flex;
		margin: 0 2%;
		align-items: center;
		width: 14%;
		height: auto;
	}

	.head_sub_content {
		margin: auto 2%;
	}

	.head_sub_content1 {
		font-size: 1.2rem;
	}

	.head_sub_content2 {
		font-size: 0.5rem;
	}
}

@media only screen and (max-width: 561px) {
	.pc_menu_only {
		display: none;
	}

	.hamburger_menu_btn_wrap {
		display: block;
	}

	.head_items {
		justify-content: space-between;
		align-items: center;
		height: 85px;
	}

	.head_space {
		display: none;
	}

	.head_sub {
		width: auto;
	}

	.site_title {
		margin: auto 1.4%;
		width: 35%;
		height: auto;
	}

	.head_sub {
		display: flex;
		width: 40%;
	}

	.sub_icon {
		display: flex;
		margin: 0 2%;
		align-items: center;
		width: 14%;
		height: auto;
	}

	.head_sub_content {
		margin: auto 2%;
	}

	.head_sub_content1 {
		font-size: 0.8rem;
	}

	.head_sub_content2 {
		font-size: 0.4rem;
	}
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
	.head_sub_content1 {
		font-size: 1.4rem;
	}

	.head_sub_content2 {
		font-size: 0.7rem;
	}
}

@media only screen and (max-width: 561px) and (min-width: 440px) {
	.head_sub_content1 {
		font-size: 1.2rem;
	}

	.head_sub_content2 {
		font-size: 0.6rem;
	}
}

/* #endregion */

/* #re footer  */
@media (min-width: 1024px) {
	.sp_only {
		display: none;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.foot_first {
		margin: 2% auto;
	}

	.foot_site_title {
		width: 50%;
		margin: 0 auto;
		padding: 0 8%;
	}

	.foot_sub {
		width: 50%;
		margin: 0 auto;
	}

	.foot_sub_icon {
		padding: 1%;
		margin-left: 15%;
	}

	.foot_sub_content1 {
		font-size: 1.4rem;
	}

	.foot_sub_content2 {
		font-size: 0.8rem;
	}

	.foot-adress {
		margin: 0 auto;
		padding: 0 0 0 7%;
	}

	.foot_third {
		width: 90%;
		margin: 4% auto;
	}

	.foot_lists {
		width: 50%;
	}

	.foot_lists ul {
		margin: 0;
		padding: 0 0 0 15%;
	}

	.foot_lists li {
		flex-direction: column;
		list-style: none;
	}

	.icon_lists {
		width: 50%;
		justify-items: end;
		align-self: flex-end;
		padding: 0;
		margin: 0;
	}

	.icon_lists ul {
		display: flex;
		margin: 0;
		padding: 0 15% 0 0;
		align-items: center;
	}

	.icon_lists li {
		list-style: none;
		padding: 0 0 0 8%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.foot_first {
		margin: 2% auto;
	}

	.foot_site_title {
		width: 45%;
		margin: 0 auto;
		padding: 0 5%;
	}

	.foot_sub {
		width: 50%;
		margin: 0 auto;
	}

	.foot_sub_icon {
		padding: 4% 0;
		margin-left: 12%;
	}

	.foot_sub_content1 {
		font-size: 1rem;
	}

	.foot_sub_content2 {
		font-size: 0.4rem;
	}

	.foot-adress {
		margin: 0 auto;
		padding: 0 0 0 7%;
	}

	.foot_third {
		width: 90%;
		margin: 4% auto;
	}

	.foot_lists {
		width: 50%;
	}

	.foot_lists ul {
		margin: 0;
		padding: 0 0 0 15%;
	}

	.foot_lists li {
		flex-direction: column;
		list-style: none;
		font-size: 1rem;
	}

	.icon_lists {
		width: 50%;
		justify-items: end;
		align-self: flex-end;
		padding: 0;
		margin: 0;
	}

	.icon_lists ul {
		display: flex;
		margin: 0;
		padding: 0 15% 0 0;
		align-items: center;
	}

	.icon_lists li {
		list-style: none;
		padding: 0 0 0 8%;
	}

	.icon_list li img {
		width: 50%;
		height: auto;
	}
}

@media only screen and (max-width: 561px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.foot_first {
		margin: 2% auto;
	}

	.foot_site_title {
		width: 45%;
		margin: 0 auto;
		padding: 0 5%;
	}

	.foot_sub {
		width: 50%;
		margin: 0 auto;
	}

	.foot_sub_icon {
		padding: 4% 0;
		margin-left: 12%;
	}

	.foot_sub_content1 {
		font-size: 0.8rem;
	}

	.foot_sub_content2 {
		font-size: 0.4rem;
	}

	.foot-adress {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 0 7%;
	}

	.foot_third {
		width: 90%;
		margin: 4% auto;
	}

	.foot_lists {
		width: 50%;
	}

	.foot_lists ul {
		margin: 0;
		padding: 0 0 0 15%;
	}

	.foot_lists li {
		flex-direction: column;
		list-style: none;
		font-size: 0.7rem;
	}

	.icon_lists {
		width: 30%;
		justify-items: end;
		align-self: flex-end;
		padding: 0;
		margin-left: 10%;
	}

	.icon_lists ul {
		display: flex;
		margin: 0;
		padding: 0 0 0 0;
		align-items: center;
	}

	.icon_lists li {
		list-style: none;
		padding: 0 0 0 8%;
	}

	.foot_bottom {
		text-align: center;
		font-size: 0.45rem;
		padding-bottom: 1%;
	}
}

/* #endregion */

/* #re front  */
@media only screen and (max-width: 865px) {
	.del {
		display: none;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.front1_title {
		padding-top: 16%;
		margin-bottom: 1%;
	}

	.front1_content {
		margin-top: 1%;
		margin-bottom: 15%;
	}

	.contact_inf {
		flex-direction: column;
		height: auto;
		padding: 1.5% 0;
	}

	.contact_inf1 {
		width: 100%;
		align-items: stretch;
	}

	.contact_title {
		line-height: 1.3;
	}

	.contact_inf2 {
		display: flex;
		text-align: center;
		padding: 0 0 1%;
		flex-direction: column;
		justify-content: center;
		height: auto;
	}

	.NEWS_btm {
		width: 28%;
		margin: 4% auto 7%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
	}

	.SERVICE_btm {
		width: 28%;
		margin: 6% auto 5%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
	}

	.VOICE_btm {
		width: 35%;
		margin: 1% auto 8%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
		background-color: black;
	}
}

@media only screen and (max-width: 900px) and (min-width: 840px) {
	.front1_title {
		padding-top: 20%;
	}
}

@media only screen and (max-width: 840px) and (min-width: 768px) {
	.front1_title {
		padding-top: 24%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.front1_title {
		padding-top: 28%;
		margin-bottom: 1%;
	}

	.front1_content {
		margin-top: 1%;
		margin-bottom: 23%;
	}

	.contact_inf {
		flex-direction: column;
		height: auto;
		padding: 1.5% 0;
	}

	.contact_inf1 {
		width: 100%;
		align-items: stretch;
		gap: 4%;
	}

	.contact_title {
		line-height: 1.3;
	}

	.contact_inf2 {
		width: 44%;
		display: flex;
		text-align: center;
		padding: 0 0 1%;
		flex-direction: column;
		justify-content: center;
		height: auto;
	}

	.NEWS_btm {
		width: 28%;
		margin: 4% auto 7%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
	}

	.SERVICE_btm {
		width: 28%;
		margin: 6% auto 5%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
	}

	.VOICE_btm {
		width: 35%;
		margin: 1% auto 8%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
		background-color: black;
	}

	.NEWS_content {
		width: 100%;
	}
}

@media only screen and (max-width: 670px) and (min-width: 600px) {
	.front1_title {
		padding-top: 32%;
	}

	.front1_content {
		margin-bottom: 28%;
	}
}

@media only screen and (max-width: 600px) and (min-width: 561px) {
	.front1_title {
		padding-top: 38%;
	}

	.front1_content {
		margin-bottom: 28%;
	}
}

@media only screen and (max-width: 561px) {
	.front1_title {
		padding-top: 36%;
		margin-bottom: 1%;
	}

	.front1_content {
		margin-top: 1%;
		margin-bottom: 26%;
	}

	.contact_inf {
		flex-direction: column;
		height: auto;
		padding: 1.5% 0;
		width: 80% !important;
	}

	.contact_inf1 {
		flex-direction: column;
		width: 100%;
		align-items: stretch;
	}

	.contact_title {
		line-height: 1.3;
	}

	.contact_inf2 {
		min-height: 80px;
		width: 70%;
		margin: 0 auto 3%;
		display: flex;
		text-align: center;
		padding: 0.5% 1%;
		flex-direction: column;
		justify-content: center;
		height: 10%;
	}

	.contact_inf2 p {
		margin: 0;
	}

	.NEWS_btm {
		width: 28%;
		margin: 4% auto 7%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
	}

	.SERVICE_btm {
		width: 28%;
		margin: 6% auto 5%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
	}

	.VOICE_btm {
		width: 35%;
		margin: 1% auto 8%;
		padding: 1.5% 0;
		text-align: center;
		border: 1.5px solid white;
		border-radius: 16px;
		background-color: black;
	}

	.NEWS_content {
		width: 100%;
	}
}

@media only screen and (max-width: 490px) and (min-width: 410px) {
	.front1_title {
		padding-top: 42%;
	}

	.front1_content {
		margin-bottom: 30%;
	}
}

@media only screen and (max-width: 410px) and (min-width: 345px) {
	.front1_title {
		padding-top: 50%;
	}

	.front1_content {
		margin-bottom: 42%;
	}
}

@media only screen and (max-width: 345px) {
	.front1_title {
		padding-top: 55%;
	}

	.front1_content {
		margin-bottom: 50%;
	}
}




@media (max-width: 768px) {
    .video-item img {
        width: 250px; /* 画面が狭くなったら画像の幅を小さくする */
    }
    .video-track {
        width: 90%; /* 画面が狭くなったら「窓」の幅を広げる */
    }
    .nav {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .video-item img {
        width: 200px;
    }
    .video-item {
        margin-right: 10px; /* マージンも小さくする */
    }
    .video-track {
        width: 95%; /* さらに狭い画面での調整 */
    }
    .nav {
        font-size: 24px;
    }
}

@media only screen and (max-width: 950px) and (min-width: 800px) {
	.icon {
		width: 6%;
		height: 6%;
	}
}
@media only screen and (max-width: 800px) and (min-width: 600px) {
	.icon {
		width: 7%;
		height: 7%;
	}
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
	.icon {
		width: 8%;
		height: 8%;
	}
}
@media only screen and (max-width: 400px) {
	.icon {
		width: 9%;
		height: 9%;
	}
}

@media screen and (max-width: 1023px) {
  .video-item {
    flex: 0 0 50%; /* タブレットは2分割 */
  }
}

@media screen and (max-width: 767px) {
  .video-item {
    flex: 0 0 50%; /* スマホも2分割 */
  }
}

@media only screen and (max-width: 850px) and (min-width: 560px) {
    .right-column .news-card:nth-child(3) {
        display: none;
    }
}
@media (max-width: 560px) {
    .right-column .news-card:nth-child(3) {
        display: none;
    }
}

/* #endregion */

/* #re service  */
@media only screen and (max-width: 1024px) {
	.br-off {
		display: inline;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.page_SERVICE_title {
		padding-top: 18%;
		padding-bottom: 1%;
	}

	.page_SERVICE_title_content {
		margin-top: 6%;
		margin-bottom: 3%;
	}

	.page_SERVICE_content {
		text-align: center;
		margin-top: 7%;
		margin-bottom: 6%;
	}
}

@media only screen and (max-width: 921px) and (min-width: 768px) {
	.flex-md-off {
		display: block;
	}

	.title_value {
		display: block;
		width: fit-content;
		margin: 0 auto;
		padding-top: 4%;
	}

	.value-item1 {
		margin-top: 4%;
	}
}

@media only screen and (max-width: 636px) and (min-width: 561px) {
	.flex-md-off {
		display: block;
	}

	.title_value {
		display: block;
		width: fit-content;
		margin: 0 auto;
		padding-top: 4%;
	}

	.value-item1 {
		margin-top: 4%;
	}
}

@media only screen and (max-width: 491px) {
	.flex-md-off {
		display: block;
	}

	.title_value {
		display: block;
		width: fit-content;
		margin: 0 auto;
		padding-top: 4%;
	}

	.value-item1 {
		margin-top: 4%;
		gap: 11px;
	}

	.value-item2,
	.value-item3,
	.value-item4,
	.value-item5,
	.value-item6,
	.value-item7,
	.value-item8,
	.value-item9 {
		gap: 11px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 710px) {
	.page_SERVICE_title {
		padding-top: 26%;
	}

	.page_SERVICE_title_content {
		margin-top: 8%;
	}

	.page_SERVICE_content {
		margin-top: 7%;
	}
}

@media only screen and (max-width: 710px) and (min-width: 651px) {
	.page_SERVICE_title {
		padding-top: 30%;
	}

	.page_SERVICE_title_content {
		margin-top: 9%;
	}

	.page_SERVICE_content {
		margin-top: 8%;
	}
}

@media only screen and (max-width: 651px) and (min-width: 590px) {
	.page_SERVICE_title {
		padding-top: 34%;
	}

	.page_SERVICE_title_content {
		margin-top: 9%;
	}

	.page_SERVICE_content {
		margin-top: 8%;
	}
}

@media only screen and (max-width: 590px) and (min-width: 500px) {
	.page_SERVICE_title {
		padding-top: 34%;
	}

	.page_SERVICE_title_content {
		margin-top: 15%;
		margin-bottom: 6%;
	}

	.page_SERVICE_content {
		margin-top: 10%;
	}
}

@media only screen and (max-width: 500px) and (min-width: 460px) {
	.page_SERVICE_title {
		padding-top: 38%;
	}

	.page_SERVICE_title_content {
		margin-top: 15%;
		margin-bottom: 6%;
	}

	.page_SERVICE_content {
		margin-top: 10%;
	}
}

@media only screen and (max-width: 460px) and (min-width: 425px) {
	.page_SERVICE_title {
		padding-top: 44%;
	}

	.page_SERVICE_title_content {
		margin-top: 15%;
		margin-bottom: 6%;
	}

	.page_SERVICE_content {
		margin-top: 10%;
	}
}

@media only screen and (max-width: 425px) and (min-width: 400px) {
	.page_SERVICE_title {
		padding-top: 48%;
	}

	.page_SERVICE_title_content {
		margin-top: 15%;
		margin-bottom: 6%;
	}

	.page_SERVICE_content {
		margin-top: 10%;
	}
}

@media only screen and (max-width: 400px) and (min-width: 370px) {
	.page_SERVICE_title {
		padding-top: 50%;
	}

	.page_SERVICE_title_content {
		margin-top: 16%;
		margin-bottom: 10%;
	}

	.page_SERVICE_content {
		margin-top: 14%;
	}

	.br-on {
		display: inline;
	}
}

@media only screen and (max-width: 370px) {
	.page_SERVICE_title {
		padding-top: 50%;
	}

	.page_SERVICE_title_content {
		margin-top: 20%;
		margin-bottom: 10%;
	}

	.page_SERVICE_content {
		margin-top: 14%;
	}

	.br-on {
		display: inline;
	}
}

/* #endregion */

/* #re voice  */
@media (max-width: 560px) {
	.case_item {
		padding: 10% 10% 0;
	}

	.case_item-wrapper-voice {
		gap: 0% 6%;
	}
}

@media only screen and (max-width: 1009.5px) and (min-width: 561px) {
	.pagination {
		margin-top: 25%;
	}
}

/* #endregion */

/* #re infomation  */
@media (max-width: 560px) {
	.filter-buttons {
		padding: 0 10%;
	}

	.case_item_inf {
		padding: 10% 10% 0;
	}

	.case_item-wrapper-inf {
		gap: 0% 6%;
	}
}

@media only screen and (max-width: 1009.5px) and (min-width: 561px) {
	.pagination_inf {
		margin-top: 25%;
	}
}

/* #endregion */

/* #re contact  */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.con_excerpt {
		width: 70%;
	}

	.contact-form {
		width: 70%;
	}

	.policy-box {
		width: 70%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.con_excerpt {
		width: 75%;
	}

	.contact-form {
		width: 75%;
	}

	.policy-box {
		width: 75%;
	}

	.form-group input::placeholder {
		font-size: 0.9rem;
	}

	.form-gr textarea::placeholder {
		font-size: 0.9rem;
	}

	.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
		width: 16px;
		height: 16px;
	}

	.btn_send input[type="submit"] {
		font-size: 1rem;
		padding: 6% 15%;
	}

	.policy-box {
		padding: 2%;
		margin: 4% auto;
		font-size: 0.9rem;
	}

	.btn_send {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 561px) {
	.con_excerpt {
		width: 80%;
	}

	.contact-form {
		width: 80%;
	}

	.policy-box {
		width: 80%;
	}

	.form-group input::placeholder {
		font-size: 0.8rem;
	}

	.form-gr textarea::placeholder {
		font-size: 0.8rem;
	}

	.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
		width: 12px;
		height: 12px;
	}

	.btn_send input[type="submit"] {
		font-size: 0.8rem;
		padding: 8% 15%;
	}

	.policy-box {
		padding: 2%;
		margin: 4% auto 8%;
		font-size: 0.8rem;
	}

	.btn_send {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 900px) {
	.form-group label {
		margin-bottom: -5%;
	}

	.form-gr label {
		margin-bottom: -2%;
	}
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
	.form-group label {
		margin-bottom: -7%;
	}

	.form-gr label {
		margin-bottom: -4%;
	}
}

@media only screen and (max-width: 700px) and (min-width: 600px) {
	.form-group label {
		margin-bottom: -10%;
	}

	.form-gr label {
		margin-bottom: -6%;
	}
}

@media only screen and (max-width: 600px) and (min-width: 500px) {
	.form-group label {
		margin-bottom: -11%;
	}

	.form-gr label {
		margin-bottom: -7%;
	}
}

@media only screen and (max-width: 500px) and (min-width: 400px) {
	.form-group label {
		margin-bottom: -13%;
	}

	.form-gr label {
		margin-bottom: -8%;
	}
}

@media only screen and (max-width: 400px) {
	.form-group label {
		margin-bottom: -16%;
	}

	.form-gr label {
		margin-bottom: -10%;
	}
}

/* #endregion */


/* @media only screen and (max-width: 460px) and (min-width: 400px) {
	.page_SERVICE_title {
		padding-top: 44%;
	}

	.page_SERVICE_title_content {
		margin-top: 15%;
		margin-bottom: 6%;
	}

	.page_SERVICE_content {
		margin-top: 10%;
	}
} */

/* 可児追加分 */
.top-img-v {
	position: relative;
	z-index: 5;
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

.top-video {
	opacity: 1;
  	transition: opacity 1s ease-in-out;
}

.absolute {
	position: absolute;
	z-index: 8;
	top: 30%;
	left: 15%;
}

.absolute-t {
	position: absolute;
	z-index: 8;
	top: 10%;
	left: 5%;
}

.absolute-l {
	position: absolute;
	z-index: 8;
	top: 30%;
	left: 10%;
}

.font-vw {
	font-size: 2.7vw;
	line-height: 2.5;
}

.font-vw-m {
	font-size: 1.8vw;
}

.font-vw-mi {
	font-size: 14px;
}

.w-80 {
	width: 80%;
	margin: 2% auto;
	padding: 2% 0;
}

.absolute-con {
	bottom: 20px;
	left: 11vw;
	position: absolute;
}

.bg-white-rgba {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 24px;
}

.title-big-one {
	font-size: 3.4rem;
	color: #0071bc;
}

.mini-title {
	color: #a8dcff;
	font-weight: 800;
}

.font-rm1 {
	font-size: 1.8rem;
	color: #fff;
}

.font-rm2 {
	font-size: 2.4rem;
	font-weight: bold;
}

.font-rm3 {
	font-size: 14px;
}

.m-auto {
	margin: auto;
}

.lh1 {
	line-height: 1.5;
}

.border-w-r {
	border: 1px solid #fff;
	border-radius: 10px;
}

.f-y {
	color: #FFFF00;
}

.m-0 {
	margin: 0;
}

.m-b-8 {
	margin-bottom: 8%;
}

.w-48 {
	width: 48%;
}

.gap4 {
	gap: 4%;
}

.mb-3 {
	margin-bottom: 3%;
}

.w-60 {
	width: 75%;
}

.ml {
	margin-left: auto;
}

.pb-5 {
	padding-bottom: 5%;
}

.fade-out {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.fade-in {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 1360px) and (min-width: 1025px) {
	.font-135 {
		font-size: 1.35vw !important;
	}
}

/* bookingpackage */

.available_day::after {
  content: '○';
  color: green;
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
}

/* 過去日：×を表示 */
.pastDay::after {
  content: '×';
  color: gray;
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
}

/* 予約不可（クローズ）：×を表示 */
.closingDay::after {
  content: '×';
  color: grey;
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
}

.border-bottom-green-single {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 20px 0;
	font-weight: bold;
}

.border-bottom-green-single::after {
	position: absolute;
	content: '';
	background-color: #0071BC;
	bottom: -25px;
	left: 25%;
	height: 2px;
	width: 25%;
	background-position: bottom center;
	background-size: 50%;
	transform: translateX(50%);
}

.post_single_content {
	margin-top: 5%;

	border: 2px solid #0071BC;
	border-radius: 20px;
	padding: 5%;
}


.post-content {
	width: 80%;
	margin: 0 auto;
	padding: 5% 0;
}

#nav-links {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 5%;
}

#nav-links li {
	color: #0071BC;
}

#nav-links .current {
	background-color: #0071BC;
	color: white;
	padding: 1px 10px;
}

.sumbnail {
	text-align: center;
}

.news_content {
	margin: 20px 0;
}

.news_image_inner img {
	border-radius: 14px;
}

.news_image_inner {
	text-align: center;
}

.border-green {
	border: 1px solid #0071BC;
	border-radius: 14px;
	padding: 10px;
}

@media only screen and (min-width: 1001px) {
	.news_image_inner img {
		width: 23vw;
		height: 15vw;
		object-fit: cover;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 561px) {
	.post-content {
		width: 90%;
	}

	.sp-1000-w-80 {
		width: 80%;
	}

	.news_image_inner {
		text-align: center;
	}

	.border-green {
		padding: 20px;
	}
}

@media only screen and (max-width: 560px) {
	.post-content {
		width: 95%;
	}

	.sp-1000-w-80 {
		width: 90%;
	}

	.border-green {
		padding: 10px;
	}
}

.absolute-con-2 {
	bottom: 20px;
	left: 11vw;
	position: absolute;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.font-rm1 {
		font-size: 18px;
		color: #fff;
	}

	.font-rm2 {
		font-size: 26px;
	}

	.absolute-con-2 {
		bottom: -10px;
		left: 11vw;
		position: absolute;
	}
}

.font18 {
	font-size: 18px;
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.font-rm1 {
		font-size: 14px;
		color: #fff;
	}

	.font-rm2 {
		font-size: 20px;
	}

	.absolute-con-2 {
		bottom: -20px;
		left: 11vw;
		position: absolute;
	}

	.font18 {
		font-size: 16px;
	}
}

.w-50 {
	width: 50%;
}

.sm-w-90 {
	width: 50%;
}

@media only screen and (max-width: 560px) {
	.font-rm1 {
		font-size: 12px;
		color: #fff;
	}

	.font-rm2 {
		font-size: 14px;
	}

	.font-rm3 {
		font-size: 12px;
	}

	.absolute-con-2 {
		bottom: -30px;
		left: 11vw;
		position: absolute;
	}

	.absolute-t {
		top: -6%;
	}

	.absolute-l {
		top: 20%;
	}

	.extra {
		display: none !important;
	}

	.scroll_img img {
		display: inline-block;
		width: 60vw;
		flex-shrink: 0;
		max-width: none;
	}

	.sm-column {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.sm-w-90 {
		width: 90%;
	}

	.sm-font {
		font-size: 16px !important;
	}

	.font18 {
		font-size: 14px;
	}
}

.bg-black {
	background-color: #000;
}

@media only screen and (min-width: 561px) {
	.sm {
		display: none !important;
	}
}

@media only screen and (max-width: 636px) {
	.w-75 {
		width: 100% !important;
	}
}

.w-60 {
	width: 56%;
	padding-right: 4%;
}

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

.pad20 {
	padding: 25px 0;
}

.m-5-0 {
	margin: 5% 0;
}

.bg-liner-blue {
	background-color: #094a77;
}

.item-center {
	align-items: center;
}

.w-90 {
	width: 90%;
}

.pad10 {
	padding: 10px 0;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1024px) {
	.sp-column {
		flex-direction: column ;
	}

	.foot-adress {
		width: 85%;
		padding: 0 !important;
		margin: auto;
	}
}