@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;
}

.red {
	color: red;
}

.green {
	color: #00a690;
}

.grey {
	background-color: #F2F2F2;
}

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

/*-----width,size-----*/
.w100 {
	width: 100%;
	margin: 0 auto;
}

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

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

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

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

.w78 {
	width: 78%;
	margin: 0 auto;
}

.w76 {
	width: 76%;
	margin: 0 auto;
}

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

.w72 {
	width: 72%;
	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
}

/*-----ヘッダー-----*/
.myhead {
	align-items: center;
}

.sankyo_icon {
	width: 31%;
	padding: 2% 3%;
}

.head_item {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	gap: 0px;
	padding: 2% 0%;
}

.head_item p {
	flex: 1 1 calc(28% - 10px);
	max-width: calc(28% - 10px);
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
}

.head_item p:nth-child(3) {
	flex: 1 1 calc(44% - 10px);
	max-width: calc(44% - 10px);
}

.head_item p:nth-child(n + 4) {
	flex: 1 1 calc(28% - 10px);
	max-width: calc(28% - 10px);
}

.contact_link {
	width: 19%;
	display: flex;
	align-items: center;
	padding: 0 3% 0 1%;
}

.contact_link p {
	color: #00a690;
	border: 1.5px solid #00a690;
	border-radius: 50px;
	padding: 3% 14%;
}

.apa_icon {
	width: 19%;
	padding: 2% 3% 2% 0;
}

/* #region  */
/*-----トップ-----*/
.front1 {
	background-image: url('./image/company/土岐市.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.heading {
	width: 50%;
	padding-top: 4%;
	margin-left: auto;
	color: white;
	font-weight: bold;
	text-shadow:
		2px 2px 3px rgba(23, 51, 175, 0.9),
		-2px -2px 3px rgba(23, 51, 175, 0.9);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.body-text-part {
	width: 50%;
	margin-left: auto;
	color: white;
	text-shadow:
		2px 2px 3px rgba(23, 51, 175, 0.9),
		-2px -2px 3px rgba(23, 51, 175, 0.9);
}


.front2 {
	background-color: #ecf8f7;
	padding-bottom: 3%;
}

.front2_title {
	position: relative;
	padding-top: 2%;
}

.front2_title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 10px;
	background-image: radial-gradient(circle at center, #00a690 50%, transparent 50%);
	background-size: 15px 10px;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1;
}

.case_item-wrapper-top {
	padding-top: 2%;
}

.content {
	border-bottom: 1px solid #00a690;
}

.date {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newspace1 {
	width: 7%;
}

.excerpt {
	width: 39%;
	display: flex;
	justify-content: center;
}

.excerpt p {
	display: flex;
	align-items: center;
	margin: 0 !important;
}

.newspace2 {
	width: 16%;
}

.more {
	width: 18%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00a690;
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	margin: 2% 4%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}



.front3 {
	background-image: url('image/top/front2.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.apa_title {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 2%;
	position: relative;
	color: white;
	font-weight: bold;
	text-shadow:
		2px 2px 3px rgba(23, 51, 175, 0.9),
		-2px -2px 3px rgba(23, 51, 175, 0.9);
	font-family: "Noto Sans JP", serif;
}

.apa_title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 10px;
	background-image: radial-gradient(circle at center, #ffffff 50%, transparent 50%);
	background-size: 15px 10px;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1;
}

.bg_image-container {
	background-color: #ffffff;
	margin-top: 6%;
	padding-top: 3%;
}

.image-container {
	position: relative;
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	top: -30px;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	padding: 20px 0;
	text-align: center;
	border-radius: 5px;
	width: 80%;
	box-sizing: border-box;
}

.apa_text {
	text-align: center;
}

.apa_img {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.image1 {
	margin: 6% auto;
	width: 70%;
	height: auto;
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}


.front4 {
	background-color: #ecf8f7;
	padding-bottom: 4%;
}

.front4_text {
	color: #00a690;
	position: relative;
	padding-top: 3%;
}

.front4_text::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 10px;
	background-image: radial-gradient(circle at center, #00a690 50%, transparent 50%);
	background-size: 15px 10px;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1;
}

.purchase-image-wrapper {
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	margin-top: 4%;
}

.purchase-image-wrapper img {
	width: 40%;
}

.purchase-image-text {
	position: absolute;
	top: 30%;
	/* これも重要！ */
	left: 60%;
	/* そしてこれも重要！ */
	transform: translate(-50%, -50%);
	/* さらにこれも超重要！ */
}

.support-button {
	position: absolute;
	top: 75%;
	/* これも重要！ */
	left: 75%;
	/* そしてこれも重要！ */
	transform: translate(-50%, -50%);
	/* さらにこれも超重要！ */
	display: inline-flex;
	/* 三角アイコンとテキストを横並びにする */
	align-items: center;
	/* 垂直方向の中央揃え */
	padding: 15px 30px;
	border: 2px solid #11998a;
	/* ボタンの枠線色（画像から抽出） */
	color: #11998a;
	/* ボタンのテキスト色 */
	text-decoration: none;
	font-weight: bold;
	border-radius: 30px;
	/* 角を丸くする */
	transition: background-color 0.3s, color 0.3s;
	/* ホバー時のアニメーション */
	white-space: nowrap;
	/* テキストが途中で改行されないように */
}

.support-button:hover {
	background-color: #11998a;
	color: white;
}

.support-button .triangle {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #11998a;
	/* 三角の色 */
	margin-right: 10px;
	/* テキストとの間隔 */
	transition: border-left-color 0.3s;
	/* ホバー時のアニメーション */
}

.support-button:hover .triangle {
	border-left-color: white;
	/* ホバー時に三角の色を白に */
}

.front5 {
	display: flex;
	/* ★追加★ Flexboxコンテナにする */
	flex-direction: column;
	/* ★追加★ 子要素を縦方向に並べる */
	align-items: center;
	/* ★追加★ 子要素を交差軸（この場合は水平方向）で中央揃え */
	justify-content: center;
}

.purchase-button {
	margin: 4% 0 2%;
	padding: 15px 30px;
	border: 2px solid #11998a;
	/* ボタンの枠線色（画像から抽出） */
	color: #11998a;
	/* ボタンのテキスト色 */
	text-decoration: none;
	font-weight: bold;
	border-radius: 30px;
	/* 角を丸くする */
	transition: background-color 0.3s, color 0.3s;
	/* ホバー時のアニメーション */
}

.purchase-button:hover {
	background-color: #11998a;
	color: white;
}

.front5 img {
	margin: 0 auto 4%;
	width: 40%;
}

.voice_text {
	padding-top: 4%;
	padding-left: 10%;
}


.front6 {
	background-color: #ecf8f7;
	padding-bottom: 6%;
}

.voice_con {
	padding-top: 5%;
}

.voice_con img {
	width: 44%;
}

.voice_center {
	position: relative;
	text-align: center;
}

.voice_center::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 10px;
	background-image: radial-gradient(circle at center, #00a690 50%, transparent 50%);
	background-size: 15px 10px;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1;
}

.aline {
	text-align: center;
}

.more-button {
	display: inline-block;
	text-align: center;
	margin-top: 3%;
	padding: 15px 30px;
	border: 2px solid #11998a;
	/* ボタンの枠線色（画像から抽出） */
	color: #11998a;
	/* ボタンのテキスト色 */
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 30px;
	/* 角を丸くする */
	transition: background-color 0.3s, color 0.3s;
}

.more-button:hover {
	background-color: #11998a;
	color: white;
}


.front7 {
	position: relative;
	background-image: url('image/top/recruit.png');
	background-size: cover;
	background-position: center;
	background-color: #00a690 0, 8;
	width: 100%;
	height: 100%;
}

.front7::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 166, 144, 0.4);
	z-index: 1;
}

.incruit_title {
	padding-top: 10%;
	position: relative;
	text-align: center;
	z-index: 1;
}

.incruit_title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 10px;
	background-image: radial-gradient(circle at center, #ffffff 50%, transparent 50%);
	background-size: 15px 10px;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1;
}

.incruit_text {
	margin-top: 4%;
	position: relative;
	text-align: center;
	z-index: 1;
}

.incruit_text1 {
	margin-top: 2%;
	position: relative;
	text-align: center;
	z-index: 1;
	width: 60%;
	margin: 2% auto 0;
}

.incruit_btm {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 10% auto 0;
	padding: 15px 30px;
	border: 2px solid #11998a;
	/* ボタンの枠線色（画像から抽出） */
	color: #11998a;
	/* ボタンのテキスト色 */
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 30px;
	/* 角を丸くする */
	transition: background-color 0.3s, color 0.3s;
	z-index: 1;
}

.incruit_btm:hover {
	background-color: #11998a;
	color: white;
}

/* #endregion */

/* #region  */
/*-----フッター-----*/
.myfoot {
	background-color: #00a690;
	padding-top: 4%;
}

.sankyo-icon {
	background-color: #F2F2F2;
}

.sankyo-icon img {
	display: block;
	padding: 4% 2%;
}

.f_toki {
	margin-top: 2%;
}

.f_tajimi {
	margin-top: 2%;
	margin-bottom: 2%;
}

.foot_llt {
	margin-bottom: 4%;
}

.foot_ll {
	width: 55%;
}

.foot_lr {
	width: 45%;
	text-align: center;
}

.foot_llb {
	width: 80%;
	margin-bottom: 4%;
}

.foot_contact {
	width: 80%;
}

.foot_contact p {
	color: #00a690;
	background-color: #ffffff;
	border: 1.5px solid #00a690;
	border-radius: 50px;
	padding: 2% 3% 2% 1%;
}

.map {
	margin: 4% auto;
}

.marushi p {
	padding-bottom: 1.5%;
	margin: 0 !important;
}

/* #endregion */


/*-----ハンバーガーメニュー-----*/
.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: #00a690;
	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;
}

/*-----レスポ化-----*/
/* #re font width */
/* #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;
	}

	.f24 {
		font-size: 1.9rem;
	}

	.f22 {
		font-size: 1.2rem;
	}

	.f20 {
		font-size: 1.6rem;
	}

	.f18 {
		font-size: 1.6rem;
	}

	.f15 {
		font-size: 1.2rem;
	}

	.f14 {
		font-size: 1.1rem;
	}

	.f12 {
		font-size: 1rem;
	}

	.w76 {
		width: 85%;
	}

}

@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;
	}

	.f24 {
		font-size: 1.5rem;
	}

	.f22 {
		font-size: 1.3rem;
	}

	.f20 {
		font-size: 1.3rem;
	}

	.f18 {
		font-size: 1.2rem;
	}

	.f16 {
		font-size: 1.2rem;
	}

	.f15 {
		font-size: 1rem;
	}

	.f14 {
		font-size: 0.9rem;
	}

	.f13 {
		font-size: 0.9rem;
	}

	.f12 {
		font-size: 0.8rem;
	}

	.f11 {
		font-size: 0.7rem;
	}

	.w76 {
		width: 90%;
	}

	.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;
	}

	.f24 {
		font-size: 1.2rem;
	}

	.f22 {
		font-size: 1rem;
	}

	.f20 {
		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;
	}

	.w76 {
		width: 90%;
	}

	.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: 0.9rem;
	}
	.w78 {
		width: 90%;
	}
}
@media only screen and (max-width: 461px) {
	.f22 {
		font-size: 0.64rem;
	}
	.f20 {
		font-size: 0.8rem;
	}
	.w80 {
		width: 95% !important;
	}
	.w78 {
		width: 94%;
	}
	.w72 {
		width: 94%;
	}
} 

@media only screen and (max-width: 420px) {
	.none {
		display: none;
	} 
	.newspace1 {
		width: 20%;
	}
	.more {
		margin: 2% 2% 2% 16%;
		width: 30%;
	}
} 

/* #endregion */

/* #reヘッダー  */
/* reヘッダー */
@media only screen and (min-width: 1024px) {
	.sp {
		display: none;
	}
}

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

	.sp {
		display: block;
	}
}

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

	.sp {
		display: block;
	}

	.sankyo_icon {
		width: 40%;
		padding: 2% 3%;
	}
}

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

	.sp {
		display: block;
	}

	.sankyo_icon {
		width: 55%;
		padding: 2% 3%;
	}
}

/* #endregion */

/* reトップ */
@media only screen and (max-width: 925px) and (min-width: 768px) {
	.heading {
		width: 60%;
		padding-top: 12%;
		margin-left: auto;
	}
	.body-text-part {
		width: 60%;
		margin-left: auto;
	}
}
@media only screen and (max-width: 769px) and (min-width: 492px) {
	.heading {
		width: 60%;
		padding-top: 14%;
		margin-left: auto;
	}
	.body-text-part {
		width: 60%;
		margin-left: auto;
	}
}
@media only screen and (max-width: 492px) and (min-width: 425px)  {
	.heading {
		width: 70%;
		padding-top: 18%;
		margin-left: auto;
	}
	.body-text-part {
		width: 70%;
		margin-left: auto;
	}
}
@media only screen and (max-width: 425px) {
	.heading {
		width: 84%;
		padding-top: 20%;
		margin-left: auto;
	}
	.body-text-part {
		width: 84%;
		margin-left: auto;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.incruit_btm {
		padding: 8px 20px;
	}
	.support-button {
		padding: 8px 20px;
	}
	.purchase-button {
		padding: 8px 20px;
	}
	.apa_title::after {
		bottom: -15px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 561px) {
	.front2_title::after {
		width: 140px;
		background-size: 10px 8px;
	}
	.apa_title::after {
		bottom: -10px;
		width: 115px;
		background-size: 8px 6px;
	}
	.front4_text::after {
		width: 140px;
		background-size: 10px 8px;
	}
	.voice_center::after {
		width: 140px;
		background-size: 10px 8px;
	}
	.incruit_title::after {
		width: 140px;
		background-size: 10px 8px;
	}
	.incruit_btm {
		padding: 10px 15px;
	}
	.support-button {
		padding: 10px 15px;
	}
	.purchase-button {
		padding: 10px 15px;
	}
	.apa_title {
		padding-top: 15%;
	}
	.bg_image-container {
		margin-top: 15%;
	}
	.overlay-text {
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
	}
	.image-container {
		width: 90%;
		top: -10px;
	}
}
@media only screen and (max-width: 561px) and (min-width: 320px) {
	.front2_title::after {
		width: 115px;
		background-size: 8px 6px;
	}
	.apa_title::after {
		bottom: -10px;
		width: 115px;
		background-size: 8px 6px;
	}
	.front4_text::after {
		width: 115px;
		background-size: 8px 6px;
	}
	.voice_center::after {
		width: 115px;
		background-size: 8px 6px;
	}
	.incruit_title::after {
		width: 115px;
		background-size: 8px 6px;
	}
	.incruit_btm {
		padding: 8px 13px;
	}
	.support-button {
		padding: 6px 8px;
		top: 110%;
		left: 65%;
		transform: translate(-50%, 0%);
	}
	.purchase-button {
		padding: 8px 13px;
	}
	.front5 img {
		margin: 0 auto 4%;
		width: 70%;
	}
	.front4 {
		padding-bottom: 16%;
	}
	.front4_text {
		padding-top: 6%;
	}
	.purchase-image-text {
		position: absolute;
		top: 50%;
		left: 60%;
		transform: translate(-50%, -50%);
	}
	.apa_title {
		padding-top: 15%;
	}
	.bg_image-container {
		margin-top: 20%;
	}
	.overlay-text {
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	.image-container {
		width: 85%;
		top: -10px;
	}
	.incruit_title {
		padding-top: 30%;
	}
	.incruit_text {
		margin-top: 10%;
	}
	.incruit_text1 {
		margin: 10% auto 0;
	}
}


@media only screen and (max-width: 768px) and (min-width: 690px) {
	.w72 {
		width: 82%;
	}
}
@media only screen and (max-width: 690px) and (min-width: 500px) {
	.w72 {
		width: 84%;
	}
	.voice_con img {
		width: 40%;
		padding: 5% 0;
	}
}
@media only screen and (max-width: 500px) and (min-width: 400px) {
	.w72 {
		width: 88%;
	}
	.voice_con img {
		width: 44%;
		padding: 5% 0;
	}
}
@media only screen and (max-width: 400px) {
	.w72 {
		width: 92%;
	}
	.voice_con img {
		width: 48%;
		padding: 12% 0;
	}
	.more-button {
		padding: 8px 10px;
	}
}
@media only screen and (max-width: 561px) {
	.myfoot > .flex {
		flex-direction: column;
	}
	.foot_left {
		margin-bottom: 2%;
	}
}
	


/* 可児追加分 */
/* shops */

.bg-shop {
	background-image: url("./image/shops/shops-top.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 11.8vw 0 ;
}

.con-shop {
	background-image: url("./image/shops/con-shop.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 16vw 0 ;
}

.title {
	position: relative;
	font-size: 30px;
	color: #00a690;
	font-weight: bold;
}

.title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 10px;
	background-image: radial-gradient(circle at center, #00a690 50%, transparent 50%);
	background-size: 15px 10px;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1;
}

.title-white {
	position: relative;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.title-white::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 10px;
	background-image: radial-gradient(circle at center, #fff 50%, transparent 50%);
	background-size: 15px 10px;
	background-repeat: repeat-x;
	background-position: center;
	z-index: 1;
}

.p-15 {
	padding: 15px;
}

.p-30 {
	padding: 30px 0;
}

.bg-tree {
	background-image: url("./image/shops/bg-tree.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.font-green {
	color: #00a690;
}

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

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

.w-48 {
	width: 48%;
}

.green-box {
	background-color: #00a690;
	border-radius: 12px;
	padding: 30px 10px;
}

.bg-beige {
	background-color: #E8E9E2;
}

.bg-green {
	background-color: #EDF9F7;
}

.font24 {
	font-size: 24px;
}

.font20 {
	font-size: 20px;
}

.shop-name {
	color: #006837;
	position: relative;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.shop-name::before {
	position: absolute;
	content: '';
	background-color: #94C4B6;
	width: 10px;
	height: 26px;
	top: 10px;
}

.w-85 {
	width: 85%;
	margin: auto;
}

.w-33 {
	width: 33%;
}

/* voice */

.w-62 {
	width: 62%;
}

.w-35 {
	width: 35%;
}

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

/* company */

.bg-city {
	background-image: url("./image/company/土岐市.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20vw 0 ;
}

.w-100 {
	width: 100%;
}

.b-t-brown {
	border-top: 1px solid #231815;
}

.b-b-brown {
	border-bottom: 1px solid #231815;
}

.table-bg {
	background-color: #F4f0eB;
}

.w-20 {
	width: 20%;
}

.table-pad {
	padding: 10px;
}

.b-r-ash {
	border-right: 3px solid #808080;
}

.font14 {
	font-size: 14px;
}

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

.b-b {
	border-bottom: 1px solid #000;
}

.ash-num {
	color: #666;
	font-size: 28px;
	padding: 5px 15px 5px 5px;
	border-right: 1px solid #000;
}

.font-b-green {
	color: #006837;
}

.p-5 {
	padding: 5px !important;
}

.w-70 {
	width: 70%;
}

.w-28 {
	width: 28%;
}

.w-45 {
	width: 45%;
}

.w-52 {
	width: 52%;
}

.b-t-dotted {
	border-top: 1px dotted #000;
}

.gap0 {
	gap: 0 !important;
}

/* recruit */

.bg-b-green {
	background-color: #006837;
}

.circle {
	padding: 5px 10px;
	border-radius: 50%;
}

/* contact */

.scrollable {
	overflow-y: scroll;
	height: 240px;
	background-color: rgba(252, 252, 252, 0.3);
	border: 2px solid #00a690;
}

.required-srt {
	color: #FF0000;
	border-radius: 5px;
	white-space: nowrap;
	margin-right: 10px;
	padding: 0 2px;
}

.vertical-top {
	vertical-align: top;
}

.wpcf7-form {
	width: 100%;
	margin: auto;
}

.cform {
	width: 80%;
	margin: auto;
}

.cform input {
	width: 60%;
	border: none;
	background-color: #fff;
}

.cform textarea {
	width: 100%;
	border: none;
	background-color: #Fff;
}

.cform th, .cform td {
	padding: 1% 2%;
}

.sending_button {
	text-align: center;
	margin-top: 3%;
}

.btn-flat-border {
	background-color: #00a690;
	color: white;
	border: none !important;
	border-radius: 10px;
	padding: 5px 15px;
}

.wpcf7-spinner {
	display: none;
}

/* news */

.radius-30 {
	border-radius: 30px;
}

#nav-links {
	display: flex;
	list-style: none;
	gap: 30px;
	justify-content: center;
	margin-top: 5%;
	font-size: 24px;
	font-weight: bold;
}

.current {
	border-bottom: 2px solid #00a690;
}

.next,.prev {
	color: #00a690;
}

.page-numbers {
	padding: 0 5px;
}

.news-content {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-direction: column;
}

.news-item {
	padding: 20px;
	margin-bottom: 15px;
}

.wrap {
	flex-wrap: wrap;
}

.bg-00 {
	background-color: #00a690;
}

.gap20 {
	gap: 40px;
}

.b-g {
	border: 1px solid #00a690;
	border-radius: 24px;
	padding: 3% 5%;
}

.m0 p {
	margin-bottom: 0 !important;
}

.font30 {
	font-size: 30px;
}

.block-1140 {
	display: none;
}

/* respo */
@media only screen and (max-width: 1140px) {
	.none-1140 {
		display: none;
	}

	.block-1140 {
		display: block;
	}

	.hamburger_menu_btn_wrap {
		display: block !important;
		margin-right: 1.4%;
		margin-left: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sp-column {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.reverse {
		flex-direction: column-reverse !important;
	}

	.w-35 img, .w-28 img, .img-w {
		width: 60%;
	}

	.b-r-ash {
		border-bottom: 3px solid #808080;
		border-right: none;
	}

	.w-20, .table-pad {
		width: 100%;
	}

	.sp-center {
		text-align: center;
	}

	.sp-none {
		display: none;
	}

	.sp-b-b-ash {
		border-bottom: 1px solid #808080;
	}

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

	.cform input {
		width: 100%;
	}	
}

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

	.font20 {
		font-size: 18px;
	}

	.title, .title-white {
		font-size: 24px;
	}

	.w-48, .w-33, .w-35, .w-62, .w-70, .w-28, .w-45, .w-52 {
		width: 80%;
		margin: auto;
	}

	.cform {
		width: 90%;
		margin: auto;
	}

	.font30 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 560px) {
	.font24 {
		font-size: 18px;
	}

	.font20 {
		font-size: 16px;
	}

	.title, .title-white {
		font-size: 20px;
	}

	.w-48, .w-33, .w-35, .w-62, .w-70, .w-28, .w-45, .w-52 {
		width: 90%;
		margin: auto;
	}

	.sm-border {
		border-bottom: 1px solid #e6e6e6;
		padding: 5%;
	}

	.cfrom th, .cform td {
		width: 100%;
	}

	.cform {
		width: 95%;
		margin: auto;
	}

	.btn-flat-border {
		width: 150px;
	}

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

	.font30 {
		font-size: 24px;
	}
}

